2010-03-30 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / metadata / ChangeLog
blob18ba6485926d4fea575b205ab00611a6d7cfb9f8
1 2010-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
3         * class.c (mono_class_init): Don't set class failure after
4         inited = 1 is set. It must be done before.
5 2010-03-30  Andreas Färber  <andreas.faerber@web.de>
7         * mono-config.c: Add support for OS "haiku"
8         * ChangeLog: Fix UTF-8 encoding
10         Code is contributed under MIT/X11 license.
12 Tue Mar 30 15:53:06 CEST 2010 Paolo Molaro <lupus@ximian.com>
14         * console-unix.c: fixed include logic for sys/ioctl.h.
16 2010-03-30  Mark Probst  <mark.probst@gmail.com>
18         * threads.c: Fix bitmap generation for TLS marking on 64 bit
19         systems.
21 2010-03-30  Zoltan Varga  <vargaz@gmail.com>
23         * icall.c (ves_icall_System_Enum_get_underlying_type): Don't crash on
24         unfinished/broken typebuilders.
26 2010-03-29  Mark Probst  <mark.probst@gmail.com>
28         * sgen-gc.c: Use the same heuristic for the LOS target that we use
29         for the minor section allowance.
31 2010-03-29  Raja R Harinath  <harinath@hurrynot.org>
33         * metadata-verify.c (INVALID_METHOD_IMPLFLAG_BITS): Allow bit 6
34         "NoOptimization".
36 2010-03-29  Mark Probst  <mark.probst@gmail.com>
38         * sgen-gc.c: Count bytes allocated with heavy statistics.
40 2010-03-29  Mark Probst  <mark.probst@gmail.com>
42         * sgen-gc.c: More detailed time statistics.
44 Mon Mar 29 11:52:34 CEST 2010 Paolo Molaro <lupus@ximian.com>
46         * gc-internal.h, sgen-gc.c, threads.c, utils/mono-hash.c:
47         fix the user defined mark interface to pass a pointer
48         to the object location and not the object itself.
50 2010-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
52         * reflection.c (mono_method_body_get_object): Release
53         the method header before the call to CACHE_OBJECT since
54         this is a macro that returns.
56 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
58         * class.c (inflate_generic_type): mono_metadata_type_dup
59         already dupes array information, the g_memdup was just
60         leaking memory.
62 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
64         * verify.c: Add stack_peek function. Fix CEE_DUP
65         to not read from invalid memory if push did expand
66         the stack.
68 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
70         * verify.c: Remove old table verification code that has
71         been superseeded by the new metadata verifier.
73         * verify.h: Remove mono_image_verify_tables from the public
74         API.
76         * pedump.c: Fix for removed bits.
78 2010-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
80         * verify.c: Allocate stack slows lazily to reduce stack usage
81         in case of methods with huge stacks. Reduces memory consumption
82         for mcs yyparse from 459Mb to 1.8Mb.
84 2010-03-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
86         * threadpool.c: don't try executing items from domains being
87         unloaded. Fixes appdomain-async-invoke test.
89 2010-03-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
91         * threadpool.c: spin while the threadpool initializes.
92         * mono-wsq.c: if the WSQ has not been initialized or has been shut
93         down, don't do anything.
95 2010-03-26  Zoltan Varga  <vargaz@gmail.com>
97         * threads.c (mono_thread_create_internal): Set the GC type of the
98         threads_starting_up hash table.
100 2010-03-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
102         * threadpool.c: reset 'state' to avoid returning non-null when the
103         event type is not found.
105 Fri Mar 26 19:03:09 CET 2010 Paolo Molaro <lupus@ximian.com>
107         * sgen-gc.c: make copy_object () take the address of the
108         slot holding the reference. This allows saving memory stores
109         when not needed and it allows keeping track of oldspace->nursery
110         references for the card table code.
112 2010-03-26  Andreas Färber  <andreas.faerber@web.de>
114         * null-gc.c (mono_gc_invoke_with_gc_lock): Fix function name.
116         Code is contributed under MIT/X11 license.
118 Fri Mar 26 11:33:17 CET 2010 Paolo Molaro <lupus@ximian.com>
120         * object.c, threads.c, threads-types.h, threads.h: make the
121         managed thread local storage references precisely tracked.
123 2010-03-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
125         * threadpool.[ch]: reworked the threadpool:
126                 -Threadpool threads use a work-stealing queue. Adding a work
127                 item from a threadpool thread will queue it in the thread
128                 local queue without locking (in most cases).
129                 -epoll events are coalesced before being added to the IO
130                 queue.
131                 -Dynamically change the number of active threads
132                 -Changed the global queue to be more GC friendly
134         * class-internals.h: add 2 new performance counters for the number of
135         threads in the threadpool and the IO threadpool.
137         * object-internals.h: new field in MonoAsyncResult.
138         * icall-def.h: new internal call for queueing work items.
140         * Makefile.am: add 2 new files.
142         * appdomain.c: bump up corlib version.
144         * mono-wsq.[ch]: an implementation of a work-stealing queue.
146         * mono-perfcounters-def.h:
147         * mono-perfcounters.c: added 2 new performance counters.
149 2010-03-26  Mark Probst  <mark.probst@gmail.com>
151         * sgen-gc.c: More FIXME/TODO updates.
153 2010-03-25  Mark Probst  <mark.probst@gmail.com>
155         * gc-internal.h, sgen-gc.c, sgen-gc.h, boehm-gc.c, null-gc.c: New
156         function mono_gc_invoke_with_gc_lock() which invokes a function
157         with the guarantee that no collection will occur during its execution.
159 2010-03-25  Mark Probst  <mark.probst@gmail.com>
161         * sgen-gc.c: Update a few comments.
163 2010-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
165         * reflection.c: Add support for new v4 type
166         System.Reflection.MonoAssembly that is the concrete version
167         of Assembly which is abstract unver v4.
169 2010-03-24  U-anarquia\miguel  <miguel@anarquia>
171         * reflection.c (mono_reflection_get_custom_attrs_info): Protect
172         code that uses System.Reflection.Emit in DISABLE_REFLECTION_EMIT.
174         Expose a few macros that are needed for SR but not SRE to the
175         world (previous inside the SRE ifdef)
177 2010-03-24  Mark Probst  <mark.probst@gmail.com>
179         * sgen-gc.c (gc_register_current_thread): We need
180         stack_start_limit as well in the non-attribute pthread case.
182 2010-03-23 Rodrigo Kumpera  <rkumpera@novell.com>
184         * threads.c: Fix windows build.
186 2010-03-22 Rodrigo Kumpera  <rkumpera@novell.com>
188         * thread-types.h: Add mono_thread_resume_interruption.
190         * threads.c: Add mono_thread_resume_interruption, this
191         function should be called after the last protected handler
192         found at interruption time has finished.
194 2010-03-22 Rodrigo Kumpera  <rkumpera@novell.com>
196         * threads.c (ves_icall_System_Threading_Thread_ResetAbort):
197         Check MonoInternalThread's ::state instead of ::abort_exc
198         since the later can be lazily created.
200         This is specially problematic when running a finally block
201         under AbortRequested state. ResetAbort must work, but the
202         abort_exc object has not been created because interruption
203         has not began.
205 2010-03-22  Geoff Norton  <gnorton@novell.com>
207         * locales.c: Its possible for CFStringGetCStringPtr
208         to return null and not convert encodings.  Use
209         CFStringGetCString instead.
211 Mon Mar 22 18:06:38 CET 2010 Paolo Molaro <lupus@ximian.com>
213         * class-internals.h, class.c, object.c: introduce compressed
214         interface bitmaps (for now only under small config): this saves
215         about 600 KB of runtime memory on gmcs bootstraps or monodevelop
216         startups.
218 Mon Mar 22 16:03:34 CET 2010 Paolo Molaro <lupus@ximian.com>
220         * mono-debug.c: don't try to get the method header, it causes a
221         deadlock and it is not used for anything anymore.
223 2010-03-22  Zoltan Varga  <vargaz@gmail.com>
225         * loader.c (mono_method_get_marshal_info): Fix the handling of dynamic methods
226         broken by the last change.
228 2010-03-21  Andreas Färber  <andreas.faerber@web.de>
230         * socket-io.c: Don't depend on AF_SNA, AF_DECnet,
231         SOCK_RDM.
232         
233         Code is contributed under MIT/X11 license.
235 2010-03-20  Sanjoy Das <sanjoy@playingwithpointers.com>
237         * sgen-gc.c (mono_gc_get_write_barrier): Handle non-aligned
238         nursery.
240         Code is contributed under MIT/X11 license.
242 2010-03-19  Martin Baulig  <martin@ximian.com>
244         * mono-debug.c (MonoDebugWrapperData): Replace `cil_code' with a
245         dummy field, containing an empty string.
246         (mono_debug_add_method): Don't call mono_disasm_code() for wrappers.
249 Fri Mar 19 17:26:43 CET 2010 Paolo Molaro <lupus@ximian.com>
251         * class.c: setup_interface_offsets() refactor to not call
252         mono_class_get_implemented_interfaces () more times than needed and
253         to reduce the runtime memory requirements to be O(num_interfaces)
254         instead of O(max_interface_id).
256 2010-03-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
258         * mono-mlist.[ch]: add mono_mlist_set_next ().
260 2010-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
262         * domain-internals.h: Add MonoTryBlockHoleJitInfo struct and
263         associated changes to support holes in the protected range of a
264         try block.
266         * domain.c: Add mono_jit_info_get_try_block_hole_table_info, which
267         retrieves the holes table from a given MonoJitInfo.
269 Tue Mar 16 13:11:15 CET 2010 Paolo Molaro <lupus@ximian.com>
271         * object.h, object-internals.h, object.c, icall.c, gc-internal.h,
272         debug-helpers.c, cominterop.c, process.c, sgen-gc.c, socket-io.c:
273         hide the contents of the MonoString and MonoArray structs from the
274         public API. Change the accessor macros to accessors functions where
275         needed. Adjusted the array API to allow for pointer-sized lengths and
276         starting positions, so 64 bit arrays can be optionally provided in an
277         API compatible way if needed on 64 bit systems.
279 Tue Mar 16 10:18:07 CET 2010 Paolo Molaro <lupus@ximian.com>
281         * class-internals.h, class.c, loader.c, marshal.c, metadata.c,
282         reflection.c: the MonoMethodNormal struct is now unused, so remove it.
284 Mon Mar 15 18:28:00 CET 2010 Paolo Molaro <lupus@ximian.com>
286         * class-internals.h: remove the method header from MonoMethod since
287         from now on it will be transient. We have a header pointer for method
288         wrappers, since in that case we need to keep track of it. For this
289         reason, all the Reflection.Emit generated methods use MonoMethodWrapper
290         structs now. The same happens with MonoMethodInflated.
291         * class.c: reset the sre_method flag for inflated method structures:
292         this makes the code that cares look at the header in the MonoMethodInflated
293         structure.
294         * loader.c: lookup the method header in the appropriate field now that
295         it is removed from MonoMethod.
296         * metadata-internals.h: add a flag to the method header to know if it
297         can be freed inside mono_metadata_free_mh ().
298         * method-builder.c: updates after moving the header field from
299         MonoMethod to MonoMethodWrapper.
300         * reflection.c: MonoMethods generated from Reflection.Emit use
301         MonoMethodWrapper structs if they need a method header now (later take
302         advantage of this and remove all the current unsafe uses of method_aux_hash).
303         * metadata.c: make method header parsing not leak when verification
304         fails. Alloc it with g_malloc() and free it in mono_metadata_free_mh().
305         These changes save a few hundred KB of runtime memory in a mcs
306         bootstrap or a monodevelop startup.
308 2010-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
310         * verify.c: Improve error message.
312 2010-03-12  Jb Evain  <jbevain@novell.com>
314         * reflection.c (add_exported_type): populate the exported
315         table with the type's nested type.
317 2010-03-10  Mark Probst  <mark.probst@gmail.com>
319         * sgen-gc.c (STRING_SIZE): Semi-revert r153342.  I'm an idiot who
320         can't read parentheses.
322 2010-03-10  Mark Probst  <mark.probst@gmail.com>
324         * threads.c (thread_cleanup): Add a guard to dereferencing
325         "thread" to avoid an unlikely race condition.
327 2010-03-09  Sebastien Pouliot  <sebastien@ximian.com>
329         * assembly.c: Fix crash in moon-unit when aname->culture is NULL
330         instead of an empty string.
332 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
334         * object-internals.h (_G_BOOLEAN_EXPR): Fix the definition of this to explicitly
335         convert to a boolean, recent gcc versions compile this differently.
337 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
339        * sgen-gc.c (safe_object_get_size): Avoid a function call so this can really be
340        inlined.
342 2010-03-09  Mark Probst  <mark.probst@gmail.com>
344         * sgen-gc.c (STRING_SIZE): Off by one.
346 2010-03-09  Mark Probst  <mark.probst@gmail.com>
348         * sgen-archdep.h: Fix the signal context register access for
349         AMD64.
351 2010-03-09  Zoltan Varga  <vargaz@gmail.com>
353         * sgen-gray.c: Get rid of the unused 'start' field in GrayQueueSection.
355 2010-03-08  Rodrigo Kumpera  <rkumpera@novell.com>
357         * verify.c: Store the initial basic block returned by mono_basic_block_split
358         so we can release the whole list and not just the first one.
360 Mon Mar 8 17:30:44 CET 2010 Paolo Molaro <lupus@ximian.com>
362         * verify.c, debug-helpers.c, profiler.c, loader.c,
363         mono-basic-block.c, mono-debug.c, reflection.c: prepare to make
364         MonoMethodHeader a transient entity.
366 2010-03-08  Zoltan Varga  <vargaz@gmail.com>
368         * sgen-gc.c (scan_needed_big_objects): Call drain_gray_stack () to avoid
369         uncontrolled growth of the gray stack.
371         * sgen-gray.c: Rewrite this so it behaves like a stack, not a queue, so recently
372         added items are removed first, improving cache locality. Avoid freeing queue
373         segments in the fast path, use the list of segments as the free list, truncate
374         it to its max size at the start of collection.
376 Mon Mar 8 10:13:52 CET 2010 Paolo Molaro <lupus@ximian.com>
378         * metadata-internals.h: more memory savings, both with small config and without.
381 Sat Mar 6 19:12:12 CET 2010 Paolo Molaro <lupus@ximian.com>
383         * appdomain.c, domain-internals.h, domain.c, object.c:
384         make class_vtable_hash into an array to reduce memory usage.
386 Sat Mar 6 18:16:35 CET 2010 Paolo Molaro <lupus@ximian.com>
388         * mempool.c, class-internals.h, class.c, icall.c, metadata.c,
389         object-internals.h, object.c, reflection.c, threadpool.c:
390         reduce resource usage when the small config is selected.
391         In particular, up to 64K of methods/fields/properties/events
392         are allowed and "other" methods in events are ignored.
394 Fri Mar 5 19:05:47 CET 2010 Paolo Molaro <lupus@ximian.com>
396         * threads.c: reduce resource usage when compiled for a small config.
398 2010-03-05  Mark Probst  <mark.probst@gmail.com>
400         * sgen-gc.c: Also collect number of degraded-alloced objects with
401         heavy statistics.
403 2010-03-04  Geoff Norton  <gnorton@novell.com>
405         * assembly.c: Only support OSX bundling if the bundle is 
406         actually detectable.
408 2010-03-04  Geoff Norton  <gnorton@novell.com>
410         * loader.c: The marshal specs are freed at the end of the call
411         but it explicitly frees the strings as well as the container,
412         so we need to dup them too to avoid referencing free'd memory.
414 2010-03-04  Geoff Norton  <gnorton@novell.com>
416         * icall-def.h:
417         * icall.c: Add a new private internal icall to construct
418         an object from its type without running the ctor.
420 Thu Mar 4 15:37:09 CET 2010 Paolo Molaro <lupus@ximian.com>
422         * profiler.c: allow multiple profiler engines to be loaded
423         at the same time.
425 Wed Mar 3 20:19:45 CET 2010 Paolo Molaro <lupus@ximian.com>
427         * profiler-private.h, profiler.c, profiler.h, sgen-gc.c: introduce
428         profiler event to track object moves.
430 Wed Mar 3 19:20:39 CET 2010 Paolo Molaro <lupus@ximian.com>
432         * object.c, profiler.c, profiler.h, string-icalls.c:
433         remove the reduntant MONO_PROFILE_STRING_ALLOC profiler event.
435 2010-03-03  Miguel de Icaza  <miguel@novell.com>
437         * decimal.c (mono_double2decimal): Add support for reducing the
438         scale of a decimal.  It turns the 0.6000000000000 into 0.6 as
439         expected.
441 2010-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
443         * icall-def.h:
444         * icall.c: Implement System.MonoType::get_core_clr_security_level icall.
446 2010-03-03  Marek Habersack  <mhabersack@novell.com>
448         * mono-config.c (mono_config_parse_assembly_bindings): added -
449         parses assembly binding redirections from appdomain's config
450         file.
452         * metadata-internals.h: added definition of a new function -
453         mono_config_parse_assembly_bindings - to support parsing assembly
454         binding redirections defined in appdomain's config file.
456         * domain-internals.h: added two new fields to _MonoDomain - a list
457         of assembly bindings and a flag to parse the config file only
458         once.
460         * assembly.c (assembly_binding_maps_name): empty culture name and
461         NULL culture name are considered equal.
462         (mono_assembly_apply_binding): added support for domain specific
463         assembly binding redirections, read from the appdomain's
464         configuration file. Fixes bug #580185
466 Wed Mar 3 11:46:06 CET 2010 Paolo Molaro <lupus@ximian.com>
468         * appdomain.c, domain.c, icall.c, image.c, marshal.c, object.c,
469         reflection.c, socket-io.c, threadpool.c, threads.c: removed 1.1/1.0
470         support.
472 2010-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
474         * reflection.c (mono_image_get_memberref_token): Extract mono_image_add_memberef_row
475         from this function. The new function receive the parent token instead of a type.
477         * reflection.c (mono_image_get_methodref_token_for_methodbuilder):
478         * reflection.c (mono_image_get_ctorbuilder_token): Use new function to encode
479         typebuilders. This make it possible to properly encode generic type builders since
480         their unmanaged type don't have generics data while unfinished.
482         Fixes #583655.
484 2010-03-02  Mark Probst  <mark.probst@gmail.com>
486         * sgen-gc.c, sgen-protocol.c, sgen-protocol.h: New facility for
487         writing binary log files (can be enabled by #define'ing
488         BINARY_PROTOCOL) for better debugging of timing-dependent bugs or
489         bugs in longer running programs.
491 Mon Mar 1 19:35:32 CET 2010 Paolo Molaro <lupus@ximian.com>
493         * metadata.c: added some API documentation.
495 2010-03-01  Robert Jordan  <robertj@gmx.net>
497         * filewatcher.h: Include glib.h to fix the MSVC build.
499 2010-03-01  Zoltan Varga  <vargaz@gmail.com>
501         * class-internals.h (MonoClass): Get rid of the reflection_info field, add
502         a GC handle instead. This is a bit slower to access, but avoids burdening the
503         GC with 100s of individual roots.
505         * reflection.c (mono_class_get_ref_info):
506         (mono_class_set_ref_info):
507         (mono_class_free_ref_info): New internal helper fuctions.
509         * reflection.c appdomain.c icall.c class.c: Use the new helper functions instead
510         of accessing klass->reflection_info directly.
512         * sgen-gc.c (alloc_complex_descriptor): Fix the computation of the number of
513         words.
515         * gc.c (alloc_handle): Create a GC descriptor for the 'entries' array, free
516         the previous array.
518 2010-02-28  Zoltan Varga  <vargaz@gmail.com>
520         * marshal.c (get_runtime_invoke_type): Avoid sharing byref with I, as the latter
521         needs an indirection.
523 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
525         * generic-sharing.c: Removed, moved its contents to mini/mini-generic-sharing.c,
526         so all generic sharing code is in one place.
528         * class.c (get_implicit_generic_array_interfaces): Fix the last change so
529         we don't call setup_interface_offsets () for unfinished types.
531 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
533         * class.c (mono_class_generic_sharing_enabled): Move this to
534         generic-sharing.c.
536         * image.c: Add an unload hook which is called before an image is unloaded.
538         * generic-sharing.c: Use the unload hook to unregister per-image data, to avoid
539         metadata.c having to depend on generic sharing.
541 Fri Feb 26 19:23:18 CET 2010 Paolo Molaro <lupus@ximian.com>
543         * class.c: reduce size of ridiculously large cache.
545 2010-02-26  Martin Baulig  <martin@ximian.com>
547         * mono-debug.h
548         (MONO_DEBUGGER_MINOR_VERSION): Bump to 5.
550         * threads.c (mono_thread_internal_reset_abort): New method; resets
551         the abort, but doesn't throw any exception if no abort was requested.
553 2010-02-26  Zoltan Varga  <vargaz@gmail.com>
555         * class.c (get_implicit_generic_array_interfaces): Call
556         mono_class_setup_interface_offsets () before accessing
557         eclass->interface_offsets_count. This only shows up on platforms without IMT for
558         some reason.
560 Thu Feb 25 12:12:44 CET 2010 Paolo Molaro <lupus@ximian.com>
562         * environment.c, environment.h, icall.c: make the GetOSVersionString()
563         icall internal.
565 Thu Feb 25 11:37:50 CET 2010 Paolo Molaro <lupus@ximian.com>
567         * metadata.c, metadata.h: make MONO_TYPE_IS* functional without
568         direct access to the MonoType fields.
570 2010-02-25  Zoltan Varga  <vargaz@gmail.com>
572         * threads.h: Move some internal functions which were added to this header by
573         mistake to threads-types.h.
575         * class.c (mono_class_init): Get rid of mono_setup_vtable_in_class_init.
577 Wed Feb 24 17:45:27 CET 2010 Paolo Molaro <lupus@ximian.com>
579         * class-internals.h, class.h, object.h: make MonoRemoteClass
580         and mono_remote_class() internal.
582 Wed Feb 24 17:05:18 CET 2010 Paolo Molaro <lupus@ximian.com>
584         * metadata-internals.h, class-internals.h, metadata.h: make the
585         MonoType guts internal as well.
587 Wed Feb 24 16:02:42 CET 2010 Paolo Molaro <lupus@ximian.com>
589         * reflection.h: the MonoTypeNameParse guts are internal now.
590         * assembly.c, assembly.h, image.h: the MonoAssemblyName guts
591         are internal now, provide accessors as needed.
592         * metadata.h, metadata-internals.h: the MonoMethodSignature
593         guts are internal now.
594         * Makefile.am: mempool.h is an internal header now.
595         * *.h, *.c: remove glib.h usage from the public headers.
597 2010-02-24  Atsushi Enomoto  <atsushi@ximian.com>
599         * culture-info-table.h : regenerated.
601 2010-02-22  Rodrigo Kumpera  <rkumpera@novell.com>
603         * metadata.c: Add mono_method_get_header_summary which returns minimal
604         information about the header of a method. This is the information used
605         by the inline oracle to reject methods.
607         This method doesn't decode local variables and doesn't cache it's result,
608         so it should cause a minimal reduction in memory usage.
610         * metadata-internals.h: Add MonoMethodHeaderSummary structure and
611         mono_method_get_header_summary.
613 2010-02-22  Jeffrey Stedfast  <fejj@novell.com>
615         * threads.c (mono_thread_exit): Make sure that the main thread is
616         non-null before dereferencing it.
618 2010-02-21  Geoff Norton  <gnorton@novell.com>
620         * Makefile.am: Add CoreFoundation linkage on darwin to properly get the current
621         locale.
622         * locaes.c: When running on darwin, try to get the local from CoreFoundation 
623         before falling back to the posix lookup.
625 2010-02-19  Zoltan Varga  <vargaz@gmail.com>
627         * threads.c (mono_thread_suspend_all_other_threads): Ignore threads which have
628         the DONT_MANAGE flag set.
630 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
632         * domain.c: Remove old v1 version strings. Let the runtime
633         default to 2.0 instead of failing because it can't find a
634         working 1.0 instalation.
636 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
638         * domain.c: Add v4 RC version string.
640 2010-02-19  Rodrigo Kumpera  <rkumpera@novell.com>
642         * mono-basic-block.c (mono_opcode_value_and_size): Use pointer variant
643         of overflow checking function.
645 2010-02-18  Rodrigo Kumpera  <rkumpera@novell.com>
647         * reflection.c (mono_reflection_method_on_tb_inst_get_handle): Handle non
648         generic methods.
650         * reflection.c (mono_reflection_get_custom_attrs_info): Handle compiler context
651         cases for ParameterInfo.
653         Fixes #579493.
655 2010-02-18  Zoltan Varga  <vargaz@gmail.com>
657         * class.c (mono_class_get_cctor): Fix support for dynamic classes, which doesn't
658         have has_cctor set. Fixes #575946.
660 2010-02-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
662         * appdomain.c: display a warning if the parsing the config file
663         produces any error.
664         Skip the BOM in UTF-8 files.
665         Copy the AppDomainSetup before setting the privateBinPath so that the
666         correct configuration file is read.
668 2010-02-15  Zoltan Varga  <vargaz@gmail.com>
670         * object.c: Instead of using one vtable trampoline, allow the JIT to use one
671         vtable trampoline per vtable slot index. Not used yet.
673 2010-02-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
675         * icall-def.h:
676         * icall.c: add internal call that returns the system page size.
678 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
680         * debug-helpers.c (mono_method_desc_search_in_image): Handle short names like
681         'int' for system classes.
683 Fri Feb 12 18:36:02 CET 2010 Paolo Molaro <lupus@ximian.com>
685         * icall.c, icall-def.h: new icall to check for sufficient
686         stack space.
688 2010-02-12  Mark Probst  <mark.probst@gmail.com>
690         * reflection.c (ensure_complete_type): Check that reflection_info
691         is set, too.  Fixes crash of corlib testsuite with -O=-all.
693 2010-02-11  Rodrigo Kumpera  <rkumpera@novell.com>
695         * attrdefs.h:
696         * tabledefs.h: Add NoOptimization flag.
698 2010-02-10  Mark Probst  <mark.probst@gmail.com>
700         * sgen-gc.c: Don't consider it a missing remset if the target
701         object is pinned - we might have done the store but not added the
702         remset yet.
704 2010-02-10  Mark Probst  <mark.probst@gmail.com>
706         * sgen-gc.c: When checking for missing remsets, don't assert on
707         the first one, but print them all and then assert.
709 2010-02-10  Mark Probst  <mark.probst@gmail.com>
711         * sgen-gc.c (find_in_remset_loc): Handle the small bitmap case.
713 2010-02-09  Miguel de Icaza  <miguel@novell.com>
715         * console-unix.c: On OSX Control-Y is assigned to
716         VDSUSP (non-Posix), the
717         suspend-program-next-time-it-tries-to-read-input command (this is
718         different than C-z, which suspends immediately).
720         Do the same thing that bash does and ignore this setting,
721         making our repl/getline support pasting.
723 2010-02-10  Mark Probst  <mark.probst@gmail.com>
725         * sgen-gc.c: Simple plausibility check for scan_starts.
727 2010-02-10  Mark Probst  <mark.probst@gmail.com>
729         * sgen-gc.c: Round up when calculating the number of scan starts.
731 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
733         * reflection.c: Export mono_get_object_from_blob.
735         * object-internals.h: Ditto.
737         * icall.c: New icall property_info_get_default_value to get the default
738         value of a property. Since using this is not common, no caching is done.
740         * icall-def.h: Add new icall.
742 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
744         * class.c: Add mono_class_get_property_default_value.
746         * class-internal.h: Export mono_class_get_property_default_value.
748 2010-02-10  Rodrigo Kumpera  <rkumpera@novell.com>
750         * reflection.c (mono_image_get_property_info): Encode the default value of a property.
752 Wed Feb 10 14:48:45 CET 2010 Paolo Molaro <lupus@ximian.com>
754         * sgen-gc.c: introduced critical regions to allow some lockless
755         operations and increase scalability.
757 2010-02-10  Geoff Norton  <gnorton@novell.com>
759         * reflection.c: Support building with DISABLE_REFLECTION
761 2010-02-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
763         * threadpool.c: Fixes for SetMinThreads and SetMaxThreads.
764         Closes bug #566057.
766         * exception.c: fix typo in comment.
768 2010-02-09  Rodrigo Kumpera  <rkumpera@novell.com>
770         * icall.c (param_info_get_type_modifiers): Handle the case when the member object is a
771         property. This happens which instances returned by PropertyInfo::GetIndexParameters ().
773         * reflection.c (mono_reflection_get_custom_attrs_info): Ditto.
775         * object-internals.h: Export mono_class_is_reflection_method_or_constructor as part of
776         the internal API.
778         Fixes #574434.
780 2010-02-09  Mark Probst  <mark.probst@gmail.com>
782         * threads.c: Removed two assertions that were too strict.  Added a
783         clarifying comment.  Fixes #577090.
785 2010-02-08  Zoltan Varga  <vargaz@gmail.com>
787         * domain.c (mono_jit_info_table_find): Avoid looking in the root domain, since
788         the caller has no way of knowing the domain which owns the returned MonoJitInfo.
790         * appdomain.c (create_exceptions): Call mono_thread_push/popappdomain_ref ().
792         * verify.c (mono_type_get_stack_name): Fix a warning.
794 2010-02-07  Zoltan Varga  <vargaz@gmail.com>
796         * marshal.c (mono_marshal_get_wrapper_info): Rename from
797         mono_marshal_wrapper_info_from_wrapper.
799         * marshal.c (mono_marshal_set_wrapper_info): Rename from
800         mono_marshal_method_set_wrapper_data, and export.
802         * boehm-gc.c sgen-gc.c null-gc.c: Get rid of mono_gc_get_allocator_type, store
803         the allocator type in a AllocatorWrapperInfo structure instead, which is accesible
804         by calling mono_marshal_get_wrapper_info ().
806         * sgen-gc.c (mono_gc_get_managed_allocator): Add a specialized allocator for
807         small objects which does no size checks.
809 2010-02-05  Rodrigo Kumpera  <rkumpera@novell.com>
811         * icall-def.h: Rename get_MetadataToken to GetMetadataToken.
813 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
815         * verify.c (mono_method_verify): Use the new basic block formation pass
816         to avoid verifying dead basic blocks. This is the same behavior as the
817         runtime MS verifier.
819 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
821         * mono-basic-block.c:
822         * mono-basic-block.h: New implementation of a basic block formation pass.
823         The formation pass does static liveness analysis as well to detect dead
824         basic blocks.
826 2010-02-04  Zoltan Varga  <vargaz@gmail.com>
828         * marshal.c (mono_marshal_get_native_wrapper): Emit a null check for the
829         'this' argument in icalls.
831 2010-02-02  Zoltan Varga  <vargaz@gmail.com>
833         * reflection.c (resolve_object): Handle MonoArrayMethod. Fixes #575955.
835 2010-02-01  Mark Probst  <mark.probst@gmail.com>
837         * object.c, domain.c: When using SGen, we must register
838         vtable->type as a root if it's not a MonoType, because then it
839         wasn't pin-alloced.
841 2010-02-01  Mark Probst  <mark.probst@gmail.com>
843         * sgen-gc.c: Reset to_space_bumper to to_space_section->next_data
844         at the start of nursery collections, because we might have had
845         degraded allocations which changed next_data.
847 2010-01-30  Zoltan Varga  <vargaz@gmail.com>
849         * marshal.c (mono_marshal_get_managed_wrapper): Avoid constructing the
850         custom attr so this function works in cross-compiling mode.
852 2010-01-29  Zoltan Varga  <vargaz@gmail.com>
854         * class.c (make_generic_param_class): Initialize interface offsets since we
855         set klass->inited. Fixes #574819.
857 2010-01-28  Zoltan Varga  <vargaz@gmail.com>
859         * domain.c (mono_domain_free): Send the END_UNLOAD profiler event before
860         calling the JIT domain cleanup hook.
862 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
864         * pedump.c (main): Properly set the verifier mode when running the metadata
865         verifier.
867 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
869         * verify.c (verify_class_for_overlapping_reference_fields): Properly verify
870         overlapping fields now that we're called before has_references is set.
872         * pedump.c (dump_verify_info): Clear any loader error before verifying another
873         method. Otherwise all sort of weird stuff happens.
875 2010-01-27  Zoltan Varga  <vargaz@gmail.com>
877         * object.c (mono_field_get_value_object): Handle nullable types correctly.
878         Fixes #572874.
880 2010-01-25  Zoltan Varga  <vargaz@gmail.com>
882         * icall.c (ves_icall_System_Array_SetValueImpl): Handle nullable types correctly.
883         Fixes #573322.
885 2010-01-23  Mark Probst  <mark.probst@gmail.com>
887         * sgen-pinning.c (evacuate_pin_staging_area): Don't assume
888         pin_staging_area_index is greater than 0.
890 2010-01-22 Miguel de Icaza (miguel@novell.com)
892         * loader.c: Since we do nothing with the error returned, pass NULL
893         to ignore the error.
895 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
897         * reflection.c (typebuilder_setup_fields): Pretend field setup already
898         happened before starting to encode the actual fields. This avoid ciclic
899         dependencies and eventual crashes.
901         Fixes #572660.
903 2010-01-21  Mark Probst  <mark.probst@gmail.com>
905         * sgen-gc.c, gc-internal.h, object.c: Make string allocation
906         atomic and remove the half-constructed hack in SGen.
908 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
910         * metadata-verify.c (parse_generic_inst): Fail a type signature if it 
911         has a recursive reference to itself.
913         Fixes #571863.
915 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
917         * loader.c (mono_method_signature): Fix error message.
919 2010-01-21  Mark Probst  <mark.probst@gmail.com>
921         * sgen-gc.c: Reuse to-space sections between nursery collections.
923 2010-01-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
925         * icall.c: don't raise AppDomain.TypeResolve when the type is loaded
926         from the current assembly or mscorlib. Fixes bug #322957.
928 2010-01-20  Zoltan Varga  <vargaz@gmail.com>
930         * marshal.c: Calculate the target class of the delegete invoke wrappers using
931         get_wrapper_target_class.
933 2010-01-19  Mark Probst  <mark.probst@gmail.com>
935         * sgen-gc.c: Fix warnings.
937 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
939         * verify.c (store_local): Better error message.
941 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
943         * object.c (mono_object_get_virtual_method): Handle generic interfaces with variant
944         arguments.
946 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
948         * icall.c (ves_icall_Remoting_RemotingServices_GetVirtualMethod): This
949         function is generics variance aware.
951 2010-01-19  Sebastien Pouliot  <sebastien@ximian.com>
953         * security-core-clr.c (mono_security_core_clr_can_access_internals):
954         Handle the case where 'basedir' can be NULL (e.g. SRE assemblies)
956 2010-01-19  Sylvain Dupont <duposyl@gmail.com>
958         * cominterop.c marshal.c: Added support for marshalling in, in/byref,
959           in/out, in/out/byref parameters of type SAFEARRAY[VARIANT].
961         Code is contributed under MIT/X11 license.
963 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
965         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Handle inflated generic methods
966         on a GTD.
968 2010-01-19  Zoltan Varga  <vargaz@gmail.com>
970         * marshal.c (mono_marshal_wrapper_info_from_wrapper): New helper function to
971         return a point to a wrapper specific info structure describing the wrapper.
972         (mono_marshal_get_array_address): Store the rank+elem_size in the wrapper info.
974 2010-01-18  Mark Probst  <mark.probst@gmail.com>
976         * sgen-gc.c: Make minor collection section allowance adaptive,
977         depending on the amount of memory reclaimed in the last major
978         collection.  If more memory was reclaimed (i.e. more garbage
979         produced), do the next collection earlier.
981 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
983         * metadata-verify.c (parse_type): Fail a type signature if it has a recursive reference
984         to itself.
986         * metadata-verify.c (mono_verifier_verify_typespec_signature): Change signature to take
987         the token as parameter.
989         * verify-internals.h: Ditto.
991         * metadata.c (mono_type_create_from_typespec): Pass token to verifier.
993         Fixes #571460.
995 2010-01-18  Mark Probst  <mark.probst@gmail.com>
997         * sgen-gc.c: Make store_remset_buffer_index long.
999 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
1001         * class.c (mono_class_from_typeref): Fail loading of self-referencing typeref tokens.
1003         Fixes #569579.
1005 2010-01-18  Zoltan Varga  <vargaz@gmail.com>
1007         * sgen-gc.c (mono_gc_base_init): Add 'conservative_stack_mark' option to turn
1008         off precise marking if it is available.
1009         (mono_gc_get_bitmap_for_descr): Fix the handling of run length descriptors.
1011 2010-01-17  Zoltan Varga  <vargaz@gmail.com>
1013         * sgen-gc.c (mono_gc_conservatively_scan_area): Resurrect this.
1015         * sgen-pinning.c (evacuate_pin_staging_area): Don't assert if there are no
1016         pinned objects.
1018         * sgen-gc.c (create_allocator): Add the missing n > MONO_ARRAY_MAX_INDEX check
1019         to the array allocator.
1021 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
1023         * generic-sharing.c (instantiate_other_info): Don't create ftnptr's from the
1024         result of mono_compile_method (), it already includes an ftnptr.
1026 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
1028         * metadata.c (get_image_set): Remove an assert which can happen in normal use.
1030 2010-01-15  Zoltan Varga  <vargaz@gmail.com>
1032         * metadata.c (mono_metadata_str_hash): New helper function to compute a stable
1033         hash value which doesn't depend on glib/eglib versions.
1034         (mono_metadata_type_hash): Use it.
1036         * object.c (mono_method_get_imt_slot): Ditto.
1038 2010-01-14  Rodrigo Kumpera  <rkumpera@novell.com>
1040         * class.c (mono_type_has_exceptions): Check the generic instance. It can fail
1041         independently of the GTD.
1043         * class.c (mono_class_setup_fields): Fail if field has negative offset.
1045         * class.c (mono_class_setup_fields): Fail if valuetype has zero size. Add sizeof(MonoObject)
1046         to the upper limit since instance_size includes this amount.
1048         * class.c (mono_class_layout_fields): Check if the types of the static fields have failed.
1050         Fixes #569544.
1052 2010-01-14  Zoltan Varga  <vargaz@gmail.com>
1054         * object.c (build_imt_slots): Compute the vtable slot correctly for interfaces
1055         with static methods.
1057         * object.c (build_imt_slots): Avoid asserting when static methods are
1058         encountered in an interface.
1060 2010-01-13  Mark Probst  <mark.probst@gmail.com>
1062         * sgen-gc.c (to_space_expand): Fix assertion.
1064 Wed Jan 13 15:42:28 CET 2010 Paolo Molaro <lupus@ximian.com>
1066         * string-icalls.c: missing declaration fixes.
1067         * sgen-gc.c: portability fixes.
1069 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
1071         * class.c (mono_class_get_implemented_interfaces): Now take a MonoError argument.
1073         * class.c:
1074         * cominterop.c:
1075         * icall.c:
1076         * object.c: 
1077         * class-internals.h: Adjust for new signature of mono_class_get_implemented_interfaces.
1079 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
1081         * class.c (mono_class_setup_interfaces): Now take a MonoError argument and
1082         it can fail loading the type.
1084         * class.c: Add mono_class_inflate_generic_class_checked.
1086         * class.c:
1087         * verify.c:
1088         * class-internals.h: Adjust for new signature of mono_class_setup_interfaces.
1090 2010-01-11  Zoltan Varga  <vargaz@gmail.com>
1092         * loader.c (mono_method_signature_checked): New internal function taking an
1093         MonoError argument.
1095         * socket-io.c (AI_ADDRCONFIG): Applied patch from John Lightsey (jd@cpanel.net).
1096         Fixes build on rh 7.3.
1098 2010-01-10  Aaron Bockover  <abockover@novell.com>
1100         * assembly.c (mono_set_rootdir): Support finding the mono paths on OS X
1101         at runtime in the same way as on Windows, which yields a relocatable
1102         Mono. Uses dyld's _NSGetExecutablePath and realpath to resolve the path
1103         of the running mono process.
1105         On TARGET_ARM, fallback () will always be executed.
1107 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
1109         * icall.c (ves_icall_Type_GetInterfaceMapData): This function is generics variance aware.
1111 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
1113         * class.c (mono_class_is_assignable_from_slow): Support variant
1114         generic delegates.
1116         * class.c (mono_class_implement_interface_slow): Support types with
1117         variant generic arguments.
1119 2010-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
1121         * verify.c: Remove some code duplication.
1123 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1125         * object.c: Update docs.
1127 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1129         * object.c (add_imt_builder_entry): Improve DEBUG_IMT spew.
1131         * object.c (build_imt_slots): Interfaces with variant generic arguments use the
1132         fallback trampoline as well.
1134         * class.c (mono_class_interface_offset_with_variance): Add new non_exact_match
1135         out argument that is set to TRUE if the match was direct. 
1137         * class.c (mono_class_is_assignable_from): Delegates require variance testing as well.
1139         * class-internal.h: Update prototype of mono_class_interface_offset_with_variance.
1141 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1143         * class.c: Add mono_class_interface_offset_with_variance function that does same
1144         as mono_class_interface_offset but takes variance into account.
1146         * class-internal.h: Export mono_class_interface_offset_with_variance.
1148         * object.c: Fix and improve DEBUG_IMT. Added an assert for IMT thunk building.
1150 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1152         * object.c:
1153         * icall.c:
1154         * class.c: Add some FIXME for due to variant generic arguments.
1156         object.c (mono_object_isinst_mbyref): Interfaces with variant generic arguments
1157         can't use the simple bitfield check, so call mono_class_is_assignable_from if
1158         the bitfield check fails.
1160 2010-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
1162         * class.c (mono_class_is_assignable_from): Rework the generics variance code
1163         to be easier to read and fix bugs in the case a non generic type implements a variant
1164         interface.
1166         * class.c (mono_class_has_variant_generic_params): Make non static.
1168         * class-internals.h: Export mono_class_has_variant_generic_params as part of
1169         the private API.
1171 2010-01-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
1173         * assembly.c: fix MONO_PATH debug output.
1175 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
1177         * culture-info-table.h : regenerated.
1179 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
1181         * verify.c (mono_verifier_verify_class): Properly check for broken parent. Ignore
1182         types that are meant to not have a parent.
1184 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
1186         * marshal.c (mono_marshal_get_runtime_invoke): Make a copy of the signature
1187         from the image mempool, so it is not leaked.
1189 2010-01-04  Zoltan Varga  <vargaz@gmail.com>
1191         * metadata-internals.h (_MonoImage): Remove unused generic_class_cache field.
1193 2010-01-04  Sebastien Pouliot  <sebastien@ximian.com>
1195         * verify.c (verify_valuetype_layout_with_target): Fix case
1196         that can lead to infinite recursion. Fix bug #567861
1198 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
1200         * pedump.c: Run code verifier even if image verification fails
1201         due to a failed type we. This allows more errors to be shown.
1203 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
1205         * class.c (count_virtual_methods): Remove the assert and now
1206         fail properly.
1207         
1208         * class.c (setup_interface_offsets): This can fail now.
1210         * class.c (mono_class_setup_vtable_general): Check for parent vtable
1211         errors. Check setup_interface_offsets errors.
1213         * class.c (setup_interface_offsets): Simplify the return error logic
1214         and remove class_init_ok.
1216         Fixes #560327.
1218 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
1220         * class.c (mono_class_init): Do class verification at the beginning. Add
1221         some asserts to avoid tripping into invalid memory.
1223         * object.c (compute_class_bitmap): Replace a g_assert_not_reached with a
1224         g_error and a decent message.
1226         * verify.c (mono_verifier_verify_class): Verify for invalid super type.
1228         Fixes #567548.
1230 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
1232         * mempool-internals.h (g_list_prepend_mempool): Define this and related functions
1233         as inline functions instead of defining them in mempool.c.
1235         * metadata-internals.h (MonoImageSet): New structure representing a set of
1236         MonoImages, which own a collection of generic instances.
1238         * metadata.c: Get rid of the global generic caches, instead assign each generic
1239         instance to the image set which consists of all the images referenced by the
1240         instance. This greatly speeds up mono_metadata_clean_for_image (), and allows
1241         the memory used by generic instances to be allocated from a per image-set mempool
1242         later.
1244 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
1246         * marshal.c (mono_marshal_get_runtime_invoke): Fix a memory leak.
1248 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
1250         * appdomain.c (zero_static_data): Fix a warning.
1252         * locales.c (construct_culture_from_specific_name): Applied patch from
1253         José Antonio Sánchez Lázaro <jasl@darcysoft.es>. Fix a crash if a culture was
1254         not found. Fixes #567900.
1256 2009-12-31  Sebastien Pouliot  <sebastien@ximian.com>
1258         * loader.c (mono_method_get_signature_full): Remove two asserts.
1259         Return NULL instead so that the verifier can handle both cases 
1260         gracefully.
1262 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
1264         * class.c (mono_class_setup_methods): Use checked version of mono_class_inflate_generic_method_full
1265         so we can properly fail types instead of crashing.
1267         Fixes #567676.
1269 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
1271         * reflection.c (reflection_methodbuilder_to_mono_method): Assert in case of a broken
1272         generic method.
1274 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
1276         * marshal.c (mono_mb_emit_restore_result): Properly handle generic enums.
1278 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
1280         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait): Don't close the
1281         wait handle if the wait is interrupted, since it is still in mon->wait_list, and
1282         we can't remove it from it since we don't hold the lock.
1283         (mon_new): Free the orphaned events here when a mon structure is added to the
1284         freelist. Fixes #561239. Thanks to Mike Rieker <wmrieker@nii.net> for tracking
1285         this down.
1287 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
1289         * verify.c (init_stack_with_value_at_exception_boundary): Do stack overflow checking here
1290         as max stack might be zero.
1292         Fixes #562320.
1294 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
1296         Rework all uses of mono_class_setup_methods to accept that it can fail now.
1298         * class.c (mono_class_setup_methods): This function now can fail the class. Do so for generic
1299         instances if the GTD did.
1301         * class.c (mono_class_setup_properties): Ditto.
1303         * class.c (mono_class_setup_events): Ditto.
1305         * class.c (mono_class_setup_vtable): Fail early if the type is already broken.
1307         * class.c (mono_class_setup_vtable_general): Add a few more missing broken type checks. Sanitize
1308         error setting.
1310         * class.c (mono_class_init): Fail if GTD did.
1312         * cominterop.c:
1313         * generic-sharing.c:
1314         * icall.c:
1315         * loader.c:
1316         * object.c:
1317         * verify.c: Properly handle failure of mono_class_setup_methods.
1319 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
1321         * class-internals.c: Add mono_class_inflate_generic_method_full_checked and make
1322         mono_class_inflate_generic_method_full internal.
1324         * class.c (inflate_generic_context): Now takes a MonoError argument.
1326         * class.c (mono_class_inflate_generic_method_full): Now calls the _checked and abort on
1327         errors.
1329 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
1331         * generic-sharing.c (instantiate_other_info): Avoid creating jump trampolines since
1332         they cannot be patched. Partly fixes #564408.
1334 2009-12-24  Mark Probst  <mark.probst@gmail.com>
1336         * metadata-internals.h, reflection.c: Use the
1337         MonoDynamicImage.handleref hash table only with unmanaged keys,
1338         and add a managed hash table handleref_managed for managed keys.
1340 2009-12-24  Mark Probst  <mark.probst@gmail.com>
1342         * sgen-gc.c: Unset to-space bumper between collections.  It might
1343         become invalid due to degraded allocations.
1345 2009-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
1347         * loader.c (mono_method_get_signature_full): Check if the returned signature is compatible
1348         with the one from the original method.
1350         * metadata-verify.c (mono_verifier_is_sig_compatible): New function to verify signature
1351         compatibility.
1353         * verify-internals.h: Add new function to the internal API.
1355 2009-12-18  Dimitar Dobrev  <dpldobrev@yahoo.com>
1357         * culture-info-tables.h: regenerated it to include the Georgian culture.
1359 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
1361         * sgen-gc.c: Include mono/utils/memcheck.h.
1363         * reflection.c (mono_reflection_get_type_internal_dynamic): Use assembly->domain
1364         instead of the current domain, since the two might not match if this is called
1365         from the debugger.
1367         * metadata-internals.h (MonoDynamicAssembly): Add a 'domain' field to specify the
1368         domain which created this assembly.
1370 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
1372         * debug-helpers.c (dis_one): Avoid a glib assert on empty strings.
1374 2009-12-17  Mark Probst  <mark.probst@gmail.com>
1376         * sgen-gc.c: Managed implementation of the specialized generic
1377         store write barrier.
1379 2009-12-17  Rodrigo Kumpera  <rkumpera@novell.com>
1381         * icall.c (ves_icall_Type_GetMethodsByName): Don't pin virtual methods if they are newslot.
1382         A private virtual newslot method is used to implement an interface method without exposing
1383         it to users. When querying for public instance methods, such method would hide a public one
1384         on a parent type.
1386         Fixes #564379.
1388 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
1390         * reflection.c (resolve_object): Fix the encoding of unmanaged calling
1391         conventions.
1393 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
1395         * reflection.c (mono_type_get_object): Guard against NULL generic param owner.
1397 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
1399         * class-internals.h (MonoDynamicGenericClass): Kill property and event related fields
1400         as they are no longer used.
1401         
1402          * metadata.c (free_generic_class_dependents): Remove reference to previous fields
1404         * reflection.c (mono_reflection_generic_class_initialize): Ditto.
1406 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
1408         * reflection.c (mono_type_get_object): If the type is VAR or MVAR check
1409         if the owner class has not been finished before returning reflection_info.      
1411         Fixes #565127.
1413 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
1415         * reflection.c (mono_custom_attrs_from_param): Avoid a crash if a dynamic
1416         param doesn't have custom attributes. Fixes #565117.
1418         * class.c (mono_bounded_array_class_get): Make these classes PUBLIC. Fixes
1419         #565120.
1421 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
1423         * class.c (mono_class_setup_fields): Fail valuetypes that are bigger than 1Mb.
1425 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
1427         * pedump.c: Add partial-md mode that doesn't perform full metadata verification. It does the
1428         same amount done by a core-clr enabled runtime.
1430 2009-12-15  Marek Habersack  <mhabersack@novell.com>
1432         * appdomain.c (mono_make_shadow_copy): make sure access mode of
1433         the target files is reset to writable by owner and readable by
1434         everyone else to prevent problems when updating shadow copies of
1435         files whose source is read-only. Fixes bug #556884
1437 2009-12-15  Mark Probst  <mark.probst@gmail.com>
1439         * class.c (mono_generic_class_get_class): Allocate the generic
1440         class via malloc again, so that it can be freed when any one of
1441         the images of its constituent types is closed.
1443         * metadata.c: When closing an image, don't free generic insts and
1444         generic classes right away, but put them into a list for later
1445         freeing.
1447         * image.c, metadata-internals.h: Store the free list and in the
1448         second pass of closing an image, free it.
1450 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
1452         * reflection.c (mono_generic_class_get_object): Assert if this is ever called.
1454         * reflection.c (mono_reflection_register_with_runtime): Only register dynamic
1455         types in type_hash.
1457         * reflection.c (resolve_object): Call ensure_complete_type on the inflated field.
1459 2009-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
1461         * reflection.c (mono_reflection_type_get_handle): Properly fail in case of a broken
1462         user type.
1464         * reflection.c (mono_reflection_register_with_runtime): Throws in case a bad user type
1465         is used.
1467 2009-12-14  Miguel de Icaza  <miguel@novell.com>
1469         * verify.c (mono_method_verify): The Unused opcodes produce an
1470         InvalidProgramException on .NET
1472 2009-12-14  Sebastien Pouliot  <sebastien@ximian.com>
1474         * loader.c (mono_method_get_header): Move assert after the verifier
1475         has been called on the method header.
1477 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
1479         * object-internals.h: Remove useless field from MonoReflectionGenericClass.
1481         * appdomain.c: Bump corlib version.
1483 2009-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
1485         To properly support user types, MonoGenericClass has to be used for regular, non SRE,
1486         types as well since otherwise generic instances would not return UT as arguments but
1487         their undelying system type.
1489         * object-internals.h: Change field types of MonoGenericClass and *OnTypeBuilderInst
1490         to reflect the fact that they can have now multiple different types.
1492         * reflection.c (mono_image_get_field_on_inst_token): Handle MonoField.
1494         * reflection.c (mono_image_get_ctor_on_inst_token): Handle MonoCMethod.
1496         * reflection.c (mono_image_get_method_on_inst_token): Handle MonoMethod.
1498         * reflection.c (mono_reflection_register_with_runtime): Init super types
1499         if the image is not dynamic.
1501         * reflection.c (mono_reflection_bind_generic_parameters): In case of a MonoGenericClass,
1502         check if the generic type definition is a TypeBuilder.
1504         * reflection.c (mono_reflection_generic_class_initialize): If the generic type definition
1505         doesn't belong to a dynamic image, skip initialization.
1507         * reflection.c (resolve_object): Properly handle *OnTypeBuilderInst types where their
1508         base definition is not a dynamic type.
1510 2009-12-11  Marek Habersack  <mhabersack@novell.com>
1512         * object.c (mono_ldstr, mono_ldstr_metadata_sig): added calls to
1513         mono_profiler_string_allocation
1515         * string-icalls.c (ves_icall_System_String_InternalAllocateStr):
1516         if string profiling is enabled, call
1517         mono_profiler_string_allocation
1519         * profiler.h: added two MonoProfileFlags -
1520         MONO_PROFILE_IOMAP_EVENTS and MONO_PROFILE_STRING_ALLOC as well as
1521         installation functions for the hooks below.
1523         * profiler-private.h, profiler.c: added two hooks:
1524         mono_profiler_string_allocation called whenever a string is
1525         allocated by InternalAllocateStr and mono_profiler_iomap called
1526         whenever IOMAP code performs an adjustement on a file path.
1528 Fri Dec 11 18:24:04 CET 2009 Paolo Molaro <lupus@ximian.com>
1530         * boehm-gc.c: fixed race condition while getting the target of a
1531         disappearing link (bug #522233).
1533 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
1535         * class.c (mono_type_get_full): Produce warning instead of simply swallowing
1536         the error.
1538 2009-12-10  Rodrigo Kumpera  <rkumpera@novell.com>
1540         * reflection.c: Add mono_reflection_register_with_runtime icall to
1541         allow a MonoGenericClass to register itself as the managed mirror of
1542         a given generic instance.
1543         This is a temporary workaround until all MGC instantiation happens in
1544         managed code.
1546         * object-internals.h: Ditto.
1548         * icall-def.h: Ditto.
1550 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1552         * sgen-gc.c (find_in_remsets): Also search the generic store
1553         remsets.
1555 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1557         * sgen-gc.c: Don't access class names in debugging code when
1558         unloading a domain, because they might not be valid anymore.
1560 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1562         * domain.c, domain-internals.h: New function mono_domain_unset().
1564         * appdomain.c (unload_thread_main): Detach the thread again at the
1565         end.
1567         * threads.c: When a thread exists or is detached, unset its domain
1568         so that it's NULL when, for example, a pthread destructor runs.
1570         * sgen-gc.c: Assert that there is no domain set after a thread is
1571         done.
1573 2009-12-10  Mark Probst  <mark.probst@gmail.com>
1575         * class.c (mono_generic_class_get_class),
1576         metadata.c (free_generic_class): Allocate generic MonoClass's from
1577         the image mempool, not via malloc.  The problem with malloc is
1578         that when unloading a domain those classes are freed before
1579         clearing the heap and SGen needs the classes.  Rewriting the
1580         unloading code to do the free later would be more work and there's
1581         no point in using malloc anyway.
1583 2009-12-09  Sebastien Pouliot  <sebastien@ximian.com>
1585         * loader.c (mono_method_signature): Always call mono_loader_unlock 
1586         before returning.
1588 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
1590         * metadata-verify.c: Add mono_verifier_verify_string_signature to check
1591         user string blobs.
1593         * verify-internals.h: Add new function to the internal API.
1595         * verify.c (do_ldstr): Call into mono_verifier_verify_string_signature to
1596         check if it's a valid string.
1598         * object.c (mono_ldstr): Ditto.
1600         Fixes #561943.
1602 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
1604         * icall.c (ves_icall_GetCurrentMethod): Drop all generic arguments
1605         from a method before returning it. This is the expected behavior.
1607 2009-12-08  Rodrigo Kumpera  <rkumpera@novell.com>
1609         * reflection.c (inflate_method): Handle the case of a regular system type.
1611 2009-12-08  Mark Probst  <mark.probst@gmail.com>
1613         * sgen-gc.c, sgen-pinning-stats.c, sgen-gray.c: More statistics
1614         gathering code.
1616         * mempool.c, mempool-internals.h: New function
1617         mono_mempool_get_bytes_allocated().
1619         * Makefile.am: sgen-pinning-stats.c added.
1621 2009-12-08  Mark Probst  <mark.probst@gmail.com>
1623         * sgen-gc.c (create_allocator): Only use the fast path if the
1624         object size is within the small object size limit.
1626 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1628         * sgen-gc.c: Make sure section->data is aligned to 8 bytes by
1629         possibly adding padding to sizeof (GCMemSection).
1631 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1633         * sgen-gc.c (mono_gc_wbarrier_nostore): Skip the remset if the
1634         reference is not in the nursery.
1636 2009-12-07  Rodrigo Kumpera  <rkumpera@novell.com>
1638         * class.c (mono_class_from_typeref): Bounds check idx against the 
1639         assemblyref table.
1641 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1643         * sgen-gc.c, sgen-pinning.c: When pinning, make only one pass
1644         through the potential roots, then sort the results and find the
1645         pinned objects from there.
1647         * Makefile.am: sgen-pinning.c added.
1649 2009-12-07  Mark Probst  <mark.probst@gmail.com>
1651         * sgen-gc.c: Record generic stores in specialized remset buffers.
1653 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1655         * sgen-gc.c: Make pinned chunks the same size as major heap
1656         sections, and align them as well, so that we can check whether an
1657         object is in a pinned chunk or a major section in constant time.
1659 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1661         * sgen-gc.c (build_nursery_fragments): Don't leak fragments.
1663 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1665         * sgen-gc.c: Make all major heap sections the same size (currently
1666         128k) and allocate them on aligned addresses.  Small heap sections
1667         give us better granularity with pinned objects - we can free up
1668         much more memory.
1670 2009-12-06  Mark Probst  <mark.probst@gmail.com>
1672         * string-icalls.c (ves_icall_System_String_GetLOSLimit): Debug
1673         output removed.
1675 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
1677         Applied patch from Laurent Etiemble (laurent.etiemble@gmail.com).
1679         * mono/metadata/assembly.c: When opening an assembly image, pass the real
1680         names in addition to the runtime generated one.
1682         * mono/metadata/image.h: Add a function to take the real name of the assembly
1683         image.
1685         * mono/metadata/image.c: If a real name has been passed to load an assembly,
1686         use it instead of the runtime generated one.
1688         Code is contributed under MIT/X11 license.
1690 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
1692         * marshal.c (emit_marshal_vtype): Do the klass == date_time_class checks
1693         before the other checks to prevent problems if the DateTime class is blittable.
1694         Hopefully fixes #559600.
1696 2009-12-05  Mark Probst  <mark.probst@gmail.com>
1698         * string-icalls.c, string-icalls.h, icall-def.h: New icall that
1699         returns the largest string length that will not be put into the
1700         LOS.
1702         * sgen-gc.c, gc-internal.h: New function that returns the largest
1703         object size that will not be put into the LOS.
1705         * appdomain.c: Bump corlib version.
1707 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
1709         * class-internals.h: Add MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
1711         * generic-sharing.c: Handle MONO_RGCTX_INFO_METHOD_DELEGATE_CODE.
1713 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
1715         * reflection.c (inflate_method): Fix signature.
1717         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Reflect change
1718         in managed code.
1720 2009-12-04  Rodrigo Kumpera  <rkumpera@novell.com>
1722         * reflection.c (inflate_method): Make this method work with TypeBuilder as well.
1724 2009-12-03  Mark Probst  <mark.probst@gmail.com>
1726         * sgen-gc.c: Abstract to-space handling.
1728 2009-12-03  Rodrigo Kumpera  <rkumpera@novell.com>
1730         * loader.c (find_method_in_class): Ignore methods with broken signatures.
1732         Fixes #559906.
1734 2009-12-03  Mark Probst  <mark.probst@gmail.com>
1736         * sgen-gc.c: Only add references from outside the nursery to
1737         within the nursery to the global remset list.
1739 2009-12-03  Mark Probst  <mark.probst@gmail.com>
1741         * appdomain.c (create_exceptions): Set the domain temporarily if
1742         necessary to avoid cross-domain references.
1744 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1746         * verify.c (get_stack_type): Return that the type is invalid instead of
1747         asserting.
1749         * verify.c (mono_method_verify): Verify that all locals and arguments
1750         have valid stack types.
1752         Fixes #559913.
1754 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1756         * verify.c (mono_method_verify): Bounds check the filter offset. Make all
1757         bounds checking overflow aware.
1759         Fixes #559910.
1761 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1763         * verify.c (do_invoke_method): Check for invalid method signatures.
1765         Fixes #553450.
1767 2009-12-02  Jb Evain  <jbevain@novell.com>
1769         * appdomain.c (MONO_CORLIB_VERSION): bump.
1770         * icall-def.h (get_base_definition): renamed to get_base_method
1771         and add a boolean argument indicating we want the original
1772         method definition, or the immediate base method.
1773         * icall.c: apply the get_base_definition to get_base_method change.
1775 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1777         * class.c (mono_class_setup_fields): Fail an enum without an instance field.
1779         Fixes #558042.
1781 Wed Dec 2 16:35:49 CET 2009 Paolo Molaro <lupus@ximian.com>
1783         * class.c: remove asserts for invalid type token in
1784         mono_class_name_from_token(), mono_assembly_name_from_token() and
1785         mono_class_create_from_typedef () (fixes bug #553318).
1787 Wed Dec 2 15:48:19 CET 2009 Paolo Molaro <lupus@ximian.com>
1789         * metadata.c, class.c, loader.c: remove assert after bsearch() for
1790         incorrect assemblies (bug #553322).
1792 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1794         * metadata.c (mono_metadata_inflate_generic_inst): Add MonoError parameter.
1796         * metadata-internals.h: Change signature of mono_metadata_inflate_generic_inst. 
1798         * class.c (inflate_generic_type): Use new version of mono_metadata_inflate_generic_inst.
1800         * class.c (inflate_generic_context): Ditto.
1802         * loader.c (method_from_methodspec): Ditto.
1804         Fixes #558230.
1806 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1808         * class.c (mono_type_retrieve_from_typespec): Use MonoError machinery to report errors.
1810         * class.c (mono_class_create_from_typespec): Ditto.
1812         * class.c (mono_class_get_full): Fix for change on the above 2 functions.
1814         * class.c (mono_type_get_full): Fix for change on the above 2 functions.
1816         Fixes #558184.
1818 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
1820         * verify.c (mono_class_has_default_constructor): Check fror broken signatures.
1822         * verify.c (verify_delegate_compatibility): Ditto.
1824         * verify.c (do_newobj): Ditto.
1826         Fixes #558046.
1828 2009-12-02  Mark Probst  <mark.probst@gmail.com>
1830         * sgen-gc.c: Use a gray queue instead of requiring that gray
1831         objects are in a contiguous region.
1833         * sgen-gray.c: The gray queue implementation.
1835         * Makefile.am: sgen-gray.c added.
1837 2009-12-02  Mark Probst  <mark.probst@gmail.com>
1839         * appdomain.c: When unloading a domain, zero its static data and
1840         perform a minor collection when using SGen.  That will get rid of
1841         all the remsets pointing into that domain's static data.
1843         * sgen-gc.c: Allow remsets into static data.  By doing this we
1844         need less checks so we're more efficient.
1846 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1848         * verify.c (mono_method_verify): Check for catch clauses with broken
1849         types.
1851         Fixes #558465.
1853 2009-12-01  Jb Evain  <jbevain@novell.com>
1855         * class.c (make_generic_param_class): set the namespace of
1856         the generic parameter class from its owner, if available.
1858 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1860         * verify.c (code_bounds_check): Do proper overflow checking.
1862         * verify.c (mono_method_verify): The number of switch entries is
1863         an unsigned int. Properly bounds check it.
1865         Fixes #558594.
1867 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1869         * metadata.c: Kill mono_metadata_get_param_attrs_checked. Add
1870         mono_metadata_method_has_param_attrs which only checks if a given param
1871         list has a non zero flags entry.
1873         * metadata.c (mono_metadata_get_param_attrs): Add param_count parameter
1874         to inform how many params should we expect to decode.
1876         * loader.c (mono_method_signature): Use mono_metadata_method_has_param_attrs
1877         as it's faster than mono_metadata_get_param_attrs.
1879         * metadata-internals.h: Fix mono_metadata_get_param_attrs signature and
1880         add mono_metadata_method_has_param_attrs.
1882 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1884         * class.c (mono_class_setup_vtable_general): Check for mono_method_get_vtable_slot
1885         failures.
1887         * class.c (mono_method_get_vtable_slot): Don't assert if the computed method slot
1888         is -1 but its class is broken.
1890         Fixes #558522.
1892 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1894         * metadata.c: Introduce mono_metadata_get_param_attrs_checked which checks
1895         for parameter overflow.
1897         * metadata.c (mono_metadata_parse_method_signature_full): Use checked version
1898         of mono_metadata_get_param_attrs.
1900         * metadata-internals.h: Add mono_metadata_get_param_attrs_checked to the internal
1901         API.
1903         * loader.c (mono_method_signature): Use checked version of mono_metadata_get_param_attrs.
1905 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
1907         * class.c (mono_class_setup_fields): Check for fields with broken types.
1909         Fixes #558741.
1911 2009-11-28  Rodrigo Kumpera  <rkumpera@novell.com>
1913         * reflection.c (ensure_generic_class_runtime_vtable): Split this function in 2
1914         so we can avoid calling ensure_runtime_vtable multiple times for the GTD during
1915         its TypeBuilder::CreateType ().
1917         * reflection.c (ensure_generic_class_runtime_vtable): Avoid initializing interfaces
1918         if not needed.
1920         * reflection.c: Every time we change the interface array, set interfaces_packed to NULL
1921         to make setup_interface_offsets happy.
1923         * reflection.c (remove_instantiations_of_and_ensure_contents): Fix instances again as corlib
1924         compilation now works.
1926 2009-11-28  Zoltan Varga  <vargaz@gmail.com>
1928         * appdomain.c (create_exceptions): New helper function extracted from
1929         mono_runtime_init () to precreate objects used during exception handling.
1930         (mono_runtime_init): Call it.
1931         (mono_domain_create_appdomain_internal): Ditto. Fixes #555264.
1933 2009-11-27  Rodrigo Kumpera  <rkumpera@novell.com>
1935         * reflection.c (remove_instantiations_of_and_ensure_contents): Temp hack to fix corlib
1936         compilation until the proper one is found.
1938 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
1940         * class.c (mono_class_setup_vtable_general): Cache the result of
1941         get_virtual_methods () since it can be slow because of the metadata
1942         optimization.
1944         * metadata-internals.h (_MonoImage): Change 'method_cache' to a GHashTable
1945         from a MonoValueHashTable for now, since the later is based on an earlier
1946         version of hpj's internal probing code and seems to have serious collision
1947         issues.
1949         * loader.c (mono_get_method_full): Update after the change above.
1951 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
1953         * class-internals.h (MonoCachedClassInfo): Add 'is_generic_container' field.
1955 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
1957         * reflection.c (get_field_on_inst_generic_type): Try to fallback using the field from
1958         the GTD instead of the DGC instead of crashing.
1960         * reflection.c (ensure_generic_class_runtime_vtable): Only reinflate stuff that is
1961         required. Inflate fields if needed.
1963         * reflection.c (remove_instantiations_of): Ensure generic instances are properly
1964         finished. Renamed.
1966 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
1968         * class.c (check_interface_method_override): Check for NULL signatures and fail
1969         the type.
1971         * debug-helpers.c (mono_signature_get_desc): Return a fixed string for NULL signatures.
1973         Fixes #553428.
1975 2009-11-26  Zoltan Varga  <vargaz@gmail.com>
1977         * class.c (mono_class_get_virtual_methods): Call decode_row_col to obtain
1978         the MONO_METHOD_FLAGS column instead of decoding the whole row.
1980 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
1982         * loader.c (field_from_memberref): Resolve the class first then the field
1983         signature. Remove a lot of duplicated code and make sure we don't pass valid
1984         values to mono_loader_set_error_field_load.
1986         Fixes #553306.
1988 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
1990         * class.c (inflate_generic_type): Change code to use new signature of
1991         mono_error_set_bad_image.
1993         Fixes #558124.
1995 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com> 
1997         * verify.c (mono_method_verify): Don't free ctx.params items if 
1998         we aborted while inflating the ctx.locals. Complete previous fix
2000 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com>
2002         * verify.c (mono_method_verify): Use the uninflated type name, 
2003         when the inflated is null, to report errors. Also take care when
2004         freeing, not to free everything since, in case of an error, some
2005         stuff would be copies (i.e. not allocated by the function itself)
2006         Fix bug #558145
2008 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
2010         * verify.c (stack_push, stack_pop, stack_pop_safe): Assert if we underflow
2011         or overflow. The caller must have done this check explicitly. This guard us
2012         from accessing invalid memory.
2014         * verify.c (do_push_static_field): Check for stack overflow.
2016         Fixes #553333.
2018 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
2020         * loader.c (find_method_in_class): Don't crash if the signature cannot
2021         be resolved.
2023         * metadata.c (mono_metadata_parse_generic_param): Return NULL instead
2024         of asserting for the case of invalid params.
2026         Fixes #553304.
2028 2009-11-24  Sebastien Pouliot  <sebastien@ximian.com>
2030         * image.c (mono_image_load_module): Fix crash when a bad assembly
2031         has no module at all (fix bug #553412) and also replace the 
2032         g_assert with a return NULL (documented return value for failure)
2034 2009-11-23  Zoltan Varga  <vargaz@gmail.com>
2036         * debug-helpers.c (mono_type_get_desc): Handle typedbyref.
2038 2009-11-23  Miguel de Icaza  <miguel@novell.com>
2040         * file-io.c: Change FindFirst/FindNext/FindClose API to return the
2041         file attribute to managed code and avoid doing the mask/attribute
2042         checks here. 
2044 2009-11-22  Miguel de Icaza  <miguel@novell.com>
2046         * file-io.c: Surface a smart FindFirst/FindNext/FindClose API to
2047         the managed world.
2049         * icall-def.h: New entry points.
2050         
2051 2009-11-19  Mark Probst  <mark.probst@gmail.com>
2053         * process.c: Don't put references to managed objects into a
2054         g_ptr_array.
2056 2009-11-18  Sebastien Pouliot  <sebastien@ximian.com>
2058         * class.c (can_access_internals): Allow CoreCLR to participate in
2059         allowing (or not) [InternalsVisibleTo] between assemblies.
2060         * security-core-clr.c|h: Make sure that only trusted code (a 
2061         superset of platform code) can access the internals of platform
2062         code.
2064 Mon Nov 16 16:28:11 CET 2009 Paolo Molaro <lupus@ximian.com>
2066         * reflection.c: use the correct base class to get the virtual method
2067         "get_UnderlyingSystemType" and speed up the icall. Fixes bug #555013.
2069 2009-11-16  Sebastien Pouliot  <sebastien@ximian.com>
2071         * security-core-clr.c (get_caller_no_reflection_related): 
2072         [Mono]Type.InvokeMember is outside System.Reflection[.Emit] but
2073         it's still reflection and must be filtered correctly.
2075 2009-11-16  Mark Probst  <mark.probst@gmail.com>
2077         * object.c (compute_class_bitmap): Fix for large bitmaps.
2079 2009-11-15  Zoltan Varga  <vargaz@gmail.com>
2081         (mono_gc_get_suspend_signal): Fix the build with a system libgc.
2083         * boehm-gc.c (mono_gc_base_init): Applied patch from DKoushik K. Dutta (
2084         koush@koushikdutta.com). Disable GC_no_dls on android.
2086 2009-11-12  Mark Probst  <mark.probst@gmail.com>
2088         * sgen-gc.c (find_tlab_next_from_address): Handle the case where
2089         tlab_next points outside the TLAB because the allocator was
2090         interrupted.
2092 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
2094         * reflection.c (mono_image_module_basic_init): Handle exceptions correctly.
2096 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
2098         * object-internals.h: Change signature for mono_string_to_utf8_image.
2100         * object.c (mono_string_to_utf8_image): Change signature to take a MonoError
2101         argument.
2103         * reflection.c: Take care of mono_string_to_utf8_image change and avoid raising
2104         exceptions due to mono_string_to_utf8.
2106 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
2108         * object-internals.h: Change signature for mono_string_to_utf8_mp.
2110         * object.c (mono_remote_class): Make sure all resources are released before
2111         raising an exception.
2113         * object.c (mono_print_unhandled_exception): Avoid raising an exception.
2115 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
2117         * mono-perfcounters.c (network_get_impl): Change variable initialization
2118         ordering to fix potential memory leak in case of exceptions.
2120         * mono-perfcounters.c (mono_perfcounter_create): Properly handle badly
2121         encoded strings.
2122         
2123 2009-11-09  Rodrigo Kumpera  <rkumpera@novell.com>
2125         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): Change
2126         variable initialization ordering to fix potential memory leak in case
2127         of exceptions.
2129 2009-11-09  Zoltan Varga  <vargaz@gmail.com>
2131         * icall.c (mono_ArgIterator_Setup): Remove the MONO_ARCH_REGPARMS stuff, its not
2132         needed.
2134 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
2136         * appdomain.c: Fix shadow path code to better deal with exceptions.
2138 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
2140         * appdomain.c: Use checked version of mono_string_to_utf8 to avoid raising an
2141         exception in the middle of the runtime code.
2143 2009-11-07  Rodrigo Kumpera  <rkumpera@novell.com>
2145         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): Don't
2146         leak memory with broken envvar value.
2148 2009-11-06  Mark Probst  <mark.probst@gmail.com>
2150         * reflection.c (mono_reflection_setup_internal_class): Because
2151         nested classes are not added to the name cache, we must put them
2152         in the reflection_info_unregister_classes list.
2154 2009-11-05  Sebastien Pouliot  <sebastien@ximian.com>
2156         * class.c: When CoreCLR is enabled don't call mono_init_com_types
2157         if MONO_CLASS_IS_IMPORT return true unless the type reside in 
2158         platform (trusted) code. Instead we return a TypeLoadException to
2159         be thrown later. This is the exception thrown by Silverlight 2 if
2160         a type, inside application (user) code is marked with [ComImport]
2162 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
2164         * icall.c (ves_icall_System_Diagnostics_Debugger_IsAttached_internal): Call
2165         mono_is_debugger_attached () too.
2167         * mono-debug.c (mono_is_debugger_attached): New helper function.
2168         (mono_set_is_debugger_attached): Ditto.
2170 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
2172         * object-internals.h: Add mono_string_to_utf8_checked.
2174         * object.c: Implement mono_string_to_utf8_checked.
2176 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
2178         * class.c: Add missing check for load errors after every
2179         call to mono_class_setup_fields
2181         Fixes #552282.
2183 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
2185         metadata-verify.c (verify_tables_schema): Fix the error message.
2187 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
2189         * metadata.c: Change event table schema to use TDOR for event type
2190         as this is what it's meant to be.
2192         * metadata.c (mono_metadata_compute_size): Change MONO_TABLE_ASSEMBLYPROCESSOR
2193         to MONO_TABLE_ASSEMBLYREFPROCESSOR, which is table that has a MONO_MT_TABLE_IDX
2194         entry.
2196         * metadata.c (mono_metadata_compute_size): Trim MT_TABLE_IDX of code that no
2197         longer makes sense: remove MONO_TABLE_EVENT and remove checks for non-existent
2198         rows in MONO_TABLE_GENERICPARAM.
2200         Fixes #552289.
2202 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
2204         * class.c (mono_image_add_to_name_cache): Assert on duplicate
2205         insertion.
2207         * reflection.c (mono_reflection_setup_internal_class): Avoid
2208         registering a gc root the same MonoClass multiple times.
2209         Don't register nested types on the global scope as they should
2210         not be available there.
2212 2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2214         * culture-info-tables.h: regenerated.
2216 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
2218         * debug-helpers.c: avoid g_strdup() in mono_type_full_name().
2220 2009-11-04  Sebastien Pouliot  <sebastien@ximian.com>
2222         * string-icalls.c|h: Remove string internal calls that are not 
2223         used anymore by the class libraries.
2224         * icall.c: Remove System_Reflection_FieldInfo_internal_from_handle
2225         which is not used in the class librairies.
2226         * icall-def.h: Update tables.
2228 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
2230         * class.h: Move mono_class_inflate_generic_type_checked...
2232         * class-internals.h: to here and make it internal. We don't want to
2233         further expose MonoGenericContext. 
2235 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
2237         * verify.c (mono_method_verify): Improve error message.
2239 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
2241         * reflection.c (fieldref_encode_signature): If field_image is NULL then
2242         the token is already properly encoded. Fixs 4.0 build.
2244 2009-11-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2246         * locales.c (construct_number_format): Check if the number index is
2247         valid before trying to use it, if not, just return.
2248         
2249 2009-11-04  Zoltan Varga  <vargaz@gmail.com>
2251         * marshal.c (mono_marshal_get_runtime_invoke): Don't reset abort exceptions,
2252         since that loses the abort state. Fixes #539394.
2254 2009-11-03  Zoltan Varga  <vargaz@gmail.com>
2256         * marshal.c (mono_marshal_get_native_wrapper): For icall wrappers, add an
2257         explicit this argument to the call signature.
2258         (mono_marshal_get_icall_wrapper): Ditto.
2260 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
2262         * reflection.c (fieldref_encode_signature): Add new field_image parameter
2263         to indicate which assembly to use when resolving a custom-mod.
2265         Fixes handling of volatile fields used across assemblies as reported in #551513.
2267 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
2269         * loader.c: Improve error messages.
2271 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
2273         * class.c (mono_class_setup_methods): Only give a slot for virtual methods
2274         of interfaces. Fixes IKVM.
2276         * class.c (mono_class_setup_vtable_general): Improve debug spew.
2278 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
2280         * verify.c (verifier_inflate_type): Return the inflated type on success.
2282 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
2284         * debug-mono-symfile.c (check_line): Fix the handling of IL offset 0.
2286         * threads.c (mono_thread_attach): Call the profiler thread start callback.
2288         * object-internals.h (_MonoThreadInternal): Add a 'flags' field.
2290         * threads.c (build_wait_tids): Ignore threads which have the DONT_MANAGE
2291         flag set.
2293         * profiler.c: Add new profiler callbacks for runtime invoke.
2295         * object.c (mono_runtime_invoke): Call the runtime invoke callbacks.
2297 2009-11-01  Mark Probst  <mark.probst@gmail.com>
2299         * sgen-gc.c: Keep track of the reason for a major collection and
2300         write it to the heap-dump file.
2302 2009-10-31  Miguel de Icaza  <miguel@novell.com>
2304         * threads.c: refactor the code that initializes the
2305         thread_start_args into a reusable function and use this in the two
2306         methods that start up threads.
2308 2009-10-31  Zoltan Varga  <vargaz@gmail.com>
2310         * appdomain.c (mono_domain_try_unload): Applied patch from Romain Tartière.
2311         Fix returning when WaitForSingleObjectEx returns WAIT_IO_COMPLETION.
2313 2009-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
2315         * mono-perfcounters.c: add the "_Total" instance for CPU counters.
2316         Until now, we only had the per-cpu(core) counters.
2318 2009-10-28  Mark Probst  <mark.probst@gmail.com>
2320         * gc-internal.h, boehm-gc, sgen-gc.c, null-gc: Add
2321         mono_gc_get_suspend_signal(), which returns the suspend signal
2322         number used by the GC.
2324 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
2326         * threads.c (start_wrapper): Avoid an assert if thread_start_args () is NULL.
2328         * threads.c (start_wrapper): Call mono_profiler_thread_start () later after
2329         signalling start_notify.
2331 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
2333         * appdomain.c: do not test the st_mode field for shadow-copies.
2334         Fixes bug #545276.
2336 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
2338         * threadpool.[ch]: added hooks for thread start/finish and item
2339         processing begin/end. For monotouch use only.
2341 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
2343         * threads.c (mono_thread_get_name): New helper function.
2345         * reflection.c (resolve_object): Set handle_class for strings too.
2346         (mono_reflection_create_custom_attr_data_args): New helper function to decode
2347         a cattr blob into a set of arrays and structures without creating the custom
2348         attributes themselves.
2349         (create_custom_attr_data): Simplify using create_custom_attr_data_args.
2351         * mono-debug.c (mono_debug_il_offset_from_address): New helper function.
2353         * debug-mono-symfile.c (mono_debug_symfile_get_line_numbers): New helper
2354         function.
2356 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
2358         * verify.c: Replace calls to mono_class_inflate_generic_type with
2359         mono_class_inflate_generic_type_checked. Fixes #480005.
2361 2009-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
2363         * class.c (mono_class_inflate_generic_type_with_mempool): Clear the error
2364         object since not all paths lead to callees initing it.
2366 2009-10-23  Alp Toker  <alp@nuanti.com>
2368         Fix embedding API breakage from r144688. mono-compiler.h is an internal
2369         header and should not be shipped:
2371         * class.h: Back out MONO_DEPRECATED change. Currently depends on config.h
2372         which is specific to the mono build. Not going to work.
2374 2009-10-23  Sebastien Pouliot  <sebastien@ximian.com>
2376         * security-manager.c: Report if core-clr is active from
2377         ves_icall_System_Security_SecurityManager_get_SecurityEnabled
2378         to allow Moonlight BCL to behave appropriately (both in browser
2379         and outside, e.g. smcs)
2381 2009-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
2383         * mono-config.c: ignore UTF-8 BOM and report parser errors.
2384         Fixes bug #549108.
2386 2009-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2388         * class.c: fix typo.
2390 2009-10-22  Rodrigo Kumpera  <rkumpera@novell.com>
2392         * class-internals.h: Change signature of mono_class_inflate_generic_type_with_mempool to take
2393         a MonoError parameter.
2395         * class.h: Mark mono_class_inflate_generic_type deprecated, add new mono_class_inflate_generic_type_checked
2396         version that can does proper error handling.
2398         * class.c (inflate_generic_type): Add a MonoError parameter. Don't assert on error, use new mono error machinery.
2400         * class.c (mono_class_inflate_generic_type_with_mempool): Add new MonoError parameter.
2402         * class.c, generics-sharing.c: Changes to handle mono_class_inflate_generic_type_with_mempool new signature.
2404 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
2406         * debug-helpers.c (dis_one): Fix the disassembly of empty strings when
2407         NO_UNALIGNED_ACCESS is defined.
2409 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
2411         * marshal.c (mono_string_builder_to_utf16): Applied patch from
2412         Hib Eris  <hib@hiberis.nl>. Return empty string for empty string builders.
2413         Fixes #549173.
2415 2009-10-22  Mark Probst  <mark.probst@gmail.com>
2417         * sgen-gc.c: Shorten sections whenever possible.
2419 2009-10-22  Mark Probst  <mark.probst@gmail.com>
2421         * sgen-gc.c: Use our portable semaphore #defines.
2423 2009-10-22  Mark Probst  <mark.probst@gmail.com>
2425         * sgen-gc.c: A debug option for dumping the heap layout to a file
2426         after each collection.
2428 2009-10-21  Mark Probst  <mark.probst@gmail.com>
2430         * sgen-gc.c: Make managed write barriers atomic via
2431         thread-restarts.
2433 2009-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
2435         * verify.c (verify_delegate_compatibility): Properly verify delegate creation of static
2436         methods. Fixes #543021.
2438 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
2440         * socket-io.[ch]: fix VS build.
2442 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
2444         * icall-def.h:
2445         * socket-io.[ch]: implemented SendFile.
2447 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
2449         * class.c (mono_class_create_from_typedef): Initialize class->element_class
2450         before the interfaces to avoid crashes later if class initialization fails.
2451         Fixes #548417.
2453         * marshal.c (emit_marshal_vtype): Implement byref marshalling of DateTime.
2454         Fixes #548276.
2456 2009-10-20  Marek Safar  <marek.safar@gmail.com>
2458         * domain.c: Bump 4.0 version.
2460 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
2462         * assembly.c (mono_assembly_load_reference): Fix leak when 'status'
2463         code is known. (parse_public_key) Remove duplicate (unneeded) NULL
2464         check since 'pubkey' can't be NULL at this stage
2465         * icall.c (ves_icall_System_Array_FastCopy): Add comment about
2466         the check. (ves_icall_Type_GetInterfaceMapData) Remove duplicate
2467         initialization of 'iter'
2469 2009-10-16  Bill Holmes  <billholmes54@gmail.com>
2471         * cominterop.c : Search the interface parts of vtable to find 
2472           method matches.  Fixes 547030.
2474         Code is contributed under MIT/X11 license.
2476 2009-10-15 Gonzalo Paniagua Javier <gonzalo@novell.com>
2478         * marshal.c: BeginInvoke cannot be called on multicast delegates with
2479         multiple targets. Fixes bug #574426.
2481 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
2483         * profiler.h: Put here the definition of
2484         MONO_PROFILER_MAX_STAT_CALL_CHAIN_DEPTH
2485         (and fix the build...).
2487 2009-10-14  Massimiliano Mantione  <massi@ximian.com>
2489         * profiler.c, profiler.h, profiler-private.h:
2490         Added support for different ways of getting call chains in stat mode.
2492 2009-10-12  Mark Probst  <mark.probst@gmail.com>
2494         * object.c, object-internals.h: New function for computing the
2495         size of an array, factored out of mono_array_new_full().  Use
2496         SGen's functions for allocating arrays and vectors.
2498         * sgen-gc.c, gc-internal.h: Special functions for allocating
2499         arrays and vectors without race conditions.  A managed array
2500         allocator method.
2502         * boehm-gc.c, null-gc.c: Don't provide a managed array allocator.
2504 2009-10-12  Mark Probst  <mark.probst@gmail.com>
2506         * object.c, object.h, icall.c: Write barriers do the copying now,
2507         as well, so no need for an additional memcpy.
2509         * sgen-gc.c: Lock when storing remsets.  Do the memory
2510         copying/moving in the write barriers.
2512         * null-gc.c, boehm-gc.c: Write barriers must copy here, too.
2514         * reflection.c: Added an assert.
2516 2009-10-12  Mark Probst  <mark.probst@gmail.com>
2518         * threads.c, process.c: A few missing write barriers.
2520 2009-10-12  Joel W. Reed <joelwreed@gmail.com>
2522         * mono-perfcounters.c, mono-perfcounters-def.h: Add
2523         network performance counters for bytes sent per second, bytes
2524         received per second, and bytes total per second.
2526         Code is contributed under MIT/X11 license.
2528 2009-10-09  Mark Probst  <mark.probst@gmail.com>
2530         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
2531         Fix warning.
2533 2009-10-09  Mark Probst  <mark.probst@gmail.com>
2535         * threads.c, object-internals.h, object.c: Move code for
2536         transferring an object to a different domain (via
2537         serialization/remoting) to object.c.
2539         * object.c (call_unhandled_exception_delegate): If the exception
2540         is in a different domain than the delegate, transfer the exception
2541         to that domain.
2543 2009-10-07  Zoltan Varga  <vargaz@gmail.com>
2545         * marshal.c (emit_marshal_vtype): Emit marshalling of DateTime to OLE DATE.
2546         Fixes #322934.
2548 2009-10-06  Zoltan Varga  <vargaz@gmail.com>
2550         * domain.c (DEFAULT_RUNTIME_VERSION): Change this to v2.0.
2552 2009-10-06  Mark Probst  <mark.probst@gmail.com>
2554         * object.c (mono_method_return_message_restore): Handle the case
2555         where the argument is an instance of a generic type.  Fixes
2556         #544446.
2558 2009-10-06  Mark Probst  <mark.probst@gmail.com>
2560         * object.c (set_value): Write barrier fix - we must pass the
2561         count, not the size.
2563 2009-10-05  Zoltan Varga  <vargaz@gmail.com>
2565         * domain.c (mono_init_internal): Print a useful error message when encountering
2566         an old mscorlib, instead of crashing. Fixes #544307.
2568 2009-10-04  Zoltan Varga  <vargaz@gmail.com>
2570         * appdomain.c (copy_app_domain_setup): Fix a warning.
2572         * debug-helpers.c (dis_one): Ditto.
2574 2009-10-04  Mark Probst  <mark.probst@gmail.com>
2576         * domain-internals.h, appdomain.c: The AppDomainSetup is copied
2577         into the new domain, instead of referencing the original one.
2579         * marshal.c, marshal.h: Make mono_marshal_xdomain_copy_value()
2580         non-static.
2582         * appdomain.c: Corlib version bump.
2584 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
2586         * threadpool.c: one more...
2588 2009-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
2590         * threadpool.c: forgot a LeaveCriticalSection when telling the idle
2591         threads to die because we're shutting down. delgate5.exe works again.
2593 2009-10-01  Bill Holmes  <billholmes54@gmail.com>
2595         * cominterop.c (mono_marshal_free_ccw_entry): Updating the
2596           ccw_interface_hash table when a ccw is finalized.
2598         Code is contributed under MIT/X11 license.
2600 2009-09-30  Mark Probst  <mark.probst@gmail.com>
2602         * assembly.c, domain.c, image.c, metadata-internals.h: Split
2603         domain and image unloading into two steps.  We must do this
2604         because clearing the domain in SGen requires the class metadata to
2605         be intact, but we need to free the mono_g_hash_tables in case a
2606         collection occurs during domain unloading and the roots would trip
2607         up the GC.
2609 2009-09-30  Mark Probst  <mark.probst@gmail.com>
2611         * object-internals.h: Remove serialized culture fields from
2612         MonoInternalThread.
2614         * icall-def.h, thread-types.h, threads.c: Remove serialized
2615         culture icalls.
2617         * appdomain.c: Corlib version bump.
2619 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
2621         * marshal.c (emit_marshal_object): Emit out marshalling of stringbuilders.
2622         Fixes #543133.
2624 2009-09-30  Mark Probst  <mark.probst@gmail.com>
2626         * sgen-gc.c: Try to shorten the new section after a major
2627         allocation to avoid ever-growing sections.
2629 2009-10-13  Martin Baulig  <martin@ximian.com>
2631         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
2632         `MONO_DEBUGGER_EVENT_TRAMPOLINE' into
2633         `MONO_DEBUGGER_EVENT_OLD_TRAMPOLINE' and added a new
2634         `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
2636         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 4.
2638 2009-09-29 Gonzalo Paniagua Javier <gonzalo@novell.com>
2640         * threadpool.c: fixed the order in which 'completed' and the wait
2641         handle, if any, are set.  Fixes bug #542933 and delegate2.exe
2642         No need to use the wait_handle field of ASyncCall. Make sure the
2643         threadpool is active when adding a job or queueing an idle thread.
2645 2009-09-29  Zoltan Varga  <vargaz@gmail.com>
2647         * object.c (mono_unhandled_exception): Fix a crash if there is no main thread.
2649         * threads.c (build_wait_tids): Fix a crash if there is no main thread, like
2650         when using --compile-all.
2652 2009-09-27  Mark Probst  <mark.probst@gmail.com>
2654         * metadata.c (free_generic_class): Unregister the field_objects
2655         roots if we're using SGen.
2657 2009-09-27  Mark Probst  <mark.probst@gmail.com>
2659         * reflection.c (mono_dynamic_image_free): Deregister the GC root
2660         for GenericParamTableEntry.gparam.
2662 2009-09-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
2664         * marshal.c: don't create the handle when calling. It is created later
2665         if needed.
2667 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2669         * sgen-gc.c: Warning fixes.
2671 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2673         * sgen-gc.c: New debug option "xdomain-checks", which scans the
2674         whole heap for cross-domain references before each collection.
2676         * sgen-scan-object.h: The scan action can now use SCAN to scan the
2677         object.
2679         * threadpool-internals.h, threadpool.c: New function
2680         mono_thread_pool_is_queue_array() for checking whether a given
2681         array is used as a (cross-domain) queue by the thread pool code.
2683 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2685         * sgen-gc.c: New function mono_gc_scan_for_specific_ref() which
2686         searches the whole heap for objects containing a specific
2687         reference.  Only for debugging.
2689 2009-09-26  Mark Probst  <mark.probst@gmail.com>
2691         * appdomain.c (MONO_CORLIB_VERSION): Bumped.
2693         * icall-def.h, threads.c, threads-types.h: New icalls for copying
2694         byte arrays between domains.
2696 2009-09-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
2698         * threadpool.c:
2699         * class-internals.h:
2700         * mono-perfcounters-def.h:
2701         * mono-perfcounters.c:
2702         -There is a list of idle threads
2703         -Each of those idle threads wait on their own WaitHandle instead
2704         of all of them using the same semaphore. When a new work item is
2705         added, the job is assigned directly to an idle thread or a newly
2706         created one if possible and then the handle for that thread is
2707         signaled. Compare that to the current approach where all the
2708         threads in the pool compete to dequeue a job from the same
2709         queue.
2710         -New struct ThreadPool that brings together the bunch of static
2711         variable for each threadpool (IO and regular).
2712         -New performance counters: # of items added and its rate per
2713         threadpool. The rate will be used later, perhaps together with
2714         other perf. counters, to decide when idle threads should exit.
2716 2009-09-25  Jonathan Chambers  <joncham@gmail.com>
2718         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal): 
2719         Fix typo on Windows build.      
2720         (ves_icall_System_Net_Sockets_Socket_Accept_internal): Fix typo on Windows build.
2721         
2722         Code is contributed under MIT/X11 license.
2724 2009-09-25  Mark Probst  <mark.probst@gmail.com>
2726         * object-internals.h: The Thread class is split up into Thread and
2727         InternalThread now.  We have exactly one InternalThread per
2728         thread, and at most one Thread per appdomain per thread.  Most
2729         data is stored in InternalThread.  All InternalThread objects live
2730         in the root domain.
2732         * class-internals.h: Add internal_thread_class to MonoDefaults.
2734         * appdomain.c (mono_domain_unload), attach.c (receiver_thread),
2735         domain.c, gc.c, icall-def.h, monitor.c, object.c, sgen-gc.c,
2736         socket-io.c, threadpool.c, thread-types.h, threads.c: Changes
2737         resulting from the split of the Thread class.
2739         * gc-internal.h: Prototype for new function for checking whether a
2740         thread is the finalizer thread.
2742         * appdomain.c: Corlib version bump.
2744 2009-09-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2746         * appdomain.c|h: Add a mono_domain_try_unload method which is
2747         equivalent to mono_domain_unload, except that it returns an exception
2748         instead of throwing it. Make mono_domain_unload use the
2749         mono_domain_try_unload method to avoid code-duplication.
2751 2009-09-25  Zoltan Varga  <vargaz@gmail.com>
2753         * debug-helpers.c (dis_one): Avoid unaligned accesses on platforms where that is
2754         a problem.
2756 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
2758         * marshal.c (emit_ptr_to_object_conv): Generate an exception instead of
2759         aborting when a conversion is not implemented.
2761 2009-09-23  Miguel de Icaza  <miguel@novell.com>
2763         * verify.c: when comparing culture strings, use g_ascii_strcmp
2765         * assembly.c (mono_public_tokens_are_equal): Change g_strcasecmp
2766         when comparing public key tokens to use memcmp on 16 bytes.   I do
2767         not believe this ever worked as advertised in the past.
2769         The standard Public Key is 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
2770         which would have always failed earlier.
2772 2009-06-25  Miguel de Icaza  <miguel@novell.com>
2774         * gc.c: Raise a NullArgumentException if the object passed is
2775         null.
2777 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
2779         * image.c (mono_image_close): Atomically decrement the reference count and
2780         remove the image from the hash tables, to prevent another thread from seeing a
2781         dying MonoImage. Fixes #541194.
2783 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2785         * threadpool.c: actually use the minimum number of 'completion ports'
2786         (for us is just a potential worker thread).
2788 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2790         * threadpool.c: remove ares_htable. It does not make sense any more
2791         since the same objects are now stored in GC-tracked arrays while they are
2792         in the queue.
2794 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
2796         * threadpool.c: increase the minimum length of the queues to 128.
2797         Remove warning.
2799 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
2801         * marshal.c (mono_marshal_get_string_ctor_signature): New internal function to
2802         return the modified signature used by string ctors.
2804 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
2806         * marshal.c (mono_marshal_get_runtime_invoke_dynamic): New internal function
2807         to return a runtime-invoke wrapper which uses DYN_CALL to call the wrapped
2808         method, to be used by full-aot.
2810 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
2812         Since the runtime supports lazy initialization of a type's vtable and this can cause a type
2813         to fail, we need to ensure that the vtable is properly initialized at spots were the type must
2814         be known to be good.
2816         * class.c (mono_class_init): Fail array types if their element type fails initialization
2817         as well.
2819         * object.c (mono_class_create_runtime_vtable): Fail array types if their element type fails
2820         initialization, additionally we request the element_type vtable to be initialized as well.
2822         This is fine and should not increase the working set in any meaningful way since it's reasonable
2823         to assume       that most code will create an array and eventually populate it, which will require the
2824         type's vtable to be initialized.
2826         * loader.c (field_from_memberref): Add a comment for a possibly useless mono_class_init call.
2828 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
2830         * normalization-tables.h : regenerated.
2832 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
2834         * mono-debug.c (mono_debug_add_method): Increase the size of the buffer,
2835         a leb128 encoding can take up to 5 bytes.
2837 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
2839         * class.c (verify_class_overrides): Remove useless argument.
2841         * class.c (mono_class_setup_vtable_general): Move the overrides check to happen
2842         before interface enumeration as this is no longer required.
2844 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
2846         * class.c: New function mono_class_is_assignable_from_slow that is safe to be
2847         used under mono_class_init context. This functions avoid any code path that
2848         calls mono_class_init, which leads it to be slow as some things like the interface
2849         bitmap are not available.
2851         * class.c (verify_class_overrides): Use mono_class_is_assignable_from_slow instead
2852         of it's own broken version. Fixes the verifier part of #538588.
2854         * class-internals.h: Export mono_class_is_assignable_from_slow as part of the internal
2855         API.
2857 2009-09-15  Mark Probst  <mark.probst@gmail.com>
2859         * class.c (mono_class_init): Always set an exception in a class if
2860         vtable setup fails.  Fixes #538577.
2862         * generic-sharing.c: Raise an exception if mono_class_vtable()
2863         returns NULL.
2865 2009-09-13  Zoltan Varga  <vargaz@gmail.com>
2867         * marshal.c (mono_marshal_get_runtime_invoke): Don't share instance 
2868         methods of vtypes, as they could be incorrectly shared with static methods
2869         taking an IntPtr argument.
2871 2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
2873         * domain.c:
2874         * object.c:
2875         * class-internals.h: renamed waithandle_class to
2876         manualresetevent_class.
2877         * marshal.c: propagate the exception if a remoting BeginInvoke call
2878         fails.
2880 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2882         * object.c: Properly handle vtable failures.
2884 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2886         * socket-io.c: Assert on vtable failure.
2888         * mono-mlist.c: Assert on vtable failure.
2890 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2892         * marshal.c: Assert on vtable failure.
2894 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2896         * icall.c: Properly handle vtable failures.
2898 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2900         * debug-helpers.c (mono_class_describe_statics): Properly handle vtable failures.
2902 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2904         * cominterop.c (ves_icall_System_ComObject_CreateRCW): Property handle vtable failures.
2906         * console-unix.c (do_console_cancel_event): Same.
2908 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2910         * class-internals.h: Add mono_class_vtable_full function that allows control
2911         if an exception should be raised or not.
2913         * object.c (mono_class_vtable): Call into mono_class_vtable_full. Fix this function
2914         to do what its documentation say, that is to return NULL and set exception_type on
2915         failure.
2917         * object.c (mono_class_create_runtime_vtable): Add new raise_on_error parameter
2918         and change the code to honor it.
2920 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
2922         * verify.c: Fix typo in error message.
2924 2009-09-10  Sebastien Pouliot  <sebastien@ximian.com>
2926         * security-core-clr.c: Fix default_platform_check so it can run
2927         the runtime coreclr tests (without an infinite recursion when
2928         throwing an exception).
2930 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2932         object.c (mono_delegate_ctor_with_method): Guard against null method.
2934 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2936         * marshal.c (mono_marshal_get_xappdomain_dispatch): Add an assert
2937         that should be replaced with error handling later.
2939 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2941         * marshal.c (mono_delegate_end_invoke): Fix warning.
2943 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2945         * loader.c (mono_field_from_token): Properly handle invalid
2946         dynamic tokens.
2948 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2950         * pedump.c (verify_image_file): Skip types that can't be
2951         decoded.
2953 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2955         * verify.c: Look for recursive valuetypes only against the
2956         type been initialized as this is a lot simpler and works.
2958 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
2960         * verify.c: Ensure that fields are properly loaded before
2961         checking them.
2963 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
2965         * object.c (mono_object_get_virtual_method) : Call 
2966           mono_cominterop_get_invoke if the object is a COM object.
2968         Code is contributed under MIT/X11 license.
2970 2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
2972         * verify.c: Check for recursive valuetype definitions.
2974 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
2976         Use inheritance-aware interface offsets. Inherited types use the same offsets
2977         of their parents. This reduce offset duplication in case more than one type in
2978         the inheritance tree explicitly implements the same interface.
2980         This also removes a source of vtable bubbles found in #532409. An abstract type
2981         isn't required to provide abstract methods to all interfaces it implements, which
2982         resulted in a bubble with the previous scheme as the child would get a non-full
2983         vtable from its parent. We fail all concrete types with vtable bubbles, so this
2984         should be fixed.
2986         This change causes an increase of 1.7% in vtable memory usage for IronPython pystone but
2987         it's expected to not cause any significant increase beyond that.
2989         * class.c (setup_interface_offsets): Compute super class iface offsets
2990         first to force sharing.
2992         * class.c: Add VTABLE_SELECTOR macro to the vtable debug macros to help
2993         dumping only the relevant ones.
2995         * class.c (mono_class_setup_vtable_general): Give newslot, non final, virtual
2996         methods a new slot regardless if they belong to an interface or not. This allows
2997         an inherited type to override the iface method separately from the class one.
2999 2009-09-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
3001         * threadpool.c: make the Sleep() alertable to prevent delays exiting
3002         applications that take less than 2s to execute.
3003         Bug #524984 fixed.
3005 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
3007         * object-internals.h (MonoRuntimeCallbacks): Add a 'get_runtime_build_info' callback.
3009         * object.c (mono_get_runtime_callbacks): New helper function to return
3010         the runtime callbacks.
3012         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Use the result of
3013         mono_get_runtime_build_info () as the display name.
3014         
3015 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
3017         * marshal.c (emit_marshal_array): Call conv.ovf.i on the array parameter
3018         argument, since NEWARR expects a native int. Fixes #481559.
3020 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
3022         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Guard
3023         against broken SRE methods.
3025 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
3027         * class.c (mono_type_get_full): Don't call mono_metadata_free_type on
3028         a NULL variable. Abort early on failure.
3030 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
3032         * class.c (can_access_type): Fail visibility test for non nested
3033         types with nested visibility.
3035 2009-09-02  Sebastien Pouliot  <sebastien@ximian.com>
3037         * assembly.c (parse_public_key): Avoid allocating (and not 
3038         freeing) the public key array when it's not requested by the 
3039         caller.
3040         * threads.c (mono_thread_manage, mono_thread_create_internal, 
3041         ves_icall_System_Threading_Thread_Thread_internal): Free 
3042         allocated memory on error.
3044 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
3046         * icall.c, icall-def.h: Remove some dead code from early SRE changes.
3048 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
3050         * class.c (mono_class_setup_fields): Remove duplicated local variable
3051         named gklass.
3052         Rename gklass to gtd to reflect the fact that it points to the generic
3053         type definition.
3054         Remove the duplicated call to mono_class_setup_fields on gtd and move
3055         the error check to the beginning.
3057 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
3059         * marshal.c (mono_array_to_lparray): Do DISABLE_COM properly.
3060         Remove cruft of the previous patch.
3062 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
3064         * metadata-verify.c (verify_method_table): Check for abstract + final.
3065         Fixes #534175.
3067 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
3069         * verify.c (verify_class_fields): Check for duplicate fields.
3071 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
3073         * metadata-verify.c: Verify the typeref table for duplicates.
3075 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
3077         This reverts r140936 and properly handles interfaces with static methods. The
3078         right fix is to ensure vtables without bubles which is an easier to verify
3079         constraint. We should avoid such special cases as of the reverted patch as those
3080         only make the runtime more brittle.
3082         * class.c (mono_class_setup_vtable_general): Revert previous change that handle
3083         static methods on interfaces.
3085         * class.c (setup_interface_offsets): Use the number of virtual methods when
3086         calculating interface offsets instead of the number of methods. This way we
3087         avoid bubles on the layout.
3089 2009-08-31  Rodrigo Kumpera  <rkumpera@novell.com>
3091         * metadata-verify.c (verify_metadata_header): Some very smart
3092         obfuscators like to add extra stream headers. Ignore them.
3094 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
3096         * class.c (mono_class_setup_vtable_general): Verify interfaces with static
3097         methods correctly.
3099 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
3101         * metadata-verify.c: Verify for duplicated types.
3103 2009-08-28  Rodrigo Kumpera  <rkumpera@novell.com>
3105         * metadata-verify.c (verify_typedef_table): Verify for nested types
3106         without an entry on the nested class table.
3108 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
3110         * cominterop.c (cominterop_get_ccw): Applied patch from tom hindle
3111         <tom_hindle@sil.org>. Add locking around hash table accesses.
3113 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
3115         * verify.c (mono_verifier_verify_class): Verify all interface if
3116         really are interfaces. Fixes #534184.
3118 2009-08-27  Rodrigo Kumpera  <rkumpera@novell.com>
3120         * pedump.c: Initialize all types during metadata validation so we report
3121         errors only detected as part of class initialization.
3123 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
3125         * metadata-verify.c (verify_method_table): PInvoke requires method to
3126         be static. Fixes #534189
3128 2009-08-26  Zoltan Varga  <vargaz@gmail.com>
3130         * threads.c (mono_thread_suspend_all_other_threads): Handle 'threads_starting_ip'
3131         being NULL.
3133 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
3135         * class.c (mono_class_setup_vtable_general): Verify the resulting vtable
3136         for holes or bad methods. Fixes #525314.
3138 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
3140         * class.c (setup_interface_offsets): Don't allocate slot
3141         for the same interface multiple times. This creates bubbles
3142         that waster space and make vtable verification harder.
3144         The same interface get a slot multiple times since we need
3145         to get the closure of all implemented interfaces, which means
3146         the same interface is reported multiple times.
3148 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
3150         * verify.c (mono_verifier_verify_class): Don't check the fields
3151         of generic instances since the context on which they got expanded
3152         might lead to false positives.
3154         Such thing happens when a generic type is inflated in the context
3155         of a generic method and the inflated type of a field turns into a
3156         generic method argument, which causes the checking code to think
3157         it's an invalid class when it's not.
3159 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
3161         * verify.c (mono_type_is_valid_in_context): Verify if type
3162         is NULL and remove duplicate test.
3164 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
3166         * verify.c (mono_verifier_verify_class): Check fields for
3167         invalid generic arguments.
3169 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
3171         * class.c (verify_class_overrides): Verify if for static
3172         and non virtual methods.
3174 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
3176         * icaa.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor):
3177         Check for errors after retrieving the vtable.
3179 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
3181         * class.c (mono_class_setup_vtable_general): Verify
3182         if method overrides are valid before processing them.
3184 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
3186         * marshal.c (mono_array_to_lparray): Fix minimal build with
3187         cominterop disabled.
3189         * marshal.c (mono_free_lparray): Same.
3191 2009-08-21  Mark Probst  <mark.probst@gmail.com>
3193         * threadpool.c (mono_thread_pool_init): Use mono_object_hash() as
3194         the hash function for the ares_htable.
3196 2009-08-20  Rodrigo Kumpera  <rkumpera@novell.com>
3198         * metadata-verify.c (verify_assembly_table): Accept 0x10 as a valid
3199         bit for assembly flags. MS is ok with it but there is no spec anywhere
3200         on its mean
3202 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
3204         * class.c (mono_class_create_from_typedef): Emit profiler events
3205         in all cases.
3207 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
3209         * icall.c (ves_icall_Type_GetMethodsByName): Don't leak loader errors.
3210         Release memory on failure.
3212 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
3214         * class-internals.h: Add mono_metadata_load_generic_param_constraints_full
3215         to the internal API.
3217         * metadata.c (get_constraints): Use a single-linked table as we don't
3218         traverse it backward. Fail and return FALSE if only of the contraint types
3219         is not found.
3221         * metadata.c (mono_metadata_load_generic_param_constraints_full): Identical
3222         to mono_metadata_load_generic_param_constraints except for having a return value.
3223         This has to be done since the later is part of the public API.
3225         * class.c (mono_class_create_from_typedef): Properly check the loading of constrains
3226         and fail the type.
3228         * loader.c (mono_get_method_from_token): Properly check the loading of constraints
3229         and fail the method.
3231 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
3233         * metadata-verify.c (is_valid_method_header): Add work-around to deal
3234         with MS broken behavior of emmitting EH section sizes without the
3235         header size added.
3237 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
3239         * metadata.c (mono_type_create_from_typespec): Don't allocate image
3240         memory until we're sure that we'll need it. This avoids leaking for
3241         broken types or duplicated instantiation.
3243 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
3245         * metadata-verify.c (is_valid_method_header): Fix stupid formating
3246         mistake.
3248 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
3250         * metadata-verify.c (is_valid_method_header): Fix number of clauses
3251         and expected size calculation.
3253 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
3255         * class.c (mono_class_get_field_idx): Add fixme for broken
3256         behavior for types with multiple fields with the same name.
3257         I would rather fix it, but have no idea on how to generate
3258         such artifact for testing.
3260 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
3262         * verify.c (verifier_load_field): We should allow references to
3263         fields to be made using the generic type definition. It's up to
3264         the loader system to fail invalid ops.
3266         * verify.c (get_boxable_mono_type): Only uninstantiated GTDs
3267         are invalid.
3269 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
3271         * class.c: Fix usage of mono_metadata_interfaces_from_typedef_full.
3273         * metadata-internals.h: Fix declaration of 
3274         mono_metadata_interfaces_from_typedef_full.
3276         * metadata.c (mono_metadata_interfaces_from_typedef_full): Add extra
3277         heap_alloc_result parameter that controls if the result should be
3278         g_malloc'd.
3280         * metadata.c (mono_metadata_interfaces_from_typedef): Let the resulting
3281         array be g_malloc'd and properly document this public API function.
3283 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
3285         * cil-coff.h: Fix METHOD_HEADER_FORMAT_MASK to be 2 bits and
3286         remove METHOD_HEADER_TINY_FORMAT1.
3288         * reflection.c: Remove reference to METHOD_HEADER_TINY_FORMAT1.
3290         * metadata.c (mono_metadata_parse_mh_full): Kill tiny format1.
3292         Both spec and MS uses only 2 bits to enumerate the kind of header.
3293         So given that 0x6 and 0x2 are equal under a 2 bits mask, tiny format1
3294         is superfluous, only used for tiny headers with odd code lengths.
3296         This change also make sure that mono doesn't wronly interpret bit 2
3297         of fat header flags, which is currently reserved.
3299 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
3301         * metadata.c (do_mono_metadata_parse_type): Do error
3302         checking for element types. Don't abort if presented
3303         with a broken type kind.
3305 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
3307         * metadata.c (mono_metadata_parse_method_signature_full):
3308         Gracefully fail bad vararg signatures.
3310 2009-08-18  Christian Hergert  <chris@dronelabs.com>
3312         * profiler.c:
3313         * class.c: Fix warnings for uninitialized variables.
3315 2009-08-18  Christian Hergert  <chris@dronelabs.com>
3317         * icall.c: Fix _NSGetEnviron method declaration warning.
3319 2009-08-18  Christian Hergert  <chris@dronelabs.com>
3321         * icall.c:
3322         * reflection.c: Make bitwise checks explicit.
3324 2009-08-18  Christian Hergert  <chris@dronelabs.com>
3326         * debug-helpers.c:
3327         * marshal.c: Fix printf warnings.
3329 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
3331         * reflection.c (encode_cattr_value): Fix a warning.
3333 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3335         * metadata.c (mono_metadata_parse_array_full): Fix memory leak
3336         of array bounds.
3338 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3340         * loader.c (mono_method_signature): Don't assert on broken
3341         signature. Print a more useful error message.
3343 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3345         * loader.c (mono_method_get_marshal_info): Assert if
3346         signature is invalid. Bounds check stores to the
3347         mspecs array;
3349 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3351         * loader.c (field_from_memberref): Fix warning.
3353 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3355         * loader.c (mono_method_get_param_names): Check if signature
3356         is null. Don't store beyond the size of the name array.
3358 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3360         * loader.c (mono_get_method_constrained): Check if signature
3361         is null.
3363 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3365         * loader.c (mono_loader_set_error_bad_image): Improve
3366         error messages.
3368 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3370         * loader.c (mono_get_method_full): Convert an assertion
3371         into a loader error.
3373 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
3375         * class-internals.h, class.c: Better naming and documentation.
3377 2009-08-17  Zoltan Varga  <vargaz@gmail.com>
3379         * boehm-gc.c (mono_gc_add_weak_track_handle): Don't do any work if
3380         obj is NULL.
3382 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3384         * loader.c (mono_method_get_signature_full): Fail gracefully if signature
3385         parsing fails.
3387 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3389         * loader.c (mono_loader_error_prepare_exception): Handle missing field
3390         errors with no class set.
3392         * loader.c (field_from_memberref): If the field signature is of the wrong
3393         type fail with a MissingFieldException instead of a BadImageException as
3394         this is the behavior observed on MS. 
3396 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3398         * loader.c (field_from_memberref): Don't crash if either the field
3399         signature or the typespec class are invalid.
3401 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3403         * verify.c (verifier_load_field): Don't allow field related
3404         ops to reference fields on generic type definition.
3406 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3408         * metadata-verify.c: Add new warning level for errors specified
3409         by ECMA 335 but that MS ignores.
3411         * metadata-verify.c (verify_method_table): Make compiler controled
3412         visibility + (rt)specialname error a warning as MS ignores this. Ignoring
3413         this check is safe because the end result will only be some visibility
3414         exceptions been thrown.
3416 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
3418         * verify.c (get_boxable_mono_type): Don't allow the
3419         use of the generic type definition on boxed type positions.
3421         Fixes #531237.
3423 2009-08-14  Mark Probst  <mark.probst@gmail.com>
3425         * threadpool.c: Make sure no cross-domain references remain in
3426         ares_htable or the arrays that are thrown away when resizing.
3428 2009-08-14  Mark Probst  <mark.probst@gmail.com>
3430         * appdomain.c, metadata-internals.h, image.c: In MonoImage add a
3431         list of classes for which we have to unregister reflection_info
3432         with the GC and which are not in the namespace cache.
3434         * reflection.c (mono_reflection_initialize_generic_parameter): Add
3435         the class to the list.
3437 2009-08-14  Mark Probst  <mark.probst@gmail.com>
3439         * domain.c (mono_domain_free): Unregister the GC roots in
3440         MonoDomain.
3442 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
3444         * reflection.c (mono_reflection_type_get_handle): Fix typo.
3446 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
3448         * class.c: Add mono_class_get_field_from_name_full which does
3449         the same as mono_class_get_field_from_name but does check field
3450         signature as well.
3452         * class-internals.h: Export mono_class_get_field_from_name_full as
3453         part of the internal API.
3455         * loader.c (field_from_memberref): Search fields by name and signature
3456         as it's valid to have two fields with same name but different types.
3458         Fixes #528055.
3460 2009-08-10  Rodrigo Kumpera  <rkumpera@novell.com>
3462         * icall-def.h: Add a bunch of temporary icalls to MonoGenericClass.
3464         * reflection.c (mono_reflection_type_get_handle): Handle MonoGenericClass.
3466         * reflection.c (encode_cattr_value): Use mono_reflection_type_get_handle to encode
3467         System.Type.
3469 2009-08-13  Zoltan Varga  <vargaz@gmail.com>
3471         * gc.c (GCHandle_CheckCurrentDomain): Moved this here from icall.c.
3473         * boehm-gc.c (mono_gc_add_weak_track_handle): Handle nulls.
3475 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3477         * sgen-gc.c, sgen-scan-object.h: Object scanning code factored out
3478         to sgen-scan-object.h, which can be included and parameterized via
3479         macros.
3481         * Makefile.am: sgen-scan-object.h added.
3483 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3485         * gc.c: #define GC_dont_gc if we're compiling with SGen.
3487 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3489         * domain.c (mono_domain_free): Free a domain's mono_g_hash_tables
3490         before clearing a domain in the GC.
3492 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3494         * exception.c (mono_exception_from_name_domain): Actually create
3495         the exception in the specified domain.
3497         * appdomain.c (mono_domain_create_appdomain_internal): Create the
3498         OutOfMemoryException a bit later so that the domain is inialized
3499         "enough" that it works.
3501 2009-08-12  Mark Probst  <mark.probst@gmail.com>
3503         * threads.c (thread_cleanup): Clean up the cached_culture_info
3504         array to prevent cross-domain references.
3506 Tue Aug 11 14:38:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
3508         * metadata.c: more documentation for MonoType accessors.
3510 2009-08-11  Raja R Harinath  <harinath@hurrynot.org>
3512         Fix incorrect size definitions where the tail array isn't a list
3513         of pointers
3514         * class-internals.h (MONO_SIZEOF_MARSHAL_TYPE): Use offsetof to
3515         define size.
3516         * domain-internals.h (MONO_SIZEOF_JIT_INFO): Likewise.
3517         * metadata.h (MONO_SIZEOF_TYPE): Likewise.
3518         * reflection.h (MONO_SIZEOF_CUSTOM_ATTR_INFO): Likewise.
3520 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3522         * reflection.h:
3523         * reflection.c: MONO_SIZEOF_CUSTOM_ATTR_INFO.
3525 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3527         * metadata.c:
3528         * loader.c:
3529         * metadata-internals.h:
3530         * method-builder.c:
3531         * reflection.c: use MONO_SIZEOF_METHOD_HEADER.
3533 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3535         * cominterop.c:
3536         * metadata.c:
3537         * metadata.h:
3538         * loader.c:
3539         * marshal.c:
3540         * reflection.c: #define for sizeof in MonoType and
3541         MonoMethodSignature.
3543 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3545         * domain.c:
3546         * domain-internals.h: add and use #define's instead of sizeof()
3547         for MonoJitInfo and MonoJitInfoTable.
3549 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
3551         * object.c:
3552         * class.h: use #define instead of sizeof() for MonoRemoteClass.
3554 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
3556         * metadata.c:
3557         * metadata.h:
3558         * object.c:
3559         * class-internals.h:
3560         * generic-sharing.c:
3561         * marshal.c: use a #define instead of sizeof() for a few
3562         structures that use a zero-length array.
3564 2009-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
3566         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Add new fields
3567         to handle inflated generic methods.
3569         * appdomain.c: Bump corlib version.
3571         * reflection.c (mono_image_get_method_on_inst_token): Handle generic method
3572         instances.
3574         * reflection.c (fixup_method): Same
3576         * reflection.c (resolve_object): Same.
3578         * reflection.c (inflate_method): Replace a g_assert_not_reached with a
3579         g_error and a decent message.
3581 2009-08-06  Massimiliano Mantione  <massi@ximian.com>
3583         * bohem-gc.c (mono_gc_add_weak_track_handle): Get the domain
3584         from the object because it could not yet be available globally
3585         (it happens if the profiler tries to create a gchandle on the
3586         MonoThread object of a thread that is still registering itself
3587         with the runtime).
3589 2009-08-04  Rodrigo Kumpera  <rkumpera@novell.com>
3591         * reflection.c (mono_generic_class_get_object): Initialized the
3592         managed type arguments array.
3594         * object-internals.h (MonoReflectionGenericClass): Add type_arguments field.
3596         * appdomain.c: Bump corlib version.
3598 2009-08-04  Zoltan Varga  <vargaz@gmail.com>
3600         * threads.c (thread_cleanup): Free serialized_ui_culture_info. Fixes
3601         #527902.
3603 2009-08-03  Zoltan Varga  <vargaz@gmail.com>
3605         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
3606         Avoid a crash if synch_cs is not set.
3607         
3608         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
3609         Handle the case when the handle is 0.
3611         * appdomain.c: Bump corlib version.
3613 2009-08-02  Zoltan Varga  <vargaz@gmail.com>
3615         * reflection.c (mono_type_get_object): Fix a warning.
3617 2009-08-01  Mark Probst  <mark.probst@gmail.com>
3619         * sgen-gc.c (mono_gc_wbarrier_value_copy): Don't compute the GC
3620         descriptor here.  We assume it's already been computed.
3622         * generic-sharing.c (instantiate_other_info): Compute the GC
3623         descriptor for info type MONO_RGCTX_INFO_KLASS.
3625 2009-08-01  Mark Probst  <mark.probst@gmail.com>
3627         * reflection.c (mono_type_get_object): MonoDomain is an unmanaged
3628         type, so don't use MONO_OBJECT_SETREF to set a field.
3630 2009-08-01  Mark Probst  <mark.probst@gmail.com>
3632         * gc.c: We were missing one case where invoking a finalizer would
3633         not reset the domain.  Also, in the finalizer thread loop, assert
3634         that we're in the root domain.
3636 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
3638         * icall.c (ves_icall_MonoType_GetArrayRank): Throw ArgumentException
3639         if the type is not an array.
3641 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
3643         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Return the
3644         method bound to the declaring type of the method. Raise an exception
3645         if the type is not a generic param.
3647 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
3649         * class.c (print_unimplemented_interface_method_info): Print the
3650         full type name.
3652         * class.c (mono_class_setup_vtable_general): When dealing with a
3653         generic instance first check if the generic type definition is
3654         not broken.
3656 2009-02-11 Tom Hindke <tom_hindle@sil.org>
3658         * marshal.c (mono_array_to_lparray): Implemented so managed object types are converted to native types.
3660         * marshal.c: Added new method mono_free_lparray to free memory allocated by mono_array_to_lparray
3662         * marshal.c (emit_marshal_array): call emit mono_free_lparray where approprate.
3664         * marshal.c (conv_to_icall): added MONO_MARSHAL_FREE_LPARRAY case
3666         * metadata.h (MonoMarshalConv enum): added MONO_MARSHAL_FREE_LPARRAY
3668         Code is contributed under MIT/X11 license
3670 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
3672         * verify.c: Fix naming of stelem and ldelem.
3674 2009-07-30  Mark Probst  <mark.probst@gmail.com>
3676         * generic-sharing.c: Replace the templates lock with the loader
3677         lock because of very hard to resolve deadlock issues.
3679 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
3681         * icall.c (ves_icall_Type_GetMethodsByName): Use 
3682         mono_class_get_vtable_size () instead of accessing klass->vtable_size
3683         directly. Fixes #525338.
3685         * class.c (mono_class_get_vtable_size): New helper function.
3687         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle_type): Fix the second argument, its a MonoType* not a MonoClass*. Check whenever
3688         the field belongs to the type. Fixes #525733.
3690 2009-07-30  Mark Probst  <mark.probst@gmail.com>
3692         * sgen-gc.c: When we stop a thread and its stack top is not within
3693         its allocated stack (because it's in an altstack signal handler),
3694         restart it and stop it again, until it is.
3696 2009-07-30  Mark Probst  <mark.probst@gmail.com>
3698         * sgen-gc.c: Take a thread's stack top and registers from the
3699         sigcontext in the suspend signal handler.
3701         * sgen-gc.h, sgen-archdep.h, Makefile.am: Move arch-dependent
3702         stuff to sgen-archdep.h.
3704         * gc.c, gc-internal.h: Remove the get_ip_from_sigctx installer and
3705         caller, because have code in sgen-archdep.h to acquire that data.
3707 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
3709         * profiler.c, profiler.h, profiler-private.h:
3710         Added support for keeping track of code chunks and buffers.
3712 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
3714         * metadata-verify.c: Fix endianness problems on decoding functions.
3715         Based on a patch by Ulrich Weigand <uweigand@de.ibm.com>
3717 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
3719         * icall.c (ves_icall_Type_make_array_type): Handle the new encoding
3720         schema for vectors and one dimension SZARRAY.
3722 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
3724         * reflection.c (mono_reflection_type_get_handle): Handle the new encoding
3725         schema for vectors and one dimension SZARRAY.
3727 2009-07-27  Mark Probst  <mark.probst@gmail.com>
3729         * icall-def.h, thread-types.h, threads.c: New separate icalls for
3730         Interlocked.(Compare)Exchange with object arguments, which invoke
3731         write barriers.
3733 2009-07-26  Miguel de Icaza  <miguel@novell.com>
3735         * icall.c (ves_icall_Type_GetNestedType): Throw an exception when
3736         passed invalid arguments.   Fixes another crasher in the
3737         Silverlight test suite.
3739         * class.c (mono_class_array_element_size): Return 0 for the size
3740         of the class;  This fixes the crasher exposed by :
3742         typeof (void).MakeArrayType ();
3744         * icall.c (ves_icall_MonoType_GetEvent): Do not dereference method
3745         if there is no method to dereference.    Put all the code that
3746         depends on this inside the if (method) block.
3748         This fixes the crasher exposed by Microsoft's Silvelright CLR test
3749         suite  ./Reflection/Emit/TypeBuilder/TypeBuilderGetEvent.exe
3751         With this change, we pass the test.
3752         
3753         * reflection.c (mono_reflection_sighelper_get_signature_local):
3754         Only dereference the assembly if it has been set.    Fixes a
3755         crasher exposed by #525328
3757 2009-07-25  Mark Probst  <mark.probst@gmail.com>
3759         * sgen-gc.c, object.h, null-gc.c, boehm-gc.c, marshal.c: Really
3760         don't perform the store in mono_gc_wbarrier_generic_nostore().
3761         Remove the second argument (value), which is not needed.
3763 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
3765         * null-gc.c (mono_gc_wbarrier_generic_nostore): Define this to fix
3766         the build.
3768         * boehm-gc.c: Ditto.
3769         
3770 2009-07-24  Mark Probst  <mark.probst@gmail.com>
3772         * sgen-gc.c, marshal.c, object.h: Make the managed write barrier
3773         not perform the store itself.  Introduce
3774         mono_gc_wbarrier_generic_nostore(), which is the same as
3775         mono_gc_wbarrier_generic_store(), except it doesn't perform the
3776         store.
3778 2009-07-24  Mark Probst  <mark.probst@gmail.com>
3780         * icall.c (ves_icall_System_Array_SetGenericValueImpl):
3781         mono_gc_wbarrier_value_copy() doesn't perform the copy itself, so
3782         we still need the memcpy().
3784 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3786         * sgen-gc.c: Align array bounds calculation to mono_array_size_t
3787         so that big arrays are handled correctly.  Always use
3788         safe_object_get_size() to calculate array object sizes, which
3789         takes bounds into account.
3791 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3793         * sgen-gc.c (mono_gc_wbarrier_value_copy): Make sure the class's
3794         GC descriptor is computed before we use it.
3796 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3798         * icall.c (ves_icall_System_Array_SetGenericValueImpl): Use a
3799         write barrier if necessary.
3801 2009-07-22  Mark Probst  <mark.probst@gmail.com>
3803         * icall-def.h, icall.c, thread-types.h: New separate icall for
3804         VolatileWrite(object&,object) that uses a write barrier.
3806         * console-unix.c, file-io.c, icall.c, threads.c: Use write
3807         barriers in icalls which write to "ref" or "out" arguments.
3809 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
3811         * marshal.c (mono_marshal_get_runtime_invoke): Do the work done in the exception
3812         handler in a separate icall, to reduce the size of the wrappers.
3814 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
3816         * metadata-verify.c (is_valid_typespec_blob): Fix error message.
3818 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
3820         * metadata-verify.c (parse_field): Allow byref field.
3822         * metadata-verify.c (parse_locals_signature): Allow byref locals.
3824         * metadata-verify.c (is_valid_typespec_blob): Allow byref typespec.
3826 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
3828         * verify.c (do_cast): Fail for any non reference type that isn't boxed.
3829         Fixes #522784.
3831 2009-07-20  Robert Jordan  <robertj@gmx.net>
3833         * cominterop.c (cominterop_get_managed_wrapper_adjusted):
3834         Fix invalid IL in valuetype handling (STOBJ must push the
3835         corresponding class). Fixes bug #523149.
3837         Code is contributed under MIT/X11 license.
3839 2009-07-20  Geoff Norton  <gnorton@novell.com>
3841         * gc.c: Use proper semaphores where available on posix and darwin.
3843 2009-07-19  Geoff Norton  <gnorton@novell.com>
3845         * gc.c: Unnamed posix semaphores are broken on darwin-arm too.
3847 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
3849         * refletion.c (is_sre_usertype): Change name to is_usertype and
3850         invert it's result so it returns true if the type is an user type
3851         and not the opposite.
3853         * reflection.c (is_*_type): Change all of those to use new macro
3854         check_corlib_type_cached that cached the type lookup so we don't
3855         need to do string comparisons all the type. Changed the signature
3856         to take a MonoClass instead.
3858         * reflection.c: Change mono_image_create_token and resolve_object
3859         to use is_sre_* functions.
3861 2009-07-18  Mark Probst  <mark.probst@gmail.com>
3863         * sgen-gc.c: Check for writes to the stack in the managed
3864         wbarrier as well.
3866 2009-07-18  Mark Probst  <mark.probst@gmail.com>
3868         * sgen-gc.c: When a thread is unregistered, don't free its remsets
3869         but put them on a list which is processed with the other thread's
3870         remsets.
3872 2009-07-18  Mark Probst  <mark.probst@gmail.com>
3874         * sgen-gc.c: Fix and enable the internal allocator instead of
3875         using malloc/free (which causes deadlocks).
3877 2009-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
3879         * refletion.c: Fix builds with SRE disabled by adding a minimal
3880         implementation of mono_reflection_type_get_handle.
3882 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
3884         * refletion.c: Make mono_reflection_type_get_handle non static.
3886         * object-internals.h: Export mono_reflection_type_get_handle.
3888         * icall.c (ves_icall_MonoGenericClass_InflateType): Resolve the
3889         unmanaged handle using mono_reflection_type_get_handle.
3891 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
3893         * refletion.c: Replace all reads of MonoReflectionType::type with
3894         calls to mono_reflection_type_get_handle. Only the functions that
3895         deal with constructing TypeBuilder::type have not been changed
3896         because they have to deal with NULL values.
3898         This is a first step into supporting reflection types that don't
3899         map directly into their unmanaged counterpart.
3901 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
3903         * metadata-verify.c (parse_locals_signature): Don't complain
3904         on signature with zero locals since MS generates it and doesn't
3905         bother with.
3907 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
3909         * reflection.c (mono_image_get_array_token): Resolve return
3910         type using mono_reflection_type_get_handle.
3912         * reflection.c (mono_image_get_array_token): Resolve array method
3913         parent type using mono_reflection_type_get_handle.
3915 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
3917         * reflection.c (mono_image_basic_init): Applied patch from
3918         <Dax@daxxfiles.net>. Set the public key token from the assembly
3919         builder. Fixes #518909.
3921         * appdomain.c: Bump corlib version.
3923 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
3925         * class.c (mono_class_needs_cctor_run): Make this return false if
3926         the class has no cctor.
3928 2009-07-13  Mark Probst  <mark.probst@gmail.com>
3930         * sgen-gc.c: When the minor GC needs to allocate a new section,
3931         invoke the major GC afterwards.
3933 2009-07-14  Bill Holmes  <billholmes54@gmail.com>
3935         * process.c  (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal) :
3936           Applying the window_style field to the SHELLEXECUTEINFO struct.
3938         Code is contributed under MIT/X11 license.
3940 2009-07-13  Mark Probst  <mark.probst@gmail.com>
3942         * sgen-gc.c: Fix the race condition in the unmanaged allocator by
3943         locking earlier.  Fix it in the managed allocator by making sure
3944         that no thread is stopped there before the GC runs.  If we do stop
3945         a thread there, we restart it and let it run a but, until it stops
3946         somewhere else.
3948         * gc-internal.h, gc.c: Function for getting the IP from a signal
3949         context via a function registered by mini.
3951 2009-07-11  Zoltan Varga  <vargaz@gmail.com>
3953         * object-internals.h (MonoIntPtr): New structure describing a boxed
3954         IntPtr.
3956         * object.c (mono_runtime_invoke_array): Handle ptr arguments and
3957         returns. Fixes #519953.
3959         * marshal.c (mono_marshal_get_runtime_invoke): Handle pointer returns.
3961 2009-07-09  Mark Probst  <mark.probst@gmail.com>
3963         * class-internals.h, generic-sharing.c: New RGCTX info type for
3964         getting a remoting invoke with check wrapper.
3966 2009-07-07  Geoff Norton  <gnorton@novell.com>
3968         * icall-def.h: Fix the enable-minimal build.
3970 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3972         * object-internals.h: Add MonoReflectionDerivedType.
3974         * reflection.c: Implement support for PointerType.
3975         Fixed tons of warnings.
3977 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3979         * object-internals.h: Add MonoReflectionByRefType.
3981         * reflection.c: Implement support for ByRefType.
3983 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3985         * icall-def.h: Add System.Reflection.Emit.DerivedType::create_unmanaged_type.
3987         * object-internals.h: Add MonoReflectionArrayType and
3988         mono_reflection_create_unmanaged_type.
3990         * reflection.c: Implement support for ArrayType.
3992 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
3994         * metadata-verify.c (is_valid_method_header): Parse EH block
3995         flags correctly.
3997 2009-07-03  Mark Probst  <mark.probst@gmail.com>
3999         * sgen-gc.c (finish_gray_stack): Set the to_space pointer after
4000         processing the disappearing links, and process disappearing links
4001         in a loop until no new objects are copied.
4003 2009-07-03  Mark Probst  <mark.probst@gmail.com>
4005         * object.c (handle_enum): Invoke the write barrier when copying
4006         value type instances.
4008         * sgen-gc.c: Register remsets for unmanaged write barriers only
4009         when the address written to is actually on the heap.  This makes
4010         set_value() in object.c work without requiring that the result be
4011         on the heap.
4013 2009-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
4015         The runtime wrappers are all bound to a given type that must
4016         exist in the same image. For regular images we use the <Module>
4017         type, which is required to exist for all images.
4019         The <Module> type can't be used for dynamic images because it
4020         might not exist at the time the wrapper is required, so we create
4021         a synthetic type to use instead.
4023         The current code works because of the 2 stage setup of MonoClass,
4024         but once this is gone it will no longer work.
4026         * icall-def.h: Add ModuleBuilder::set_wrappers_type.
4028         * metadata-internals.h (MonoDynamicImage): Add wrappers_type.
4030         * object-internals.h: Export mono_image_set_wrappers_type icall
4031         as part of the internal API.
4033         * marshal.c (get_wrapper_target_class): If the image is dynamic,
4034         use MonoDynamicImage::wrappers_type instead of the <Module> type.
4036         reflection.c: Add mono_image_set_wrappers_type qhixh sets the dynamic
4037         image wrappers_type to the provided value.
4039 2009-07-01 Rodrigo Kumpera  <rkumpera@novell.com>
4041         * appdomain.c (deregister_reflection_info_roots): No need
4042         to use the image lock here.
4044 2009-07-02  Mark Probst  <mark.probst@gmail.com>
4046         * sgen-gc.c (collect_nursery): Also scan from write-barrier roots.
4048 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
4050         * threads.c: Store the thread start argument in a hash table instead of
4051         registering it as a root, as libgc doesn't support unregistering roots
4052         under windows, leading to 'too many root sets' errors when many threads
4053         are created.
4055         * gc.c (mono_gc_run_finalize): Avoid finalizing dynamic methods during
4056         shutdown, they can still be referenced by the other dying objects.
4057         Fixes #514506.
4059 2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
4061         * socket-io.c: DontLinger does not allow LingerOptions.
4063 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
4065         * metadata-verify.c: The spec doesn't mention that it's possible to add
4066         custom attribute to a generic parameter. Fixed.
4068 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
4070         * class.c (inflate_generic_type): Don't crash while trying to output a message
4071         on why we're aborting.
4073 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
4075         * socket-io.c: DontLinger can take an int or a boolean too.
4077 Fri Jun 26 17:00:04 CEST 2009 Paolo Molaro <lupus@ximian.com>
4079         * gc.c: check for a null argument to SuppressFinalize () and
4080         ReRegisterForFinalize ().
4082 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
4084         * loader.c (method_from_methodspec): Call into the verifier to check
4085         the signature.
4087         * metadata-verify.c: Addmono_verifier_verify_methodspec_signature.
4089         * verify-internals.h: Export mono_verifier_verify_methodspec_signature as
4090         part of the internal API.
4092 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4094         * metadata.c (mono_type_create_from_typespec): Call into the verifier to check
4095         the signature.
4097         * metadata-verify.c: Add mono_verifier_verify_typespec_signature.
4099         * verify-internals.h: Export mono_verifier_verify_typespec_signature as
4100         part of the internal API.
4102 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4104         * metadata.c (mono_metadata_parse_mh_full): Call into the verifier to check
4105         the signature.
4107         * metadata-verify.c: Add mono_verifier_verify_standalone_signature. Fix
4108         blob verification.
4110         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
4111         part of the internal API.
4113 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4115         * metadata-verify.c: Use is_valid_blob_object to verify blob validity
4116         when doing basic verification. 
4118         This check must be done since the runtime peeks into signatures in much
4119         more places than it does decoding so it makes sense to ensure that all
4120         pointers to blob objects are well formed.
4122 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4124         * metadata-verify.c (is_valid_blob_object): Add extra minsize argument.
4125         Use proper overflow dectection. Fix usage of it.
4127 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
4129         * loader.c (field_from_memberref): Call into the verifier to check
4130         the signature.
4132         * loader.c (mono_method_get_signature_full): Same.
4134         * loader.c (method_from_memberref): Same.
4136         * metadata-verify.c: Add mono_verifier_verify_memberref_signature.
4138         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
4139         part of the internal API.
4141 2009-06-25  Mark Probst  <mark.probst@gmail.com>
4143         * threadpool.c (mono_thread_pool_add): If the domain is unloading
4144         or unloaded, still return an AsyncResult, but don't add it to the
4145         threadpool.
4147 2009-06-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
4149         * threads.c: fix missing colon when DEBUG is defined.
4151 2009-06-25  Mark Probst  <mark.probst@gmail.com>
4153         * threadpool.c: Don't add new calls to a threadpool if the domain
4154         of the call is unloading or unloaded.  When dequeuing a job, null
4155         the reference in the queue.
4157 2009-06-25  Mark Probst  <mark.probst@gmail.com>
4159         * sgen-gc.c (null_link_in_range): Add the dislink for the old
4160         generation if an object was moved.
4162 2009-06-25  Sylvain Dupont <duposyl@gmail.com>
4164         * cominterop.h cominterop.c marshal.c: Added support for marshalling out 
4165           parameters of type SAFEARRAY[VARIANT].
4167         * reflection.c (encode_marshal_blob): Properly generate element type
4168           (SafeArraySubType marshal attribute option).
4170         Code is contributed under MIT/X11 license.
4172 Thu Jun 25 15:48:09 CEST 2009 Paolo Molaro <lupus@ximian.com>
4174         * reflection.c: in mono_method_clear_object () really ensure all the
4175         objects are removed.
4177 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
4179         * loader.c (mono_method_signature): Call into the verifier to check
4180         the method signature.
4182         * metadata-verify.c (verify_method_table): Move signature verification
4183         to verify_method_table_full.
4185         * metadata-verify.c: Add mono_verifier_verify_method_signature.
4187         * verify-internals.h: Export mono_verifier_verify_method_signature as
4188         part of the internal API.
4190 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
4192         * loader.c (mono_method_get_header): Call into the verifier to
4193         check the method header.
4195         * metadata-verify.c: Add mono_verifier_verify_method_header.
4197         * verify-internals.h: Export mono_verifier_verify_method_header as
4198         part of the internal API.
4200 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
4202         * class.c (mono_class_find_enum_basetype): Call into the verifier to
4203         check the field signature. Replace an assert with an explicit check.
4205         * class.c (mono_class_setup_fields): Call into the verifier to check
4206         the field signature.
4208         * metadata-verify.c: Add mono_verifier_verify_field_signature.
4210         * verify-internals.h: Export mono_verifier_verify_field_signature as
4211         part of the internal API.
4213 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
4215         * class.c (mono_class_find_enum_basetype): Simplify this function
4216         by moving code outside of the loop and not decoding static fields.
4218 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
4220         * metadata-verify.c (verify_typedef_table): Check the extends
4221         token here. Move to here a flags check from verify_typedef_table_full.
4223 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
4225         * metadata-verify.c (is_valid_method_header): Fix a warning.
4227         * metadata-internals.h (MonoImage): Remove the unused 
4228         static_rgctx_invoke_wrapper_cache.
4230         * image.c marshal.c: Ditto.
4232 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
4234         * image.c (do_mono_image_load): Enable table data verification.
4236 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
4238         * metadata-verify.c (is_valid_constant): Fix nullref check.
4240 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
4242         * metadata-verify.c (is_valid_constant): Fix string bounds check.
4244 2009-06-22  Mark Probst  <mark.probst@gmail.com>
4246         * sgen-gc.c: Managed allocation with pthreads TLS.
4248         * threads.c, threads-types.h: Functions for the JIT to tell the
4249         runtime whether it supports the MONO_TLS opcode.
4251 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
4253         * metadata-verify.c (verify_param_table): Fix a crash for assemblies
4254         without methods.
4256 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
4258         * metadata-verify.c (is_valid_constant): Fix the string length check.
4259         Use safe overflow checking. Add decent error messages.
4261 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
4263         * metadata-verify.c: Move remaininh blob checks to the offline
4264         verification path.
4266 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
4268         * metadata-verify.c: Move more blob checks to the offline verification
4269         path.
4271 2009-06-22  Bill Holmes  <billholmes54@gmail.com>
4273         * object-internals.h : Adding interrupt_on_stop field.
4275         * threads.c (mono_thread_request_interruption) : On Windows exit the
4276           thread if interrupt_on_stop is set.
4278         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
4279          Removing old interrupt logic and setting the interrupt_on_stop for the
4280          thread when calling accept.
4282         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal) :
4283          setting the interrupt_on_stop for the thread when calling accept.
4285         Contributed under MIT/X11 license.
4287 2009-06-20  Martin Baulig  <martin@ximian.com>
4289         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 3.
4291 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
4293         * appdomain.c (mono_try_assembly_resolve): Don't call managed code when
4294         running in no-exec mode.
4296 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4298         * metadata-verify.c (verify_method_table): Move header
4299         checking to verify_method_table_full.
4301         * metata-verify.c (mono_verifier_verify_full_table_data):
4302         Call verify_method_table_full.
4304 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4306         * metadata-verify.c (verify_field_table): Move signature
4307         checking to verify_field_table_full.
4309         * metata-verify.c (mono_verifier_verify_full_table_data):
4310         Call verify_field_table_full.
4312 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4314         * metadata-verify.c (verify_typedef_table): Move remaining
4315         stuff to verify_typedef_table_full.
4317 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4319         * metadata-verify.c: Kill is_corlib from VerifyContext.
4320         It is only used by the offline mode.
4321         So we better remove it from the runtime path.
4323 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4325         * metadata-verify.c: Add new mono_verifier_verify_full_table_data
4326         function that perform the offline metadata verification steps.
4328         * metadata-verify.c (verify_typedef_table): Move some checks to
4329         verify_typedef_table_full and make it been called by new function
4330         mono_verifier_verify_full_table_data.
4332         * pedump.c: Call mono_verifier_verify_full_table_data.
4334         * verify-internals.h: Export mono_verifier_verify_full_table_data as
4335         part of the internal API.
4337 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4339         * metadata-verify.c (typedef_is_system_object): Fix System.Object
4340         check.
4342         * metadata-verify.c (verify_implmap_table): Fix implmap invalid
4343         flags bits. SupportLastError was confused as bit 7 instead of 6.
4345         * metadata-verify.c (verify_implmap_table): Fix import scope verification
4346         to check against the module ref table instead of module.
4348         * metadata-verify.c (verify_implmap_table): Fix corlib check.
4350         * pedump.c: Call mono_image_load_names.
4352 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
4354         * image.c: Extract mono_image_load_names from do_mono_image_load.
4356         * metadata-internals.h: Export mono_image_load_names as part of
4357         the internal API.
4358         
4359 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
4361         * metadata.c (mono_metadata_cleanup): Free the generic method cache
4362         first, as it could reference data in the other caches.
4364 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
4366         * metadata-verify.c: Finished with method header verification.
4368 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
4370         * metadata-verify.c: Added more header verification code.
4371         Now only EH clauses are missing.
4373 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
4375         * marshal.c (get_runtime_invoke_type): Don't share primitive types
4376         for return values.
4378 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
4380         * metadata-verify.c: Initial method header verification.
4382 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
4384         * metadata-verify.c (verify_import_table): The IAT contents
4385         might end been patched by the windows DL when running with
4386         coree enabled.
4388 2009-06-15 Rodrigo Kumpera  <rkumpera@novell.com>
4390         * class.c (mono_class_from_typeref): If the enclosing type is not
4391         found return null instead of crashing. Fixes #508487.
4393 2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
4395         * normalization-tables.h : updated to the latest unicode charcter
4396           data.
4397         * appdomain.c : bump corlib version.
4399 2009-06-14  Zoltan Varga  <vargaz@gmail.com>
4401         * class.c (mono_class_from_name): Fix support for assembly references
4402         in the EXPORTEDTYPE table. Fixes #511704.
4404 2009-06-13  Geoff Norton  <gnorton@novell.com>
4406         * domain.c: Ensure that mono_domain_assembly_open actually opens the
4407         assembly in the target domain.
4409 2009-06-12  Robert Jordan  <robertj@gmx.net>
4411         * cominterop.c (cominterop_get_ccw): Increment mspec's SizeParamIndex
4412         because "this" of the managed signature has become an
4413         ordinary parameter in the unmanaged signature.
4415 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
4417         * class-internals.h (struct _MonoGenericContainer): Add an 'image'
4418         field for owner-less generic containers.
4420         * reflection.c (mono_reflection_initialize_generic_parameter): Set the
4421         image field of the owner-less generic containers created here.
4423         * metadata.c (mono_metadata_load_generic_params): Ditto, the
4424         contain is ownerless until the caller sets its owner.
4426         * metadata.c (type_in_image): Handle owner-less generic containers
4427         correctly.
4428         
4429 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
4431         * image.c (mono_image_close): Support debug_assembly_unload for
4432         dynamic images too.
4434 2009-06-11 Andrés G. Aragoneses  <aaragoneses@novell.com>
4436         * class.c: Fix some typos in comments.
4438 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
4440         * reflection.c (add_custom_modifiers): Avoid reading invalid memory.
4442         * threads.c (mono_thread_execute_interruption): Avoid creating the
4443         abort exception object while holding the synch_cs lock.
4445 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
4447         * metadata-verify.c: Verify basic cattr content.
4449 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
4451         * reflection.c (add_exported_type): Don't set the FORWARDER flag on
4452         nested types.
4453         
4454         * reflection.c (mono_image_fill_export_table_from_type_forwarders): Add
4455         support for nested types. Fixes #511704.
4457 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
4459         * metadata-verify.c: Verify methodspec signatures.
4461 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
4463         * metadata-verify.c: Verify typespec signatures.
4465 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
4467         * metadata.c (free_inflated_method): Call 
4468         mono_marshal_free_inflated_wrappers (), which was missed earlier.
4470 2009-06-08  Miguel de Icaza  <miguel@novell.com>
4472         * mono-config.c: Small change to report the PPC64/ILP32 model.
4474 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4476         * metadata-verify.c (parse_type): Check szarray.
4478 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4480         * metadata-verify.c (parse_type): Check fnptr.
4482 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4484         * metadata-verify.c (parse_type): Check generic instances.
4486 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
4488         * metadata-verify.c (parse_type): Check array shape.
4490 2009-06-05  Robert Jordan  <robertj@gmx.net>
4492         * class.c (mono_class_create_from_typedef): Check only for
4493         mscorlib's System.Array.
4495 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
4497         * metadata-verify.c (parse_type): Check pointer, class/valuetype
4498         and generic params. 
4500         * metadata-verify.c (parse_field): Check the signature.
4502 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
4504         * metadata-verify.c: Implement locals signature check.
4506 2009-06-04  Marek Safar  <marek.safar@gmail.com>
4508         * domain.c: Add .NET 4.0 Beta 1 version.
4510 2009-06-04  Bill Holmes  <billholmes54@gmail.com>
4512         * cominterop.c (cominterop_ccw_queryinterface): Fix for bug 499566.
4513           For QueryInterface on CCWs consider the base class
4514           interfaces as well.
4516         Code is contributed under MIT/X11 license.
4518 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
4520         * wrapper-types.h: Delete STATIC_RGCTX_INVOKE.
4522         * marshal.c (mono_marshal_ret_static_rgctx_invoke): Remove, no longer
4523         used.
4525         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
4526         adding a static-rgctx invoke wrapper, it is done by the runtime trampolines.
4528         * generic-sharing.c (inflate_other_data): Ditto.
4529         
4530 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
4532         * metadata-verify.c: Implement property signature check.
4534 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4536         * sgen-gc.h: Register saving support for PPC.
4538 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4540         * sgen-gc.c: Fixed a pthread TLS screwup.
4542 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4544         * sgen-gc.c: Do TLS using pthread API if __thread keyword is not
4545         supported.
4547 2009-06-04  Mark Probst  <mark.probst@gmail.com>
4549         * sgen-gc.c: Disable TLA and managed allocation if the __thread
4550         keyword is not supported.
4552 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
4554         * marshal.c metadata.c: Applied patch from Ulrich Weigand 
4555         <uweigand@de.ibm.com>: Free the wrappers of inflated generic methods when
4556         the inflated method is freed. Fixes #508389.
4558         The code is contributed under the MIT/X11 license.
4559         
4560 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
4562         * marshal.c (get_wrapper_target_class): New helper function.
4563         (mono_marshal_get_runtime_invoke): Place runtime-invoke wrappers into
4564         the <Module> class of the image. Fixes #509049.
4566 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4568         * threads.c (ves_icall_System_Threading_Thread_Sleep_internal):
4569         Check if the thread was interrupted and proccess it straight away.
4570         Makes abortion much more responsive.
4572 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4574         * threads.c (mono_thread_execute_interruption): Use atomic cas with
4575         MonoThread::interruption_requested to match it's counterpart.
4577         Fixes a hang in abort-stress-1 on a 2 core x86.
4579         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
4580         Fix warning.
4582 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4584         Change MonoImage::name_cache to be protected by the image lock
4585         instead of the loader lock.
4587         * appdomain.c (deregister_reflection_info_roots): Protect access
4588         to name_cache.
4590         * class.c (mono_image_init_name_cache): Change from the loader lock
4591         to the image lock. Check if the cache wasn't already created.
4593         * class.c: Change from the loader to the image lock.
4595         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Fix
4596         the code to hold the image lock while iterating over name_cache and
4597         not go into mono_array_new holding it.
4599         * metadata-internals.h: Add a comment about this change.
4601 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4603         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
4604         Under the 2.0 profile raise the loader error.
4606         Fixes #508532.
4608 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
4610         * marshal.c (mono_marshal_get_runtime_invoke): Emit the right kind
4611         of ldind opcode for generic instances so we don't fail for direct wrappers.
4612         This only affect direct calls.
4614 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
4616         * reflection.c (create_dynamic_mono_image): Fix warnings.
4618         * generic-sharing.c (other_info_equal): Ditto.
4619         
4620 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
4622         * metadata-verify.c: Implement field signature check.
4624 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
4626         * metadata-verify.c: Implement standalone signature check.
4628 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
4630         * metadata-verify.c: Implement methodref signature check.
4632 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
4634         * object-internals.h (MonoRuntimeCallbacks): New structure containing
4635         callbacks supplied by the runtime.
4637         * object.c (mono_install_callbacks): New internal function to install
4638         the callbacks.
4640         * object.c (mono_create_ftnptr): Move the implementation of this to
4641         mini/.
4643         * object.c (mono_get_addr_from_ftnptr): Ditto.  
4645 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
4647         * metadata-verify.c (parse_return_type): Proper byref check.
4648         * metadata-verify.c (is_valid_method_signature): Check for zero arity
4649         generic signatures and method params.
4651 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
4653         * metadata-verify.c (decode_signature_header): Fix bounds check.
4655         * metadata-verify.c (parse_custom_mods): Check custom mods.
4657         * metadata-verify.c (parse_type): Do initial basic verification
4658         of valid values.
4659         
4660         * metadata-verify.c (is_valid_method_signature): Parse the generic
4661         param count.
4663 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
4665         * icall.c (ves_icall_Type_GetMethodsByName): Virtual methods should be
4666         discarded based on their most specific definition so we set the method_slots
4667         array before checking if the method is acceptable or not.
4669         Fixes #506757.
4671 2009-05-26  Mark Probst  <mark.probst@gmail.com>
4673         * icall.c: Free the old array when resizing a mono_ptr_array.
4675 2009-05-26  Mark Probst  <mark.probst@gmail.com>
4677         * reflection.c (create_dynamic_mono_image): Use mono_object_hash()
4678         for the hashes whose keys are managed objects.
4680 2009-05-26  Mark Probst  <mark.probst@gmail.com>
4682         * object-internals.h, threads.c: Set the execution context on
4683         thread start here, not in corlib.
4685         * appdomain.c: Bump corlib version.
4687 2009-05-27  Martin Baulig  <martin@ximian.com>
4689         * mono-debug.c (mono_debug_init): Use `MONO_DEBUG_FORMAT_DEBUGGER'
4690         if `_mono_debug_using_mono_debugger' is set to make things work
4691         properly when embedding Mono.
4693 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4695         * class.c (mono_class_setup_fields): Don't mark simd types as having
4696         16 bytes alignment as the whole runtime doesn't support.
4698 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
4700         * metadata-verify.c (safe_read): Use endian safe read macros.
4702 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
4704         * object.c (mono_create_ftnptr): Don't allocate from the code mempool since
4705         it is read-only when using full aot.
4707 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
4709         * metadata-verify.c (is_valid_method_signature): Verify parts
4710         of the return type. Provide an error message in case of failure.
4712 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
4714         * metadata-verify.c (is_valid_method_signature): Verify the call conv.
4716 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
4718         * metadata-verify.c: Include the size prefix in the bounds check.
4720 2009-05-22  Miguel de Icaza  <miguel@novell.com>
4722         * icall.c: Remove warnings.
4724         * mono-config.c: Allow for CONFIG_CPU to be set in config.h and
4725         prevent auto-detection based on GCC defines.
4727         Add PS3
4729         * metadata-verify.c: Do not include signal.h
4731         * generic-sharing.c, marshal.c: Add returns to avoid some warning
4732         messages.  Not sure why the g_assert_not_reached is not enough to
4733         quiet the compiler.
4734         
4736         * appdomain.c: Remove code that is not used when
4737         DISABLE_SHADOW_COPY is set.
4739         * image.c: use g_getenv
4741 2009-05-21  Miguel de Icaza  <miguel@novell.com>
4743         * reflection.c: Remove code that it not used with
4744         DISABLE_REFLECTION_EMIT is defined.
4746 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
4748         * marshal.c (mono_marshal_get_runtime_invoke): Share more runtime
4749         invoke wrappers.
4751 2009-05-20  Miguel de Icaza  <miguel@novell.com>
4753         * socket-io.c
4754         (ves_icall_System_Net_Sockets_Socket_Available_internal): Remove
4755         the ifdef here and instead put that on io-layer
4757 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4759         * metadata-verify.c: Verify the generic param constraint table.
4761 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4763         * metadata-verify.c (verify_generic_param_table): Fix
4764         thinko on the valid flags bits for generic params.
4766 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4768         * metadata-verify.c: Verify the methodspec table.
4770 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
4772         * metadata-verify.c: Verify the generic param table.
4774 2009-05-19  Mark Probst  <mark.probst@gmail.com>
4776         * sgen-gc.c: Store and use the count with REMSET_VTYPE.
4778 2009-05-19  Mark Probst  <mark.probst@gmail.com>
4780         * sgen-gc.c: Use generation enum more consistently and use the
4781         correct generation in mono_gc_register_for_finalization().
4783 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
4785         * metadata-verify.c: Verify the nested class table.
4787 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
4789         * metadata-verify.c: Verify the manifest resource table.
4791 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
4793         * debug-helpers.c (dis_one): Add little-endian support for ldstr.
4795 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
4797         * class.c (mono_class_get_vtable_entry): Avoid adding static-rgctx
4798         wrappers, this is now done in the JIT.
4799         
4800         * class.c (mono_set_generic_sharing_supported): New internal function.
4801         (mono_class_generic_sharing_enabled): Move the #ifdef stuff to the JIT.
4803 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4805         * metadata-verify.c: Verify the exported type table.
4807 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4809         * pedump.c (main): Fake an assembly for netmodules to make the verifier happy.
4811 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4813         * metadata-verify.c: Verify the file table.
4815 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4817         * metadata-verify.c (verify_assembly_table): Fix an error message.
4819         * metadata-verify.c: Verify the assemblyref table.
4821 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
4823         * metadata-verify.c (verify_assembly_table): Fix the valid
4824         bits mask for flags.
4826 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
4828         * debug-helpers.c (mono_method_full_name): Print generic parameters of
4829         generic methods as well.
4831 2009-05-15  Geoff Norton  <gnorton@novell.com>
4833         * gc.c: MachO/Darwin supports and uses semaphores fine for this 
4834         use-case and is significantly more performant than the wapi layer.
4836 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
4838         * metadata-verify.c: Verify the assembly table.
4840 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
4842         * metadata-verify.c: Fix rows limit check.
4844 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
4846         * metadata-verify.c: Verify the fieldrva table.
4848 2009-05-13  Mark Probst  <mark.probst@gmail.com>
4850         * sgen.c: Speed up weak links and finalizers by grouping them by
4851         generation.
4853 2009-05-13  Mark Probst  <mark.probst@gmail.com>
4855         * marshal.c (delegate_hash_table_add): When overwriting an entry,
4856         free the old GCHandle (only applies to SGen).
4858 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
4860         * loader.c (mono_get_method_from_token): Avoid the expensive call to
4861         mono_metadata_load_generic_params () for non-generic methods.
4863 2009-05-12  Mark Probst  <mark.probst@gmail.com>
4865         * monitor.c, monitor.h (mono_monitor_get_object_monitor_weak_link):
4866         New function for returning a monitor's weak link if it has one.
4868         * sgen-gc.c: Remove an object's monitor's weak link (if it has
4869         one) when clearing a domain.  These can still be around because
4870         the object might not have been collected.
4872 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
4874         * gc.c: Fix a warning.
4876 2009-05-12  Kornél Pál  <kornelpal@gmail.com>
4878         * gc.c (mono_gc_init): Set gc_thread on creation. This avoids the
4879         prevous wait that resulted in a deadlock on Windows when initializing
4880         the runtime form DllMain. Also results in improved startup time.
4881         (finalizer_thread): Get rid of thread_started_event.
4882         * threads.c, threads-types.h (mono_thread_create_internal): Return the
4883         resulting MonoThread.
4885         Contributed under MIT/X11 license.
4887 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
4889         * metadata-verify.c: Verify the implmap table.
4890         Don't require that #US and #Strings be present.
4892 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
4894         * security-core-clr.c: Delegate checks are done at creation time,
4895         not a invocation time. Fix exception for Telerik Silverlight demo
4897 2009-05-11  Mark Probst  <mark.probst@gmail.com>
4899         * sgen-gc.c (need_remove_object_for_domain): Remove the special
4900         case for the Thread class.
4902         * threads.c: Do clean-up of abort exception/state in
4903         thread_cleanup() instead of Thread.free_internal().  Also clean up
4904         current_appcontext.  The reason we have to do that is because
4905         those references might point into another domain and if that
4906         domain is unloaded before the thread is finalized, they point to
4907         invalid data.
4909 2009-05-10  Andreas Faerber  <andreas.faerber@web.de>
4911         * null-gc.c (mono_gc_weak_link_add, mono_gc_clear_domain): Fix
4912         stub signatures.
4913         
4914         Contributed unter MIT/X11 license.
4916 2009-05-09  Miguel de Icaza  <miguel@novell.com>
4918         * verify.c, metadata-verifier.c: Add support for disabling the
4919         verifier in some builds.
4921         [ Sorry, my previous commit accidentally commited some work in
4922         progress ]
4924 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
4926         * class.c (mono_class_setup_fields): Set class->field.first for
4927         generic instances.
4929 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
4931         * metadata-verify.c: Verify the typespec table.
4933 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
4935         * metadata-verify.c: Verify the module table.
4937 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
4939         * metadata-verify.c: Verify the methodimpl table.
4941 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
4943         * metadata-verify.c: Verify the property table.
4945 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
4947         * debug-helpers.c (mono_method_desc_match): Add support for generic
4948         glob patterns.
4950 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
4952         * metadata-verify.c: Verify the propertymap table.
4954 2009-05-04 Rodrigo Kumpera  <rkumpera@novell.com>
4956         * metadata-verify.c: Verify the event table.
4958         * metadata-verify.c (search_sorted_table): Fix offset
4959         calculation.
4961 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
4963         * domain-internals.h (struct _MonoJitInfo): Add a 'from_llvm' flag.
4965 2009-05-01  Mark Probst  <mark.probst@gmail.com>
4967         * gc.c (mono_gc_run_finalize): Don't set the domain too late,
4968         because mono_delegate_free_ftnptr() needs it.
4970 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4972         * metadata-verify.c: Verify the eventmap table.
4974 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4976         * metadata-verify.c: Verify the standalonesig table.
4978 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4980         * metadata-verify.c: Verify the field layout table.
4982 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4984         * class.c (mono_type_get_name_recurse): Don't crash
4985         for ownerless generic params.
4987         * debug-helpers.c (mono_type_get_desc): Correct the format
4988         for ownerless generic params.
4990 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4992         * metadata-verify.c: Verify the class layout table.
4994 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
4996         * metadata-verify.c: Verify the decl security table.
4998 2009-04-30  Mark Probst  <mark.probst@gmail.com>
5000         * domain.c (mono_domain_set_internal_with_options): Don't do
5001         anything if the old domain is the same as the old one.  Fixes
5002         #499326.
5004 2009-04-30  Mark Probst  <mark.probst@gmail.com>
5006         * appdomain.c: Deregister the reflection_info roots when unloading
5007         a domain.
5009         * sgen-gc.c, domain.c, gc-internal.h: mono_gc_clear_domain() nulls
5010         memory allocated by a domain and frees its disappearing links.
5012         * boehm-gc.c, null-gc.c: Empty implementation of
5013         mono_gc_clear_domain().
5015 2009-04-30  Mark Probst  <mark.probst@gmail.com>
5017         * appdomain.c (clear_cached_vtable): Free the static fields memory
5018         block.
5020 2009-04-30  Mark Probst  <mark.probst@gmail.com>
5022         * gc.c: Set the correct domain when invoking finalizers.
5024         * appdomain.c: Set the correct domain when creating threads.
5026 2009-04-30  Mark Probst  <mark.probst@gmail.com>
5028         * sgen-gc.c: Fix skip size for vectors.
5030 2009-05-03  Martin Baulig  <martin@ximian.com>
5032         * mono-debug-debugger.c
5033         (mono_debugger_check_breakpoints): Check class init handlers even
5034         if we don't have any method load handers.
5036 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
5038         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid 
5039         returning refonly assemblies if refonly is FALSE. Fixes #499013.
5041 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
5043         * metadata-verify.c: Verify the field marshal table.
5045 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
5047         * metadata-verify.c: Verify the custom attribute table.
5049 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
5051         * metadata-verify.c: Verify the constant table.
5053 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
5055         * metadata-verify.c: Verify the memberef table.
5057 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
5059         * metadata-verify.c (get_coded_index_token): Remove
5060         dead argument.
5062 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
5064         * metadata-verify.c: Verify the interfaceimpl table.
5066 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
5068         * verify.c: Improve error message.
5070         * debug-helpers.c (mono_type_get_desc): Harden the code that
5071         deals with VAR and MVAR.
5073 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
5075         * image.c (mono_image_fixup_vtable): Avoid casting an lvalue. Fixes 
5076         part of #498692.
5078 2009-04-23 Tom Hindle <tom_hindle@sil.org>
5080         * cominterop.c (ves_icall_System_Runtime_InteropServices_Marshal_ReleaseComObjectInternal):
5081         changed to match .Net behaviour of not aborting on additional calls to ReleaseComObject.
5083 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
5085         * security-core-clr.c: Avoid redundant checks for platform code, 
5086         e.g. check for method and for class (very common) and check
5087         for class and outer class (less common)...
5089 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
5091         * reflection.c: Avoid returning random cattrs for synthetic methods.
5092         Fixes #498545.
5094 2009-04-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
5096         * assembly.c: assemblies in the GAC should never be shadow-copied.
5098 2009-04-26  Mark Probst  <mark.probst@gmail.com>
5100         * domain.c, domain-internals.h: Disable
5101         track_resurrection_{objects,handles}_hash in MonoDomain if using
5102         SGen.
5104 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
5106         * metadata-verify.c: Verify the param table.
5108 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
5110         * metadata-verify.c (verify_typedef_table): Range check FieldList and
5111         MethodList.
5113         * metadata-verify.c (verify_method_table): Proper check the ParamList
5114         field.
5116 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
5118         * metadata-verify.c (verify_method_table): Check for runtime
5119         implemented functions such as delegate .ctors. Remove spurious
5120         printf.
5121         
5122 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
5124         * pedump.c: Proper initialize the runtime forcing the 2.0 profile.
5126 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
5128         Don't allocate MonoGenericInfo for ownerless generic params.
5129         * class-internals.h (MonoGenericParam::info): Move field to ...
5130         (MonoGenericParamFull): ... this.  New struct.
5131         (MonoGenericContainer::type_params): Change type to
5132         MonoGenericParamFull.
5133         (MonoGenericParam, MonoGenericContainer): Update accessors.
5134         * metadata.c (mono_metadata_parse_generic_param): Don't initialize
5135         'info' field for ownerless generic param.
5136         (mono_metadata_load_generic_params): Update to changes.
5137         * reflection.c (mono_reflection_create_generic_class): Likewise.
5138         (reflection_methodbuilder_to_mono_method): Likewise.
5139         (mono_reflection_initialize_generic_parameter): Likewise.
5141 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
5143         Don't use MonoGenericParamInfo for ownerless generic params.
5144         * class.c (get_anon_gparam_class, set_anon_gparam_class): New.  Don't
5145         use ParamInfo class at all.
5146         (mono_class_from_generic_parameter): Use them.
5147         (make_generic_param_class): Fix a couple of instances where 'pinfo
5148         == NULL' wasn't handle.
5150 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
5152         * class.c (make_generic_param_class): Carve out of ...
5153         (mono_class_from_generic_parameter): ... here.
5155 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
5157         Simplify mono_class_from_generic_parameter
5158         * class-internals.h (MonoGenericParamInfo::token): New field.
5159         * metadata.c (mono_metadata_load_generic_params): Initialize it
5160         from metadata.
5161         * class.c (mono_class_from_generic_parameter): Use it instead of
5162         searching through metadata.
5164 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
5166         * metadata-verify.c: Add verification of the method table.
5168 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
5170         * icall.c (ves_icall_Type_GetMethodsByName): Fix memleak for the
5171         Delegate::Invoke optimization.
5173 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
5175         * appdomain.c (mono_domain_create_appdomain_internal): Free the
5176         string returned by get_shadow_assembly_location_base.
5178         * appdomain.c (get_shadow_assembly_location_base): Add a comment
5179         about caller's ownership.
5181 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
5183         * reflection.c: Add mono_reflection_cleanup_domain to cleanup
5184         reflection memory on domain unload.
5186         * domain.c (mono_domain_free): Don't free refobject_hash, let the
5187         reflection cleanup code do it.
5189         * domain-internals.h: Add mono_reflection_cleanup_domain.
5191         This fixes a memory leak for managed mirrors of reflection objects
5192         on domain unload. 
5194 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
5196         * metadata-verify.c: Implement more verification of the field table.
5198 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
5200         * pedump.c (main): Init mono with mscorlib so it defaults to 2.0 and
5201         doesn't try to parse the input assembly, which can be broken.
5203 2009-04-23  Mark Probst  <mark.probst@gmail.com>
5205         * boehm-gc.c, gc-internal.h, gc.c, monitor.c, null-gc.c,
5206         sgen-gc.c: Implement track resurrection in weak GC handles in SGen
5207         by using the lowest bit in the link to store whether the link is
5208         tracked.  Move the track_resurrection hashes into boehm-gc.c.
5210 2009-04-22  Miguel de Icaza  <miguel@novell.com>
5212         * Makefile.am: Split the console support in platform specific code
5213         and put together a framework for making this easy in the future so
5214         that we can start splitting code instead of having a mess of PLATFORM_WIN32
5216 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
5218         * pedump.c: Fix a warning.
5220 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
5222         * verify.c (mono_delegate_type_equal): Compare valuetypes using
5223         mono_class_from_mono_type to avoid bad interactions with the dual representation
5224         of the generic type definition.
5226 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
5228         * verify.c (do_invoke_method): Use mono_class_from_mono_type to
5229         get the MonoClass for the call context type as it might be a generic
5230         instance.
5232         Fixes #491483.
5234 2009-04-21  Mark Probst  <mark.probst@gmail.com>
5236         * object-internals.h: The Thread object has no execution_context
5237         member anymore.
5239         * threads.c, threadpool.c, threads-types.h: Accessor functions for
5240         the execution context.
5242         * appdomain.c: Bump corlib version.
5244 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
5246         * verify.c (do_newobj): Improve error message.
5248 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
5250         * verify.c (verify_clause_relationship): Only mask as an error if the exception clause
5251         is nested in the filter block.
5253         * verify.c (verify_clause_relationship): The disjoint check must verify if the exception
5254         block is not fully nested.
5256         Fixes #495656.
5258 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
5260         * verify.c (verify_type_compatibility_full): Compare MonoClass and
5261         not MonoType to check for equality of valuetypes as the generic type
5262         definition allows for two different encodings: the generic type definition
5263         class or a generic instance over the GTD arguments.
5265         Fixes #496175.
5267 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
5269         * verify.c (dump_stack_value): Fix compilation with extra debug turned on.
5271         * verify.c (do_initobj): Improve error message.
5273 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
5275         * metadata-verify.c: Enable pe verification as the issue with #496453
5276         is that the authenticode data directory have a different unspecified
5277         format. Ignore it for now.
5279         * pedump.c: Run the metadata verifier together with the IL verifier.
5281         Fixes ##496453.
5283 2009-04-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5285         * metadata-verify.c: Temporarily disable pe verification due to #496453.
5287 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
5289         * class.c (can_access_type): Check visibility against
5290         the element type for pointers and arrays.
5292         Fixes #496150.
5294 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
5296         * metadata-verify.c: Fix cli and table verification to use information
5297         from the MonoImage. A lot of duplicated code got killed.
5299 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
5302         This patch starts to integrate the metadata verifier with the runtime code.
5304         This patch causes major regression in functionality for the metadata verifier
5305         as cli and table verification are disabled since they require to be ported to
5306         use MonoImage information.
5308         * image.c (do_mono_image_load): Split the code in this function
5309         into mono_image_load_pe_data and mono_image_load_cli_data.
5310         Add     care_about_pecoff parameter to not load pecoff data.
5311         Call into the metadata verifier for pecoff and cli verification.
5313         * image.c (mono_image_open_raw): New function that doesn't perform
5314         any parsing of the image contents.
5315         
5316         The reason for the 3 new functions is to give pedump better control
5317         into the interaction with the verifier.
5319         * metadata-internals.h: Add new functions from image.c as part of the
5320         internal mono API.
5322         * metadata-verify.c: Split mono_image_verify into mono_verifier_verify_pe_data,
5323         mono_verifier_verify_cli_data and mono_verifier_verify_table_data. Prepare
5324         to make those functions work together with the runtime.
5326         * verify.c: Add mono_verifier_is_enabled_for_image function that returns
5327         true if the image needs to be verified.
5329         * verify-internals.h: Export new functions from metadata-verify.c and verify.c.
5331         * pedump.c: Use new metadata verifier API.
5333 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
5335         * object.c (mono_install_vtable_trampoline): Make this receive a
5336         trampoline creation function instead of trampoline, allowing the JIT
5337         to use a different trampoline for each vtable.
5339 2009-04-18  Mark Probst  <mark.probst@gmail.com>
5341         * object.c (mono_raise_exception): Don't reset the thread abort
5342         exception state here.
5344 2009-04-18  Mark Probst  <mark.probst@gmail.com>
5346         * icall-def.h: New icall for getting the thread abort exception
5347         state for a thread.
5349         * object.c, thread.c, object-internals.h: A thread's abort
5350         exception state is now a GC handle.  To get the object it stands
5351         for, we must move it into the current app domain, if it's
5352         different than the one where it originated from.
5354         * appdomain.c: Bump corlib version.
5356         * domain.c, domain-internals.h: New function for setting the
5357         domain and migrate the thread abort exception or not.
5359 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5361         * metadata-verify.c: Add initial verification of the
5362         field table.
5364 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5366         * metadata-verify.c: Add a macro to conditionally enable
5367         dumping of verification information. Add  make_coded_token
5368         and search_sorted_table to enable search sorted tables
5369         by a given coded token.
5371 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5373         * metadata-verify.c: Add array mapping from table index
5374         to description offset. Add get_col_offset and get_col_size
5375         functions.
5377 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5379         * metadata-verify.c: Add remaining table descriptions offsets.
5380         Add remaining coded index descriptions.
5382 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5384         * metadata-verify.c: Fixed constant table description.
5385         Fixed calculation of HasCustomAttribute coded index size.
5386         Fixed calculation of size for many table indexes. 
5388 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5390         * pedump.c (dump_metadata): Dump table offset instead
5391         of useless pointer in memory.
5393 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
5395         * metadata-verify.c (verify_typedef_table): Add tests for MethodList.
5397 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5399         * metadata-verify.c (verify_typedef_table): Add tests for FieldList and
5400         a missing of for interface types.
5402 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5404         * metadata-verify.c (verify_pe_optional_header): Add comment of why
5405         the code is commented.
5407         * metadata-verify.c (verify_resources_table): Remove spurious printf
5408         and don't fail if there are unmanaged resources. Gmcs generates a useless
5409         one     for all assemblies - I bet it's some MS compatibility junk.
5411 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5413         * metadata-verify.c (verify_typedef_table): Verify the extends field.
5415         * metadata-verify.c (mono_image_verify): Add a is_corlib.
5417         * verify-internals.h: Same.
5419         * pedump.c: Fix for mono_image_verify new signature.
5421 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5423         * metadata-verify.c (verify_typedef_table): Verify for some invalid
5424         flags combinations.
5426 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
5428         * metadata-verify.c (verify_module_table): Ignore the generation field.
5430 2009-04-15  Martin Baulig  <martin@ximian.com>
5432         * debug-mono-symfile.c
5433         (mono_debug_symfile_lookup_location): Don't print a warning for
5434         unknown extended opcodes if they're within 0x40 and 0x7f.
5436 2009-04-15  Zoltan Varga  <vargaz@gmail.com>
5438         * marshal.c (mono_marshal_get_runtime_invoke_sig): Don't share runtime
5439         invoke signatures returning an enum. Fixes #494847.
5441 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
5443         * metadata-verify.c: Initial code to verify the typedef table.
5445 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
5447         * verify.c (mono_method_verify): Don't fail if an unconditional branch
5448         with non empty stack happens before the beginning of a try block.
5450         Fixes #494812.
5452 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
5454         * metadata-verify.c: Verify typename and typenamespace fields of
5455         the typeref table.
5457 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
5459         * metadata-verify.c: Initial code to verify the typeref table.
5461 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
5463         * verify.c (verify_delegate_compatibility): Fix error message.
5465 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
5467         * security-core-clr.c: Fix typo
5469 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
5471         * marshal.c (delegate_hash_table_add): Make delegate_target_locations 
5472         a MonoGHashTable to keep its values alive.
5473         (emit_marshal_boolean): Fix a warning.
5475 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
5477         * socket-io.c: don't return IPv4/IPv6 addresses if the machine does
5478         not have any interface configured for IPv4/IPv6.
5480 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
5482         * assembly.c: fix typo in error message.
5484 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
5486         * marshal.c (mono_delegate_to_ftnptr): Use mono_gc_alloc_fixed () for
5487         allocating the location holding the this argument to prevent
5488         'too many root sets' errors.
5490         * object.c (mono_class_create_runtime_vtable): Set field->offset to -1
5491         to mark fields as special static.
5492         (mono_field_static_get_value): Handle special static fields.
5493         (mono_field_static_set_value): Ditto.
5495         * class-internals.h (struct _MonoClassField): Document this.
5497 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
5499         * cominterop.c (mono_cominterop_emit_marshal_com_interface): Assigning
5500           the argument a value of null for the MARSHAL_ACTION_MANAGED_CONV_OUT
5501           case.  This will handle when managed code returns null to native code.
5503         Code is contributed under MIT/X11 license.
5505 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
5507         * object.c (build_imt_slots): Changing a free to a g_free to match
5508           the g_malloc0 in add_imt_builder_entry that allocated this memory.
5510         Code is contributed under MIT/X11 license.
5512 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
5514         * marshal.c (emit_marshal_boolean): Adding code to ensure that
5515           the correct TRUE value is passed through the marshaling layer.
5517         Code is contributed under MIT/X11 license.
5519 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
5521         * marshal.c (mono_marshal_emit_managed_wrapper): Handle closed delegates
5522         correctly. Fixes #492330.
5523         
5524         * marshal.c: Fix the embedding of object pointers into JITted code in
5525         the native-to-managed wrappers by allocating some GC tracked memory, and
5526         embedding the address of that.
5528 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
5530         * object.c (mono_class_create_runtime_vtable): Avoid putting MonoMethod
5531         pointers into the vtable.
5533 2009-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
5535         * verify.c (mono_delegate_type_equal): Proper check MONO_TYPE_CLASS.
5537         * verify.c (verify_ldftn_delegate): Improve error message.
5539 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
5541         * reflection.c (my_mono_class_from_mono_type): Remove.
5543 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
5545         Prepare to reduce memory usage of owner-less generic parameters (1/n)
5546         * class-internals.h (MonoGenericParam): Carve out pklass, name, flags
5547         and constraints fields into ...
5548         (MonoGenericParamInfo): ... this.
5549         (mono_generic_param_info, mono_generic_container_get_param_info):
5550         New accessors.
5551         * class.c, debug-helpers.c, icall.c: Update to changes.
5552         * metadata.c, reflection.c, verify.c: Likewise.
5554 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
5556         * debug-helpers.c (dis_one): Fix decoding of strings in dynamic images.
5558         * marshal.c (get_runtime_invoke_type): Share enums with their base types.
5559         
5560         * marshal.c (get_runtime_invoke_type): Share pointers with ints and
5561         booleans with sbytes.
5563 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
5565         * class.c (can_access_instantiation): Verify accesibility of element types
5566         for arrays and pointers.
5568         * class.c (can_access_type): Return true if the target class is VAR or MVAR.
5570         * class.c (mono_method_can_access_method_full): Fix typos in the documentation.
5572         Fixes #493068.
5574 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
5576         * verify.c (do_invoke_method): Improve error messages.
5578 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
5580         * verify.c:  Fixing the MSVC build.
5582         Code is contributed under MIT/X11 license.
5584 2009-04-08  Sebastien Pouliot  <sebastien@ximian.com>
5586         * security-core-clr.c: Simplify get_reflection_caller not to call
5587         mono_method_get_last_managed (another stack walk) and adjust the
5588         callers to handle a (should not happen) NULL return value.
5590 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5592         Add accessors to some MonoGenericParam fields
5593         * class-internals.h (mono_generic_param_owner): New accessor.
5594         (mono_generic_param_num): Likewise.
5595         (mono_type_get_generic_param_owner): New helper.
5596         (mono_type_get_generic_param_num): New helper.
5597         * class.c, icall.c, metadata.c, reflection.c, verify.c: Use them.
5599 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5601         * class-internals.h (mono_generic_container_get_param): New wrapper.
5602         * class.c, icall.c, metadata.c, verify.c: Use it.
5604 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
5606         Fix gtest-252.cs
5607         * verify.c (mono_type_is_valid_type_in_context): Rewrite to use
5608         the standard case/loop.  In particular, don't complain about
5609         references to generic type definitions.
5611 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
5613         * debug-helpers.c (dis_one): Decode string arguments.
5615 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
5617         * pedump.c (dump_verify_info): Dump type name correctly.
5619 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
5621         * verify.c (mono_method_verify): Don't init code slots for exception boundaries if they
5622         are larger than code size.
5624         This can happen in valid code if the try/catch block is not followed by any instruction
5625         and do a backward branch on the leave instruction.
5627         Fixes #492494.
5629 2009-04-06  Sebastien Pouliot  <sebastien@ximian.com>
5631         * security-core-clr.c: Fix typo while comparing second method names
5632         in can_avoid_corlib_reflection_delegate_optimization
5634 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
5636         * verify.c (do_throw): Don't allow an unboxed generic param ar argument.
5638         Fixes #487738.
5640 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
5642         * metadata.c (do_mono_metadata_parse_type): Fail if we are decoding
5643         a MVAR using a class context.
5645         Fixes #490335.
5647 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
5649         * object.c (mono_class_compute_gc_descriptor): Make this non-static.
5651         * domain-internals.h (struct _MonoJitInfo): Add a 'gc_info' field.
5653         * gc-internal.h (MonoGCCallbacks): New stucture containing the callback
5654         functions supplied by the JIT for the SGEN GC.
5656         * sgen-gc.c: Call the callbacks supplied by the JIT to do stack marking.
5657         
5658 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
5660         monitor.c (mono_monitor_try_enter_internal):
5661         Added calls to profile monitor contentions.
5662         Also duplicated a small piece of code (the "get the monitor" logic)
5663         from the fast path to the slow path, and changed the relevant goto
5664         statements, so that monitor acquisition events can be emitted from the
5665         slow path (this is by Paolo Molaro).
5667 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
5669         * profiler.c, profiler.h, profiler-private.h:
5670         Added support for profiling monitor contentions.
5672 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
5674         * metadata-verify.c: Verify the modules table.
5676 2009-04-02 Rodrigo Kumpera  <rkumpera@novell.com>
5678         * verify.c (mono_generic_param_is_constraint_compatible): Inflate the candidate
5679         using the context of the method been verifier and not of the method been called.
5681         * verify.c: Add verifier_inflate_type and mono_type_is_valid_type_in_context to
5682         safely inflate generic types. 
5684 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
5686         * security-core-clr.c: Change the strategy for checking the 
5687         "reflection using delegates optimization" to avoid unneeded 
5688         attributes in multiple class libraries.
5690 2009-04-02  Mark Probst  <mark.probst@gmail.com>
5692         * sgen-gc.c: Remove object element in the disappearing link struct
5693         by storing the object pointer in the link.
5695 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
5697         * pedump.c (dump_verify_info): Don't crash if signature decoding fails.
5699 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
5701         * verify.c (verifier_load_field): Fail if the field parent could not be loaded.
5703         * verify.c (mono_method_verify): Do proper bounds checking of exception
5704         clause ranges.
5706 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
5708         * loader.c (mono_field_from_token): Don't crash if the field parent could
5709         not be decoded.
5711 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5713         * sgen-gc.c: Execute critical finalizers after ordinary
5714         finalizers.
5716         * class-internals.h, domain.c: Add CriticalFinalizerObject to
5717         mono_defaults.
5719 2009-03-31 Jb Evain <jbevain@novell.com>
5721         * verify.c (do_ldstr): don't check if a string is in the user strings
5722         heap if the current image is dynamic.
5724 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5726         * sgen-gc.c: Wait until the last finalizer has executed when
5727         returning from WaitForPendingFinalizers.
5729 2009-03-31  Martin Baulig  <martin@ximian.com>
5731         * mono-debug-debugger.h (MonoDebuggerEvent): Add
5732         `MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN' and
5733         `MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN'.
5734         (mono_debugger_event_create_appdomain): New function.
5735         (mono_debugger_event_unload_appdomain): New function.
5737         * appdomain.c (mono_domain_create_appdomain_internal): Call
5738         mono_debugger_event_create_appdomain().
5740 2009-03-31  Martin Baulig  <martin@ximian.com>
5742         * mono-debug-debugger.c
5743         (mono_debugger_register_class_init_callback): Also register the
5744         class init callback if the class is already initialized to make
5745         things work with shadow copied assemblies.
5747 2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>
5749         * security-core-clr.c
5750         (mono_security_core_clr_ensure_reflection_access_field): Let 
5751         critical code access the field (just like we do for methods). Use
5752         check_field_access helper.
5753         (mono_security_core_clr_ensure_reflection_access_method): Use 
5754         check_field_access helper.
5756 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5758         * sgen-gc.c: Remove data (callback) element from FinalizeEntry and
5759         call the run-finalize function directly.
5761         * gc.c, gc-internal.h: Make run_finalize() non-static.
5763 2009-03-31  Mark Probst  <mark.probst@gmail.com>
5765         * sgen-gc.c: Use a separate struct for disappearing links.
5767 2009-03-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
5769         * socket-io.c: don't fail if the SocketOptionsFlag has Partial or
5770         * MaxIOVectorLength enabled, just ignore them.
5771         Fixes bug #349688.
5773 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
5775         * metadata-verify.c: Fix eglib build.
5777 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
5779         * threads-types.h: Fix the win32 build.
5781 2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
5783         * class.c: move coreclr inheritance/override checks to 
5784         security-core.clr.c
5785         * security-core.clr.c|h: add code from class.c with additional
5786         documentation. Fix override check when the method is not critical.
5788 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
5790         * debug-helpers.c (mono_method_desc_match): Make '*' match anything.
5791         (match_class): Ditto.
5793 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
5795         * metadata-verify.c: Rename bounds_check_offset to bounds_check_datadir.
5797         * metadata-verify.c: Implement table layout row size calculation. Verify
5798         the total size of the tables.
5800 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
5802         * metadata-verify.c: Verify heap sizes and size to decode row counts. 
5804 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
5806         * appdomain.c:
5807         * console-io.[ch]: added new mono_console_init() to make sure that
5808         file descriptors 0, 1 and 2 are opened.
5809         Bug #489019 fixed.
5811 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com> 
5813         * appdomain.h: Export a new callback type and a new function to
5814         set this callback. This allow a mono host to provide it's own
5815         definition for "platform code".
5816         * metadata-internals.h: Add a core_clr_platform_code flag on 
5817         _MonoImage to (cache and) know if it is representing platform 
5818         code.
5819         * image.c (do_mono_image_open): Set core_clr_platform_code flag 
5820         on platform code images.
5821         * security-core-clr.c|h 
5822         (mono_security_set_core_clr_platform_callback): Allow the host
5823         to provide it's own platform check definition.
5824         (mono_security_core_clr_determine_platform_image): Detect if an 
5825         image is platform code (using the specified callback).
5826         (mono_security_core_clr_is_platform_image): Return cached value 
5827         for platform code.
5829 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
5831         * threads.c (mono_create_thread): New helper function to wrap CreateThread
5832         which has different parameter types for the 'tid' argument in windows and
5833         the io-layer.
5835         * appdomain.c attach.c threads.c: Use the new helper.
5837 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
5839         * metadata-verify.c: Verify valid table bits.
5841 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
5843         * metadata-verify.c (verify_metadata_header): Store size in the size field.
5845         * metadata-verify.c: Add initial table schema verification.
5847 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
5849         * icall.c (ves_icall_get_parameter_info): Add a 'member' argument, used to
5850         obtain the refclass argument needed by mono_param_get_objects (). Fixes
5851         #488383.
5853         * reflection.c (mono_param_get_objects_internal): Add a 'refclass' argument.
5855         * appdomain.c (MONO_CORLIB_VERSION): Bump this.
5857 2009-03-26  Sebastien Pouliot  <sebastien@ximian.com>
5859         * security-core-clr.c: Add/update documentation
5861 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
5863         * marshal.c (emit_marshal_object): Generate code to throw an exception
5864         instead of throwing it. Fixes #488670.
5866 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com>
5868         * appdomain.c: Bump MONO_CORLIB_VERSION to 73.
5869         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Add
5870         an extra 'throwOnBindFailure' parameter to the icall. Remove FIXME
5871         and add a call to mono_security_core_clr_ensure_delegate_creation
5872         to do the extra checks required by CoreCLR.
5873         * security-core-clr.c|h: Add function to check delegate creation,
5874         both in the binding and accessibility, under CoreCLR.
5876 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com> 
5878         * reflection.c (mono_reflection_create_dynamic_method): when 
5879         coreclr is enabled make sure that every resolved object are
5880         checked (e.g. field and method access).
5881         * security-core-clr.c|h: Add function to check objects resolved
5882         when a dynamic method is created.
5884 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
5886         * metadata-verify.c: Cache directory rva translations.
5888         * metadata-verify.c: Add cli-header and streams verification.
5890 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
5892         * image.c (load_metadata_ptrs): We decode MonoImage::md_version_minor at
5893         the wrong offset (8 instead of 6).
5895 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
5897         * marshal.c (mono_delegate_to_ftnptr): For delegates wrapping pinvoke
5898         methods, return the native function address itself. Fixes
5899         #487758.
5901 2009-03-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
5903         * console-io.c: some of the values for control characters might not be
5904         present.
5906 2009-03-21  Sebastien Pouliot  <sebastien@ximian.com>
5908         * exception.c|h: Add helpers to create [Field|Method]AccessException
5909         * icall.c: Add required coreclr check calls for field reflection.
5910         Move the existing (method) check logic into security-core-clr.c
5911         * security-core-clr.c: Add functions to check if the access of a
5912         field or method is allowed when reflecting under coreclr. This is
5913         mostly done using a stack walk to find the "real" caller: i.e. the
5914         code that is calling the reflection
5916 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
5918         * gc-internal.h: Change location of gc_wrapper.h
5920 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com> 
5922         * class.c: Simplification to coreclr checks for overrides that
5923         makes it easier to set breakpoints.
5925 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
5927         * security-core-clr.c|h: (mono_security_core_clr_class_level, 
5928         mono_security_core_clr_method_level): Avoid potential 
5929         MonoCustomAttrInfo allocation for transparent assemblies (e.g. 
5930         user/application code) and make it easier to set breakpoints
5932 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5934         * metadata-verify.c: Reject cli header tables that mono don't handle.
5936 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5938         * pedump.c: Fix CLI header dumping.
5940 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
5942         * metadata-verify.c: More CLI header verification.
5944 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
5946         * locales.c (get_current_locale_name): Use g_malloc instead of malloc.
5948 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
5950         * metadata-verify.c: Initial verification of the CLI header.
5952 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
5954         * metadata-verify.c (verify_resources_table): Fix verification of zero
5955         sized resource section and id entries count.
5957 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
5959         * icall.c: Handle user types in many Type icalls. Fixes #486303.
5961 2009-03-17  Jb Evain  <jbevain@novell.com>
5963         * profiler.c: call mono_gc_base_init from mono_profiler_load.
5965 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
5967         * sgen-gc.c (mono_gc_make_descr_for_object): Fix 64 bit support.
5968         (mono_gc_make_descr_for_array): Ditto.
5970 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
5972         * verify.c (mono_verifier_is_class_full_trust): Add support for
5973         CoreCLR security mode where trusted assemblies are defined as
5974         "platform code".
5976 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5978         * metadata-verify.c: Add minimal PECOFF resource verification.
5980 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5982         * metadata-verify.c: Be less restrictive with some coff fields.
5984 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
5986         * verify.c (init_stack_with_value_at_exception_boundary): Init generic
5987         params as boxed values on stack. Fixes #485706.
5989 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
5991         * console-io.c: the termios values may vary in different flavors of unix.
5993 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
5995         * console-io.[ch]: return the entire set of control characters when
5996         initializing the terminal.
5997         * appdomain.c: bump corlib version.
5999 Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus@ximian.com>
6001         * mono-perfcounters.c: added support for in-process custom
6002         performance counters.
6004 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
6006         * metadata-verify.c: Small cleanup and add comment for IAT directory entry. 
6008 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
6010         * metadata-verify.c: Verify the data pointed by the import table. 
6012 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
6014         * metadata-verify.c (load_data_directories): Store data
6015         directory contents.
6017         * metadata-verify.c: Verify the import table. 
6019 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
6021         * metadata-verify.c: Verify data directories.
6023 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
6025         * metadata-verify.c: Check section header flags.
6027 2009-03-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
6029         * appdomain.c: if the assembly name is a shadow-copied file, return
6030         TRUE from mono_is_shadow_copy_enabled but don't actually do anything
6031         in mono_make_shadow_copy.
6032         * icall.c: if the assembly name is a shadow-copied file, replace it
6033         with the original assembly path.
6035         Bug #484244 fixed. NUnit tests for corlib can be run without
6036         --noshadow now.
6038 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
6040         * sgen-gc.c (add_to_global_remset): Fix the handling of root global remset
6041         entries when the table is reallocated.
6043         * icall.c: Allocate the memory used by the mono_ptr_array macros using
6044         mono_gc_alloc_fixed () since it contains GC refs.
6046 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
6048         * reflection.c (ensure_complete_type): New helper function to call
6049         type resolve handlers for unfinished dynamic types.
6050         (resolve_object): Call it for MonoClassFields. Fixes #483852.
6052 2009-03-09  Zoltan Varga  <vargaz@gmail.com>
6054         * reflection.c (mono_custom_attrs_has_attr): Handle interfaces. Fixes
6055         #483247.
6057 2009-03-08 Rodrigo Kumpera  <rkumpera@novell.com>
6059         * appdomain.c (get_shadow_assembly_location): Fix memleak.
6061 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
6063         * domain-internals.h (struct _MonoDomain): Add new hash tables mapping
6064         between GCHandles of type WeakTrackResurrection and the objects they
6065         point to.
6067         * gc.c: Partly implement the sematics of GCHandles of type 
6068         WeakTrackResurrection: these handles should only be cleared after the
6069         finalizer of the object they are pointing to has ran.
6071 2009-03-06  Mark Probst  <mark.probst@gmail.com>
6073         * icall.c: Partially revert r126631 because using the jump
6074         trampolines for generic shared methods makes it superfluous.
6076 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
6078         * threads.c (handle_store): Create the 'threads' hash table with the proper
6079         MONO_HASH_VALUE_GC type.
6081 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
6083         * domain-internals.h (struct _MonoDomain): Move 'typeof_void' before
6084         FIRST_GC_TRACKED.
6086         * domain.c (mono_domain_create): Register the fields between FIRST_GC_TRACKED
6087         and LAST_GC_TRACKED as a GC root.
6089         * gc-internal.h: Fix the comment of mono_gc_alloc_fixed.
6091         * object.c (mono_class_create_runtime_vtable): Create a GC descriptor for
6092         the static data even if it consists of 1 reference.
6094         * boehm-gc.c (mono_gc_alloc_fixed): Allocate using GC_MALLOC_EXPLICITLY_TYPED
6095         if there is a GC descriptor.
6097         * reflection.c (ALLOC_REFENTRY): Allocate ReflectedEntry-es using malloc
6098         instead of through the GC since they contain no object references.
6100 2009-03-05  Mark Probst  <mark.probst@gmail.com>
6102         * generic-sharing.c (instantiate_other_info): Always return a jump
6103         trampoline for method code.
6105 2009-03-05  Marek Habersack  <mhabersack@novell.com>
6107         * culture-info-tables.h: generated to include the en-tt culture.
6109 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
6111         * domain-internals.h (MonoDomain): Add two fields to cache invoke wrappers to
6112         capture the thread context.
6114         * object.c (mono_async_result_new): Cache the invoke wrappers to
6115         ExecutionContext::Capture.
6117 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
6119         * marshal.h: Add a prototype for what mono_compile_method returns
6120         for invoke wrappers.
6122         * gc.c: Use the new prototype declaration.
6124 2009-03-04  Geoff Norton  <gnorton@novell.com>
6126         * boehm-gc.c: Add some MONO_LOG tracing for the GC
6127         * gc-internal.h:
6128         * mono-gc.h: Expose mono_gc_invoke_finalizers in the embedding api.
6130 2009-03-04  Martin Baulig  <martin@ximian.com>
6132         * mono-debug.h
6133         (mono_debugger_runtime_invoke): Removed.
6135         * mono-debug-debugger.c
6136         (mono_runtime_invoke): Moved into ../mini/debug-mini.c.
6138 2009-03-02  Martin Baulig  <martin@ximian.com>
6140         * mono-debug.h
6141         (mono_debugger_unhandled_exception): Removed.
6142         (mono_debugger_handle_exception): Removed.
6143         (mono_debugger_throw_exception): Removed.
6145         * mono-debug.c
6146         (mono_debug_debugger_version): Bump to 5.
6148         * mono-debug-debugger.c: Moved the exception handling code to
6149         ../mini/debug-mini.c
6151 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
6153         * domain-internals.h (struct _MonoDomain): Add a separate lock for the
6154         finalize_objects_hash.
6156         * gc.c: Use the separate lock to access the finalize_objects_hash field.
6157         
6158         * domain-internals.h (struct _MonoDomain): Add finalize_runtime_invoke
6159         field.
6161         * metadata-internals.h (struct _MonoImage): Add runtime_invoke_vcall_cache
6162         cache.
6164         * image.c (mono_image_close): Free it.
6165         
6166         * marshal.c (mono_marshal_get_runtime_invoke): Add a 'virtual' argument
6167         allowing a creation of a wrapper which invokes its method using a CALLVIRT
6168         on the this argument.
6170         * gc.c (run_finalize): Optimize the calling of the finalizers.
6172 2009-03-03  Martin Baulig  <martin@ximian.com>
6174         * mono-debug.h (MONO_DEBUGGER_MAJOR_VERSION): Bump to 81 because
6175         of the `MonoGenericInst' changes.
6177 2009-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
6179         * icall.c (ves_icall_MonoType_GetGenericArguments): Use
6180         mono_array_class_get_cached to reduce locking contention. Extract
6181         a domain var.
6183         * icall.c (ves_icall_Type_GetFields_internal): Avoid allocating
6184         intermediary managed arrays. Use caching version of mono_array_new
6185         to allocate the result array.
6187         * icall.c (ves_icall_Type_GetEvents_internal): Same.    
6189         * icall.c (ves_icall_Type_GetNestedTypes): Same.        
6191         * locales.c (create_names_array_idx):  Use mono_array_new_cached
6192         to reduce locking contention.
6194 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
6195                 
6196         * object.c (mono_method_add_generic_virtual_invocation): Put back the
6197         thunk builder code for the non-interface case.
6199 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
6201         * object.c (get_generic_virtual_entries): New helper function to collect
6202         the virtual generic method instances which need to be added to an IMT
6203         thunk.
6204         (mono_method_add_generic_virtual_invocation): Add a 'vtable' argument.
6205         Instead of creating a new IMT thunk, reset the vtable slot to the
6206         trampoline, the thunk will be created the next time the trampoline is called.
6207         (build_imt_slots): Add support for virtual generic methods in interfaces by
6208         adding to the IMT thunk all the methods registered using 
6209         mono_method_add_generic_virtual_invocation ().
6211         * object-internals.h (_MonoImtBuilderEntry): Add a 'has_target_code' field.
6212         (struct _MonoIMTCheckItem): Ditto.
6214         * object.c (mono_method_add_generic_virtual_invocation): Take a
6215         MonoMethod argument instead of a MonoGenericInst. Fix the construction of
6216         the IMT thunk to include all items.
6217         
6218         * object.c (mono_class_create_runtime_vtable): Add a missing
6219         mono_loader_unlock ().
6221 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
6223         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6225         * object-internals.h (MonoReflectionEvent): Add cached_add_event.
6227 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
6229         * object-internals.h: Rename _MonoReflectionEvent to
6230         MonoReflectionMonoEvent so it reflects the right managed type.
6231         Add a MonoReflectionEvent that correctly represents System.EventInfo.
6233         * icall.c:
6234         * reflection.c: Adjust code to use the new MonoReflectionMonoEvent
6235         type.
6237 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
6239         * icall.c (ves_icall_Type_GetMethodsByName): Avoid allocating
6240         intermediary managed arrays. Use caching version of mono_array_new
6241         to allocate the result array.
6243 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
6245         * reflection.c: Use cached version of mono_array_new alongside
6246         the mono_reflection_get_custom_attrs_by_type call path.
6248 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
6250         * icall.c (ves_icall_Type_GetInterfaces): Avoid allocating
6251         intermediary managed arrays. Use caching version of mono_array_new
6252         to allocate the result array.
6254         * icall.c (ves_icall_Type_GetConstructors_internal): Same.
6256 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
6258         * icall.c: Add small implementation of a growable stack bound array.
6260         * icall.c (ves_icall_System_Enum_get_hashcode): Fix warning.
6262         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid allocating
6263         intermediary managed arrays. Use caching version of mono_array_new
6264         to allocate the result array.
6266 2009-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
6268         * icall.c: New icall ves_icall_System_Enum_compare_value_to that
6269         helps Enum::CompareTo to be implemented without reboxing all enums
6270         to their underlying type.
6271 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
6273         * domain.c (SET_APPDOMAIN): Avoid calling TlsSetValue () on some platforms,
6274         since it acquires a global lock leading to scalability problems.
6276         * profiler.c: Make the stat profiler work with multiple appdomains, this
6277         currently only works when no appdomains are unloaded.
6279 2009-02-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
6281         * appdomain.c: make the check to avoid copying when the assembly is
6282         already shadow copied actually work.
6284 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
6286         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6288         * object-internals.h (struct _MonoReflectionGenericClass): Sync with
6289         changes to the managed side.
6291 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
6293         * metadata-internals.h (struct _MonoImage): Add a new cache for szarray
6294         classes + a separate lock for it, as it is used frequently at runtime, not
6295         just during metadata loading/JIT compilation.
6297         * class.c (mono_bounded_array_class_get): Use the separate cache + lock
6298         for szarrays.
6299         
6300         * object-internals.h (mono_class_from_name_cached): New macro to cache
6301         the results of the lookup locally without having to declare a static
6302         variable to hold it.
6303         (mono_class_get_field_from_name_cached): Ditto.
6304         (mono_array_class_get_cached): Ditto.
6306         * threadpool.c threads.c locales.c icall.c reflection.c socket-io.c: Use
6307         the new macros.
6308         
6309         * object.c (mono_get_delegate_invoke): Call setup_methods () to avoid the
6310         slower search in metadata.
6312         * pedump.c: Fix a warning.
6314 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
6316         * reflection.c (encode_locals): Add checks for user types.
6317         (method_encode_clauses): Ditto.
6318         (method_encode_code): Ditto.
6319         (mono_image_create_token): Ditto.
6321         * object-internals.h: Change the type of more fields from MonoReflectionType*
6322         to MonoObject*.
6324 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
6326         * threads.c (mono_thread_suspend_all_other_threads): Handle the case when
6327         the a thread does not suspend within 100ms.
6329         * monitor.c (mono_monitor_try_enter_internal): Handle SuspendRequested
6330         in addition to StopRequested as well.
6332         * mono-debug.c: Call _mono_debug_get_image () while holding the debug lock.
6334         * debug-mono-symfile.c (mono_debug_symfile_lookup_method): Actually
6335         search the method_hash before inserting a new entry, to avoid crashes when
6336         the same method is inserted multiple times, causing the old 
6337         MonoDebugMethodInfo structure to be freed by the value dtor function.
6339 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
6341         * socket-io.c: support SO_MAXCONN, SO_USELOOPBACK and
6342         SO_EXLUSIVEADDRUSE where available.
6344 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
6346         * marshal.c (mono_marshal_get_runtime_invoke): Fix _another_ bug sharing
6347         runtime invoke wrappers, this time it is string ctor wrappers, which
6348         pass a dummy string as 'this' instead of their obj argument. Fixes
6349         #478473.
6351 2009-02-21  Jb Evain  <jbevain@novell.com>
6353         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
6354         only get create_culture once.
6356 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
6358         * reflection.c (mono_reflection_setup_internal_class): Move the user type
6359         check before the locking.
6360         
6361         * reflection.c (mono_reflection_setup_internal_class): Check for user types.
6362         (mono_reflection_create_runtime_class): Ditto.
6363         (mono_reflection_sighelper_get_signature_local): Ditto.
6364         (mono_reflection_sighelper_get_signature_field): Ditto.
6366         * object-internals.h (CHECK_MONOTYPE): New macro to check that a Type object
6367         is a System.MonoType object or similar.
6368         (monotype_cast): New helper function to cast a MonoObject to a 
6369         MonoReflectionType object.
6371         * object-internals.h: Change MonoReflectionType* members in structures to
6372         MonoObject* members to force the usage of the monotype_cast () function.
6374         * reflection.c icall.c: Use monotype_cast () for accessing Type members of
6375         structures/arrays. This causes us to assert instead of crashing when 
6376         instances of user defined subclasses of System.Type are encountered.
6378 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
6380         * cil-coff.h:
6381         * icall-def.h:
6382         * icall.c: add new GetUnmanagedResourcePtr that returns a pointer to a
6383         win32 resource loaded from a PE file.
6385         * image.c: fix mono_image_lookup_resource.
6387 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
6389         * icall-def.h:
6390         * threads-types.h:
6391         * threads.c: added internal call for WaitHandle.SignalAndWait.
6393 2009-02-19  Bill Holmes  <billholmes54@gmail.com>
6395         * cominterop.c : Adding cominterop_type_from_handle and 
6396           registering it as an icall.  Replacing all references
6397           to type_from_handle.
6399         Code is contributed under MIT/X11 license.
6401 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6403         * Makefile.am: Add lock-tracer.h and lock-trace.c.
6405         * appdomain.c: Call the tracer init function.
6407         * domain-internals.h: Enable the tracer for the domain locks.
6409         * image.c: Enable the tracer for image locks.
6411         * loader.c: Enable the trace for the loader lock.
6413         * lock-tracer.h:
6414         * lock-tracer.c: Initial implementation of the lock trace utility.
6415         The tracer requires a compile time define to be enabled and a env var
6416         to be enabled at runtime.
6418 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6420         * domain.c (mono_domain_code_foreach): Improve documentation.
6422 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
6424         * appdomain.c:
6425         * generic-sharing.c:
6426         * object.c:
6427         * reflection.c:  Adjust locking order to the new semantics where the loader lock
6428         comes first.
6430 2009-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
6432         * domain.c: Add mono_domain_code_* functions that perform locking
6433         around the domain codeman.
6435         * domain-internals.h: Export those functions.
6437         * object.c: Use new functions instead of acquiring the domain lock.
6439 2009-02-19  Zoltan Varga  <vargaz@gmail.com>
6441         * marshal.c (mono_ftnptr_to_delegate): Convert a NULL ftnptr to a null
6442         delegate. Fixes #477396.
6444 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
6446         * reflection.c (create_custom_attr): Get rid of alloca.
6448 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
6450         * cominterop.c (cominterop_get_managed_wrapper_adjusted) :
6451           Adding exception handling for all CCW calls.
6453         Code is contributed under MIT/X11 license.
6455 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
6457         * reflection.c (mono_reflection_init): Remove the unused reflection mutex.
6459         * marshal.c (emit_marshal_boolean): Add null checks to the new 
6460         native->managed marshalling code. Fixes #476247.
6462 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
6464         * class.c (mono_class_get_vtable_entry): Move the addition of
6465         static rgctx invoke wrappers for vtable methods here, this simplifies
6466         a lot of code and causes fewer rgctx wrappers to be created.
6468         * marshal.c (mono_marshal_get_static_rgctx_invoke): Change the
6469         name of the statistics to begin with an uppercase.
6471 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
6473         * reflection.c: Revert previous change as it breaks the build.
6474         
6475 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
6477         * verify.c: Properly handle SZARRAY element type.
6479         Fixes #474271.
6481 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
6483         * reflection.c (mono_image_create_method_token): Correctly encode
6484         MethodDef MemberRefParent token.
6486         Fixes #472845.
6488 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
6490         * image.c (mono_image_close): Delete the critical section before
6491         freeing the memory holding it.
6493 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6495         * verify.c (mono_method_verify): rethrow opcode doesn not fall through.
6496         Fixes #476257.
6498 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6500         * pedump.c (main): Call mono_marshal_init so pedump
6501         doesn't crash.
6503 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6505         * loader.c (method_from_memberref): Properly fix #474271 and
6506         don't break the runtime bad.
6508 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
6510         * domain.c (mono_domain_alloc): Add locking so the caller doesn't have to.
6511         (mono_domain_alloc0): Ditto.
6513 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6515         * loader.c (method_from_memberref): Don't abort if the array
6516         method is not found. A regular loader failure is more informative
6517         and correct.
6519         Fixes #474271.
6521 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
6523         *loader.c: Guard MonoImage::method_cache/methodref_cache
6524         using the image lock instead of the loader lock.
6526         * metadata.h: Add comments about which fields are protected by
6527         the image lock.
6529 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
6531         * appdomain.c (mono_set_private_bin_path_from_config): Fix a warning.
6533         * generic-sharing.c (mono_method_construct_object_context): Remove the
6534         wrapper_type == NONE assert, it is not needed.
6536 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
6538         * reflection.c (clear_cached_object): New helper function.
6539         (mono_method_clear_object): New function to clear the cached reflection
6540         objects for a dynamic method.
6542         * object.c (mono_runtime_free_method): Call mono_method_clear_object ().
6543         Partly fixes # 463323.
6544         
6545 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
6547         * class.c:
6548         * loader.c:
6549         * reflection.c: Remove all explicit uses of MonoImage::property_hash.
6551 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
6553         * image.c: Add mono_image_property_(lookup,insert,remove) functions that
6554         take the image lock instead of the loader lock.
6556         * metadata-internals.h: Export new functions.
6558 2009-02-12  Miguel de Icaza  <miguel@novell.com>
6560         * domain.c (app_config_parse): Remove another use of stat that is
6561         not necessary as g_file_get_contents already does the presence
6562         check. 
6564 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
6566         * cominterop.c icall-def.h: Fix the DISABLE_COM build.
6568         * marshal.c: Move the bstr handling code to cominterop.c.
6570         * marshal.c: Remove some COM interop code missed previously.
6572 2009-02-12  Miguel de Icaza  <miguel@novell.com>
6574         More Paolo patches from the Wii port:
6575         
6576         * security.c: Remove ves_icall_System_Environment_get_UserName
6577         from here.
6579         * icall.c: And put ves_icall_System_Environment_get_UserName
6580         here. 
6582         * appdomain.c (mono_set_private_bin_path_from_config): Remove
6583         redundant call to stat that was only used to test for the file
6584         existence.   Patch from Paolo.
6586         * gc.c (run_finalize): If COM is disabled, do not link in
6587         mono_marshal_free_ccw.
6589         * generic-sharing.c: Use alloca.h here as well.
6591 2009-02-13 Rodrigo Kumpera  <rkumpera@novell.com>
6593         * reflection.c (mono_reflection_lookup_dynamic_token): Do the locking properly.
6595 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
6597         * cominterop.c cominterop.h: New files.
6599         * marshal.c: Move the COM interop related code to cominterop.c. Make a few
6600         function/typedefs which are needed by cominterop.c global.
6602 2009-02-12  Mark Probst  <mark.probst@gmail.com>
6604         * generic-sharing.c: Don't take the loader lock to guard image
6605         mempool allocs.
6607 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6609         * reflection.c (mono_reflection_lookup_dynamic_token): This function might be
6610         called without the loader lock which is required to guard MonoImage:tokens.
6612 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6614         * class.c:
6615         * metadata.c:
6616         * method-builder.c:
6617         * marshal.c:
6618         * reflection.c: Don't take the loader lock to alloc memory from the image mempool.
6620 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6622         * metadata.c: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
6623         Rework the code to use regular mono_image_alloc/0.
6625         * loader.c: Rework the code to use regular mono_image_alloc/0.
6627         * metadata-internals.h: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
6629 2009-02-12  Bill Holmes  <billholmes54@gmail.com>
6631         * object-internals.h : Fixing a typo in the 
6632           MonoReflectionComVisibleAttribute struct.
6634         * marshal.c (cominterop_com_visible): Check the implemented 
6635           interfaces for ComImport.
6637         * marshal.c (cominterop_get_native_wrapper_adjusted): For COM calls 
6638           assume that bools should be treated as VARIANTBOOLs.
6640         * marshal.c (emit_marshal_boolean): Adding cases for 
6641           MARSHAL_ACTION_MANAGED_CONV_IN and MARSHAL_ACTION_MANAGED_CONV_OUT.
6643         * marshal.c (mono_marshal_emit_managed_wrapper): Adding calls to 
6644           emit_marshal MARSHAL_ACTION_MANAGED_CONV_IN and OUT for bools.
6646         * marshal.c (cominterop_get_ccw): For COM calls assume that bools
6647           should be treated as VARIANTBOOLs.    
6649         Code is contributed under MIT/X11 license.
6651 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6653         * image.c (mono_image_alloc, mono_image_alloc0, mono_image_strdup): Guard mempool
6654         allocation with the image lock.
6656 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6658         This patch is the last of a series to remove explicit reference of MonoImage::mempool
6659         and use mono_image_alloc set of functions instead. This time we finish with reflection.c
6661         * object.c: Add mono_string_to_utf8_image.
6663         * object-internals.h: Export mono_string_to_utf8_image.
6665         * reflection.c: Rework all explicit references to the the image mempool to go thought
6666         the mono_image_alloc set of functions.
6668 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6670         This patch is the third of a series to remove explicit reference of MonoImage::mempool
6671         and use mono_image_alloc set of functions instead. This time we finish with marshal.c
6672         and generics-sharing.c.
6674         * generics-sharing.c (set_other_info_templates): Take a MonoImage instead of a MonoMemPool
6675         as first argument. Note that this function remains broken as it doesn't perform locking around the
6676         mempool allocation.
6678         * generics-sharing.c (rgctx_template_set_other_slot): Pass the image and not the mempool.
6680         * image.c: Add g_slist_append_image.
6682         * metadata.c (mono_metadata_field_info_with_mempool): Remove the mempool argument and use
6683         the supplied image for allocation. Move code into mono_metadata_field_info_full.
6685         * metadata.c (mono_metadata_parse_marshal_spec_full): Take a MonoImage instead of a MonoMemPool.
6686         Fix all related code to do the same.
6688         * marshal.c (mono_marshal_load_type_info): Pass the image instead of the mempool.
6690         * metadata-internals.h: Fix the signatures.
6692 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
6694         This patch is the second of a series to remove explicit reference of MonoImage::mempool
6695         and use mono_image_alloc set of functions instead. This time we rework mono_metadata_type_dup
6696         and similar to work using MonoImage.
6698         * class.c (mono_mempool_dup): Rename to mono_image_memdup and take a MonoImage instead of a
6699         MonoMemPool.
6701         * class.c (mono_dup_array_type): Take a MonoImage instead of a MonoMemPool as first argument.
6703         * class.c (mono_metadata_signature_deep_dup): Same.
6705         * class.c (inflate_generic_type): Same.
6707         * class.c (mono_class_inflate_generic_type_with_mempool): Same.
6709         * metadata.c (mono_metadata_signature_dup_full): Same.
6711         * metadata.c: Add mono_metadata_signature_dup_mempool and extract common functionality from 
6712         mono_metadata_signature_dup_full.
6714         * metadata.c (mono_metadata_type_dup): Same.
6716         * marshal.c: Pass the image to calls to mono_metadata_type_dup.
6718         * reflection.c: Same.
6720         * generic-sharing.c: Pass the image to calls to mono_class_inflate_generic_type_with_mempool.
6722         * metadata-internals.h: Fix the signatures.
6724         * class-internals.h: Same.
6726 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
6728         This patch is the first of a series to remove explicit reference of MonoImage::mempool
6729         and use mono_image_alloc set of functions instead. 
6731         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy):
6732         Rename to mono_class_inflate_generic_type_no_copy and take a MonoImage instead
6733         of a MonoMemPool.
6735         * class.c (mono_class_setup_fields): Adapt to mono_class_inflate_generic_type_no_copy.
6737         * class.c (g_list_prepend_mempool): Removed.
6739         * class.c (mono_class_get_nested_types): Use g_list_prepend_image instead of g_list_prepend_mempool.
6741         * image.c: Add g_list_prepend_image.
6743         * metadata-internals.h (struct MonoImage): Fix comment. Export g_list_prepend_image as internal.
6745         * reflection.c (mono_reflection_create_runtime_class): Use g_list_prepend_image instead of g_list_prepend_mempool.
6748 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
6750         * metadata-internals.h (struct MonoImage): Add lock field. Export mono_image_lock and
6751         mono_image_unlock.
6753         * image.c (mono_image_init): Init the lock field.
6755         * image.c (mono_image_init): Cleanup the lock field.
6757         * image.c: Add mono_image_(un)lock functions.
6759 2009-02-11  Mark Probst  <mark.probst@gmail.com>
6761         * class.c, class-internals.h: mono_method_get_context_general()
6762         combines the functionality of mono_method_get_context() and
6763         mini_method_get_context().
6765         * generic-sharing.c, domain-internals.h:
6766         mono_method_construct_object_context() and
6767         mono_domain_lookup_shared_generic() moved from mini.
6769         * icall.c (ves_icall_InternalInvoke): Handle the case where the
6770         method doesn't have the correct instantiation because it's shared
6771         generic code.  Fixes #473999.
6773 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
6775         * loader.c (mono_method_get_wrapper_data): Handle inflated methods as well.
6777         * loader.c (mono_loader_lock): Add a comment pointing to the locking document.
6778         
6779 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
6781         * metadata.c: Make mono_image_alloc_lock and mono_image_alloc0_lock non static.
6783         * metadata-internals.h: Export mono_image_alloc_lock and mono_image_alloc0_lock.
6785         * loader.c (mono_get_method_full): Drop the loader lock while constructing the method
6786         and recheck the cache for dups after it.
6788         * loader.c (mono_get_method_from_token): Use _lock version of mono_image_alloc0.
6790         Fixes one of the deadlocks found in #473150.
6792 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
6794         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
6795           For Win32, add additional break conditions for accept.
6797         Code is contributed under MIT/X11 license.
6799 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
6801         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
6802         lazily initialize the native wrapper cache.
6803         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
6804         cache, since they are different from the normal wrappers.
6806         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
6808         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
6809         AOT compiled native wrappers.
6811 2009-02-09  Geoff Norton  <gnorton@novell.com>
6813         * appdomain.h:
6814         * security-core-clr.c: Allow enabling core-clr from the embedding
6815         API.
6817 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6819         * socket-io.c: when requesting all the local ips, if there are no
6820         interfaces up and running, MS returns 127.0.0.1.
6822 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6824         * mono-perfcounters-def.h: processor time is an inverse time.
6825         Fixes bug #468625.
6827 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6829         * socket-io.c: an empty host name returns the list of local IPs.
6830         Fixes bug #386637 part 1/2.
6832 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
6834         * verify.c (mono_class_interface_implements_interface): Call
6835         mono_class_setup_interfaces ().
6836         (merge_stacks): Ditto.
6838 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
6840         * class.c (mono_class_setup_interfaces): New function to lazily initalize
6841         klass->interfaces.
6842         (mono_generic_class_get_class): Don't initalize klass->interfaces.
6843         (mono_generic_class_get_class): Ditto.
6845 2009-02-06  U-QUACK\miguel  <miguel@quack>
6847         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
6848         they live in security.c
6850         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
6851         another bit from Paolo's code.
6853 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
6855         * object.c (build_imt_slots): Add a small optimization to avoid inflating
6856         methods which will be discarded by add_imt_builder_entry ().
6858         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
6859         need to be boxed.
6861         * loader.c: Add a statistics for the size of the memberref signature cache.
6862         
6863         * loader.c (find_cached_memberref_sig): New helper function.
6864         (cache_memberref_sig): Ditto.
6866         * loader.c: Cache the result of parsing memberref signatures, since otherwise
6867         they will be parsed again for every generic instantiation, leading to unbounded
6868         memory growth.
6870 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6872         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
6873         parameters of generic methods.
6875         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
6876         after the original method is copied to the inflated method.
6877         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
6879         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
6880         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
6882         * class.c metadata.c: Update after the changes above.
6884 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
6886         * metadata-verify.c: Simplified error handling and added
6887         section table validation.
6889 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6891         * class-internals.h (MonoClassExt): New structure containing rarely used
6892         fields of MonoClass.
6893         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
6894         through a new 'ext' field.
6896         * class.c (mono_class_alloc_ext): New helper function to allocate 
6897         class->ext.
6899         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
6901 2009-02-05  Mark Probst  <mark.probst@gmail.com>
6903         * object.c (mono_object_get_virtual_method): Properly inflate
6904         generic methods.  Fixes #472692.
6906 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
6908         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
6909         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
6910         for the parent type, the created type must be ready to be used on a generic
6911         instantiation.
6912         We fill this_arg/byval_arg if the parent is a generic instance to make sure
6913         we won't have duplicated entries in generic_inst_cache.
6915         Fixes #469553.
6917 2009-02-05  Miguel De Icaza  <miguel@novell.com>
6919         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
6920         replace with plain BSD per the comments on the bug MONO77637.
6922 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
6924         * class.c (mono_class_get_generic_class): New accessor function.
6925         (mono_class_get_generic_container): Ditto.
6927         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
6928         fields, similar to the ones in MonoMethod.
6930         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
6931         (mono_class_create_from_typedef): Set klass->is_generic if needed.
6933         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
6934         
6935         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
6936         the same information as element_class->byval_arg.
6938         * class.c reflection.c: Remove references to class->byval_arg.
6940         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
6941         klass->enum_basetype directly.
6943         * verify.c metadata.c object.c icall.c reflection.c: Use 
6944         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
6945         directly.
6947 2009-02-04  Miguel de Icaza  <miguel@novell.com>
6949         * icall-def.h: Remove internal calls for sockets when
6950         DISABLE_SOCKET is defined, file system writing features when the
6951         OS only support reading and not writing data and Policy support if
6952         the Policy is disabled.
6953         
6954         * image.c (do_mono_image_open): Apply Paolo's patches for using
6955         mono_file_map_ APIs here.
6957         * assembly.c: Add support for platforms to avoid prefix
6958         auto-detection. 
6960 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
6962         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
6963         warning.
6965         * class.c (mono_class_inflate_generic_class): New helper function.
6967         * class.c: Use mono_class_inflate_generic_class in a few places. Add
6968         statistics for inflated methods/classes.
6970         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
6972         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
6973         the call is made from Delegate.CreateDelegate () for the invoke method of
6974         a delegate.
6976         * loader.c: Add a statistics for the memory occupied by inflated signatures.
6978         * metadata.c (mono_metadata_signature_size): New helper function.
6980         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
6981         generic instances.
6983         * metadata.c (inflated_method_in_image): Avoid calling 
6984         mono_method_signature () if the method does not already have a signature.
6986 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
6988         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
6989         valuetype is compatible with target type, check by inheritance as a
6990         VT is not really compatible with System.ValueType, for example.
6992         * verify.c (do_invoke_method): Improve error message.
6994         * verify.c (do_box_value): If boxing a nullable, use the type argument
6995         on stack instead.
6997         * verify.c (do_newobj): Improve error message.  
6999         Fixes #469549.
7001 2009-02-03  Miguel de Icaza  <miguel@novell.com>
7003         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
7005 2009-02-03  Mark Probst  <mark.probst@gmail.com>
7007         * generic-sharing.c: Don't hold domain lock when calling
7008         instantiate_other_info().  Fixes #471958.
7010         * domain-internals.h, loader.c: Describe locking policy of domain
7011         lock vs loader lock.
7013 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
7015         * verify.c (mono_delegate_signature_equal): Make it possible to check
7016         first-arg-bound delegates to static method.
7018         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
7019         static methods with the first arg bound.
7021         Fixes #469529.
7023 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
7025         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
7026         errors.
7028         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
7029         under strict mode. Any type, when boxed can be seen as a reference type.
7031         Fixes #469528.
7033 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
7035         * object.h: The lower bound of an array is a signed integer value.
7036         Introduce mono_array_lower_bound_t typedef. It should be used instead of
7037         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
7039         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
7040         calculate the upper bound.
7041         
7042         Fixes #471252.
7044 2009-02-02  Miguel de Icaza  <miguel@novell.com>
7046         From Paolo's work, refactored, cleared up:
7047         
7048         * threadpool.c, icall.c: ifdef code that requires a working socket
7049         stack.
7051         * metadata.c (mono_metadata_field_info): Do not attempt to return
7052         a value from a function declared as void.
7054         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
7055         from the console stack.
7057         * assembly.c: use strrchr instead of rindex.
7059         * class.c, object.c, marshal.c, icall.c, reflection.c: include
7060         alloca.h on systems that have it.
7062         * environment.c: Avoid code that uses stuff from
7063         HAVE_SYS_UTSNAME_H
7064         
7065         * appdomain.c: Include sys/time.h.
7067         * console-io.c: include sys/ioctl.h if it is available.
7069 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
7071         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
7073         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
7074         the method builder.
7076         * marshal.c: Set mb->skip_visibility instead of setting it on the method
7077         after it was created and cached, as the later is not thread safe.
7078         
7079 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
7081         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
7082         called while the debugging module is not initialized. Fixes #471669.
7084 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
7086         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
7088         Fixes #471255.
7090 2009-02-02  Mark Probst  <mark.probst@gmail.com>
7092         * generic-sharing.c (lookup_or_register_other_info): Make sure the
7093         loader lock is not taken while the templates lock is held.  Fixes
7094         #471089.
7096 2009-02-02  Mark Probst  <mark.probst@gmail.com>
7098         * metadata.c (type_in_image): Added a check to fix a monodis
7099         crash.
7101 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
7103         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
7104         nullable arguments.
7106         * object.c (mono_runtime_invoke_array): Ditto.
7107         
7108         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
7109         freeing wrappers of dynamic methods.
7111         * loader.c (mono_free_method): Call it. Fixes #463323.
7112         
7113         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
7114         methods taking vtype/byref arguments, to fix yet another bug caused by
7115         the sharing of runtime invoke wrappers. Partly fixes #471259.
7117 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
7119         * debug-mono-symfile.c (check_line): Return NULL instead of returning
7120         <first file in file table>:1 when the IL offset does not have an associated
7121         line number.
7123 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
7125         * mono-debug.c (mono_debug_lookup_locals): New function to return local
7126         variable info for a method.
7128         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
7129         
7130 2009-01-30  Jb Evain  <jbevain@novell.com>
7132         * pedump.c: reuse code from monodis to make sure pedump honors
7133         MONO_PATH, which is needed to verify net_2_1 assemblies.
7135 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
7137         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
7138         there is no line number info.
7140 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
7142         Avoid some MonoType allocations
7143         * reflection.c (mono_reflection_initialize_generic_parameter):
7144         Reuse MonoType from param->pklass rather than allocating one.
7145         (mono_dynamic_image_free): Update to changes.
7147 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
7149         Rearrange some code to improve consistency
7150         * reflection.c (mono_reflection_setup_generic_class): Move body ...
7151         (mono_reflection_initialize_generic_parameter): ... here.
7153 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
7155         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
7156         with type constraints as an experiment.
7158         * boehm-gc.c (on_gc_notification): Update mono_stats.
7160 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
7162         Avoid some allocations
7163         * class-internals.h (_MonoGenericInst::type_argv): Convert from
7164         pointer to tail array to avoid extra allocation.
7165         * metadata.c (free_generic_inst): Update to changes.
7166         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
7167         on-stack struct.
7169 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
7171         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
7172         return TRUE if the two type objects are the same.
7174 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
7176         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
7177         (mono_class_native_size): Use klass->marshal_info->min_align instead of
7178         klass->min_align, since klass->min_align contains the managed alignment,
7179         while the native alignment can be different, like for longs on x86.
7180         Fixes #469135.
7182         * class-internals.h (MonoMarshalType): Add a min_align field.
7184 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
7186         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
7187         the 1.0 format.
7189 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
7191         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
7192         some comments about the usage of the used_regs field.
7194         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
7195         Fixes #469217.
7197 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
7199         * appdomain.c: return NULL instead of throwing FileNotFoundException
7200         when LoadAssembly() fails.
7202 2009-01-23  Mark Probst  <mark.probst@gmail.com>
7204         * metadata.c (mono_metadata_generic_param_equal): Only compare the
7205         image if the owner is NULL.  Fixes the AOT failures.
7207 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
7209         * metadata.c (mono_metadata_load_generic_params): Initialize the 
7210         MonoGenericParam structure using memset so the image field is initialized
7211         as well.
7213 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
7215         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
7216         a plain store.
7218 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
7220         * class.c (mono_class_setup_vtable_general): In the generic instance
7221         optimization, set method->slot for abstract virtual methods. Fixes part of
7222         #467834.
7224 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
7226         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
7227         which signals that the unloading has started but all appdomain services must
7228         remain operational.
7230         * appdomain.c (mono_domain_unload): The initial state for unloading now
7231         is unloading_start and we switch to unloading after the managed call to
7232         AppDomain::DomainUnload has finished.
7234         The new unloading state has to be created because managed code in the
7235         DomainUnload event can depend on things like the threadpool still working.
7236         The domain must remain fully functional while the event executes.
7238         This shown as an issue due to Process::WaitForExit, which waits for
7239         async reads of stdout and stderr to complete. Since those are processed
7240         in the threadpool the code deadlocks because the DomainUnload callback 
7241         waits for the async read finished event, which should have been set by a
7242         threadpool job but has been discarded due to the domain been in unload
7243         state.
7245 2009-01-21  Mark Probst  <mark.probst@gmail.com>
7247         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
7248         image must match.
7250 2009-01-21  Mark Probst  <mark.probst@gmail.com>
7252         * reflection.c (resolve_object): For fields, inflate the class and
7253         then get the field in the inflated class.
7255 2009-01-20  Mark Probst  <mark.probst@gmail.com>
7257         * object-internals.h (struct _MonoException): Added a comment
7258         explaining the new use of trace_ips.
7260 2009-01-20  Mark Probst  <mark.probst@gmail.com>
7262         * generic-sharing.c (inflate_other_data): Inflate array methods
7263         correctly.
7265         * loader.c, class-internals.h: Rename search_in_array_class() to
7266         mono_method_search_in_array_class() and make it non-static.
7268 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
7270         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
7271         Hopefully fixes #458168.
7273 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
7275         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
7276         as it is performed elsewhere.
7278         Code is contributed under MIT/X11 license
7280 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
7282         * mono-perfcounters-def.h: Add counters for asp.net requests total and
7283         requests queued.
7284         * object.c (mono_raise_exception): Increment the exceptions total
7285         counter when an exception is thrown.
7286         * class-internals.h: Add a location for storing the total number of
7287         asp.net requests served.
7288         * mono-perfcounters.c: Implement update support for asp.net counters
7289         from the class libraries. Implement read support for asp.net counters
7290         and exceptions total counter.
7292 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
7294         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
7295         accessing klass->methods. Fixes #467385.
7297 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
7299         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
7300         for byval arguments without an [Out] attribute. Fixes #467212.
7302         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
7303         Fix compilation under android.
7304         
7305         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
7306         processed, scan them directly after they are copied, to achieve better locality
7307         and cache usage.
7309         * socket-io.c: Applied patch from Koushik Dutta
7310         (koush@koushikdutta.com). Disable IPV6 when running under android.
7312 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
7314         * icall.c (ves_icall_InternalExecute): Add write barriers.
7316         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
7317         the GC code.
7319         * sgen-gc.c: Implement write barriers in IL code.
7321 2009-01-17  Geoff Norton  <gnorton@novell.com>
7323         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
7325 2009-01-17  Geoff Norton  <gnorton@novell.com>
7327         * image.c: When unloading the image->references table, there can be gaps
7328         in it.  Ensure that we iterate every entry to avoid leaking assembly references
7329         when unloading an appdomain.
7331 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
7333         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
7334         speed up ptr-in-nursery checks.
7336         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
7337         threads_lock () to prevent deadlocks.
7339         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
7340         does not need to be scanned during minor collections, since writes to it
7341         must use write barriers.
7343 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
7345         * metadata-verify.c: Add pe nt header verification.
7346         
7347 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
7349         * gc.c: Fix a few warnings when using SGEN.
7351 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
7353         * metadata-verify.c: Add pe optional header verification.
7355 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
7357         * sgen-gc.c: Add support for user defined marker functions, used by
7358         MonoGHashTable to avoid registering a GC root for every hash node.
7360 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
7362         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
7363         non-pinned roots into separate hashes to avoid having to traverse them
7364         in functions which are only interested in one kind.
7366 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
7368         * metadata-verify.c: Add pe header machine field verification.
7369         
7370 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
7372         * metadata-verify.c: Add pe header size verification.
7374 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
7376         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
7377         using the GC, they don't contain references.
7379         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
7381 2009-01-13  Geoff Norton  <gnorton@novell.com>
7383         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
7384         AppDomains created on the native side can be cleaned up on the native side.
7386 2009-01-13  Geoff Norton  <gnorton@novell.com>
7388         * appdomain.c: Ensure that we call mono_context_init for the embedding api
7389         as well as the managed api.
7391 2009-01-13  Geoff Norton  <gnorton@novell.com>
7393         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
7394         with a MonoAppDomain initialized against it.
7396 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
7398         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
7399         
7400         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
7402         * marshal.c: Avoid setting the exception clauses after a method has been entered 
7403         into the wrapper caches. Fixes #465700.
7405         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
7406         method builder.
7407         (mono_mb_create_method): Set the clauses from the method builder.
7409 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
7411         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
7412         Patch from Makoto Kishimoto.
7414 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
7416         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
7417         encoding them as ROOT_DESC_COMPLEX.
7418         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
7420 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
7422         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
7423         no longer point to the nursery.
7425         * sgen-gc.c: Add a few comments/FIXMEs.
7426         
7427         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
7429         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
7430         initialization of the various _method variables thread safe. Fixes
7431         #465377.
7433 2009-01-12  Mark Probst  <mark.probst@gmail.com>
7435         * domain.c, domain-internals.h: Remove the shared_generics_hash
7436         and its lookup functions.
7438 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
7440         * socket-io.c:  Fixing the MSVC build. 
7442         Code is contributed under MIT/X11 license.
7444 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
7446         * metadata-verify.c: Add pe header watermark verification.
7448 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
7450         * metadata-verify.c: Add lfanew verification.
7452 2009-01-12  Jb Evain  <jbevain@novell.com>
7454         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
7455         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
7457 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
7459         * socket-io.c: Fix the build.
7461         * environment.c: Fix an #ifdef.
7463 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
7465         * threadpool.c (async_invoke_thread): Handle the wait function returning
7466         WAIT_IO_COMPLETION as well.
7467         (async_invoke_io_thread): Ditto.
7469 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
7471         * threads.c: Fixing the Windows build.
7473         Code is contributed under MIT/X11 license.
7475 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
7477         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
7478         interrupt a wait.
7479         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
7480         the thread to wait again.
7482 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
7484         * metadata-verify.c: Initial skeleton of the metadata verifier.
7486         * pedump.c: Add support for the metadata verifier.
7488         * verify-internal.h: Export the whole assembly metadata verifier function.
7490 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
7492         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
7494 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
7496         * Makefile.am: Upgrade dtrace-prelink.sh location.
7498 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
7500         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
7501         well. Otherwise the shutdown deadlock that happens on unix will can happen
7502         as well.
7503         If the main thread code finishes too fast it's possible that the finalizer
7504         thread won't have executed yet, won't record itself as the finalizer thread
7505         and the shutdown sequence will wait on it forever.
7507 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
7509         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
7510         with MSVC.
7512 2009-01-08  Miguel de Icaza  <miguel@novell.com>
7514         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
7515         Robert Jordan for pointing this out.
7517 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
7519         * icall.c
7520         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
7521         ves_icall_System_IO_DriveInfo_GetDriveType.
7523 2009-01-07  Miguel de Icaza  <miguel@novell.com>
7525         * icall.c: Wrap calls to mono_strtod in CriticalSection
7526         invocations when using eglib, to work around #464316.
7528 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
7530         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
7531         return value of GetCurrentDirectory to never access unitialized memory.
7533 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
7535         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
7536         return value of GetCurrentDirectory and expand the buffer if needed.
7538         Fixes #459094.
7540 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
7542         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
7543           Adding a call to mono_init_com_types.
7545         Code is contributed under MIT/X11 license.
7547 2009-01-07  Geoff Norton  <gnorton@novell.com>
7549         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
7550         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
7551         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
7552         be the value of the ip buffer.
7554 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7556         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
7557         interfaces_packed here.
7559         Fixes part of #463294.
7561 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7563         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
7565         Fixes part of #463294.
7567 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7569         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
7570         is a boxed complex as well.
7572         Fixes part of #463294.
7574 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
7576         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
7577         control if a methodspec should be created for the generic method definition from external assemblies.
7578         Caching of methodspec is done using the handleref hash table.
7580         Fixes #462592.
7582 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
7584         * loader.c (find_method): When searching the interfaces of a class
7585         check the transitive closure of implemented interfaces.
7587         Fixes #463303.
7589 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
7591         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
7592         
7593 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
7595         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
7596         interfaces calculation to fill_valuetype_array_derived_types.
7598         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
7599         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
7600         for example.
7602         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
7603         interfaces for valuetypes if needed.    
7605         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
7606         for their basetype as well. Types are array expanded if rank is > 0.
7608         Fixes #400716.
7610 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
7612         * socket-io.h : Changing the signature of
7613           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
7614           the blocking state.
7616         * icall-def.h :  Changing the signature of
7617           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
7619         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
7620           For Windows only.  Avoid blocking when calling accept by
7621           querying for a connection via select.  The loop also queries
7622           the thread state every 1000 micro seconds for the thread
7623           stop state.  This will avoid the process hanging on shutdown
7624           when using a TcpChannel that is never connected to.
7626         Code is contributed under MIT/X11 license.
7628 2008-12-30  Marek Safar  <marek.safar@gmail.com>
7630         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
7632 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
7634         * class.c (get_implicit_generic_array_interfaces): Extract common
7635         code to a helper function making it a lot easier on the eyes.
7637 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
7639         * class.c (get_implicit_generic_array_interfaces): If the internal
7640         enumerator is an interface inflate System.Object instead of itself.
7642         Fixes #461261.
7644 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
7646         * object.c (mono_runtime_invoke_array): Don't assert with
7647         byref nullable types.
7649         * marshal.c (mono_marshal_get_runtime_invoke): To handle
7650         byref nullables we unbox the object and store it on the
7651         stack. 
7652         We can't use the boxed object since it is the T of Nullable<T>
7653         and the boxed representation of a nullable it's underlying type
7654         or null.
7655         We could cheat and create a boxed nullable and use the same
7656         machinery of other byref VTs but this feels like a hack and
7657         using the stack has the bonus of reducing heap pressure.
7659         Fixes #461941.
7661 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
7663         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
7664         return value.
7666         Fixes #461867.
7668 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
7670         * icall-def.h : Adding an internal call definition for 
7671           System.Environment.internalBroadcastSettingChange.
7673         * icall.c : Adding a Windows only implementation to broadcast a 
7674           WM_SETTINGCHANGE when an environment variable has changed.
7676         Code is contributed under MIT/X11 license.
7678 2008-12-19  Mark Probst  <mark.probst@gmail.com>
7680         * class.c, class-internals.h: Made
7681         mono_class_has_parent_and_ignore_generics() non-static.
7683 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
7685         * image.c: deal with the mmap failing when loading an image.
7687 2008-12-17  Geoff Norton  <gnorton@novell.com>
7689         * threadpool.c: Ensure that the io_queue_lock is initialized
7690         in all circumstances, as we always attempt to cleanup against it.
7692 2008-12-17  Miguel de Icaza  <miguel@novell.com>
7694         * icall.c (ves_icall_System_Environment_get_Platform): For
7695         compatibility reasons for existing client code we will keep
7696         returning 4 for a while.   
7698         For how long will depend on the documentation being updated, and
7699         for us to give client code a chance to be updated.
7701         This reverts the original decison on #433108 since we did not
7702         catch roughly 33 instances of the broken code in our own source
7703         code base, we did not catch failures on the buildbots, and QA did
7704         not bring this as a problem.
7706         Only today I found some customer's code breaking due to our own
7707         class libraries not being fully updated and tracked it down to
7708         this change.  I am reverting it because if we could not even get
7709         our story straight in our own code base, how can we hope that our
7710         end user code be fixed?
7712         As of this morning, our Wiki page that documents how to detect
7713         Unix had not been fixed.    
7715 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
7717         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
7719         * class.c (mono_class_get_fields): Handle loading errors.
7721 2008-12-12 Mark Mason <mmason@upwardaccess.com>
7723         * 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.
7724         
7725 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
7727         * mono-perfcounters.c: avoid warning.
7729 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
7731         * reflection.c (ensure_runtime_vtable): Work on generic instances and
7732         make sure all interfaces have MonoClass::interface_id set.
7734         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
7735         method table is property set.
7737 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
7739         * class.c: New function mono_class_setup_interface_id that setup
7740         MonoClass::interface_id if needed.
7742         * class-internals.h: Export new function.
7744 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
7746         * class.c: Add code to sanity check the vtable after setup_vtable_general
7747         has done it's work.
7749 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
7751         * icall.c: make Assembly.GetExecutingAssembly work properly when
7752         reflection is used to invoke the method.
7753         Bug #321781 fixed.
7755 2008-12-11  Mark Probst  <mark.probst@gmail.com>
7757         * metadata/generic-sharing.c: Look for constraints in all type
7758         arguments, not just the first one.
7760 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
7762         * appdomain.c: return the correct CodeBase for an Assembly instance
7763         that was loaded from the shadow-copy directories.
7764         Bug #458190 fixed.
7766 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
7768         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
7770         * sgen-gc.c (check_object): New debugging helper function.
7772         * object.c: Fix calls to mono_value_copy_array ().
7774 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
7776         * class.c (mono_class_setup_fields): If working on an inflated class
7777         first check if the generic definition did init with success.
7779         Fixes #445361.
7781 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
7783         pedump.c (main): Fix a warning.
7785 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
7787         * object-internals.h : Adding a definition for 
7788           MonoReflectionComVisibleAttribute.
7790         * marshal.c (cominterop_com_visible) :  Method added to check the 
7791           ComVisible attribute of a class.
7793         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
7794           cominterop_raise_hr_exception added to consolidate common code 
7795           to raise hr exceptions.
7797         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
7798           if a managed class should support IDispatch.
7800         * marshal.c 
7801           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
7802           Added additional checks for managed object when getting 
7803           an IDispatch interface.
7805         Code is contributed under MIT/X11 license.
7807 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
7809         pedump.c (main): Handle mono_get_method () returning NULL. 
7811 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7813         * marshal.h: Fix a warning.
7815 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
7817         * marshal.c : Adding cominterop_release_all_rcws to release all
7818           runtime callable wrappers held by the runtime.
7820         * marshal.h : Adding declaration for cominterop_release_all_rcws.
7821           
7822         Code is contributed under MIT/X11 license.
7824 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
7826         * metadata.c (mono_image_alloc_lock): New helper function.
7827         (mono_image_alloc0_lock): Ditto.
7829         * metadata.c: Use the alloc_lock () helper functions for allocating
7830         memory from the image mempool.
7832 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
7834         * class.c (mono_class_from_generic_parameter): Document it's
7835         locking behavior. Fix double checked locking here, we stored in
7836         param->pklass a partially initialized MonoClass and no membar was used.
7838 2008-12-05  Marek Habersack  <mhabersack@novell.com>
7840         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
7841         (3) functions are present in the C library use them to do the
7842         job. If they are absent, make sure that the sum of int_part and
7843         dec_part is rounded before returning. This is necessary due to the
7844         division of dec_part by the power of 10 before the final addition
7845         is performed - if the result is not rounded in some cases it will
7846         yield invalid results.
7848 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
7850         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
7851         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
7852         instruction instead of a pointer constant.
7854 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
7856         * loader.c (mono_method_get_header): Do most of the work outside the
7857         loader lock, to avoid assembly load hook deadlocks.
7859         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
7860         (mono_metadata_parse_type_full): Ditto.
7862 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
7864         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
7865         Make the stack depth fixed. Ensure proper argument passing to the backtrace
7866         funtions. Finally, use a lock to produce well ordered output.
7868         The lock looks silly, as all calls to the corlib mempool should be guarded
7869         with the loader lock, but for some reason this fact doesn't help. 
7871         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
7873 2008-12-02  Mark Probst  <mark.probst@gmail.com>
7875         * socket-io.c: 64 bit big-endian fixes.
7877 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
7879         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
7880         targets that require strict compatibility between the types.
7882         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
7883         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
7884         Kill the strict argument and create a new one valuetype_must_be_boxed.
7886         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
7887         state that all valuetypes must be boxed.
7889         Fixes #448560.
7891 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
7893         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
7894         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
7896         Contributed under MIT/X11 license.
7898 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
7900         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
7901         the inflate_generic_type machinery should handle it.
7903         This avoids a crash when the field's flags is zero and it's type is
7904         a primitive.
7905         What happens is that mono_metadata_parse_type_full will see that opt_attrs
7906         is zero and will return one of the cached built-in primitive types. Since
7907         those types live in read-only memory, the code that copies it crashes.  
7909 2008-11-28  Mark Probst  <mark.probst@gmail.com>
7911         * object.c: Don't put function descriptors into generalized IMT
7912         thunks.
7914 2008-11-28  Mark Probst  <mark.probst@gmail.com>
7916         * class.c: Enable generic code sharing on PPC64.
7918 2008-11-27  Mark Probst  <mark.probst@gmail.com>
7920         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
7921         from mini/mini.c.
7923         * generic-sharing.c: Allocate the method template slists from the
7924         image mempool so it doesn't leak.
7926 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
7928         * class.c (generic_array_methods): Release the linked list.
7930 2008-11-27  Mark Probst  <mark.probst@gmail.com>
7932         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
7933         invocation to g_utf16_to_utf8().
7935 2008-11-26  Mark Probst  <mark.probst@gmail.com>
7937         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
7938         arguments on big endian archs.
7940 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
7942         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
7943         the type name (test added in corlib).
7945 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
7947         * pedump.c: initialize perf. counters. Fixes a segv.
7949 2008-11-25  Martin Baulig  <martin@ximian.com>
7951         * mono-debug-debugger.c
7952         (mono_debugger_runtime_invoke): Return the exception object if an
7953         exception was thrown.  Visual Studio displays the exception object
7954         in the locals window.
7956 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7958         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
7959         ftnptr.
7961 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7963         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
7964         MONO_TYPE_U are sizeof (gpointer), too.
7966 2008-11-24  Mark Probst  <mark.probst@gmail.com>
7968         * marshal.c (mono_type_native_stack_size): Fixed size and
7969         alignment for reference types.
7971 2008-11-23  Mark Probst  <mark.probst@gmail.com>
7973         * class.c (mono_class_generic_sharing_enabled): Disable generic
7974         code sharing for PPC64.
7976 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
7978         * icall.c (mono_method_get_equivalent_method): Make sure
7979         method->klass->methods is inited before looping over it.
7981 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
7983         * object.c: when calling ExecuteAssembly in a newly created domain,
7984         the configuration file and application base are already set up.
7985         Bug #446353 take 2 fixed.
7987 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
7989         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
7990         Fixes #444715. Fix a warning.
7992 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
7994         * appdomain.c: write the full path of the assembly to the .ini file
7995         created when "shadow-copying"
7996         Bug #446353 fixed.
7998 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
8000         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
8001         if signature==FALSE.
8003 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
8005         * marshal.h : Fix the cygwin build.
8006            marshal.c:12442: undefined reference to `_IID_IMarshal'
8007           
8008         Code is contributed under MIT/X11 license.
8010 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
8012         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
8013           free threaded marshaler when QueryInterface is called on a COM callable
8014           wrapper requesting the IMarshal interface.
8015           
8016         Code is contributed under MIT/X11 license.
8018 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
8020         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
8022         * reflection.c (mono_type_get_object): Special case the very common
8023         void type.
8025         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
8026         hold typeof(void).
8028 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
8030         * process.h : Adding method declaration for
8031           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
8032           
8033         * process.c : Adding implementation for
8034           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
8035           
8036         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
8037           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
8039         Code is contributed under MIT/X11 license.
8041 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
8043         * appdomain.c (unload_thread_main): Clean up threadpool by
8044         calling mono_thread_pool_remove_domain_jobs.
8046         * domain-internals.h (struct _MonoDomain): Add new fields to
8047         help coordinate the cleanup of the threadpool.
8049         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
8050         that cleans up the threadpool of all jobs associated with an appdomain.
8051         It does that by cleaning up the queues and making sure all active
8052         threads are accounted.
8054         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
8055         unloaded or in the process of. Take this is such way that there is
8056         no race condition between another thread starting the unload and the
8057         current thread acknowledging it.
8059         * threadpool.c (async_invoke_thread): Same.
8061         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
8062         firing the new thread.
8064         * threadpool.c (start_tpthread): Same.
8066         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
8068         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
8070 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
8072         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
8073         Add support for DuplicateHandle.
8074         
8075         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
8076         Add support for DuplicateHandle.
8077         
8078         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
8079         Add support for DuplicateHandle.
8081         Code is contributed under MIT/X11 license.
8083 2008-11-06  Mark Probst  <mark.probst@gmail.com>
8085         * class-internals.h: Make min_align into a whole byte.
8087         * class.c: Set min_align for SIMD types to 16.
8089 2008-11-05  Geoff Norton  <gnorton@novell.com>
8091         * attach.c: Default the attacher to enabled for all cases including
8092         embedded.
8094 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
8096         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
8097         change r117650.
8099 2008-11-04  Mark Probst  <mark.probst@gmail.com>
8101         * monitor.c, monitor.h: New function for querying offsets of
8102         members of MonoThreadsSync.
8104 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
8106         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
8107         to speed up this function and to avoid the boundless memory growth caused by
8108         the signature_dup () calls.
8110 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
8112         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
8113         wrapper.
8115         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
8116         by 1 bit.
8118         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
8120 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
8122         * appdomain.c:
8123         * domain-internals.h: made mono_set_private_bin_path_from_config()
8124         "internal".
8125         * object.c: call the above function after setting the configuration
8126         file path for the root domain.
8127         Fixes bug #314478.
8129 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
8131         * assembly.c: when the assembly is loaded from an absolute path, end
8132         basedir with a directory separator.
8133         Bug #440781 fixed.
8135 2008-10-30  Mark Probst  <mark.probst@gmail.com>
8137         * monitor.c (mono_monitor_get_fast_enter_method): If
8138         CompareExchange is not available, don't create the fastpath
8139         instead of asserting.  (The method is missing in the 1.1 profile.)
8141 2008-10-30  Mark Probst  <mark.probst@gmail.com>
8143         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
8145         * monitor.c, monitor.h: Code for generating Monitor.Enter and
8146         Monitor.Exit IL fastpaths.
8148 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
8150         * class.c (mono_class_create_from_typedef): Added Vector2ul.
8152 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
8154         * class.c (mono_class_create_from_typedef): Added Vector2l.
8156 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
8158         * class.c (mono_class_create_from_typedef): Added Vector2d.
8160 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
8162         * appdomain.c: translate \ into / for cache_path.
8163         * domain-internals.h: new mono_is_shadow_copy_enabled().
8164         * icall.c: (fill_reflection_assembly_name) do the same path
8165         manipulations that get_code_base does.
8166         (get_code_base) use mono_is_shadow_copy_enabled.
8168 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
8170         * appdomain.c: shadow-copied assemblies go to CachePath +
8171         ApplicationName when both are set. DynamicBase has nothing to do with
8172         shadow copies.
8173         Bug #406877 fixed.
8175 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
8177         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
8178         STANDALONESIG table.
8180         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
8181         standalone signatures.
8183         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
8184         comparison code: instead of comparing the signatures using a custom
8185         equals function, transform them to a common signature and compare that. This
8186         works better with AOT.
8188 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
8190         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
8192         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
8193         call for generic instances.
8194         (mono_class_setup_properties): Call setup_properties () before accessing
8195         gklass->properties.
8197         * class.c (mono_class_get_virtual_methods): New helper function to iterate
8198         over the virtual methods of a class using metadata if possible, avoiding the
8199         creation of MonoMethod's for non-virtual methods.
8200         
8201         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
8202         get_virtual_methods () to iterate over the virtual methods of classes.
8204 2008-10-25  Martin Baulig  <martin@ximian.com>
8206         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
8208 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
8210         * class.c (mono_class_create_from_typedef): Added Vector4i.
8212 2008-10-24  Mark Probst  <mark.probst@gmail.com>
8214         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
8215         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
8216         special-casing applies to eliminate the call completely.
8218 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
8220         * class.c (mono_class_create_from_typedef): Added Vector8s.
8222 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
8224         * class.c (mono_class_create_from_typedef): Added Vector16sb.
8226 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
8228         * icall.c: get rid of annoying warning.
8230 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
8232         * threadpool.c: in 1.x, if you change the background status of the
8233         threadpool thread, it's not reset.
8234         Remove unnecessary calls to SetState.
8236 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
8238         * threadpool.c: asynchronously create a set of idle threads upon first
8239         use of the threadpool. SetMinThreads will now start the appropriate
8240         number of idle threads if they are not already running. The default is
8241         1 threadpool thread per CPU. Increased the maximum number of threads
8242         per CPU to 10.
8244 2008-10-22  Martin Baulig  <martin@ximian.com>
8246         Revert r116521 from Zoltan, it breaks the debugger:
8248         * class.c (mono_class_get_virtual_methods): New helper function to iterate
8249         over the virtual methods of a class using metadata if possible, avoiding the
8250         creation of MonoMethod's for non-virtual methods.
8251         
8252         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
8253         get_virtual_methods () to iterate over the virtual methods of classes.
8255 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
8257         * threads.c: when creating a threadpool thread, set its state to
8258         'background'.
8259         * threadpool.c: reset the background state of a threadpool thread
8260         after finishing each work item
8261         Bug #437888 fixed.
8263 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
8265         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
8266         
8267         * class.c (mono_class_setup_vtable_general): Add an optimized version for
8268         generic instances which works by inflating the methods in the container
8269         class's vtable.
8271         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
8272         variant which doesn't make a copy if no inflation was done.
8273         (mono_class_setup_fields): Use it.
8275         * metadata.c (mono_metadata_get_shared_type): New helper function to
8276         return a shared instance of a given MonoType.
8278         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
8279         a copy of most non-generic types.
8281 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
8283         * threadpool.c: remove one more GetSystemInfo () call.
8285 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
8287         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
8288         use the code in mono-proclib.h to get processor information.
8290 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
8292         * appdomain.c: fixed the logic that determines whether assemblies in a
8293         directory are "shadow-copied" or not. Bug #433483 fixed.
8295 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
8297         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
8298         warning.
8300 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
8302         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
8303         returning a vtype.
8305         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
8306         reflection.c: Use mono_field_get_name () for accessing a field's name.
8308         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
8309         class.c
8311         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
8312         field.
8314         * loader.c (find_method_in_class): Reenable the metadata optimization by
8315         not using it for generic instances.
8317         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
8318         data/def_type fields from MonoClassField into a separate structure.
8319         (struct MonoClassField): Remove data/def_type fields.
8320         (struct _MonoClass): Add a 'field_def_values' array to store the default
8321         values/RVA for fields.
8323         * class.c reflection.c: Update after the changes.
8324         
8325         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
8326         for accessing field->data.
8328         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
8330         * loader.c (find_method_in_class): Revert the last change for now as
8331         it breaks Mono.C5 unit tests.
8333         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
8334         'field_generic_types' and 'field_objects' which contain the information
8335         previously stored in MonoInflatedField.
8336         (MonoInflatedField): Delete.
8337         (struct _MonoClassField): Delete 'generic_info' field.
8339         * reflection.c: Store the information which was previously in 
8340         field->generic_info in MonoDynamicGenericClass instead.
8342         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
8343         MonoClassField changes.
8345 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
8347         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
8348         store the value inside the data array of the MonoMethodWrapper.
8349         This saves memory, is faster and fixes the lifetime issues (methods
8350         were never removed from the hash previously). May also fix bug#436996.
8352 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
8354         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
8355         generic instances, compute the type from the generic definition instead of
8356         looking in field->generic_info.
8358         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
8359         for inflated fields, the only user was get_fieldref_token () which no
8360         longer needs it.
8362         * class.c (mono_class_init): Revert the last change as it seems to cause
8363         crashes.
8365         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
8366         bytes on 64 bit platforms.
8368         * object.c (mono_class_create_runtime_vtable): Fix a warning.
8369         
8370         * object.c (mono_class_create_runtime_vtable): Don't initalize
8371         field->data/field->def_type here, it is done lazily by 
8372         mono_class_get_field_default_value ().
8374         * icall.c (ves_icall_get_enum_info): Call 
8375         mono_class_get_field_default_value () instead of directly accessing
8376         field->data and field->def_type.
8378         * object.c (get_default_field_value): Ditto.
8380         * class.c (mono_field_get_data): Ditto.
8381         
8382         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
8383         call for generic instances.
8385         * loader.c (find_method_in_class): If klass != from_class, then inflate
8386         the method with the context of from_class, since the caller assumes this.
8388 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
8390         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
8391         for accessing method->slot.
8393 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
8395         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
8397 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
8399         * class.c (mono_method_get_vtable_index): Use
8400         mono_method_get_vtable_slot () for accessing method->slot.
8402         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
8403         accessing klass->methods.
8405         * class.c (mono_method_get_vtable_slot): New helper function.
8406         (mono_class_get_vtable_entry): Ditto.
8407         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
8408         accessing method->slot.
8410         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
8411         method to get_inflated_method ().
8413         * class.c (mono_class_get_inflated_method): New helper method to obtain
8414         a method of an inflated class without calling setup_methods ().
8415         (mono_class_get_cctor): Use get_inflated_method.
8417         * generic-sharing.c (mono_class_get_method_generic): Ditto.
8418         
8419         * marshal.c image.c: Lazily create all the marshal caches.
8421         * image.c (mono_image_init): Move initialization of runtime_invoke
8422         caches to marshal.c.
8424         * marshal.c (get_cache): New helper function to lazily initialize a 
8425         wrapper cache.
8426         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
8428         * debug-helpers.c (mono_method_full_name): Include generic arguments.
8430 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
8432         * loader.c: fixed check for interface type.
8434 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
8436         * appdomain.c: check for NULL setup before it's referenced.
8439 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
8441         * class.c: remove the unused old vtable setup code.
8443 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
8445         * class.c: don't depend on interface order in
8446         setup_interface_offsets (bug #435777).
8447         * reflection.c: sort the InterfaceImpl table (patch from
8448         Jb Evain  <jbevain@novell.com>).
8450 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
8452         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
8453         the low level assemblies lock.
8455 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
8457         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
8458         object.c, reflection.c, socket-io.c, threads.c: introduced
8459         mono_framework_version () to return the major framewrok version,
8460         changed the code that was using more complex patterns to use it.
8461         Return the correct value for PlatformID for OSX.
8463 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
8465         * icall-def.h, process.h, process.c: added an icall to get info about
8466         processes using mono-proclib.
8468 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
8470         * mono-perfcounters.c: use the mono-proclib functions to
8471         access process information.
8473 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
8475         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
8476         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
8477         reflection.c: remove rawbuffer usage: mmap support is more sanely
8478         provided by utils/mono-mmap.
8480 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
8482         * gc.c: use posix semaphores when possible so that
8483         mono_gc_finalize_notify() is signal safe.
8485 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
8487         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
8488         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
8489         be #ifdef-ed out, the linker will remove the rest.
8491         * marshal.c: Implement DISABLE_COM.
8493         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
8495 2008-10-11  Miguel de Icaza  <miguel@novell.com>
8497         * locales.c (string_invariant_compare_char): Optimization: do not
8498         call g_unichar_type unless we actually need the information.
8500 2008-10-10  Mark Probst  <mark.probst@gmail.com>
8502         * object.c, class-internals.h: Also create remoting trampolines
8503         for generic methods.  Pass the domain to the remoting trampoline
8504         creation function, too.
8506 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
8508         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
8510 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
8512         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
8513         Vector4ui.
8515 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
8517         * assembly.c:
8518         * locales.c: remove the use of g_strdown. Fixes bug #322313.
8520 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
8522         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
8523         for the least possible amount of time (extending the fix in r113458).
8525 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
8527         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
8529 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
8531         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
8532         as possible simd intrinsic types.
8533         Optimized the test to check for the common prefix first.
8535 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
8537         * class.c: back out part of a broken optimization committed on
8538         May 23th (bug #433908).
8540 2008-10-09  Mark Probst  <mark.probst@gmail.com>
8542         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
8543         Win32.  Should fix #432388 for most cases until we have the new
8544         profiler on Win32.
8546 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
8548         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
8549         instead of using inst->id so the hash is stable for AOT.
8551 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
8553         * appdomain.c:
8554         * icall.c: create a .ini file for shadow-copied assemblies that
8555         contains the location of the original assembly. Use this to return the
8556         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
8557         Also fix the number of '/' for windows when returning the CodeBase.
8558         Fixes bug #430920.
8560 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
8562         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
8564         Code is contributed under MIT/X11 license.
8566 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
8568         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
8569           if if the class vtable needs initialized.
8571         Code is contributed under MIT/X11 license.
8573 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
8575         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
8576           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
8577           STRING->BSTR, and CLASS->INTERFACE.
8579         Code is contributed under MIT/X11 license.
8581 2008-10-07  Marek Habersack  <mhabersack@novell.com>
8583         * sysmath.h: changed the declaration of the
8584         ves_icall_System_Math_Round2 icall by adding an extra
8585         away_from_zero parameter.
8587         * sysmath.c (ves_icall_System_Math_Round2): added support for
8588         away from zero rounding. The icall now takes an extra boolean
8589         parameter to signal that away from zero operation is requested.
8591 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
8593         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
8594         the delegate klass so it can work with full-aot.
8595         (mono_marshal_get_delegate_end_invoke): Ditto.
8596         (mono_marshal_get_delegate_invoke): Ditto.
8598 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
8600         * gc.c, attach.h, attach.c: remove a bad pattern:
8601         add_finalizer_callback () is not implemented correctly, it can't
8602         without adding more overhead to the finalizer loop and it's not
8603         even needed, since we know exactly what we need to call, so there is
8604         no need to do so through an expensive function pointer.
8606 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
8608         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
8609         for the no-gc case.
8610         * attach.c (mono_attach_init): Remove the #ifdef.
8612 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
8614         * attach.c (mono_attach_init): Don't use
8615         mono_gc_add_finalizer_thread_callback when compiling without GC.
8616         Fixes #432306.
8617         
8618         Code is contributed under MIT/X11 license.
8620 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
8622         * class.c (mono_class_create_from_typedef): Remove the 
8623         #ifndef DISABLE_SIMD stuff.
8625 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
8627         * class-internals.h (MonoClass): Added simd_type bit field.
8629         * class.c (mono_class_create_from_typedef): Check if type is a simd
8630         intrinsic.
8632 2008-10-03  Mark Probst  <mark.probst@gmail.com>
8634         * object.c (mono_method_add_generic_virtual_invocation): Only add
8635         instantiations to the thunk whose count is at least as large as
8636         the threshold.
8638 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
8640         * icall.c: changed the Type of the exception thrown when trying to
8641         invoke a constructor on an abstract class. Part of the fix for bug
8642         #324185.
8644 2008-10-02  Mark Probst  <mark.probst@gmail.com>
8646         * class.c, class-internals.h (mono_method_get_vtable_index): New
8647         function which returns the index into the vtable and properly
8648         handles inflated virtual generic methods.
8650 2008-10-01  Mark Probst  <mark.probst@gmail.com>
8652         * object.c, domain.c, object-internals.h, domain-internals.h:
8653         Generalize IMT thunk machinery to also handle thunks for virtual
8654         generic method invokes.  When a virtual generic method is invoked
8655         more than a number of times we insert it into the thunk so that it
8656         can be called without lookup in unmanaged code.
8658         * generic-sharing.c, class-internals.h: Fetching a
8659         MonoGenericInst* for a method from an (M)RGCTX.
8661 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
8663         * marshal.c (emit_marshal_string): Applied a variant of a patch by
8664         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
8665         marshalling. Fixes #431304.
8667 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
8669         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
8670           handle when ref is specified without In or Out.
8672         Code is contributed under MIT/X11 license.
8674 2008-09-30  Mark Probst  <mark.probst@gmail.com>
8676         * loader.c (mono_get_method_constrained): Don't expand method with
8677         the class's context, because it's already a method of that class.
8679 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
8681         * attach.c : should be correct build fix.
8683 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
8685         * attach.c: Fix the previous change.
8687 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
8689         * attach.c : quick w32 build fix.
8691 2008-09-27  Miguel de Icaza  <miguel@novell.com>
8693         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
8694         crashes MonoDevelop: #430455.
8696 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
8698         * domain-internals.h (struct _MonoDomain): Move most fields used only by
8699         the JIT do MonoJitDomainInfo in ../mini/mini.h.
8701         * domain.c: Remove initialization/cleanup of the removed fields.
8703 2008-09-27  Mark Probst  <mark.probst@gmail.com>
8705         * class.c (mono_class_generic_sharing_enabled): Enable generic
8706         code sharing for PPC.
8708 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
8710         * attach.c : Fixing the Windows builds.
8712         Code is contributed under MIT/X11 license.
8714 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
8716         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
8717         the default generic sharing mode to 'all'.
8719 2008-09-25  Mark Probst  <mark.probst@gmail.com>
8721         * generic-sharing.c, class-internals.h: New function for checking
8722         whether a method needs a static RGCTX invoke wrapper.  A few
8723         funtions moved from mini/generic-sharing.c.
8725         * icall.c: New function used.
8727 2008-09-25  Mark Probst  <mark.probst@gmail.com>
8729         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
8730         Static RGCTX invoke wrapping applies to value type methods, too.
8732         * class.c (mono_class_setup_vtable_general): In generic-shared
8733         value types, wrap methods with a static RGCTX invoke wrapper.
8735 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
8737         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
8738         osx build.
8740 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
8742         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
8743         register a callback which is called when the finalizer thread is woken
8744         up.
8745         (finalizer_thread): Call the callback if it exists.
8747         * attach.h attach.c: New files, implementing the attach mechanism.
8749         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
8750         
8751         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
8752         by the previous change.
8754 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
8756         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
8757         loader.c, marshal.c, metadata-internals.h, metadata.c,
8758         method-builder.c, object.c, reflection.c: introduced specific functions
8759         to allocate from the domain and image mempools and cleaned up most of
8760         the code to use them (still missing a few in reflection.c).
8761         Keep the loader bytes counter updated.
8763 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
8765         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
8766         loader-related counters.
8768 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
8770         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
8771         added more MS-compatible counters.
8773 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
8775         * class.c (mono_class_setup_fields): Call setup_fields before accessing
8776         class->blittable. Fixes #428217.
8778 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
8780         * reflection.c (mono_image_get_field_on_inst_token): Call 
8781         field_encode_signature () since that handles custom modifiers too.
8782         Fixes #424663.
8784 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
8786         * reflection.c (add_custom_modifiers): New helper function to merge custom
8787         modifiers stored in objects to a MonoType.
8788         (fieldref_encode_signature): Encode custom modifiers.
8789         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
8790         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
8792 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
8794         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
8795         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
8796         64-bit IL only images because imports are not resolved for IL only images.
8797         Special thanks to Bill Holmes for finding this bug and testing the patch.
8798         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
8800         Contributed under MIT/X11 license.
8802 2008-09-19  Miguel de Icaza  <miguel@novell.com>
8804         * mono-config.c (dllmap_start): Add support for the bits keyword
8805         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
8807 2008-09-19  Mark Probst  <mark.probst@gmail.com>
8809         * reflection.c (inflate_mono_method): When the class the method is
8810         to be inflated for is itself not inflated, just return the method.
8812 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
8814         * mono-perfcounters.c: use more user friendly process instance names.
8816 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
8818         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
8819           handle "[in] ref" and "[in][out] ref" cases.
8821         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
8822           to mono_mb_create_method.  This was causing problems calling native to
8823           managed passing Variants by value.
8825         Code is contributed under MIT/X11 license.
8827 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
8829         * class.c (can_access_internals): Call mono_assembly_load_friends ()
8830         before accessing the friend_assembly_names field.
8832         * assembly.c (mono_assembly_load_friends): Make this callable multiple
8833         times.
8834         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
8835         called lazily when it is needed.
8837         * metadata-internals.h (struct _MonoAssembly): Add 
8838         'friend_assembly_names_inited' flag.
8840 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
8842         * mono-perfcounters-def.h: fix the types of a few counters.
8843         * mono-perfcounters.c: implemented the instance names getter
8844         and a few bugfixes.
8846 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
8848         * culture-info-table.h : regenerated.
8850 2008-09-17  Robert Jordan  <robertj@gmx.net>
8852         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
8853         context bound objects. Fixes #415577.
8855         Code is contributed under MIT/X11 license.
8857 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
8859         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
8860         implementation (bug #423582).
8862 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
8864         * object.c (mono_object_get_virtual_method): Handle the case method->slot
8865         is not set. Fixes #426309.
8867 2008-09-16  Jb Evain  <jbevain@novell.com>
8869         * class.c (mono_class_from_name): fix the exported type look up
8870         when the type is defined in a referenced assembly.
8872 2008-09-16  Jb Evain  <jbevain@novell.com>
8874         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
8875         increment the next index counter on each iteration to make that work
8876         for more than one type forwarder. Unmanaged part to fix #422929.
8878 2008-09-15  Mark Probst  <mark.probst@gmail.com>
8880         * object-internals.h: enum ComInterfaceType in
8881         MonoInterfaceTypeAttribute is guint32, not guint16.
8883 2008-09-12  Mark Probst  <mark.probst@gmail.com>
8885         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
8886         writing code.
8888 2008-09-11  Mark Probst  <mark.probst@gmail.com>
8890         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
8891         not gboolean.
8893 2008-09-11  Mark Probst  <mark.probst@gmail.com>
8895         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
8896         Endianness fixes for MonoSymbolFileOffsetTable.
8898 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
8900         * process.c (complete_path) : Removing quotes from the 
8901           input path.  The glib file routines do not handle file paths
8902           that have quotes around them.
8904         Code is contributed under MIT/X11 license.
8906 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
8908         * socket-io.h : Adding a comment to provide locations where 
8909           changes to MonoSocketAsyncResult need to be synced.
8911         Code is contributed under MIT/X11 license.
8913 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
8915         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
8916         parameters as well. Fixes #425001.
8918 2008-09-08  Miguel de Icaza  <miguel@novell.com>
8920         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
8921         windows build.
8923 2008-09-07  Miguel de Icaza  <miguel@novell.com>
8925         * console-io.c: Add support for tracking the window size if it
8926         changes.
8928         The setup is very simple: the TtySetup function will now return a
8929         pointer to a location in memory that tracks the current console
8930         size.  The managed code checks its current value every time its
8931         queried against the last value set, and updates accordingly.
8933         With this setup we can work with multiple consoles, and we do not
8934         require to poke into managed code from a signal handler.
8936         Additionally, the environment for COLUMNS and LINES is now handled
8937         in unmanaged code.
8939         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
8941 2008-09-07  Mark Probst  <mark.probst@gmail.com>
8943         * marshal.c (mono_type_native_stack_size): Treat
8944         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
8946 2008-09-04  Jb Evain  <jbevain@novell.com>
8948         * class.c (mono_class_is_assignable_from): fix assignability of nullables
8949         to nullables.
8951 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
8953         * verify.c (verify_type_compatibility_full): Revert change
8954         to allow converting a native int to unmanaged pointer be verifiable
8955         under non-strict mode.
8956         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
8958         * verify.c: Added some TODOs.
8960 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
8962         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
8963           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
8964           Changed to use GlobalAlloc for the memory returned on Windows platforms.
8966         Code is contributed under MIT/X11 license.
8968 2008-09-02  Jb Evain  <jbevain@novell.com>
8970         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
8972 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
8974         reflection.c (typebuilder_setup_fields): Handle classes with
8975         explicit size.
8977 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
8979         class.c (mono_class_setup_events): Add memory barrier due to
8980         double checked locking.
8981         
8982         class.c (mono_class_setup_properties): Same.
8984 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
8986         * class.c (mono_class_is_assignable_from): Fix the build.
8987         
8988         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
8989         before accessing klass->interface_bitmap. Fixes #421744.
8991 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
8993         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
8994         the runtime into no-exec mode, useful when running the AOT compiler.
8996         * appdomain.c gc.c object.c: Avoid executing managed code when running
8997         in no-exec mode.
8998         
8999         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
9001         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
9002         special case when the mono_assembly_loaded () returns NULL because the 
9003         search hook is not installed.
9005 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
9007         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
9008         crashes in bstr marshalling on linux.
9010 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
9012         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
9013         with more than one parameter.
9015 2008-08-24  Miguel de Icaza  <miguel@novell.com>
9017         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
9018         start/stop flow control as well when turning off ICANON (allows
9019         C-s and C-q to be read by Console.ReadKey).
9021 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
9023         * class.c (mono_class_init): Move the initialization of nested classes
9024         into mono_class_get_nested_types (). Fixes #418433.
9026         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
9027         flag.
9029         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
9030         iterating tough the nested classes of a class.
9032 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
9034         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
9035         on arm.
9037 2008-08-22  Miguel de Icaza  <miguel@novell.com>
9039         * console-io.c (sigcont_handler): Support signal chaining for
9040         SIGCONT.
9042         (console_set_signal_handlers): Use best practices with sigaction,
9043         clear the structure before using it. 
9045 2008-08-22  Robert Jordan  <robertj@gmx.net>
9047         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
9048         Fix the Windows build.
9050 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
9052         * class.c (mono_class_generic_sharing_enabled): Make the default
9053         sharing mode 'corlib'.
9055 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
9057         * console-io.c (console_set_signal_handlers): Fix a warning.
9059         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
9060         method normally, the JIT will take care of avoiding recursion.
9062 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
9064         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
9066         Code is contributed under MIT/X11 license.
9068 2008-08-20  Miguel de Icaza  <miguel@novell.com>
9070         * console-io.c (sigcont_handler): We need to restore the entire
9071         termios state, not only the original settings, as things like echo
9072         can be controlled after this (Booish exposes this issue with its
9073         own ReadLine implementation).
9075         Additionally, we need to set the terminal back into keypad_xmit
9076         mode.
9077         
9078         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
9079         string as a paramter as well.   Otherwise we get different
9080         keyboard sequences.
9082 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
9084         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
9085         delegates with byref out parameter passing. Fixes #351520.
9087         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
9088         a generic context.
9089         (mono_type_get_desc): Add the type arguments for GENERICINST.
9090         (mono_method_full_name): Stringify the class name using mono_type_full_name
9091         so it picks up generic arguments.
9093 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
9095         * console-io.c: Removed debug output.
9097 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
9099         reflection.c (mono_reflection_create_runtime_class): Alloc
9100         the nested classes linked list using the dynamic image mempool.
9101         Fixes leak in corlib compilation.
9103 2008-08-19  Miguel de Icaza  <miguel@novell.com>
9105         * console-io.c: Fix incredibly annoying behavior on the console
9106         after resuming execution after control-z.   This affected every
9107         console application.
9109 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
9111         * mempool-internals.h: Header for mono private mempool functions. The first
9112         two function are for allocating glib linked lists using pools.
9114         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
9116         * Makefile.am: Added mempool-internals.h.
9118 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
9120         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
9121         (mono_domain_free): Ditto.
9123         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
9124         be used by the JIT to store its domain-specific information, instead of putting
9125         it directly into MonoDomain.
9127         * domain.c (mono_install_create_domain_hook): New helper function to install
9128         a hook which initializes domain->runtime_info.
9130         * domain.c (mono_install_free_domain_hook): Ditto.
9131         
9132 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
9134         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
9135         asserting if the ares parameter is null.
9137         * mono-perfcounters.c: Fix warnings.
9139         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
9140         is not needed, don't check for interruptions either.
9141         (mono_marshal_get_delegate_end_invoke): Ditto.
9143 2008-08-15  Marek Habersack  <mhabersack@novell.com>
9145         * mono-perfcounters.c (predef_readonly_counter): added support for
9146         reading the ASP.NET Requests Queued counter from another process.
9148 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
9150         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
9151         MonoImage to simplify the AOT code.
9153 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
9155         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
9156         marshalling. Fixes #416078.
9158 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
9159         
9160         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
9161         it is set, looking up the icall address is deferred to the JIT, since 
9162         in embedded scenarios, the icall might not be registered in the runtime
9163         doing the AOT compilation. Backported from the 2.0 branch.
9165 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
9167         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
9168         Fixes #415621.
9170 2008-08-05  Marek Habersack  <mhabersack@novell.com>
9172         * Makefile.am: added support for cross-compilation.
9174 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
9176         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
9178 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
9180         * mono-perfcounters.c: jitted methods and jitted bytes counters.
9182 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
9184         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
9185         mono-perfcounters.c: performance counters implementation.
9187 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
9189         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
9190         to gpointer, letting the AOT code decide what to store in it.
9192 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
9194         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
9195           mono_class_setup_methods if the methods are not initialized.
9197         Code is contributed under MIT/X11 license.
9199 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
9201         * verify.c: Remove some debug code I commited by accident.
9203         * verify.c (mono_method_is_valid_in_context): Change the return value
9204         to make possible to distinguish between invalid and unverifiable.
9206         * verify.c (verifier_load_method): Don't return NULL for unverifiable
9207         methods.
9209 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
9211         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
9212         constraints. Fixes regression in gtest-253.
9214 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
9216         * verify.c (mono_verifier_verify_class): Don't allow generic types
9217         with explicit layout.
9219         * verify.c (mono_method_verify): Check locals and argument types.
9221 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
9223         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
9224         wait if the thread is in StopRequested state.
9226         * class.c (mono_class_from_name): Refactor the module searching code into
9227         a separate function so it can be reused in the AOT case too.
9229 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
9231         * verify.c (mono_type_is_valid_in_context): Improve the error message.
9232         Check both the type and it's generic type definition for loader errors.
9233         
9234         * verify.c (mono_method_is_valid_in_context): Don't generate another
9235         error when a type errors occur, this leads to the wrong exception been
9236         thrown.
9238 2008-07-28  Dick Porter  <dick@ximian.com>
9240         * icall-def.h
9241         * process.c
9242         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
9243         New internal calls to duplicate and close a process handle.
9245 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
9247         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
9249 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
9251         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
9253 2008-07-27  Robert Jordan  <robertj@gmx.net>
9255         * class.c (mono_class_init): Don't compute class.has_finalize for
9256         valuetypes. Fixes #412477.
9258 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
9260         * verify.c: Implement constraint equivalence checking.
9261         This is required when a generic parameter is used as
9262         argument to a constrained one.
9264         Fixes #410637.
9266 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
9268         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
9270         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
9272         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
9273         synch with managed object layout.
9275 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
9277         * verify.c (do_branch_op): Handle valuetypes and generic
9278         arguments properly.
9280         * verify.c (do_cmp_op): Same.
9282         Fixes #410383.
9284 2008-07-24  Mark Probst  <mark.probst@gmail.com>
9286         * generic-sharing.c: Fix memory leaks.
9288         * class.c, class-internals.h: Make
9289         mono_class_inflate_generic_type_with_mempool() non-static.
9291 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
9293         * pedump.c (dump_verify_info): Dump full class name.
9295 2008-07-24  Mark Probst  <mark.probst@gmail.com>
9297         * generic-sharing.c: Removed some old code that didn't do anything.
9299 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
9300         * profiler.c: Added runtime_initialized_event,
9301         mono_profiler_install_runtime_initialized and
9302         mono_profiler_runtime_initialized. This new hook tells the profiler
9303         when the runtime is sufficiently initialized to be able to call
9304         mono_thread_attach on the root appdomain.
9305         * profiler.h, profiler-private.h: Likewise.
9307 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
9309         * verify.c (do_cast): Do boxing for generic arguments as well.
9311         * class.c (is_nesting_type): Drop generic instantiations before
9312         checking for nesting.
9314         * class.c (can_access_instantiation): Allow access to generic
9315         arguments.
9317 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
9319         * verify.c (verify_class_for_overlapping_reference_fields):
9320         On some cases, the field size might be zero, guard against that.
9321         Fix the explicit layout check to work as expected.
9323 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
9325         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
9326         mono_thread_resume () during shutdown, since the thread we want to abort
9327         might be suspended.
9329 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
9331         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
9332         warning.
9334         * debug-mono-symfile.c: Fix a warning.
9336         * mono-perfcounters.c (get_cpu_times): Fix a warning.
9338         * object.c (mono_class_vtable): Check if exception_type is set, and return
9339         NULL as defined by the function comments.
9341 2008-07-22  Mark Probst  <mark.probst@gmail.com>
9343         * mempool.c: Use malloc for every single mempool allocation if the
9344         configure option is set.  This makes it easier to track mempool
9345         allocations with tools like Valgrind.
9347 2008-07-22  Jb Evain  <jbevain@novell.com>
9349         * reflection.c (create_dynamic_mono_image): emit the same
9350         metadata version that SL2 does when creating a SL2 image.
9352 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
9354         * icall-def.h:
9355         * icall.c: New icall System.Enum:get_hashcode. This function
9356         avoids the overhead of boxing the enum to the underlying type.
9358 2008-07-21  Mark Probst  <mark.probst@gmail.com>
9360         * reflection.c (mono_method_get_object): Don't let static RGCTX
9361         invoke wrappers get into MonoReflectionMethods.
9363 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
9365         * object-internals.h:
9366         * object.c: New mono_runtime_class_init_full function
9367         that makes throwing the exception optinal.
9369         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
9370         for the case where the exception object is supplied.
9372 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
9374         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
9375         old ld versions.
9377         Contributed under MIT/X11 license.
9379 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
9381         * string-icalls.c (ves_icall_System_String_InternalSplit):
9382         Optimize array allocation by caching the MonoClass of the
9383         array type.
9385         * icall.c (ves_icall_Type_GetMethodsByName): Same.
9387         * reflection.c (mono_param_get_objects): Same.
9389 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
9391         * icall-def.h:
9392         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
9393         It inflates the given type using the class context.
9395 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
9397         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
9398         the vtable if it already exists.
9400         * object-internals.h: Add mono_class_try_get_vtable as part of the
9401         internal API.
9403         * reflection.c (mono_type_get_object): Use the MonoObject from the
9404         vtable when possible. Reduces locking contention on reflection heavy
9405         code.
9407 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
9409         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
9410         g_bit_nth_msf () since that macro is not implemented in eglib.
9412 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
9414         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
9415         on platforms which do not support it.
9417 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
9419         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
9421 2008-07-11  Martin Baulig  <martin@ximian.com>
9423         * mono-debug-debugger.h
9424         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
9426         * mono-debug-debugger.c
9427         (_mono_debugger_interruption_request): New global volatile variable.
9428         (mono_debugger_check_interruption): New public function.
9430         * threads.c
9431         (mono_thread_current_check_pending_interrupt): Call
9432         mono_debugger_check_interruption().
9433         (mono_thread_interruption_checkpoint_request): Likewise.
9435 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9437         * verify.c: Add more type checks for loaded types. Verify the result
9438         handle from ldtoken.
9440 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9442         * loader.c (field_from_memberref): Don't crash if the field
9443         wasn't found.
9445 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9447         * verify.c: Verify if type and method instantiations
9448         don't have invalid VAR or MVAR arguments.
9450 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9452         * verify.c: Fix double free of function pointer list.
9454 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
9456         * object.c (mono_string_to_utf8): Comment the new code as it
9457         breaks under eglib.
9459 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
9461         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
9463 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
9465         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
9466           is not throw too many times.
9468         Code is contributed under MIT/X11 license.
9470 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
9472         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
9473         debugging is turned off.
9475 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
9477         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
9479 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9481         * class-internals.h, class.c: Added new generic sharing option:
9482         Share only stuff in System.Collections.Generic, which is now the
9483         default.
9485 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9487         * generic-sharing.c, class-internals.h: New function for getting a
9488         generic method in a generic class given the corresponding method
9489         for a different instantiation of the class.  Partly refactored
9490         from mini-trampolines.c.
9492         * class.c: Make sure generic methods have a class_inst if they are
9493         part of a generic class.
9495         * metadata.c (mono_type_stack_size_internal): Handle type
9496         variables.
9498 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9500         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
9501         Signifies whether information on the this/vtable/mrgctx variable
9502         is available.
9504 2008-07-04  Mark Probst  <mark.probst@gmail.com>
9506         * object.c, object-internals.h, icall.c: New function
9507         mono_delegate_ctor_with_method(), which does the same as
9508         mono_delegate_ctor(), but takes an explicit method argument
9509         instead of taking the method from the jit info.
9511         * marshal.c: When creating a delegate with an inflated method take
9512         the "this" argument as the target class for the castclass.
9514 2008-07-03  Mark Probst  <mark.probst@gmail.com>
9516         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
9517         mono_jit_info_table_find() to perform very badly in some cases.
9519 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
9521         * icall.c (type_from_typename): Handle 'string'.
9523         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
9524         wrappers into the wrapper_hash, since the key is not a MonoMethod.
9526 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
9528         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
9530         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
9531         number of available managed allocator types.
9533         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
9534         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
9536 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
9538         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
9539         which is a low level lock protecting just the 'jit_code_hash' hash table.
9541         * domain.c: Initialize+cleanup jit_code_hash_lock.
9542         
9543 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
9545         * coree.c (mono_load_coree): Set coree_module_handle global variable only
9546         after initialization.
9548         * coree.h: Make MonoFixupExe internal.
9550         Contributed under MIT/X11 license.
9552 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
9554         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
9555         because that is platform independent. Check NumberOfRvaAndSizes in PE32
9556         as well.
9557         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
9558         image being loaded is a CLI image and _CorValidateImage gets called.
9560         * coree.h: Add MonoLoadImage.
9562         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
9563         instead of LoadLibrary.
9565         Contributed under MIT/X11 license.
9567 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
9569         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
9570         for any primitive type.
9572 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
9574         * object.c (mono_array_new_specific): Optimize this and the other allocation
9575         functions a bit.
9576         
9577         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
9578         domains too if mono_dont_free_domains is set.
9580         * domain-internals.h (mono_dont_free_domains): New internal option controlling
9581         whenever to free appdomain data after it has been unloaded.
9583         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
9584         
9585 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
9587         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
9588         (mono_method_get_equivalent_method): Fix a warning.
9590         * object.c (mono_message_init): Avoid looking up array types for each call.
9592 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
9594         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
9595         call.
9597         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
9598         even more.
9600         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
9601         each iteration.
9603         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
9604         fields of an enum.
9606 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
9608         * object.c (mono_value_box): Fix boxing of nullables.
9610 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
9612         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
9613         mono_module_handle that is defined by the linker; no initialization required.
9614         * coree.h: Remove mono_module_handle, add __ImageBase, update
9615         mono_image_open_from_module_handle.
9616         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
9617         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
9618         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
9619         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
9620         to 4 GB away from image base address. IA64 version is not tested but was very
9621         easy to implement and should work if we ever need it.
9622         * domain.c (mono_init_internal): Avoid system error message boxes.
9623         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
9624         with has_entry_point. Handle do_mono_image_load fauilre correctly.
9625         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
9626         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
9627         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
9629         Contributed under MIT/X11 license.
9631 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9633         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
9634         as part of the private mono API.
9635         
9636         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
9637         Do proper argument checking for methods that belong to generic classes.
9638         Do proper type resolution for GMFH/2.
9639         Fixes #377324.
9640         
9641 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9643         * verify.c (do_switch): Fix a memory corruption bug with
9644         the jump index is out of bound.
9646 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9648         * verify.c: Disable debug code.
9650 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
9652         * reflection.c (mono_image_get_methodbuilder_token): Use
9653         mono_image_get_methodspec_token_for_generic_method_definition
9654         instead of mono_image_get_memberref_token. We cache more memberef
9655         entries now.
9657 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
9659         * verify.c: Inflate exception clause types.
9660         Fixes #402606.
9661         
9662 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
9664         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
9665         name.
9667         * reflection.c (mono_image_get_ctorbuilder_token): Same.
9669         * reflection.c (mono_image_create_method_token): Same.
9671 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
9673         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
9674         It does the same as mono_image_get_methodref_token but works on
9675         MethodBuilder.
9677         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
9678         and always generate a methodspec. This follows the old behavior and fixes
9679         the regressions in System.Core. 
9681 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
9683         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
9684         don't event mono_class_get () succeeds. Fixes #402182.
9686 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
9688         * metadata-internals.h: Added MonoDynamicImage::methodspec
9689         hashtable to store methodspec tokens created for MethodBuilders.
9691         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
9692         MethodBuilders as open instantiations if a methodspec was requested.
9694         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
9696         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
9698         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
9700         Fixes bug #349190.
9702 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
9704         * loader.c (method_from_methodspec): Avoid crashing if the
9705         method lookup fails.
9707 2008-06-20  Dick Porter  <dick@ximian.com>
9709         * socket-io.c (get_socket_assembly): Cope with Moonlight network
9710         classes being in a different assembly.  Fixes bug 399184.
9712 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
9714         * loader.c (mono_loader_init): Make this callable multiple times.
9715         (mono_dllmap_insert): Call mono_loader_init () so this works even before
9716         the runtime is initialized. Fixes #401755.
9718 2008-06-19  Dick Porter  <dick@ximian.com>
9720         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
9721         Fixes bug 349688.
9723 2008-06-19  Dick Porter  <dick@ximian.com>
9725         * socket-io.c:
9726         * icall-def.h: Implement Socket generic Send() and Receive()
9727         methods.  Fixes bug 395168.
9729 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
9731         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
9733         Contributed under MIT/X11 license.
9735 2008-06-18  Martin Baulig  <martin@ximian.com>
9737         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
9738         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
9739         set to 80.0.  The debugger <-> runtime interface is now frozen as
9740         well.   
9742         * mono-debug.c
9743         (mono_debug_debugger_version): Bump to 4.
9745 2008-06-18  Martin Baulig  <martin@ximian.com>
9747         * debug-mono-symfile.c
9748         (load_symfile): Don't check the minor version.
9750         * debug-mono-symfile.h: Bump the version number to 50.0.
9752 2008-06-18  Martin Baulig  <martin@ximian.com>
9754         * debug-mono-symfile.c
9755         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
9756         minimum required version.
9758 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
9760         * reflection.c (mono_custom_attrs_from_property): Fix support for
9761         retriveving cattrs of dynamic inflated generic types.
9763         * reflection.c (mono_custom_attrs_from_event): Same.
9765         * reflection.c (mono_custom_attrs_from_field): Same;
9767         * reflection.c (typebuilder_setup_events): Same cattrs of events.
9769         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
9770         Moved to metadata.c.
9772         * metadata.c: New functions to retrive the equivalent field, event
9773         of property from the generic type definition.
9775         * metadata-internals.h: Added new functions from metadata.c.
9777 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
9779         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
9780         to cached in a mempool is used.
9782         * metadata.c (free_generic_class): In some situations field generic_info type
9783         is not properly dup'ed and leads to double free'ing.
9785         Fixes #400643.
9787 2008-06-17  Mark Probst  <mark.probst@gmail.com>
9789         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
9790         this arguments (will be needed later for generic methods).
9791         Collect stats.
9793 2008-06-17  Mark Probst  <mark.probst@gmail.com>
9795         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
9796         Create a static RGCTX invoke wrapper for methods which require it.
9798 2008-06-17  Mark Probst  <mark.probst@gmail.com>
9800         * object.c, class-internals.h: New function for checking whether
9801         an individual field is special static.
9803 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
9805         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
9806         linear search since the table is sorted.
9808         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
9809         Fixes #324180.
9811 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
9813         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
9814         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
9816         * gc.c (mono_domain_finalize): Allow an infinite timeout.
9818         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
9819         
9820         * threads.c (mono_thread_request_interruption): Get rid of locking, use
9821         InterlockedCompareExchange to query and modify 
9822         thread->interruption_requested.
9824         * object-internals.h (struct _MonoThread): Change interruption_requested
9825         to a gint32 so it can be modified by atomic operations. Add 
9826         'critical_region_level' from the managed side, change small_id to a guint32,
9827         add new set of 'unused' fields.
9829         * appdomain.c: Bump corlib version.
9831 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
9833         * class.c (mono_class_from_name): Search modules as well. Fixes
9834         #322332.
9836 2008-06-13  Mark Probst  <mark.probst@gmail.com>
9838         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
9839         templates.  Templates are generalized with an additional type_argc
9840         argument.  RGCTX templates have type_argc==0, MRGCTX templates
9841         have type_argc>0.
9843         * domain-internals.h, domain.c: New hash table for looking up
9844         MRGCTXs.
9846         * metadata.c, metadata-internals.h: Rename hash and equal
9847         functions for MonoGenericInst's and make them public.
9849         * class-internals.h: New data structures for the MRGCTX.  Macros
9850         for distinguishing slots in the RGCTX and the MRGCTX.
9852 2008-06-13  Mark Probst  <mark.probst@gmail.com>
9854         * object.c (mono_method_get_imt_slot): Put the same methods of
9855         different instantiations of the same generic interface in the same
9856         IMT slots, to make generic sharing simpler.
9858 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9860         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
9862         * metadata.c (mono_metadata_field_info_with_mempool): Added.
9863         This function works just like mono_metadata_field_info, but
9864         accept a mempool as argument to be used allocating memory.
9866         * marshal.c (mono_marshal_load_type_info): Use new function
9867         to load marshal data into image mempool.
9869 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9871         * class.c (mono_class_inflate_generic_type_with_mempool):
9872         This function allows to inflate a generic type using
9873         a mempool.
9875         * class.c (inflate_generic_type): Take a mempool as argument
9876         and use it to do type dup'ing.
9878         * class.c (mono_class_setup_fields): Field type for generic
9879         generic classes are allocated from the image mempool.
9881         * metadata.c (free_generic_class): Inflated field type is
9882         now allocated in the image mempool.
9884 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
9886         * threads.c (thread_cleanup): Free MonoThread::name.
9888 2008-06-12  Marek Habersack  <mhabersack@novell.com>
9890         * appdomain.c (ensure_directory_exists): avoid unnecessary
9891         mkdir(2) calls when the shadow directory already exists.
9892         (mono_make_shadow_copy): copy also satellite assemblies from the
9893         private bin directories.
9895 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
9897         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
9898         
9899         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
9900         a page boundary. Fixes #396219.
9902 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9904         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
9905         due to double-checked locking.
9907 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9909         * assembly.c (build_assembly_name): Release memory on failure.
9911         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
9913 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9915         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
9916         memory on failure.
9918 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9920         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
9921         memory on failure.
9923 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9925         * loader.c (field_from_memberref): Check if field signature type is equal
9926         to the non-inflated type of the field. Fixes #398980.
9928 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
9930         * assembly.c (mono_assembly_load_from_full): Call 
9931         mono_assembly_load_friends () outside the assemblies lock, since it can
9932         acquire the loader lock. Fixes #323696.
9934         * reflection.c (resolve_object): Inflate the inst with the context for
9935         FieldOnTypeBuilderInst. Fixes #399010.
9937 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9939         * reflection.c (mono_image_get_field_on_inst_token): Don't
9940         inflate the field to encode it's signature. If it's a
9941         VAR or MVAR it should stay that way in the signature.
9942         Fixes #399047.
9944 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9946         * reflection.c (resolve_object): Release memory of inflated types.
9948 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9950         * loader.c (mono_method_get_signature_full): Remove assert about
9951         loading a methodspec to a generic method. We have such methods, such as
9952         System.Threading.Interlocked::CompareExchange<T>.
9953         This assert was removed since it crashes the verifier when it checks
9954         methods calling CompareExchange<T>.
9956 2008-06-10  Marek Safar  <marek.safar@gmail.com>
9958         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
9959         of Type array and not MonoType.
9961 2008-06-10  Marek Habersack  <mhabersack@novell.com>
9963         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
9964         <lupus@ximian.com>
9966 2008-06-10  Martin Baulig  <martin@ximian.com>
9968         * debug-mono-symfile.h
9969         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
9970         changes to the file format, but we were generating incorrect
9971         source file indices in the line number table due to a bug, which
9972         made backtraces report an incorrect source file.
9974 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
9976         * mono-debug.c: Moved mono_debug_free_method_jit_info from
9977         mini/debug-mini.c to here.
9979         * mono-debug.c (il_offset_from_address): Free memory from find_method.
9981         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
9982         use it to release structs returned by mono_debug_find_method.
9984 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
9986         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
9987         since it needs to set method->slot for all interface methods.
9989 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9991         * class-internals.h: Forgot to add.
9993 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
9995         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
9997         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
9998         Lookup the custom attributes from property_hash.
10000         * reflection.c (mono_save_custom_attrs): Save the custom attributes
10001         in property_hash. Allocate all data using the image mempool.
10003         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
10004         for dynamic_custom_attrs to checks if the image is dynamic.
10006 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
10008         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
10009         assemblies array.
10010         
10011         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
10012         runtime functions while holding the domain assemblies lock.
10014 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
10016         * verify.c: Reapplied the last bit of the reverted changes.
10018 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
10020         * verify.c: Reapplied more of the reverted changes.
10022 2008-06-09  Martin Baulig  <martin@ximian.com>
10024         * debug-mono-symfile.c (load_symfile): Check the major version
10025         first; if it's wrong, don't print the minor version in the error message.
10027 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
10029         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
10030         lock instead of the domain lock to avoid deadlocks, since the thread might
10031         already hold the loader lock.
10033         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
10034         (mono_thread_attach): Ditto.
10036         * monitor.c: Use a TLS variable for holding the current thread id instead
10037         of calling pthread_self ().
10038         (mono_monitor_init_tls): New internal function to initialize the TLS
10039         variable.
10040         (mono_monitor_try_enter_internal): Put the owner == id check after the
10041         owner == 0 check.
10043         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
10044         missed optimizations when using gcc-4.3.
10046 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
10048         * reflection.c (mono_dynamic_image_free): Free the memory
10049         used by MonoGenericParam in MonoDynamicImage::gen_param.
10051         * reflection.c (mono_reflection_setup_generic_class): Allocate
10052         container from mempool.
10054         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
10055         container from mempool.
10057 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
10059         * threads.c (mono_set_pending_exception): New internal function to set the
10060         pending exception of the current thread.
10061         (mono_thread_get_and_clear_pending_exception): Check for 
10062         thread->pending_exception as well.
10064         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
10066         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
10067         it can trigger a collection.
10069 2008-06-06  Martin Baulig  <martin@ximian.com>
10071         Merged the `debugger-kahalo' branch.
10073         * mono-debug.h
10074         (MONO_DEBUGGER_VERSION): Bumped to 72.
10076         * debug-mono-symfile.h
10077         (MonoSymbolFileMethodIndexEntry): Removed.
10078         (MonoSymbolFileMethodEntry): New public typedef.
10079         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
10080         (MonoSymbolFileSourceEntry): Remove everything except `index' and
10081         `data_offset'.
10082         (MonoSymbolFileMethodEntry): Removed.
10083         (MonoSymbolFileLexicalBlockEntry): Removed.
10084         (MonoSymbolFileLineNumberEntry): Removed.
10085         (MonoDebugLexicalBlockEntry): Removed.
10086         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
10087         removed `num_il_offsets' and `il_offsets'.
10088         (MonoSymbolFile): Replace `version' with `major_version' and
10089         `minor_version'.
10090         (MONO_SYMBOL_FILE_VERSION): Replace with
10091         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
10092         `MONO_SYMBOL_FILE_MINOR_VERSION'.
10094         * debug-mono-symfile.c
10095         (mono_debug_symfile_lookup_location): Add support for the new line
10096         number table format.
10098 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
10100         * metadata.c (free_generic_class): Release the inflated
10101         MonoClass of dynamic generic classes if it's not a generic
10102         type definition.
10104 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
10106         * verify.c: Reapplied more of the reverted changes.
10108 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
10110         * reflection.c (lookup_custom_attr): Clean the cached flag or
10111         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
10112         for SRE types.
10114 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
10116         * verify.c: Reapplied a small part of the reverted changes.
10118 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
10120         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
10122         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
10123         previously in managed code.
10124         (mono_monitor_exit): Ditto.
10125         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
10127         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
10128         the managed definition.
10130 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
10132         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
10134 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
10136         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
10137         
10138         * monitor.c: Add some micro optimizations.
10140         * icall.c (type_from_typename): Handle 'bool'.
10142 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
10144         * verify.c: Implement constructor verification per P III 1.8.1.4.
10145         Fixes #396716.
10147 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
10149         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
10150         holding the assemblies lock here too.
10152 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
10154         * verify.c: Kill stack_top function.
10156 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
10158         * verify.c: Kill stack_get function.
10160 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
10162         * verify.c (mono_method_verify): Last change broke the build. Fixed.
10164 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
10166         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
10167         more reliable.
10169         * verify.c (mono_method_verify): Inflate params and locals to avoid
10170         mismatch when checking for compatibility.
10172 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
10174         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
10175         Length prefix should be size in bytes. Fix bug #339530.
10176         
10177         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
10178         Length prefix should be size in bytes. Fix bug #339530.
10180         Code is contributed under MIT/X11 license.
10182 2008-06-05  Bill Holmes <billholmes54@gmail.com>
10184         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
10186         Contributed under MIT/X11 license.
10188 2008-06-05  Martin Baulig  <martin@ximian.com>
10190         * mono-debug-debugger.c
10191         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
10193 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
10195         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
10196         while holding the assemblies lock to prevent deadlocks. Handle the case
10197         where the search hook returns NULL but the assembly was still loaded.
10198         Fixes #323696.
10200         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
10201         modify domain state.
10203 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
10205         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
10206         * Makefile.am (pedump_LDADD): Post-process object files and
10207         add dtrace-generated object file, if necessary.
10209         Code is contributed under MIT/X11 license.
10211 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
10213         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
10215 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
10217         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
10219 2008-06-04  Mark Probst  <mark.probst@gmail.com>
10221         * threads.c: Try to free everything from the delayed free table
10222         when shutting down threads, and set the variable to NULL after the
10223         table is freed so that calling
10224         mono_thread_hazardous_try_free_all() when shutting down the root
10225         domain doesn't crash.
10227 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
10229         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
10230         the caller if resulting type was inflated.
10232         * class.c (mono_class_create_from_typespec): Free the MonoType if it
10233         was inflated.
10235         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
10238 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
10240         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
10241         class library tests.
10243         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
10244         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
10245         #396989.
10247 2008-06-04  Mark Probst  <mark.probst@gmail.com>
10249         * domain.c, domain-internals.h: The JIT infos are now freed by the
10250         JIT info table code.  They are freed immediately if there only a
10251         single JIT info table in circulation.  If there is more, the free
10252         is delayed via a queue.
10254         * threads.c, threads-types.h: New hazard pointer function for
10255         freeing all freeable delayed items in one sitting.
10257 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
10259         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
10261         * reflection.c (typebuilder_setup_properties): Same.
10263         * reflection.c (typebuilder_setup_events): Same.
10265 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
10267         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
10268         and use it for allocating memory.
10270         * reflection.c (mono_marshal_spec_from_builder): Same.
10272         * reflection.c: Change code to use new signatures.
10274         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
10276 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
10278         * decimal.c (rescale128): Put back one line which was accidently commented
10279         out.
10280         
10281         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
10282         to cause crashes.
10284 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
10286         * reflection.c (mono_reflection_generic_class_initialize): Name must
10287         be always malloc'ed so we can free it later on. Do this for field, property
10288         and event.
10290         * metadata.c (free_generic_class): Free field, property and event names.
10292 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
10294         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
10295         instead of g_memdup.
10297         * reflection.c (typebuilder_setup_fields): Same.
10299 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
10301         * decimal.c (rescale128): Optimize this function a bit more.
10303 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
10305         * metadata.c (free_generic_class): Release some memory from
10306         SRE generic classes.
10308 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
10310         * reflection.c (mono_image_get_generic_field_token): No reference
10311         to name is kept, free it.
10313         * reflection.c (mono_reflection_generic_class_initialize): Free
10314         more memory of the inflated field.
10316 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
10318         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
10319         code.
10321 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
10323         * reflection.c (mono_dynamic_image_free): Release memory used by
10324         MonoDynamicImage::array_methods elements.
10326         * reflection.c (assembly_add_win32_resources): Release memory after
10327         encoding.
10329 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
10331         * decimal.c (log2_32): Use an optimized version for this function too.
10332         
10333         * decimal.c (log2_64): Fix this on 32 bit machines.
10335 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
10337         * class.c (mono_dup_array_type): Implement allocation using a mempool.
10339         * class.c (mono_metadata_signature_deep_dup): Same.
10341         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
10342         a mempool.
10344         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
10346         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
10348         * metadata-internals.h: Added mono_metadata_signature_dup_full.
10350         * class-internals.h: Update signatures to take a MonoMemPool.
10352 2008-06-02  Dick Porter  <dick@ximian.com>
10354         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
10355         * icall-def.h: Add
10356         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
10357         FormatMessage API to get the error text.  Fixes bug 321827.
10359 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
10361         * decimal.c: Add some micro optimizations to make decimal operations faster.
10363 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
10365         * reflection.c (method_encode_clauses): Take a mempool
10366         as parameter and use it to allocate the clause array.
10368         * reflection.c (mono_image_get_field_on_inst_token): Free
10369         the inflated type after encoding it.
10371         * reflection.c (mono_dynamic_image_free): Free each element
10372         of MonoDynamicImage::gen_params.
10374         * reflection.c (reflection_methodbuilder_to_mono_method):
10375         Allocate the generic param array from the mempool.
10376         Allocate signature params from the mempool.
10378         * reflection.c (mono_reflection_generic_class_initialize):
10379         Free inflated fields after been used.
10381 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
10383         * icall.c: Reapply the memory leak fixes as they no
10384         longer make mono crash.
10386 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
10388         * reflection.c (mono_type_get_object): Don't store the suplied
10389         MonoType with type_hash. A caller which pass a type that
10390         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
10391         might end with a pointer to freed memory.
10392         The solution is to use byval_arg or this_arg from the associated
10393         MonoClass of the supplied type.
10395 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
10397         * icall.c: Revert the rest of the last change as it breaks the build too.
10399 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10401         * icall.c: Revert a leak fix as it's breaking the build.
10403 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10405         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
10407 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10409         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
10411 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
10413         * icall.c: Fix some memory leaks.
10415 2008-05-29  Dick Porter  <dick@ximian.com>
10417         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
10418         async socket operations from the pending list when a socket
10419         closes.  Leaving it until the threadpool services the event
10420         exposes a race condition when a socket descriptor is reused.
10421         Fixes bug 377589.
10423 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10425         * object.c: Fix negative index check for array alocation.
10427 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10429         * icall.c, marshal.c: Delegate wrappers should skip visibility.
10430         This check is performed by the verifier for IL created delegates
10431         and by Delegate::CreateDelegate for programatically created ones.
10432         Fixes #372406.
10434 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10436         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
10437         Fix code to use mono_array_size_t instead of int.
10439         Based on patch by Luis F. Ortiz.
10440         Contributed under X11 license.
10441         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10443 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10445         * icall.c: Added ves_icall_System_Array_GetLongLength and
10446         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
10447         arrays.
10449         * icall.h: Export both new functions.
10451         Based on patch by Luis F. Ortiz.
10452         Contributed under X11 license.
10453         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10455 2008-05-28  Martin Baulig  <martin@ximian.com>
10457         The debugger now requires exactly r103463.
10459         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
10460         This version is not supported by the debugger, wait for 72.
10462 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10464         * object.h: Changed array related functions to use
10465         mono_array_size_t instead of guint32. Forgot to commit this file.
10467         Patch by Luis F. Ortiz.
10468         Contributed under X11 license.
10469         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10472 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
10474         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
10475         don't define it. Use the number literal instead.
10477 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
10479         * icall.c: Changed array related functions to use
10480         mono_array_size_t instead of guint32.
10482         * icall.c (ves_icall_System_Array_GetLength): Check for length
10483         overflow under MONO_BIG_ARRAYS.
10485         Based on patch by Luis F. Ortiz.
10486         Contributed under X11 license.
10487         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10489 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
10491         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
10493         Based on patch by Luis F. Ortiz.
10494         Contributed under X11 license.
10495         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10497 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
10499         * object.c, object.h: Changed array related functions to use
10500         mono_array_size_t instead of guint32.
10502         Patch by Luis F. Ortiz.
10503         Contributed under X11 license.
10504         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10506 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
10508         * object.h: Introduced mono_array_size_t typedef. This must be used
10509         in all places an array length is expected. This is 64bits wide if
10510         MONO_BIG_ARRAYS is enabled.
10512         Patch by Luis F. Ortiz.
10513         Contributed under X11 license.
10514         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
10516 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
10518         * security-manager.c class.c: Set the class exception info by calling
10519         mono_class_set_failure ().
10521         * class.c (mono_class_get_exception_data): New accessor function.
10522         (mono_class_set_failure): Store exception_data in the property hash.
10524         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
10525         the struct as a property.
10527         * loader.c (mono_get_method_full): Store the lookup result for method
10528         tokens in method_cache, the others in methodref_cache to decrease the memory
10529         usage of hash tables.
10531         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
10532         (mono_image_init): method_cache is lazy inited now.
10534         * metadata-internals.h (struct _MonoImage): Change method_cache to
10535         a MonoValueHashTable, add a separate methodref_cache.
10537 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
10539         * number-formatter.h: Fix tables to avoid arithemtic overflow in
10540           Double.ToString as exposed by Bug #383531.
10542 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
10544         * number-formatter.h: Make some tables static.
10546         * class.c (mono_method_set_generic_container): New accessor function.
10547         (mono_method_get_generic_container): Ditto.
10549         * class-internals.h (struct _MonoMethod): Remove rarely used 
10550         'generic_container' field, store it in the property hash instead. Add 
10551         'is_generic' boolean field instead.
10553         * image.c (mono_image_init): Initialize property_hash.
10554         (mono_image_close): Destroy property_hash.
10556         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
10557         hold rarely used fields of runtime structures belonging to this image.
10559         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
10560         to get/set method->generic_container.
10562         * loader.c (mono_get_method_from_token): Avoid loading the method header for
10563         generic methods.
10565 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
10567         * class.c (mono_class_inflate_generic_method_full): Don't increase
10568         mono_stats.inflated_method_count for methods found in the cache.
10570         * threads.c (mono_thread_request_interruption): Add a comment about 
10571         QueueUserAPC ().
10573 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
10575         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
10576         interface_offsets_packed table.
10577         
10578         * class.c (mono_class_init): Remove some dead code.
10580         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
10581         mono_class_setup_vtable () when CAS is active to detect security problems.
10583 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
10585         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
10587         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
10588         parameters as it's irrelevant for delegate checking.
10590 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
10592         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
10594         * class.c (mono_class_init): Control the creation of a generic vtable using
10595         a global which is true by default, but set to false by the runtime startup code.
10596         
10597         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
10598         Disabled for now since it breaks the embedding API.
10599         Move the setup of class->methods for arrays to mono_class_setup_methods ().
10600         (mono_class_setup_methods): Add a memory barrier.
10602         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
10603         when mono_class_init () doesn't compute the generic vtable.
10604         
10605 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
10606         * profiler.c: Added mono_profiler_install_statistical_call_chain,
10607         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
10608         to support call chains (backtrace) in the stat profiler.
10609         * profiler.c, profiler-private.h: Likewise.
10611 2008-05-22  Mark Probst  <mark.probst@gmail.com>
10613         * generic-sharing.c: Init generic class when a method of it is
10614         requested via a runtime generic context.
10616 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
10618         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
10620         * reflection.c (mono_type_get_object): Add a FIXME.
10622         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
10624         * class.c (mono_class_get_method_by_index): New helper function, returning an
10625         entry in the class->methods array.
10627 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
10629         * class.c (mono_class_init): Only do the array optimization for szarrays. 
10630         Avoid creating a generic vtable for generic instances as well.
10631         (mono_class_get_method_from_name_flags): Don't search in the metadata for
10632         generic instances.
10634 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
10636         * loader.c (mono_get_method_constrained): Inflate the signature
10637         with class context. Fix #325283.
10639 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
10641         * object.c (mono_class_create_runtime_vtable): Add a comment.
10643         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
10644         where needed.
10645         (setup_interface_offsets): Handle the case when this is called twice for arrays.
10646         (mono_class_setup_vtable_general): Add an assert.
10647         (mono_class_init): Avoid creating a generic vtable for arrays.
10649         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
10650         here, let mono_class_init () do that.
10652         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
10653         interfaces in mscorlib.
10655         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
10656         interfaces. Add some comments.
10657         (mono_class_init): Call mono_class_setup_methods () here since it is no
10658         longer called by mono_class_setup_vtable ().
10660         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
10661         not set in class->vtable.
10662         (mono_class_create_runtime_vtable): Reenable the disabled code.
10664         * object.c (mono_class_create_runtime_vtable): Disable the last change for
10665         now as it causes some test failures.
10667         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
10668         if using the vtable trampoline. Also remove some strange code which put the
10669         generic methods themselves into the vtable slots. Remove the AOT init_vtable
10670         stuff as it is no longer needed.
10672 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
10674         * pedump.c: Give make --verify all option check code as well.
10675         Using --verify code won't check for metadata now.
10677 2008-05-19  Martin Baulig  <martin@ximian.com>
10679         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
10681         * mono-debug.c
10682         (_mono_debug_using_mono_debugger): New global variable; it's set
10683         directly by the debugger, so mono_debug_using_mono_debugger() also
10684         works after attaching.
10686 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
10688         * object.c (mono_class_create_runtime_vtable): Use memory barriers
10689         as we do double checked locking on MonoClass::runtime_info and
10690         MonoClassRuntimeInfo::domain_vtables.
10692 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
10694         * debug-helpers.c (print_field_value): Fix a warning.
10696 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
10698         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
10699         set in the AOT case.
10701 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
10703         * class.c (mono_class_setup_vtable_general): Use memory barriers
10704         as we do double checked locking on MonoClass::vtable.
10706 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
10708         * reflection.c (resolve_object): Inflate only if the generic context
10709         is not null. Fixes #389886.
10711 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
10713         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
10714         instead of g_free.
10716         Code is contributed under MIT/X11 license.
10718 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
10720         * class.c: Revert unrelated change.
10722 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
10724         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
10725         a generic instantiation, use mono_class_from_mono_type instead of playing
10726         with MonoType directly.
10728 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
10730         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
10731         checks must ignore generic instantiations, so mono_class_has_parent is not
10732         suitable. Fixes #390128.
10734 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
10736         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
10737         it to avoid registering tokens during metadata generation. Fixes #390023.
10739 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
10741         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
10742         consistent.
10744         Contributed under MIT/X11 license.
10746 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
10748         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
10749         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
10750         to fixup the EXE image.
10751         (mono_cleanup): Use mono_close_exe_image.
10752         (mono_close_exe_image): New function.
10753         * image.c: Include "marshal.h".
10754         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
10755         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
10756         counting when the image is loaded outside of mono_image_open_full. Set status
10757         based on GetLastError.
10758         * coree.c: Include required headers. Add init_from_coree.
10759         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
10760         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
10761         (_CorExeMain): Set init_from_coree.
10762         (CorExitProcess): Only call ExitProcess for now.
10763         (CorBindToRuntimeEx): New stub implementation.
10764         (CorBindToRuntime): New function.
10765         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
10766         (MonoFixupExe): ILONLY executables require no fixups.
10767         (mono_set_act_ctx): New function to set activation context.
10768         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
10769         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
10770         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
10771         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
10772         as MONO_INTERNAL.
10773         * domain-internals.h: Add mono_close_exe_image.
10775         Contributed under MIT/X11 license.
10777 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
10779         * metadata.c (mono_metadata_compute_size): Correctly calculate field
10780         size for generic param and event tables. Fixes #388977.
10782 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
10784         * loader.c (mono_method_signature): Use memory barriers because of the double
10785         checked locking pattern.
10787         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
10788         aborting or aborted as well. Fixes #376391.
10789         
10790         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
10791         existing runtime state in the Suspend handler during shutdown.
10793 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
10795         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
10797         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
10798         which are starting up or shutting down.
10800         * threads.c (mono_threads_set_shutting_down): Don't return a value since
10801         this function never returns if the runtime is already shutting down.
10803         * icall.c (ves_icall_System_Environment_Exit): Update after 
10804         mono_threads_set_shutting_down () signature change.
10805         
10806 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
10808         * class.c: Added can_access_instantiation to verify if the instantiation
10809         is visible. Fix access check for nested types as they returned TRUE
10810         before doing type and generic instantiation visibility checks.
10812 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
10814         * reflection.c (mono_reflection_create_generic_class): The created type
10815         must have a different container from its TypeBuilder. Otherwise they
10816         will end sharing generic arguments, which is wrong.
10818         Due to the sharing, making a generic instance of the created type using
10819         the TypeBuider generic arguments resulted in the generic type definition
10820         been returned, which is wrong as well.
10822         As a bonus the code was leaking the type_params array. This memory should
10823         be allocated from the image mempool.
10825         This fixes bug #354047.
10827 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
10829         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
10830         to here         as they are now used in assembly.c new code.
10831         Added a skipverification flag to MonoAssembly.
10832         New internal function mono_assembly_has_skip_verification.
10834         * assembly.c: New function mono_assembly_has_skip_verification. It checks
10835         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
10836         part of #387274.
10838 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
10840         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
10841         needed. Fixes #387034.
10843         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
10845 2008-05-06  Miguel de Icaza  <miguel@novell.com>
10847         * assembly.c (mono_assembly_load_reference): Prevent crash while
10848         disassembling Silverlight 2.0 executables while we still do not
10849         have GACed libraries.
10851 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
10853         * reflection.c: Special case generic type definitions as well. Fixes #383444.
10855 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
10857         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
10858         of the dynamic case. Fixes #387404.
10860 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
10862         *verify.c (mono_verifier_is_class_full_trust): If under
10863         verify_all and the verifier mode was not set, only
10864         gac and corlib types are fulltrust. This makes --verify-all
10865         usable to detect unverifiable code, which is the expected
10866         use case.
10868 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
10870         * verify.h: Ops, commited the header with debug
10871         enabled.
10873 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
10875         * verify.c (merge_stack): Use the new value on unverifiable
10876         stack merges.
10878         * verify.c (verify_type_compatibility_full): Comparison
10879         of nullable types can't use mono_class_is_assignable_from.
10881         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
10882         that makes all verification errors be reported.
10884         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
10885         mono_method_verify.
10887 2008-05-05  Robert Jordan  <robertj@gmx.net>
10889         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
10890         support for value types. See #386415.
10892         * object.c: comments.
10894         Code is contributed under MIT/X11 license.
10896 2008-05-05  Martin Baulig  <martin@ximian.com>
10898         * debug-mono-symfile.h
10899         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
10900         for old pre-terrania symbol files.
10902 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
10904         * mono-config.c: Add ppc64 architecture.
10906         Code is contributed under MIT/X11 license.
10908 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
10910         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
10911           PPC64 uses function descriptors as well.
10913         Code is contributed under MIT/X11 license.
10915 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
10917         * object.c (compute_class_bitmap): Ignore literal static fields.
10919         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
10920         var has an invalid format.
10921         (describe_ptr): Add some sanity checks for the vtable.
10922         (add_nursery_frag): Clear unused nursery fragments.
10923         (major_collection): Clear all remaining nursery fragments.
10925 2008-05-03  Robert Jordan  <robertj@gmx.net>
10927         * image.c, metadata-internals.h: add thunk_invoke_cache.
10929         * marshal.c, marshal.h: implement
10930         mono_marshal_get_thunk_invoke_wrapper ().
10932         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
10934         Code is contributed under MIT/X11 license.
10936 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
10938         * verify.c (do_leave): Empty the stack.
10940 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
10942         * class.c (mono_class_is_assignable_from): Variance
10943         doesn't work between reference and value types. For example,
10944         given type C<T+>, C<int32> is not assignable to C<object>.
10945         Break the argument checking loop on first error. 
10947 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
10949         * icall.c : base64_to_byte_array() needs some more strict
10950           check for sequence of '=' characters. Patch by Santa
10951           Marta (http://deee.g.hatena.ne.jp/santamarta).
10953           Contributed under MIT/X11 license.
10954           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
10956 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
10958         * domain.c: Disable LoadLibrary support to fix Win32 build.
10960         Code is contributed under MIT/X11 license.
10962 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
10964         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
10965         to help with cache behaviour.
10967 2008-05-01  Miguel de Icaza  <miguel@novell.com>
10969         * appdomain.c (mono_domain_from_appdomain): Add new accessor
10970         method. 
10972 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
10974         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
10976 2008-05-01  Dick Porter  <dick@ximian.com>
10978         * process.c (process_get_fileversion): Only pass 16 bits of
10979         language ID to VerLanguageName.  Fixes bug 381204.
10981 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
10983         * verify.c (mono_method_verify): Fix the comparison
10984         operator for code bounds check.
10986 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
10988         * verify.c (mono_method_verify): Check the bounds of
10989         all access of the code array.
10991 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
10993         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
10995 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
10997         * image.c (mono_image_strong_name_position): Fix return value when the rva is
10998         not valid.
11000 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
11002         * loader.c (mono_get_method_from_token, mono_method_signature): Add
11003         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
11004         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
11005         fixup main EXE images when using mono.exe for mixed-mode assembly support.
11006         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
11007         mono_runtime_load.
11008         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
11009         runtime initialization from metadata.
11010         * assembly.c: Remove obsolete ceGetModuleFileNameA.
11011         (mono_set_rootdir): Use mono_get_module_file_name.
11012         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
11013         handles.
11014         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
11015         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
11016         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
11017         MonoCLIImageInfo. Add support for module handles.
11018         (load_cli_header): Update mono_cli_rva_image_map signature.
11019         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
11020         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
11021         (mono_image_rva_map): Add support for module handles.
11022         (mono_image_ensure_section_idx): Add support for module handles.
11023         (mono_image_close): Add support for module handles.
11024         (do_load_header): Add support for module handles.
11025         (mono_image_open_from_module_handle): New function for internal use.
11026         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
11027         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
11028         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
11029         handles.
11030         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
11031         * image.h: Add mono_image_fixup_vtable.
11032         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
11033         support.
11034         * coree.h: New file.
11035         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
11036         unsupported native code.
11037         (mono_marshal_set_callconv_from_modopt): New function splitted from
11038         mono_marshal_get_managed_wrapper.
11039         (mono_marshal_get_managed_wrapper): Use
11040         mono_marshal_set_callconv_from_modopt.
11041         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
11042         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
11043         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
11044         that results in a deadlock when the runtime is loaded in _CorDllMain.
11045         * Makefile.am: Add coree.c and coree.h.
11047         Contributed under MIT/X11 license.
11049 2008-04-28  Mark Probst  <mark.probst@gmail.com>
11051         * generic-sharing.c: Search for type arguments in array element
11052         types as well.
11054 2008-04-28  Mark Probst  <mark.probst@gmail.com>
11056         * class-internals.h, generic-sharing.c: New, small runtime generic context.
11058         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
11060         * object.c: Don't setup the RGCTX when the vtable is created,
11061         because we're setting it up lazily now.
11063 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
11065         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
11066         64 bit support.
11068 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
11070         * verify.c (verify_class_for_overlapping_reference_fields): 
11071         If class is under fulltrust allow reference types to overllap
11072         if they have the same RVA.
11074 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
11076         * pedump.c: Added new flag valid-only, that makes the verifier
11077         behaves just like --security=validil. It won't fail type load
11078         due to unverifiable restrictions.
11080 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
11082         * class-internals.h (struct MonoMethod): Added a verification_success
11083         field to cache verifier executions. Reduced MonoMethod:slot size by
11084         one bit.
11086 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
11088         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
11089         instead of a 'vt' argument to save an indirection and to allow these to be used
11090         for valuetypes.
11091         (scan_vtype): New helper function to scan an area using a gc descriptor.
11092         (mono_gc_wbarrier_value_copy): Implement this.
11093         (handle_remset): Add support for REMSET_VTYPE.
11094         (find_in_remset_loc): Ditto.
11095         (mono_gc_base_init): Allow some debugging options to be controlled through the
11096         use of the MONO_GC_DEBUG env variable.
11097         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
11098         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
11100 2008-04-23  Martin Baulig  <martin@ximian.com>
11102         * domain.c (mono_domain_create): Move the call to
11103         mono_debug_domain_create() down, after allocating the domain id.
11105 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
11107         verify.c (verify_class_for_overlapping_reference_fields): Skip
11108         static fields while verifying for overlapping fields as they
11109         don't matter at all.
11111 2008-04-23  Marek Habersack  <mhabersack@novell.com>
11113         * domain-internals.h: added a declaration of
11114         mono_make_shadow_copy.
11116         * assembly.c (mono_assembly_open_full): shadow copying of
11117         assemblies moved to here, so that all the assemblies within the
11118         application domain's private binary directories can be
11119         processed. Fixes bug #380546
11121         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
11122         mono_make_shadow_copy and made non-static. The decision whether
11123         to shadow-copy an assembly is made based on its location - it's
11124         copied if it's in one of the private application domain binary
11125         directories and its different to the target file in the shadow
11126         directory. Fixes bug #380546
11128 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
11130         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
11132         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
11133         types.
11135         * reflection.c (mono_image_create_token): Handle 
11136         Method/ConstructorOnTypeBuilderInst.
11137         (resolve_object): Ditto.
11138         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
11139         so it can be called from resolve_object. Also handle the case when the inflated
11140         class already has its methods setup.
11142 2008-04-21  Martin Baulig  <martin@ximian.com>
11144         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
11146 2008-04-20  Geoff Norton  <gnorton@novell.com>
11148         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
11149         pointer dereference.
11151 2008-04-15  Marek Habersack  <mhabersack@novell.com>
11153         * appdomain.c (try_load_from): if IOMAP is in effect, call the
11154         portability API to look up the assembly file. Fixes behavior in
11155         situations when the application has a bin/ directory, but the
11156         assembly search patch refers to Bin/ (and thus the requested file
11157         name is Bin/SomeLibrary.dll). Fixes bug #379888
11159 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
11161         verify.c (mono_type_is_generic_argument): Extracted this check
11162         from a dozen places to here.
11164         verify.c: Fixed all issues related to boxing generic arguments
11165         and their constraints.
11167 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
11169         verify.c (mono_class_interface_implements_interface): Fix win32 build.
11171 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
11173         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
11174         isn't finished yet. Fixes #363447.
11176 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
11178         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
11179         Fixes #346419.
11181 2008-04-13  Jb Evain  <jbevain@novell.com>
11183         * domain.c: update the 2.1 profile versions.
11184         Merged from the Moonlight 2 branch.
11186 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
11188         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
11189         mscorlibs for the non-refonly case as well.
11191         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
11192         in mono_assembly_load_from_full (). Fixes #378924.
11194 2008-04-11  Geoff Norton  <gnorton@novell.com>
11196         * icall.c: The global extern environ doesn't exist on Mac.  We
11197         need to call NSGetEnviron instead.
11199 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
11201         verify.c: Add generic method constraint verification.
11203 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
11205         class.c (mono_class_inflate_generic_method_full): Add a long
11206         explanation to the is_mb_open hack. Remove the FIXME.
11208 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
11210         * verify.c (mono_method_verify): Mark all unknown opcodes
11211         as invalid. Mark jmp as unverifiable.
11213 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
11215         * verify.c: Add code to do type constraint verification on class instances.
11217         * verify.c (mono_verifier_verify_class): Use the type constraint 
11218         verification code.
11220 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
11222         * class.c (mono_class_get_field_default_value): Don't pass cindex
11223         as hint to mono_metadata_get_constant_index. The local is not initialized
11224         and should contain garbage most of the time. This could only work
11225         with a lot of luck.
11227 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
11229         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
11231 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
11233         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
11235         * class.c (mono_class_from_generic_parameter): Save the token of the
11236         generic param in MonoClass::sizes.generic_param_token.
11238         * reflection.c (mono_custom_attrs_from_class): If the class type is
11239         VAR or MVAR retrieve the attributes of the generic param.
11241 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
11243         * class.c (mono_class_init): Do class verification if the verifier
11244         is enabled.
11246 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
11248         * verify-internal.h: Added mono_verifier_verify_class.
11250         * verify.c: Added mono_verifier_verify_class. It checks for
11251         classes with explicit layout that have overlapping reference fields.
11253         * pedump.c: Init the verifier state prior to verification. Fixed
11254         command line arguments.
11256 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
11258         * Makefile.am: Added verify-internals.h, hopefully fix the build.
11260 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
11262         * verify-internals.h: Fix a warning.
11264 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
11266         * verify-internals.h: New header with the verifier configuration
11267         extracted from mini.c.
11269         * verify.c: Implemented the new functions exported by verify-internals.h.
11271 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
11273         * verify.c: Add proper verification of ckfinite.
11275 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
11277         * verify.c (do_conversion): Improved error message to something
11278         more meanfull.
11280         * verify.c (check_is_valid_type_for_field_ops): Fix to work
11281         with primitive types.
11283 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
11285         * verify.c: Added tail prefix checking. Marked icall
11286         as unverifible.
11288 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
11290         * verify.c: Fix the detection of branches to the middle
11291         of an instruction.
11293 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
11295         * verify.c: Implemented verification of volatile. and
11296         unaligned. prefix. Check if a type is valid after retrieving it.
11298 2008-04-01  Dick Porter  <dick@ximian.com>
11300         * process.c (process_get_fileversion): If there's no string block,
11301         set the file language to en_US.  Fixes the other new part of bug
11302         374600.
11304 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
11306         * class.c: New functions mono_method_can_access_field_full and
11307         mono_method_can_access_method_full. They perform type visibility
11308         and type site check.
11310         * class-internal.h: Added exported functions.
11312         * verify.c: Use new functions to implement proper visibility checks.
11314 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
11316         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
11318 2008-03-28  Dick Porter  <dick@ximian.com>
11320         * process.c (process_get_fileversion): Use the first language ID
11321         we see, rather than insisting on an invariant language.  Fixes bug
11322         374600.
11324 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
11326         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
11327         the streams to fix reading of invalid memory later.
11329         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
11330         to ease debugging.
11332 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
11334         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
11335         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
11337 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
11338         * threads.h: Added MonoThreadManageCallback type and
11339         mono_thread_set_manage_callback prototype
11340         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
11341         (used to store the mono_thread_manage callback).
11342         * threads.c: Added mono_thread_set_manage_callback, and handle
11343         "MonoThread->manage_callback" in build_wait_tids.
11345 2008-03-26  Dick Porter  <dick@ximian.com>
11347         * process.c (process_get_fileversion): Set FileVersionInfo strings
11348         to Empty when the resource doesn't have the particular info.
11349         Fixes bug 355717.
11351 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
11353         * verify.c (mono_method_verify): Proper prefix validation.
11355 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
11357         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
11358         itself in a separate argument instead of throwing them. Fixes #373448.
11360         * appdomain.c: Bump corlib version.
11362 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
11364         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
11366 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
11368         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
11369         version macros.
11371 2008-03-20  Mark Probst  <mark.probst@gmail.com>
11373         * generic-sharing.c, class-internals.h: Code for putting
11374         reflection types into the runtime generic context.
11376 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
11378         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
11379         Fixes #340662. 
11382 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
11384         * verify.c (VerifyContext): Added instruction prefix data to the struct.
11386         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
11388         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
11390         * verify.c (do_cast): Let the result value keep the boxed status.
11392         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
11394 2008-03-17  Jb Evain  <jbevain@novell.com>
11396         * reflection.c: when running on a 2.0 runtime, emit
11397         unconditionally the #~ header version as 2.0, and the
11398         CLI header version as 2.5, for symmetry's sake with csc.
11400 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
11402         * class.c: Remove the unused cache_interface_offsets stuff.
11404         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
11405         profiler.c: Fix warnings.
11407 2008-03-16  Mark Probst  <mark.probst@gmail.com>
11409         * generic-sharing.c, class-internals.h: Support for putting
11410         methods into the runtime generic context.
11412 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
11414         * class.c (mono_class_setup_fields): Ignore calls made to this function for
11415         classes which are generic instances of not-yet finished typebuilders. Fixes
11416         #351172.
11418         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
11420 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
11422         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
11424         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
11425         field, replace it with a hash table in MonoDynamicImage.
11427         * reflection.c (inflate_mono_method): Access the generic definition object from
11428         image->generic_def_objects instead of imethod->reflection_info.
11430         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
11432         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
11433         
11434         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
11435         function in reflection.c so it is easier to keep in sync with the dynamic image
11436         creation code.
11438         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
11439         mono_image_close ().
11441 2008-03-15  Mark Probst  <mark.probst@gmail.com>
11443         * class.c (mono_class_generic_sharing_enabled): Disable generic
11444         sharing for all architectures except AMD64 and x86 to fix build.
11446 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
11448         * verify.c: Use the generic definition MonoGenericContext when available.
11449         Remove code for checking generics instance compatibility in favor of
11450         mono_class_is_assignable_from.
11452 2008-03-14  Mark Probst  <mark.probst@gmail.com>
11454         * marshal.c, marshal.h, metadata-internals.h, image.c,
11455         wrapper-types.h: New wrapper for invoking a shared static method
11456         without having to pass the runtime generic context argument.
11458 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
11460         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
11462 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
11464         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
11465         
11466         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
11467         create a token from a FieldOnTypeBuilderInst.
11468         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
11469         (resolve_object): Ditto.
11471         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
11472         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
11474 2008-03-14  Martin Baulig  <martin@ximian.com>
11476         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
11478         * debug-mono-symfile.h
11479         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
11480         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
11482 2008-03-10  Martin Baulig  <martin@ximian.com>
11484         * debug-mono-symfile.h
11485         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
11486         `lexical_block_table_offset'.
11487         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
11488         `lexical_blocks'.
11489         (MonoSymbolFile): Added `version'.
11491         * mono-debug.h
11492         (MonoDebugLexicalBlockEntry): Removed.
11493         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
11494         `lexical_blocks'.
11496         * mono-debug.c (mono_debug_add_method): Don't compute lexical
11497         blocks here; the debugger now does this internally.
11499 2008-02-27  Martin Baulig  <martin@ximian.com>
11501         * object.c (mono_runtime_exec_main): Call
11502         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
11503         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
11505 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
11507         * verify.c (verify_type_compatibility_full): Allow native int to be converted
11508         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
11510 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
11512         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
11513         ldftn with a virtual method.
11515 2008-03-13  Geoff Norton  <gnorton@novell.com>
11517         * decimal.c:  Only include memory.h if the platform has it.
11519 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
11521         * assembly.c, class.c, metadata-internals.h: make sure public key
11522         tokesns are compared in a case-insensitive way. Also, all
11523         the lookups in the GAC use a lowercase public key token
11524         (gaacutil already does the lowercasing on install). Fixes
11525         bug #369541.
11527 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
11529         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
11530         and return value.
11532 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
11534         * image.c: when someone loads a mscorlib from a file, return the
11535         currently loaded mscorlib (fixes bug #369253).
11537 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
11539         * class.c: handle types with no parents by forcing them to have
11540         System.Object as a parent and marking them as broken (this currently
11541         allows the first part of bug #369173 to work as well, likely because
11542         we don't check for typeload exceptions everywhere yet).
11544 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
11546         * class.c: more complete check that types belong to corlib
11547         (fixes second part of bug #369173).
11549 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
11551         * generic-sharing.c:  Including glib.h for the MSVC builds to define
11552           "inline" to "__inline" before including mono-membar.h.
11553           
11554         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
11555           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
11556           MSVC builds.
11558         Contributed under MIT/X11 license.
11560 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
11562         * verify.c (do_invoke_method): Remove return type validation.
11564         * verify.c (do_ret): Do return type validation at return site instead of
11565         call site.
11567 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
11569         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
11571         * verify.c: Some todos cleaned and improved a few error messages.
11573 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
11575         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
11577 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
11579         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
11580         system types correctly.
11582         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
11583         function.
11585 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
11587         * assembly.c (build_assembly_name): Fix a warning.
11589 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
11591         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
11592         the called function takes an object type argument. Fixes storing or
11593         valuetypes across remoting as well as reducing memory usage.
11594         * image.c, metadata-internals.h: remove now unused ldfld_remote and
11595         stfld_remote wrapper caches.
11597 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
11599         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
11600         is not found.
11602         * reflection.c (mono_image_register_token): New helper function to save
11603         a token->object mapping.        
11605         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
11606         managed code.
11608         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
11609         one dimension arrays. Fixes #367670.
11610         (mono_reflection_get_type_internal): Ditto.
11612 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
11614         * marshal.c: mono_load_remote_field_new() always returns object.
11615         so use the proper signature (fixes bug #366445).
11617 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
11618         
11619         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
11620         add an 'inline_failure' flag instead.
11622 2008-03-04  Mark Probst  <mark.probst@gmail.com>
11624         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
11625         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
11626         contains the location of "this", used for exception handling.
11628 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
11630         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
11631         their size on all platforms for perf reasons.
11633 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11635         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
11636         object-internal.h
11638         * object-internal.h: Same.
11640 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11642         * reflection.h: Fix the build I just broke.
11644 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11646         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
11647         Test if a token is valid, this remove explicit usage of 
11648         MonoDynamicImage::tokens from the verifier code.
11650         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
11652         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
11653         instead of direct access to MonoDynamicImage::tokens.
11655 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11657         * verify.c (token_bounds_check): Fix the build I just broke.
11659 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
11661         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
11663         * verify.c (verifier_load_method): Fixed the errors message.
11665         * verify.c (mono_method_verify): Fixed a debug message.
11667 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
11669         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
11670         mono-perfcounters.h, class-internals.h: support for predefined
11671         writable counters, query of categories and counters, bugfixes.
11673 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
11675         * verify.c (do_refanytype): Verify the refanytype opcode.
11677         * verify.c (mono_method_verify): Use do_refanytype.
11679 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
11681         * verify.c (do_mkrefany): Verify the mkrefany opcode.
11683         * verify.c (mono_method_verify): Use do_mkrefany.
11685 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
11687         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
11688         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
11689         implementation.
11691 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
11693         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
11694         the type load exception.
11696 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
11698         * verify.c: Added a few FIXME for method signatures
11700         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
11701         of mono_method_get_signature and get vararg call working. Removed unused
11702         checks for return value.
11704         * verify.c (do_refanyval): Verify the refanyval opcode.
11706         * verify.c (mono_method_verify): Implemented verification of arglist and
11707         use do_refanyval.
11709 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
11711         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
11712         vtypes to marshal.c.
11714         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
11715         it works for AOT as well.
11717 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
11719         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
11720         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
11721         the system time is adjusted.
11723 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
11725         * icall.c, icall-def.h: use the new time functions (fixes the
11726         non-monotonic behaviour of TickCount).
11728 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
11730         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
11731         it breaks the build.
11732         
11733         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
11734         cattr is not finished yet.
11736 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
11738         * verify.c: Proper token validation for field, method and type.
11740 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
11742         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
11744         * loader.c (method_from_memberref): Generate type load error instead of method missing
11745         if the type is not found.
11747 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
11749         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
11750         some of the conversions caused the generation of a marshal directive exception.
11752 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
11754         verify.c: Report which exception should be thrown by the JIT.
11755         Added a lot of FIXME notes.
11757 2008-02-22  Mark Probst  <mark.probst@gmail.com>
11759         * generic-sharing.c: Runtime generic context slots are not
11760         instantiated on init anymore.  Instead, provide function to do the
11761         instantiating on demand.
11763         * class-internals.h: Added vtable to runtime generic context.
11764         Macros for encoding direct and indirect slot offsets in one
11765         guint32.
11767 2008-02-21  Mark Probst  <mark.probst@gmail.com>
11769         * object.c, generic-sharing.c: Moved some generic sharing code
11770         from object.c to generic-sharing.c.
11772         * generic-sharing.c: Added support for extensible runtime generic
11773         context.
11775         * metadata-internals.h: Two new hash tables in MonoImage for
11776         extensible runtime generic context support.
11778         * domain.c: Unregister generic vtables upon domain unloading.
11780         * image.c: Destroy new hash tables upon image unloading.
11782         * metadata.c: Unregister generic subclasses upon image unloading.
11784         * class-internals.h: New data structure for runtime generic
11785         context template.  New fields in the runtime generic context for
11786         extensible part.
11788         * Makefile.am: Added generic-sharing.c.
11790 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
11792         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
11793         there is a pending loader exception, raise it.
11795         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
11796         same.
11798         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
11799         same.
11801         Fixes #363450.
11803 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
11805         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
11807         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
11808         
11809         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
11810         ref-only requests for compatibility with MS.
11812 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
11814         * reflection.c (mono_custom_attrs_from_method): Don't silently
11815         return an empty list for generic method instances.
11816         (mono_custom_attrs_from_param): Likewise.
11818 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
11819             Raja R Harinath  <harinath@hurrynot.org>
11821         Fix #354757
11822         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
11823         * class.c (mono_class_inflate_generic_method_full): Initialize it
11824         when a fully-open method is instantiated.
11825         * metadata.c (inflated_method_equal, inflated_method_hash): Update
11826         to new field.
11827         * reflection.c (inflate_mono_method): Don't create a temporary context.
11829 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
11831         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
11832         Compute correct value, to prepare for imethod->reflection_info going away.
11834 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
11836         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
11838 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
11840         * verify.c: Implement skip visibility flag.
11842 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
11844         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
11845         which contains an extra field to tell the kind of exception that should be thrown.
11847         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
11849 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
11851         * loader.c (mono_method_get_param_names): Initialize 'klass' after
11852         'method' is updated.
11854 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
11856         * class.c (mono_class_layout_fields): Set class->min_align for classes using
11857         explicit layout as well. Fixes #360375.
11859 2008-02-11  Geoff Norton  <gnorton@novell.com>
11861         * loader.c: Guard and dereference against inflated generic methods
11863 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
11865         * class.c: Include Retargetable spec in assembly name.
11866         * assembly.c: Always include PublicKeyToken spec in assembly name
11867         (with value "null" if assembly is not signed), and include
11868         Retargetable spec.
11869         * icall-def.h: Added icall for Assembly.get_fullname.
11870         * icall.c: Added icall returning the fullname of an assembly.
11872 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
11874         * class.c (mono_class_setup_vtable_general): Add a missing call to
11875         mono_class_setup_methods () which is needed in the AOT case.
11877 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
11879         * verify.c (mono_type_get_stack_name): Added. Return the name for the
11880         stack type of the given MonoType.
11882         * verify.c (verify_type_compatibility_full): Handle the void type.
11884         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
11885         way stack merging works.
11887         * verify.c (store_local): Improved verification message.
11889         * verify.c (do_branch_op): If the merging is invalid, the method
11890         is unverifiable and not invalid. Improved error message.
11892         * verify.c (merge_stacks): Properly merge a boxed valuetype and
11893         a reference type diferent than System.Object. Improved error
11894         message.
11896 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
11898         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
11900         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
11901         type of an enum even if the argument is byref.
11903         * verify.c: Replace all explicit uses of enumtype and enum_basetype
11904         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
11906         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
11908         *verify.c (verify_type_compatibility_full): Make enum types
11909         compatible with their base types.
11911         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
11912         types are compatible for the special case of a boxed valuetype and
11913         System.Object.
11915         * verify.c (verify_stack_type_compatibility): The function
11916         is_compatible_boxed_valuetype was extracted from here.
11918         * verify.c (push_arg): Only set ctx->has_this_store if the method
11919         is not static.
11921         * verify.c (do_ldelem): Fixed a typo in an error message and added
11922         strict check for mixing int32 and native int as the array type
11923         and ldelem type.
11925         * verify.c (merge_stacks): Consider boxed valuetypes in the
11926         compatibility checks.
11928 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
11929         * profiler.h: (MonoGCEvent): Added start-stop the world events.
11931 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
11932         *class.c: use_new_interface_vtable_code: renamed the env var to have
11933         a "MONO_" prefix, and fix the logic to enable it by default.
11935 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
11936         *class.c:
11937         mono_class_setup_vtable_general: rewrote the way in which interface
11938         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
11939         makes the code more maintainable.
11940         For now the old code is still there, and can be activated setting
11941         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
11943 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
11945         * verify.c: guarded some debug functions around and #ifdef.
11947         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
11949 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
11951         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
11952         changes for now since they seem to break too many things.
11954 2008-02-05  Mark Probst  <mark.probst@gmail.com>
11956         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
11957         mono_marshal_find_nonzero_bit_offset): Added macro and function
11958         for finding the byte- and bit-offset of a bitfield within a
11959         struct.
11961 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
11963         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
11964         (mono_marshal_get_struct_to_ptr): Ditto.
11966         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
11967         cctor_signature.
11969 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
11971         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
11972         between methods for non-corlib types.
11974 2008-02-02  Geoff Norton  <gnorton@novell.com>
11976         * loader.c (mono_method_get_param_names): Populate the parameter name for 
11977         generic parameters as well. (Fixes #342536)
11979 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
11981         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
11983         * verify.c (do_invoke_method): Fix for calling with byref structs.
11985         * verify.c (do_cast): push a boxed value type based on the type token and not
11986         the type of stack.
11988 2008-01-31  William Holmes  <billholmes54@gmail.com>
11990         * process.c (process_module_string_read): Check the size returned form 
11991           VerQueryValue to avoid out of memory exception. 
11993 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
11995         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
11996         Handle properly modules which are not in the moduleref table. Fixes
11997         #356938.
11999 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
12001         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
12002         the dynamic case which is now in managed code.
12003         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
12005         * marshal.c (mono_string_to_bstr): Fix a warning.
12006         (init_com_provider_ms): Ditto.
12008         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
12010         * exception.c (mono_get_exception_out_of_memory): New helper function.
12012 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
12014         * marshal.c: Add support for BSTR marshalling
12015         using other COM systems.
12017         Code is contributed under MIT/X11 license.
12019 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
12021         * object.c (mono_runtime_invoke_array): reverted previous
12022         commit as it breaks the build.
12024 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
12026         * object.c (mono_runtime_invoke_array): Verify arguments for
12027         invalid types. Fixes #348522.
12029 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
12031         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
12032         non-final virtual calls using call. 
12034         * verify.c (do_invoke): fixed some TODOs.
12036         * verify.c (push_arg): set has_this_store for "ldarga 0".
12038 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
12040         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
12041         which belong to an inflated class. Fixes #356531.
12043 2008-01-26  Robert Jordan  <robertj@gmx.net>
12045         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
12046         which resort to FindFirstFile when a certain error condition
12047         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
12048         Code is contributed under MIT/X11 license.
12050 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
12052         * marshal.c (emit_marshal_string): Fix out string marshalling
12053         to use specified encoding. Fixes #323900.
12055         Code is contributed under MIT/X11 license.
12057 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
12059         * class.c (mono_class_inflate_generic_method_full): Don't modify
12060         iresult->context after cache check.
12062 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
12064         * class.c (mono_class_inflate_generic_method_full): Change the
12065         struct assignments to memcpy for better visibility and add some comments.
12067 2008-01-23  Dick Porter  <dick@ximian.com>
12069         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
12070         procedure, and make it work on windows.
12072 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
12074         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
12075         a MonoReflectionTypeBuilder since it is always of that type.
12077         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
12079         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
12081         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
12082         
12083         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
12085         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
12087         * reflection.c (mono_reflection_create_runtime_class): Remove already created
12088         instantiations from the type cache.
12090 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
12092         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
12094         * verify.c (do_unbox_value): push a controled mutability managed pointer.
12096 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
12098         * verify.c (do_ldstr): added, verifies if the #US token is valid.
12100         * verify.c (mono_method_verify): removed old TODO
12102 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
12104         * verify.c (do_newobj): add visibility check.
12106 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
12108         * verify.c (do_load_function_ptr): add visibility check.
12110 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
12111         *class.c:
12112         mono_generic_class_get_class: hook profiler events.
12113         mono_field_get_offset: added to support heap-shot in the new profiler.
12114         *class.h: exported mono_field_get_offset.
12115         * reflection.c:
12116         mono_reflection_setup_internal_class: hook profiler events.
12118 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
12120         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
12121         argument here too and use it to avoid checking for pending exceptions if 
12122         possible.
12124 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
12126         * assembly.c (build_assembly_name): add arg for passing the assembly
12127         flags. Do not consider a PublicKey with value "null" valid.
12128         (mono_assembly_name_parse_full): added boolean argument that will be
12129         set if the assembly name contains a PublicKeyToken spec. Added support
12130         for the Retargetable spec for which only Yes or No are allowed as valid
12131         value. Consider assembly name invalid if Retargetable spec is set, but
12132         either version, culture or public key (token) are not specified.
12133         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
12134         with implementation in assembly.c.
12135         * icall.c (fill_reflection_assembly_name): also copy assembly flags
12136         from MonoAssemblyName.
12137         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
12138         introduced argument for mono_assembly_name_parse_full to know if the
12139         assembly name has a PublicKeyToken spec, and if it has instruct
12140         fill_reflection_assembly_name to use default value for keyToken (if
12141         PublicKeyToken is null).
12143 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
12145         * verify.c (mono_method_verify): fixed ovf ops with
12146         float values. They are unverifiable now.
12148 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
12150         * class.c (set_failure_from_loader_error): add BadImageException to the
12151         list of exceptions that can cause a type to fail to load.
12153         * class.c (mono_class_get_exception_for_failure): same.
12155 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
12157         * verify.c (in_any_exception_block): added, check if offset
12158         is part of any exception handling clause.
12160         * verify.c (get_stack_type): added VAR and MVAR types.
12162         * verify.c (do_stobj): better error messages.
12164         * verify.c (do_cpobj): added, check cpobj.
12166         * verify.c (do_initobj): added, check initobj.
12168         * verify.c (do_sizeof): added, check sizeof.
12170         * verify.c (do_localloc): added, check localloc.
12172         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
12174 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
12176         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
12177         save_lmf/restore_lmf opcodes.
12179         * threads.c (mono_threads_install_notify_pending_exc): New function to
12180         install a callback notifying the JIT there is a pending exception on a thread.
12181         (mono_thread_request_interruption): Call the new callback.
12182         (mono_thread_get_and_clear_pending_exception): New function to return the
12183         exception pending on a thread.
12185         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
12186         to turn off checking for pending exceptions.
12187         (mono_marshal_get_native_wrapper): Ditto.
12189 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
12191         * threads-types.h: Get rid of the unnecessary extern declarations.
12193 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
12195         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
12196         return field from parent class if not private.
12197         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
12198         returns fields from parent class if they are not private.
12199         (method_nonpublic): added function to determine if a given method
12200         should be considered non-public. Returns false for private methods
12201         on parent class, and internal methods from parent on the 1.0 profile.
12202         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
12203         use method_nonpublic function to determine whether method should be
12204         returned.
12205         (property_accessor_public): use newly introduced method_nonpublic
12206         function to determine whether accessor is non-public. 
12207         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
12208         event from parent class if not private. Only return static event if
12209         Static flag is set, and only return static event from parent class if
12210         FlattenHierarchy flag is set.
12211         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
12212         include non-private events from parent class.
12214 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
12216         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
12217         warning.
12219 2008-01-16  Wade Berrier <wberrier@novell.com>
12221         * security.c: Add assembly.h header to appease some warnings
12223 2008-01-16  Dick Porter  <dick@ximian.com>
12225         * process.c (process_module_string_read): Remove trailing null
12226         when saving string.
12228 2008-01-16  Mark Probst  <mark.probst@gmail.com>
12230         * class-internals.h: A new data structure describing the layout of
12231         a runtime generic context (MonoRuntimeGenericContextTemplate).
12233         * metadata-internals.h: Added a hash table to MonoDomain that maps
12234         from open generic classes to their runtime generic context
12235         templates.
12237         * object.c: Building of the runtime generic context, including
12238         proper handling of generic type arguments of superclasses.
12239         Building of the runtime generic context according to the template.
12241 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
12243         * class.c (mono_class_setup_fields): Set field.count for generic instances.
12244         Fixes #350856.
12246         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
12247         mono_portability_find_file (). Fixes #325466.
12248         (mono_image_get_public_key): Fix a warning.
12250 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
12252         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
12253         Fixes #353550.
12254         (mono_class_from_name_case): Ditto.
12256 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
12258         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
12259           common storage for the tables used in the System/NumberFormatter class.
12261 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
12263         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
12265 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
12267         * verify.c (get_boxable_mono_type): check if the token is valid.
12269         * verify.c (set_stack_value): changed to add an error if an
12270         invalid type is set on stack. Changed all callers due to signature change.
12272         * verify.c (do_stobj): implement stobj validation.
12274 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
12276         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
12277         set container->is_method, it was set earlier.
12279         * metadata.c (type_in_image): Handle MVARs which belong to not finished
12280         generic methods.
12282         * reflection.c (mono_reflection_initialize_generic_parameter): Set
12283         is_method of the generic container to TRUE for methods.
12285 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
12287         * metadata.c (type_in_image): Handle type parameters properly.
12289         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
12290         memory ownership of this structure.
12292 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
12294         * verify.c (get_boxable_mono_type): make typedref types been just
12295         unverifiable. check for void type.
12297         * verify.c (do_unbox_any): added, verify opcode unbox.any.
12299         * verify.c (do_load_function_ptr): accept method spec tokens.
12301 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
12303         * marshal.c (mono_class_native_size): Always set *align even if this is called
12304         recursively.
12306 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
12308         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
12309         out-of-date.
12311 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
12313         * verify.c: removed some old unused tables. A huge bunch of small fixes
12314         to things found while testing the verifier with mono basic.
12316         * verify.c (dump_stack_value): dump null literal flag to.
12318         * verify.c (verify_type_compatibility_full): fix comparison
12319         for types that have a generic super type.
12321         * verify.c (verify_stack_type_compatibility): fix compatibility
12322         between null literals and reference types. fix compatibility between
12323         boxed valuetypes and object. fix corner case test for enums.
12325         * verify.c (do_cmp_op): proper verification of cgt.un in case
12326         of reference types.
12328         * verify.c (do_invoke_method): fix error message.
12330         * verify.c (do_store_indirect
12332         * verify.c (check_is_valid_type_for_field_ops): proper verification
12333         of managed pointers to valuetypes and boxed valuetypes. proper verification
12334         of null literals.
12336         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
12337         allow token to be a reference type.
12339         * verify.c (do_cast): proper handling of boxes valuetypes.
12341         * verify.c (do_stelem): proper handling of storing a boxed valuetype
12342         in object[].
12344         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
12345         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
12346         fixed the decoding of unbox_any
12348 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
12350         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
12352 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
12354         * verify.c (do_newobj): do delegate verification.
12356         * verify.c (verify_delegate_compatibility): perform delegate
12357         verification.
12359         * verify.c (verify_ldftn_delegate): perform tests related to
12360         ldftn delegates.
12362         * verify.c (mono_delegate_signature_equal): perform the
12363         slightly diferent signature comparison required by delegates.
12365         * metadata.c (mono_metadata_type_equal_full): added and exported
12366         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
12367         allows signature only comparison.
12369         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
12370         as MONO_INTERNAL.
12372 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
12374         * verify.c: added a bunch of stack_slot_* functions to
12375         make access to stack slot type easier. This is required to
12376         allow optional flags, like null literal, boxed value and
12377         this pointer.
12378         All access paths to IlStackDesc::stype have been changed 
12379         to use these new funcions.
12380         Removed a bunch of unused functions and cleared all warnings.
12381         This patch introduces the usage of the this pointer and 
12382         boxed value flags.
12384 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
12386         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
12388 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
12390         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
12391         match managed version.
12393         * appdomain.c: Bump corlib version.
12394         
12395         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
12396         argument.
12398 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
12400         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
12401         Set public key token to zero-length byte array if assembly is not
12402         strongnamed.
12404 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
12406         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
12407         writing a vtype array elem.
12409 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
12411         * assembly.c (build_assembly_name): return FALSE if length of token is
12412         not 16 (if not "null").
12413         (mono_assembly_name_parse_full): return FALSE if value of version,
12414         culture, token or key is 0.
12415         * icall.c (fill_reflection_assembly_name): add boolean arguments to
12416         specify whether public key and public key token must be set to default
12417         value (zero-length byte array) if not available. Set versioncompat to
12418         SameMachine. If public key is available or the default is set, then
12419         set PublicKey flag.
12420         (ves_icall_System_Reflection_Assembly_FillName): if no public key
12421         is available, use empty byte array as default value. On the 2.0
12422         profile, use default value for public key token if not set.
12423         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
12424         profile, use default value for public key if not set. On the 2.0
12425         profile, use default value for public key token if not set.
12426         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
12427         default values for public key and public key token.
12429 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
12431         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
12432         field to keep it in synch with the managed object.
12434         * marshal.c (emit_marshal_object): Add support for byref marshalling of
12435         delegates. Fixes #351520.
12437         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
12438         contains defined memory.
12439         
12440         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
12442         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
12443         
12444         * sgen-gc.c (check_consistency): New helper function to do a consistency check
12445         of the GC data structures.
12447         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
12449         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
12450         
12451         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
12452         barrier.
12453         (mono_array_clone_in_domain): Ditto.
12454         (mono_array_clone_in_domain): Ditto.
12456         * threads.c (start_wrapper): Register the thread start argument as a GC root.
12457         (cache_culture): Use a write barrier.
12459         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
12460         (ves_icall_get_property_info): Ditto.
12462         * object.h (MONO_STRUCT_SETREF): New macro.
12464         * class-internals.h (MonoStats): Add some GC statistics.
12466         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
12468 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
12470         * exception.c (mono_exception_from_name_two_strings):
12471         Break from loop after method is found.
12473 2008-01-04  Dick Porter  <dick@ximian.com>
12475         * process.c (process_module_string_read): Rename variable to
12476         reflect correct usage, after fixing bug 345972.
12478 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
12480         * verify.c (mono_type_create_fnptr_from_mono_method): 
12481         created a MonoType function pointer instance to be used during
12482         verification. The verifier releases this memory at end.
12484         * verify.c (mono_method_is_constructor): extracted repeated
12485         checks for constructor into a single class.
12487         * verify.c (do_push_field): use new extracted method
12488         for constructor check.
12490         * verify.c (do_newobj): same.
12492         * verify.c (do_ldftn): renamed to do_load_function_ptr
12493         and make it verify ldvirtftn too.
12495         * verify.c (mono_method_verify: proper verification
12496         of ldvirtftn. release created MonoMethod instances.
12498 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
12500         * verify.c (token_bounds_check): added.
12502         * verify.c (do_ldftn): added.
12504         * verify.c (mono_method_verify): proper verificartion of ldftn.
12506 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
12508         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
12509         than the table row count. It's the resposibility of the caller to
12510         make the bounds check and raise the correct error.
12512         * metadata.c (mono_metadata_decode_row_col): Same.
12514         * loader.c (mono_get_method_from_token): perform bounds check
12515         on token for methoddef table.
12517 2007-12-29  Miguel de Icaza  <miguel@novell.com>
12519         * icall.c
12520         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
12521         assert into a negative result, the managed code already coped with
12522         that.
12524         Some folks on Windows reported this error. 
12526 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
12528         * appdomain.c: Bump corlib version.
12529         * icall.c:
12530         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
12531         CultureInfo.CreateCulture to create CultureInfo for name.
12532         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
12533         create CultureInfo for name. Fixes bug #347174.
12535 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
12537         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
12538         flags.
12540         * verify.c (is_valid_branch_instruction): allow branching to the
12541         first instruction of the protected block.
12543         * verify.c (is_valid_cmp_branch_instruction): same.
12545         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
12546         avoid double initialization.
12548         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
12549         detect which cases the eval stack should just be copied.
12551         * verify.c (mono_method_verify): check if the eval stack
12552         is empty when entering a protected block.
12554 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
12556         * verify.c: added is_clause_in_range, is_clause_inside_range,
12557         is_clause_nested and verify_clause_relationship. They perform
12558         the verifications stated in P1 12.4.2.7.
12560         * verify.c (mono_method_verify): remove some unused variables,
12561         add the new exception clause checks, add instruction border
12562         checks for protected block start/end, improved some error 
12563         messages and fixed a bug in the way invalid instruction access
12564         is detected.
12566 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
12568         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
12569         from GC 7.0 if available.
12571         * object.c: Remove an unused define.
12572         
12573         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
12575         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
12577         * null-gc.c (mono_gc_make_descr_for_array): Implement.
12579         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
12581         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
12582         to take the same arguments as the other make_descr functions.
12584         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
12586         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
12587         directly.
12589         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
12590         mini.c.
12592         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
12593         call to boehm-gc.c.
12595         * boehm-gc.c (mono_gc_register_root): Fix a warning.
12597         * null-gc.c (mono_gc_register_root): Fix a warning.
12599         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
12601         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
12602         (mono_gc_base_init): Call GC_init ().
12604         * null-gc.c: Define mono_gc_register_root () as a no-op.
12606         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
12608 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
12610         * verify.c: add prototype for merge_stacks at top
12612         * verify.c (do_switch): added.
12614         * verify.c (merge_stacks): on some cases the stack merging
12615         was not happening properly. Unequal stack sizes at merge
12616         points should be invalid.
12618         * verify.c (mono_method_verify): added more debug info on stack state.
12619         verify switch properly.
12621 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
12623         * method-builder.h: New file, moved the mono_mb_ declarations here from 
12624         marshal.h.
12626         * boehm-gc.c marshal.c: Include method-builder.h.
12628         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
12630         * marshal.c: Remove some code which is now in method-builder.c.
12632 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
12634         * method-builder.c: New file, extraction of the method builder functionality 
12635         from marshal.c.
12637         * marshal.c: Move the mb functions into method-builder.c.
12639         * marshal.h marshal.c: Export some mono_mb_... functions.
12641         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
12643         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
12644         the caller.
12646         * class.c (mono_class_get_full): Check the token type in the dynamic case.
12648         * loader.c (mono_field_from_token): Ditto.      
12650         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
12651         type as well.
12652         
12653         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
12654         Fixes #342565.
12656         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
12657         a helper function for setting it.
12659         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
12661         
12662         * assembly.c: Significally simplify code now that referenced assemblies are 
12663         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
12665         * threads.h: Don't include  the internal threads-types.h header file. Fixes
12666         #349952.
12668 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
12670         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
12671         instructions that were target of branches or are at protected block boundaries.
12673         * verify.c (in_same_block): handle filter clauses.
12675         * verify.c (is_valid_branch_instruction): added. checks the target of
12676         instructions br or brtrue/false.
12678         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
12679         binary branch instructions such as beq and bge.
12681         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
12682         and made it pin the instruction as been part of the exception block.
12684         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
12685         of in_same_block.
12687         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
12688         of in_same_block.
12690         * verify.c (do_ret): ret from a protected block is unverifiable and
12691         not invalid.
12693         * verify.c (do_static_branch): verify br and br.s instructions.
12695         * verify.c (merge_stacks): add extra param to support detection
12696         of branches in the middle of instructions.
12697         
12698         * verify.c (mono_method_verify): verify branches and exception blocks
12699         that target the middle of instructions. Proper verification of br and br.s.
12701 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
12703         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
12704         skip_visibility field.
12705         (reflection_methodbuilder_from_dynamic_method): Ditto.
12707         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
12708         registrations. Fixes #348193.
12710         * threads.h: Move the internal mono_thread_get_pending_exception () to
12711         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
12713 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
12715         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
12716         icall registration. Fixes #348193.
12718         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
12719         for corlib classes into object. Fixes #349621.
12721 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
12723         * icall.c (property_accessor_nonpublic): new function to determine
12724         whether an accessor allows a property to be considered non-public.
12725         Returns false for private accessor(s) from parent class, and internal
12726         accessor(s) from parent on 2.0 profile (and higher).
12727         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
12728         to determine whether property should be included if NonPublic flag
12729         is set. Fixes bug #349078.
12731 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
12733         * verify.c (init_stack_with_value): added.
12735         * verify.c (mono_method_verify): extracted common
12736         code for exception initialization into init_stack_with_value.
12738         * verify.c (mono_method_verify): initialize the exception
12739         for handler clauses as well.
12741         * verify.c (mono_method_verify): fix the exception clause
12742         ordering rules, it should use handler end offset and not
12743         start offset.
12745 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
12747         * rawbuffer.c: remove useless warning.
12749 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
12751         * threads.h, threads-types.h: move functions to the correct header
12752         (fixes bug#349952).
12754 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
12756         * verify.c (mono_method_verify): proper verification
12757         of exception handling clauses ranges and fallthru in
12758         and out of protected blocks.
12760 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
12762         * verify.c (mono_method_verify): fixed compilation issue.
12764 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
12766         * verify.c (mono_method_verify): a printf slipped in, changed
12767         to use verifier debug macro.
12769 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
12771         * verify.c (is_correct_leave): check for filter clauses.
12773         * verify.c (do_filter): added.
12775         * verify.c (mono_method_verify): property verification of leave.
12778 2007-12-18  Mark Probst  <mark.probst@gmail.com>
12780         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
12781         Win32 build, until we figure out how to do the proper thing on
12782         Win32.
12784 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
12786         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
12787         by the previous patch.
12788         
12789         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
12790         the assembly resolve handler for refonly assemblies.
12792 2007-12-17  Mark Probst  <mark.probst@gmail.com>
12794         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
12795         Make sure only one thread is allowed to commence shutdown, and
12796         don't allow new threads to be started once shutdown is in
12797         progress.
12799 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
12801         * verify.c (is_correct_endfilter): added.
12803         * verify.c (is_unverifiable_endfilter): added.
12805         * verify.c (do_endfilter): added.
12807         * verify.c (mono_method_verify): property verification of endfilter
12808         and fixed a corner case or endfinally.
12810 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
12812         * verify.h: new flags to support fail fast of unverifiable code and
12813         do non-strict verification. Non-strict verification is required to
12814         have MS runtime compatibility. There are a huge amount of unverifiable
12815         code that it accepts as verifiable. The strict mode verifies the code
12816         as the specs says.
12817         Non-strict mode will be required in cases where code needs to be
12818         accepted as verifiable but fails under strict mode.
12820         * pedump.c: added support to fail fast and non-strict verification.
12822         * verify.c: added support for both fail fast and non-strict verification.
12824 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
12826         * verify.c (is_correct_endfinally): added.
12828         * verify.c (mono_method_verify): property verification of endfinally.
12830 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
12832         * verify.c (in_any_block): check for filter clauses.
12834         * verify.c (is_correct_rethrow): added.
12836         * verify.c (mono_method_verify): property verification of rethrow.
12838         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
12840 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
12842         * verify.c (do_throw): added.
12844         * verify.c (mono_method_verify): property verification of throw
12846 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
12848         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
12849         assemblies. Fixes #346425.
12851 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
12853         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
12854         FieldBuilders.
12856         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
12858         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
12859         prevent asserts when this is called with a token which might not be valid.
12861         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
12862         lookup_dynamic_token_class with valid_token == FALSE.
12864         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
12866         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
12868         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
12869         
12870 2007-12-10  Mark Probst  <mark.probst@gmail.com>
12872         * gc.c: Don't delay threadpool thread finalization unless Mono is
12873         shutting down.
12875 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
12877         * threads.c: turn an assert into a non-fatal warning.
12879 2007-12-09  Robert Jordan  <robertj@gmx.net>
12881         * icall.c (GetVirtualMethod): Add missing argument validation.
12883 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12885         * verify.c (do_cast): added.
12887         * verify.c (mono_method_verify): property verification of castclass and isinst.
12890 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12892         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
12894         * verify.c (do_stelem): added.
12896         * verify.c (mono_method_verify): property verification of stelem.X.
12898 2007-12-07  Mark Probst  <mark.probst@gmail.com>
12900         * class.c, class-internals.h: Introduce an environment variable
12901         (MONO_GENERIC_SHARING) through which the extent of generic code
12902         sharing can be controlled (share all classes, share only corlib
12903         classes, or share nothing).
12905         * object.c: Only create runtime generic context for classes for
12906         which sharing is enabled.
12908 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12910         * verify.c (do_ldelem): refactor it to work with ldelem.any.
12912         * verify.c (mono_method_verify): property verification of ldelem.any.
12914 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
12916         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
12917         added ldelem.X opcodes.
12919         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
12921         * verify.c: proper verification of ldelem.X 
12923 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
12925         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
12927 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
12929         * verify.c (mono_method_verify): null literal requires special handling,
12930         the value pushed on stack need to be flagged as so.
12932         * verify.c (do_ldelema): Verify ldelema properly.
12934 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
12936         * verify.c: Verify ldlen properly.
12938 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
12940         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
12941         to the target object's type. Fixes #346160.
12943 2007-12-05  Dick Porter  <dick@ximian.com>
12945         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
12946         Solaris needs the same workaround as BSD-derived systems.  Fixes
12947         bug 323524, patch by Burkhard Linke
12948         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
12950 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
12952         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
12953         handle to use when error dialog is shown; otherwise, update mask
12954         to show no error dialog when an error occurs.
12956 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
12958         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
12960         * class.c (mono_class_get_field_default_value): New helper function to initialize
12961         field->def_type and field->data.
12963 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
12965         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
12966         the general one.
12968         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
12970         * marshal.c: Avoid depending on delegate->method_info being set.
12972         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
12973         
12974         * object.c (mono_delegate_ctor): Set delegate->method.
12976         * object-internals.h (struct _MonoDelegate): Add 'method' field.
12978         * appdomain.c: Bump corlib version.
12980 2007-11-27  Raja R Harinath  <harinath@gmail.com>
12982         * metadata.c (mono_generic_inst_equal_full): Short-circuit
12983         equality check if we're comparing canonicalized MonoGenericInsts.
12985 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
12987         * class.c (generic_array_methods): Call mono_class_setup_methods () before
12988         accessing class->methods.
12990 2007-11-22  Dick Porter  <dick@ximian.com>
12992         * threads.c: Ensure that the synch_cs is set before trying to use
12993         it.
12995 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
12997         * profiler.c: r89126 broke the statistial profiler, unbreak.
12999 2007-11-22  Martin Baulig  <martin@ximian.com>
13001         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
13003         * mono-debug.c
13004         (mono_debug_debugger_version): Bump to 3.
13005         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
13006         -> mono_debugger_class_initialized().
13008         * mono-debug-debugger.c
13009         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
13011         * class.c
13012         (mono_debugger_start_class_init_func): Removed.
13013         (mono_debugger_class_loaded_methods_func): Added.
13014         (mono_class_setup_methods): Call it here.
13016 2007-11-22  Martin Baulig  <martin@ximian.com>
13018         * mono-debug.c
13019         (mono_debug_add_delegate_trampoline): New public method.
13020         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
13022         * mono-debug.h
13023         (MonoSymbolTable): Added `global_data_table'.
13024         (MonoDebuggerTypeKind): Removed.
13026 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
13028         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
13029         these methods.
13031         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13032         
13033 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
13035         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
13037 2007-11-20  Martin Baulig  <martin@ximian.com>
13039         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
13041         * mono-debug-debugger.c
13042         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
13043         (mono_debugger_remove_breakpoint): Likewise.
13044         (mono_debugger_check_breakpoints): Likewise.
13045         (mono_debugger_register_class_init_callback): New public method.
13046         (mono_debugger_remove_class_init_callback): Likewise.
13047         (mono_debugger_add_type): Likewise.
13049         * mono-debug-debugger.h
13050         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
13052 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
13054         * class.c: more interface implementations needed for the
13055         array enumerator (fixes bug #341112).
13057 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
13059         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
13060         fix ParamName of ArgumentNullExceptions.
13062 2007-11-17  Miguel de Icaza  <miguel@novell.com>
13064         * reflection.c (mono_reflection_encode_sighelper): Generate the
13065         modopts and modreqs.   I have a useless test that crashes monodis,
13066         but that shows the code working.
13068 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
13070         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
13071         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
13073 2007-11-15  Dick Porter  <dick@ximian.com>
13075         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
13076         When joining a thread, it's the thread that's calling Join that
13077         gets WaitSleepJoin state not the target.  Fixes the standalone
13078         test case in bug 334740, and hopefully the whole bug too.
13080 2007-11-15  Dick Porter  <dick@ximian.com>
13082         * process.c: Read file version info from the files pointed at by
13083         process modules, not the current process.  Fixes bug 315969.
13085         Use windows typedef names in some places to fix warnings on the
13086         windows build.
13088 2007-11-15  Mark Probst  <mark.probst@gmail.com>
13090         * image.c, metadata-internals.h: Added a generic_class_cache hash
13091         to MonoImage for looking up generic classes when sharing generics.
13093 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
13095         * sgen-gc.c: warning cleanups.
13097 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
13099         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
13100         inherited properties.
13102 2007-11-14  Mark Probst  <mark.probst@gmail.com>
13104         * object.c, class-internals.h: Added more information to the
13105         runtime generic context.
13107 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
13109         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
13110         instead of just the target method. Generalize the abstract method handling to
13111         handle any non-static method.
13113         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
13114         mono_marshal_get_delegate_invoke () signature change.
13116 2007-11-13  Mark Probst  <mark.probst@gmail.com>
13118         * class.c, class-internals.h: Made
13119         mono_type_get_basic_type_from_generic () public.  Fixed member
13120         access check for shared generics.
13122         * loader.c: Don't insert field into field cache if it's part of a
13123         non-inflated generic class.
13125         * domain.c, domain-internals.h: The generic sharing context is now
13126         part of the jit info data structure.  Added two accessor
13127         functions.
13129 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
13131         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
13132         the array Get/Set/Address methods, since the JIT inlines them.
13134         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
13136         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
13137         (mono_image_init): Initialize runtime_invoke_direct_cache.      
13139         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
13140         mono_marshal_get_delegate_invoke signature change.
13142         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
13143         an additional argument. Add support for invoking abstract methods.
13145         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
13147         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
13149 2007-11-09  Mark Probst  <mark.probst@gmail.com>
13151         * class.c: Do field layout for open generic classes as well.
13153 2007-11-09  Mark Probst  <mark.probst@gmail.com>
13155         * gc.c, gc-internal.h: Don't finalize threadpool threads with
13156         other objects, because the threadpool is still around.  Put them
13157         in a list instead and after finalizing all other objects in the
13158         root domain shut down the thread pool and then finalize the
13159         threads.  Fixes bug #337383.
13161         * threads.c, thread-types.h: New mono_thread_create_internal()
13162         function for marking a thread with the threadpool flag before it
13163         started.  Set synch_cs to NULL after freeing it.
13165         * threadpool.c: Mark threadpool threads before they start.
13167 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
13169         * reflection.h, reflection.c: don't export random functions
13170         and lazy load dbnull and missing objects.
13172 2007-11-07  Jonathan Chambers <joncham@gmail.com>
13174         * class.c: Initialize COM types if COM interfaces
13175         are present (not just COM classes).
13176         
13177         Code is contributed under MIT/X11 license.
13179 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
13180         * reflection.c:
13181         create_dynamic_mono_image: hook module profiler events (dynamic case).
13182         mono_image_basic_init: hook assembly profiler events (dynamic case).
13184 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
13185         * profiler.c:
13186         simple_appdomain_unload: completely terminate the profiler
13187         instead of only processing the statistical samples.
13188         simple_shutdown: make sure this is really called exactly once,
13189         even in multithreaded applications, and always listen to
13190         appdomain events.
13191         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
13192         here, the "[un]load" functions will do it.
13193         Fixes bugs #333791 and #325261.
13195 2007-11-07  Geoff Norton  <gnorton@novell.com>
13197         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
13198         rather than depend on __APPLE__.
13200 2007-11-07  Mark Probst  <mark.probst@gmail.com>
13202         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
13204 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
13206         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
13207         UTF16 MonoString. Fix the crash from bug #335488
13209 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
13211         * marshal.c: Correct (for non-Win32 OS) length != size in 
13212         mono_string_from_bstr. Fix #339530.
13214 2007-11-06  Geoff Norton  <gnorton@novell.com>
13216         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
13217         to succeed
13219 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
13221         * process.c: Added run-time GetProcessId API detection for Windows.
13223 2007-11-04  Miguel de Icaza  <miguel@novell.com>
13225         * reflection.c  (mono_param_get_objects): If a parameter has the
13226         attribute [System.Runtime.InteropServices.Optional] we should
13227         set the DefaultValue of the ParameterInfo to be
13228         System.Reflection.Missing instead of DBNull.
13230         See bug #339013.
13232         (mono_get_reflection_missing_object): New method,
13233         returns the System.Reflection.Missing.Value singleton instance.
13235 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
13237         * culture-info-table.h : regenerated.
13239 2007-11-02  Jonathan Chambers <joncham@gmail.com>
13241         * icall.c: Use GetEnvironmentStrings on windows
13242         so we are using the same environment block as 
13243         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
13244         #333740.
13245         
13246         Code is contributed under MIT/X11 license.
13248 2007-10-31  Martin Baulig  <martin@ximian.com>
13250         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
13252         * mono-debug-debugger.h
13253         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
13255 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
13257         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
13258         classes.
13260 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
13262         * culture-info-table.h : regenerated.
13264 2007-10-30  Robert Jordan  <robertj@gmx.net>
13266         * icall-def.h, icall.c:
13267         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
13269         Code is contributed under MIT/X11 license.
13271 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
13273         * class.c (mono_class_setup_vtable): Find the inflated methods in the
13274         inflated class instead of inflating them again.
13275         
13276         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
13277         dynamic case.
13279         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
13280         Call setup_supertypes () after klass->parent is set.
13281         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
13283         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
13284         for inflated instances of not yet created dynamic generic classes.
13285         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
13286         times from inflated_method.
13287         (methodbuilder_to_mono_method): Ditto.
13289 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
13291         * gc.c: code cleanup and removed old untested option of not creating the
13292         finalizer thread.
13294 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
13296         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
13297         creating a jump trampoline for dynamic methods.
13299 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
13301         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
13302         generic TypeBuilders when called from another method of the same type (bug #335131).
13305 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
13307         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
13308         doesn't seem to work perfectly.
13309         
13310         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
13311         called multiple times.
13312         (methodbuilder_to_mono_method): Ditto.
13313         (resolve_object): Inflate FieldBuilder's.
13315 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
13317         * string-icalls.c, string-icalls.h, appdomain.c: patch from
13318         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
13319         RemoveEmptyEntries in the string.Split implementation (bug #322375).
13321 2007-10-26  Dick Porter  <dick@ximian.com>
13323         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
13324         Thread initialisation changes
13326 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
13328         * verify.c: fix compatibility check between arrays and System.Array
13330 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
13332         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
13333         too. Fixes #336999.
13335 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
13337         * object.c (mono_value_box): Use typed allocation here.
13339 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
13341         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
13342         trampoline instead of compiling the method right away.
13344         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
13346 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
13348         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
13349         related fields for dynamic classes. Fixes #334493.
13351 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
13353         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
13354         
13355         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
13357         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
13358         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
13360         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
13362         * reflection.c (create_generic_typespec): Initialize klass->generic_container
13363         if needed.
13364         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
13366 2007-10-18  Jonathan Chambers <joncham@gmail.com>
13368         * marshal.c: Use correct key when removing item
13369         from ccw_hash.
13370         
13371         Code is contributed under MIT/X11 license.
13373 2007-10-17  William Holmes  <billholmes54@gmail.com>
13375         *marshal.c: Adding a case to marshal booleans to U1
13377         Code is contributed under MIT/X11 license.
13379 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
13381         * class.c (mono_class_from_name): Search the modules compromising dynamic
13382         assemblies. Fixes #331601.
13384 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
13386         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
13387         exception if the type name contains an assembly component. Fixes #334203.
13389         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
13390         modules inside dynamic assemblies. Fixes #334200.
13391         
13392         * reflection.c: Set image->public_key and image->public_key_length;
13394         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
13395         fields.
13397         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
13398         
13399 2007-10-16  Mark Probst  <mark.probst@gmail.com>
13401         * metadata.c: Implemented correct comparing of generic classes.
13402         An inflated generic class can be equal to a non-inflated one if it
13403         is inflated with generic type variables as type arguments.  Fixes
13404         bug #333798.
13406 2007-10-15  Dick Porter  <dick@ximian.com>
13408         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
13409         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
13410         81646.
13412         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
13413         instead of a monitor lock.  This means that monitor_try_enter and
13414         co can set the thread state safely.
13415         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
13416         thread_interrupt_requested, so interrupt actually works.
13418         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
13419         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
13420         state accessor function
13422 2007-10-15  Martin Baulig  <martin@ximian.com>
13424         * mono-debug.h
13425         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
13426         the debugger with the current runtime.
13428 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
13430         * object.c, object-internals.h: added the ability to set a single
13431         trampoline for all the slots in a vtable.
13433 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13435         * marshal.c: deal with a possible race condition during multicast
13436         delegate invocation.
13438 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13440         * class.c: ensure value type methods don't have the synchronized
13441         flag set.
13443 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
13445         * string-icalls.c, string-icalls.h: reverted unapproved patch that
13446         breaks the build.
13448 2007-10-11  Joel Reed  <joelwreed@comcast.com>
13450         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
13451         to take an options parameter so that empty entries can be removed during
13452         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
13454 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
13456         * marshal.c: make sure we don't store the signature from a dynamic
13457         method into the runtime invoke cache (bug #327189).
13459 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13461         * marshal.c: make sure the wrapper methods are properly initialized.
13463 2007-10-11  Mark Probst  <mark.probst@gmail.com>
13465         * metadata.c, metadata-internals.h: Generalized
13466         mono_type_stack_size() to mono_type_stack_size_internal() which
13467         takes an additional argument specifying whether it allows open
13468         types.
13470 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
13472         * verify.c (do_invoke_method): handle typedbyref params
13473         correctly and check for unverifiable return values.
13475         * verify.c (do_newobj): fix a warning.
13477 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
13479         * verify.c: don't tread typedbyref as allways unverifable,
13480         so uses, like (ld/st)loc.0 are valid. verify for the cases
13481         that it matters, like boxing related operations.
13483 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
13485         * verify.c: add verification of the newobj opcode. verification
13486         of delegate instantation still missing due ldftn and virldftn not
13487         pushing the function type on stack
13489 2007-10-08  Mark Probst  <mark.probst@gmail.com>
13491         * class-internals.h: Runtime generic context data structure
13492         definition.
13494         * object.c: Initialization of runtime generic context at runtime
13495         vtable creation time.
13497 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
13498         * class.c (mono_class_create_from_typedef,
13499         mono_class_from_generic_parameter, mono_ptr_class_get,
13500         mono_fnptr_class_get, mono_bounded_array_class_get)
13501         * domain.c (mono_domain_create, mono_domain_free)
13502         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
13503         * image.c (do_mono_image_load, mono_image_close):
13504         Hooked up load-unload profiler events.
13506 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
13508         * domain.c: track statistics about the actual amount of native code
13509         allocated.
13511 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
13513         * class.c: the valuetype enumerators don't have the additional
13514         supertypes interfaces.
13516 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13518         * class.c: need more interfaces setup for the IEnumerator<T>
13519         object created for arrays (tests/ienumerator-interfaces.2.cs).
13521 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
13523         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
13525 2007-10-05  Alp Toker  <alp@atoker.com>
13527         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
13528         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
13529         #315863.
13531 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
13533         * verify.c (verify_type_compatibility_full): verification of
13534         compatibility improved, validates correctly non-strict checks between
13535         native int and I4 types different than (unsigned)int32.
13537         * verify.c (do_store_indirect): added, do all verification of
13538         ldind.X opcodes. 
13540         * verify.c (get_load_indirect_mono_type): renamed to
13541         get_indirect_op_mono_type, as it now returns the MonoType for 
13542         ldind.X and stind.X opcodes.
13544 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
13546         * reflection.c: Fix the encoding of generic type definition for
13547         TypeBuilders.
13549         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
13550         mono_image_typedef_or_ref but allows to specify if typespec lookups should
13551         be made. Typespec check is done prior to typeref cache lookup.
13553         * reflection.c (mono_image_typedef_or_ref): now just delegate to
13554         mono_image_typedef_or_ref_full.
13556         * reflection.c (encode_generic_class): encode the generic class
13557         directly instead of calling encode_type.
13559         * reflection.c (encode_type): encode the generic type definition
13560         MonoClass as a generic instantiation.
13562         * reflection.c (create_typespec): cache typespec tokens in
13563         the assembly->typespec cache. Don't create typespec for a generic
13564         instance MonoClass. Create typespec for the generic type defintion.
13566         * reflection.c (create_generic_typespec): encode the generic
13567         class directly instead of calling encode_type.
13569         * reflection.c (mono_image_create_token): encode the generic
13570         type definition not using a typespec for MonoType instances.
13573 2007-10-04  Raja R Harinath  <rharinath@novell.com>
13575         Fix #328812
13576         * class.c (mono_image_init_name_cache): Don't return nested
13577         'protected internal' classes.
13578         (mono_class_from_name_case): Likewise.
13580 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
13582         * icall-def.h, icall.c : get_bundled_machine_config() is now the
13583           common function used by both DefaultConfig in System.dll and
13584           InternalConfigurationHost in System.Configuration.dll.
13586 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
13588         * class.c: automatically add to vectors only a few essential explicit
13589         generic interfaces. The rest of the interfaces that arrays should
13590         provide are currently implicitly added (but still not lazily, see the
13591         design in the discussion of bug#325495 for the details of what is
13592         needed for that). Additionally, implicit interfaces are assigned the
13593         same vtable slot as the explicit interfaces (as they are compatible):
13594         this enables huge memory savings since we don't need to instantiate
13595         as many memthods and as large vtables anymore. Also, Since
13596         GetEnumerator<T> returns an instance of a type that is required to
13597         support a similarly large set of interfaces as arrays, we add
13598         implicit interfaces and interface offset sharing support to those
13599         types, too. This change adds all the required interfaces so that
13600         the anonarray.cs test case in the bug report works (we don't add
13601         all the interfaces to arrays of arrays 3-level deep and more because
13602         of the memory requirements explained in the bug and since they are much
13603         less common: the lazy-loading support will enabled them to work, too).
13605 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
13607         * verify.c (merge_stacks): major clean up, all type compatibility
13608         checks are done by verify_type_compatibility. This fix my earlier lack
13609         of understanding of the CLR type system and merge_stacks no longer looks
13610         scary.
13612         * verify.c: fixed some bad spelling.
13614 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
13616         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
13617         a given stack slock.
13618         
13619         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
13620         verify_type_compatibility_full. This removed a near indentical function and fixed
13621         handling of Int32 and IntPtr across all opcodes.
13623 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
13625         * class.c: only vectors have the additional generic interfaces.
13627 2007-10-01  Jonathan Chambers <joncham@gmail.com>
13629         * mono-config.c: Use g_strcasecmp instead of
13630         strcasecmp like everywhere else to fix
13631         compilation with MSVC.
13632         
13633         Code is contributed under MIT/X11 license.
13635 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
13637         * object.c, object-internals.h: refactored the IMT code to enable
13638         building a single slot at a time and lazily creating the IMT trampolines
13639         and thunks.
13641 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
13643         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
13645         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
13646         Fixes #328501.
13647         
13648 2007-09-29  Raja R Harinath  <harinath@gmail.com>
13650         * loader.c (method_from_methodspec): Rearrange to avoid
13651         un-necessary exposition.  Don't assert out if the method's
13652         declaring type is a generic type definition.
13654 2007-09-28  Martin Baulig  <martin@ximian.com>
13656         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
13658 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
13660         * class-internals.h: optimize field layout of MonoClass to
13661         requires less cachelines at runtime and save a few bytes on 64 bit
13662         systems.
13664 2007-09-28  Jb Evain  <jbevain@novell.com>
13666         * reflection.c: when encoding type names in custom attributes,
13667         if the type is a closed generic type, its generic arguments
13668         have to be serialized as AssemblyQualifiedName, so that when
13669         they are deserialized, it's possible to re-create them properly.
13670         Fixes #329450.
13673 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
13675         * object.c, class-internals.h: added delegate-creation counter.
13677 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
13679         * class.c: cleanup of the code that synthetizes interfaces for
13680         arrays in 2.0: saves quit a bit of corlib mempool memory.
13681         Code to fix bug #325495 ifdeffed out for now until the issues
13682         with memory usage and O(n^2) behaviour are fixed.
13684 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
13686         * marshal.c: when possible, do not duplicate the name of the methods
13687         in the method builder and in the generated MonoMethod.
13689 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
13690         * verify.c: added support for type checking ldind_* opcodes.
13692 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
13694         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
13695         which is used to distinguish the fully open instantiation of a TypeBuilder
13696         with the rest. This temporary hack is required to restore the property that
13697         the fully open instantiation is the same type of the generic type definition.
13699         * class-internals.h (mono_generic_class_is_generic_type_definition):
13700         new function as part of the internal API.
13702         * class.c (inflate_generic_type): return NULL when the generic inst is
13703         fully open. The fully open generic type is now the same as the generic type
13704         definition for non TypeBuilder types.
13706         * class.c (mono_generic_class_get_class): removed assert since it is
13707         no longer valid, gklass->cached_class can point to the generic type definition.
13709         * class.c (mono_generic_class_is_generic_type_definition): new.
13711         * metadata.c (mono_generic_class_hash): added is_tb_open field
13712         to the hash calculation.
13714         * metadata.c (free_generic_class): if the generic class is associated
13715         with the generic type definition, its field will come from the mempool and
13716         must not be freed.
13718         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
13719         new, this function identifies the corner case of a TypeBuilder fully open
13720         instantiation.
13722         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
13723         for lookup. Set gclass->cached_class to be the container class in case of
13724         the fully open instantiation of non TypeBuilder types.
13726         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
13727         to compare generic classes.
13729         * reflection.c (method_encode_methodspec): remove assert that
13730         no longer is valid.
13732         * reflection.c (mono_reflection_generic_class_initialize): add
13733         an aditional assert to ensure the proper type is used.
13735 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
13737         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
13738         to enjoy it.
13740 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
13742         * verify.c (push_arg): Fixed support for ldarga
13743         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
13744         MonoType used as first arg in case of instance calls.
13746 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
13748         * verify.c: Support for verifying VAR and MVAR types, 
13750 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
13752         * icall.c (ves_icall_get_property_info): Set the reflected type of the
13753         accessors correctly.
13755 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
13757         * threads.c: support OSX and other systems in
13758         mono_thread_get_stack_bounds (bug #328026).
13760 2007-09-25  Martin Baulig  <martin@ximian.com>
13762         * mono-debug.h
13763         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
13765 2007-09-24  Martin Baulig  <martin@ximian.com>
13767         * mono-debug.h
13768         (MonoDebugClassEntry): Moved the definition of this struct into
13769         mono-debug.c to make it private.
13771         * mono-debug.c
13772         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
13773         type table per symbol file, we don't need to store the symfile id
13774         any longer.
13776 2007-09-24  Martin Baulig  <martin@ximian.com>
13778         Create one type table per symbol file, since a `MonoClass *' gets
13779         invalid when its image is unloaded.
13781         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
13782         (MonoDebugHandle): Added `type_table'.
13784 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
13786         * mempool.c, mempool.h: added mono_mempool_new_size () API
13787         to be able to specify a smaller initial size for the pool.
13788         Adjusted the code to slowly increase pool size before using
13789         the previous default size.
13790         * image.c: use a small initial size for image mempools.
13792 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
13794         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
13795         Fixes ##320990.
13797         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
13798         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
13800 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
13802         * metadata.c (mono_type_create_from_typespec): Remove an invalid
13803         free. Fixes #327438.
13805 2007-09-21  Raja R Harinath  <harinath@gmail.com>
13807         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
13808         generic instantiations, etc.
13809         <MONO_TYPE_ARRAY>: Likewise.
13811 2007-09-21  Martin Baulig  <martin@ximian.com>
13813         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
13814         these structs were never defined.
13815         (MonoDebugHandle): Removed the `_priv' field, it was never used.
13817 2007-09-21  Martin Baulig  <martin@ximian.com>
13819         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
13821 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
13823         * image.c: removed the guid hash tables: we can get the same info
13824         without the additional memory usage hit (partially fixes also bug #327052).
13826 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
13828         * profiler.h, profiler-private.h, profiler.c: add a new profiler
13829         event to handle unloading methods. After the event is called, the
13830         corresponding MonoMethod* must be considered invalid.
13831         * loader.c (mono_free_method): call the new mono_profiler_method_free
13832         event.
13834 2007-09-20  Mark Probst  <mark.probst@gmail.com>
13836         * domain-internals.h: New flag in MonoJitInfo which marks shared
13837         generic methods.  New hash table (shared_generics_hash) in
13838         MonoDomain to keep track of shared generic methods.  Prototypes
13839         for functions to register and lookup shared generic methods.
13841         * domain.c: Support for registering and looking up shared generic
13842         methods via a hash table (shared_generics_hash) in MonoDomain.
13844         * class-internals.h: New exception to signal failure of shared
13845         compilation of a generic method.  New counters for generics
13846         sharing in MonoStats.
13848 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
13850         * image.c, metadata-internals.h: don't keep a file descriptor open
13851         for loaded assemblies (bug#325988).
13853 2007-09-19  Raja R Harinath  <rharinath@novell.com>
13855         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
13856         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
13857         use the corresponding datatypes.
13858         (type_in_image): Update to changes.
13859         (CleanForImageUserData): Simplify.
13860         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
13861         Avoid quadratic behaviour in handling the "stolen" list by
13862         separating the filter predicate out, and by prepending the stolen
13863         items rather than appending them.
13864         (steal_ginst_in_image): Likewise.
13865         (mono_metadata_clean_for_image): Update to changes.
13867 2007-09-19  Martin Baulig  <martin@ximian.com>
13869         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
13871 2007-09-19  Martin Baulig  <martin@ximian.com>
13873         * mono-debug.c (mono_debug_cleanup): Don't call
13874         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
13876 2007-09-19  Raja R Harinath  <harinath@gmail.com>
13878         Fix crash on 'make run-test' in mcs/errors
13879         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
13880         Avoid more potential allocations in mono_class_from_mono_type.
13881         (ginst_in_image): Update to changes.
13882         (gclass_in_image): Rearrange slightly.
13884 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
13886         * class.c (mono_class_init): Move the code that sets up class->methods to 
13887         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
13889         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
13890         canonical instance of an inflated generic signature.
13891         (mono_type_create_from_typespec): Remove an invalid free.
13893         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
13895 2007-09-18  Marek Habersack  <mhabersack@novell.com>
13897         * domain-internals.h: added a declaration of the
13898         mono_assembly_load_full_nosearch internal function.
13900         * assembly.c (mono_assembly_load_with_partial_name): use
13901         mono_try_assembly_resolve return value properly.
13902         (mono_assembly_load_full_nosearch): copied the function body from
13903         mono_assembly_load_full, without the code to invoke assembly
13904         search hooks.
13905         (mono_assembly_load_full): calls the above new function and if the
13906         assembly is not resolved, invokes the search hooks.
13908         * appdomain.c (mono_runtime_init): restore the global postload
13909         assembly search handlers.
13911 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
13913         * class.c (mono_class_init): Make sure class->methods and class->properties
13914         are never NULL in the generics case.
13916         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
13918 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
13920         * metadata.c (free_generic_class): Disable some code to fix the build.
13922         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
13924         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
13925         from the image mempool.
13927         * metadata.c (free_generic_class): Free more data from the inflated class.
13929         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
13931         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
13932         mempool.
13933         (mono_type_create_from_typespec): Ditto.
13935         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
13936         MonoImage to the caller.
13937         (mono_init_internal): Save the opened image in a global variable.
13938         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
13940         * reflection.c (resolve_object): Fix a leak.
13942         * metadata.c: Fix the freeing of data in the generics caches.
13943         
13944         * metadata.c (free_generic_inst): Comment this out to fix the build.
13945         (free_generic_class): Ditto.
13947         * metadata.c: Free cached generic methods, instantinations and classes when
13948         they are removed from the caches.
13949         (mono_metadata_free_type): Free the type itself.
13951         * class.c: Free the result of mono_class_inflate_generic_type () in a few
13952         places.
13954 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
13956         * boehm-gc.c: restrict managed allocs to __thread supporting
13957         architectures.
13959 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
13961         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
13962         (mono_generic_class_get_class): Fix a leak.
13964         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
13965         mono_metadata_free_type ().
13966         (mono_metadata_inflate_generic_inst): Fix a leak.
13968 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13970         * mono-debug.c (free_header_data): Fix a leak missed earlier.
13972         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
13973         mempool.
13975         * mono-debug.c (mono_debug_close_image): Fix call to 
13976         g_hash_table_remove ().
13978 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
13980         * icall-def.h: redirect all the string ctor to the managed
13981         CreateString () methods.
13982         * string-icalls.c, string-icalls.h: removed dead code for string
13983         ctors and icalls.
13985 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13987         * mono-debug.c: Fix memory leaks.
13989 2007-09-14  Jonathan Chambers <joncham@gmail.com>
13991         * threads-types.h: Implement mono_hazard_pointer_set and 
13992         mono_hazard_pointer_clear macros using do/while(0) to fix
13993         compilation with MSVC.
13994         
13995         Code is contributed under MIT/X11 license.
13997 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
13999         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
14000         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
14002 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14004         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
14005         icalls.
14007 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14009         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
14010         managed-code allocated as well.
14012 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
14014         * class.c (mono_class_is_assignable_from): Add support for generic variance.
14016 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
14018         * boehm-gc.c: fixed the build after the AOT changes.
14020 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
14022         * wrapper-types.h: Add an ALLOC wrapper type.
14024         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
14025         reference managed allocator methods.
14027 2007-09-12  Marek Safar  <marek.safar@gmail.com>
14029         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
14030         of Type array and not MonoType, a fix suggested by Hari.
14031         
14032 2007-09-12  Jonathan Chambers <joncham@gmail.com>
14034         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
14035         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
14036         
14037         Code is contributed under MIT/X11 license.
14039 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
14041         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
14043 2007-09-12  Marek Habersack  <mhabersack@novell.com>
14045         * image.c (do_mono_image_open): if assembly file fails to open and
14046         MONO_IOMAP is in effect, try to find the path in a
14047         case-insensitive way.
14049         * appdomain.c (mono_runtime_init): do not install postload hooks -
14050         tests show that MS.NET doesn't use anything of that sort to
14051         trigger the AppDomain.AssemblyResolve event.
14052         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
14053         made non-static.
14054         (mono_runtime_init): init portability helpers here.
14056         * assembly.c (mono_assembly_load_with_partial_name): if other   
14057         attempts fail, trigger the AppDomain.AssemblyResolve event handler
14058         to resolve the assembly.
14060         * domain-internals.h: added mono_try_assembly_resolve and marked
14061         it as internal.
14063 2007-09-11  Jb Evain  <jbevain@novell.com>
14065         * object-internals.h (MonoReflectionDynamicMethod): add
14066         a `MonoReflectionType *owner` field. The owner is used
14067         * reflection.c:
14068         (mono_reflection_create_dynamic_method): use the owner of the dynamic
14069         method as the class declaring the dynamic method.
14070         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
14071         dynamic method to the declaring type of the methodbuilder.
14073 2007-09-11  Mark Probst  <mark.probst@gmail.com>
14075         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
14076         rules for calling methods via reflection.
14078 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
14080         * reflection.c (resolve_object): Add support for MonoGenericClass. 
14081         Inflate MonoType's.
14083 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
14085         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
14086         provide a managed method that does fast allocations without needing
14087         a managed->unmanaged transition. Boehm GC implementation currently
14088         enabled for ptrfree objects on sane architectures.
14090 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
14092         * marshal.c, marshal.h: exported a couple of useful functions and
14093         added mono_mb_get_label () to easily handle backward branches.
14095 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
14097         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
14099 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
14101         * loader.c (find_method): Fixed the regression introduced while
14102         fixing bug #81466.
14104 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
14106         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
14107         well.
14108         
14109         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
14110         icall.c reflection.c: Pass a MonoGenericContext argument to 
14111         mono_lookup_dynamic_token ().
14113         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
14114         #82744.
14115         
14116 2007-09-09  Robert Jordan  <robertj@gmx.net>
14118         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
14119         for generic methods.
14121         * object.c (mono_object_get_virtual_method): Handle generic methods.
14122         Fixes bug #78882.
14124         Code is contributed under MIT/X11 license.
14126 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
14128         * image.c: fix locking in mono_image_load_file_for_image ().
14130 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
14132         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
14133         used only as a cache: added an icall to fill it.
14135 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
14137         * reflection.h: exposed mono_reflection_free_type_info
14138         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
14139         since mono_reflection_bind_generic_parameters makes a copy of it.
14140         * reflection.c (free_type_info): subinfos should be freed.
14141         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
14142         made non static.
14143         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
14144         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
14145         this fixes #82695 and #81726.
14146    
14148 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
14150         * process.h, process.c:  added support for user profile/info in
14151           ProcessStartInfo. For now only Windows works.
14153 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
14155         * metadata.c: consider the generic arguments when comparing
14156         signatures (bug #82614).
14158 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
14160         * cil-coff.h, image.c: updated assembly loader to cope with the
14161         PE32+ 64 bit file format.
14163 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
14165         * assembly.c, class.c, domain.c, loader.c: remove useless
14166         inclusion of cil-coff.h.
14168 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
14170         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
14171         if interface is marked with CoClassAttribute. 
14172    
14173         Code is contributed under MIT/X11 license.
14175 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
14177         * sgen-gc.c: ensure no object from the to space is copied again or finalized
14178         if it's seen twice in major collections.
14180 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
14182         * sgen-gc.c: big objects are not copied to the gray area, but they
14183         need to be considered for scanning, too, if they are brought alive
14184         by an object ready for finalizations or a survived one.
14186 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
14188         * sgen-gc.c: properly account the number of disappearing links when
14189         they are nullified.
14191 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
14193         * sgen-gc.c: share the code to scan the registered roots between the
14194         different types of collections.
14196 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
14198         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
14200 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
14202         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
14203         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
14205 2007-08-28  Mark Probst  <mark.probst@gmail.com>
14207         * security-manager.c (mono_security_manager_get_methods):
14208         LinkDemandSecurityException now has 2 arguments instead of 3.
14210 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
14212         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
14213         platforms which need it.
14215 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
14217         * sgen-gc.c: unregister thread data structures with a pthread_key_t
14218         dtor.
14220 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
14222         * threads.c: free the thread static data on thread exit.
14224 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
14226         * class.c: walk the hierarchy to find the generic definition for
14227         a class (fixes runtime part of bug #82498).
14229 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
14231         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
14232         ...
14234         * image.c (mono_image_close): Here. Hopefully fixes #82510.
14236 2007-08-24  Mark Probst  <mark.probst@gmail.com>
14238         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
14240 2007-08-24  Robert Jordan  <robertj@gmx.net>
14242         * appdomain.c: don't perform the ':'->';' substitution on Win32.
14244 2007-08-24  Jb Evain  <jbevain@novell.com>
14246         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
14247         for byref types.
14249 2007-08-24  Mark Probst  <mark.probst@gmail.com>
14251         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
14252         #82286.
14254 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
14256         * assembly.c: Fix a warning.
14257         
14258 2007-08-23  Marek Habersack  <mhabersack@novell.com>
14260         * appdomain.c: parse the <runtime> section looking for the probing
14261         element with the 'privatePath' attribute, which sets additional
14262         directories in which the runtime should look for assemblies.
14264 2007-08-23  Robert Jordan  <robertj@gmx.net>
14266         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
14267         Fixes #82499.
14269 2007-08-23  Martin Baulig  <martin@ximian.com>
14271         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
14272         _mono_debug_init_corlib() and remove it from the header file.
14274 2007-08-23  Martin Baulig  <martin@ximian.com>
14276         * mono-debug-debugger.c
14277         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
14278         don't notify the debugger about it.
14280         * mono-debug-debugger.h
14281         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
14283 2007-08-23  Robert Jordan  <robertj@gmx.net>
14285         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
14286         Code is contributed under MIT/X11 license.
14288 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
14290         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
14292 2007-08-22  Martin Baulig  <martin@ximian.com>
14294         * mono-debug.c: Store debugging info on a per-domain basis and
14295         free it on domain unload.  Add support for unloading symbol files.
14297         * mono-debug.h
14298         (MonoDebugList): New typedef.
14299         (MonoSymbolTable):
14300         - add `data_tables and `type_table'.
14301         - replace 'symbol_files' and `num_symbol_files' with a
14302           `MonoDebugList *'.
14303         (mono_debug_data_table): Removed.
14304         (mono_debug_list_add): New public function.
14305         (mono_debug_list_remove): New public function.
14306         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
14307         (mono_debug_init_2_memory): Renamed into
14308         mono_debug_open_image_from_memory().
14309         (mono_debug_close_image): New public function.
14310         (mono_debug_domain_create): Likewise.
14311         (mono_debug_domain_unload): Likewise.
14312         (MONO_DEBUGGER_VERSION): Bump to 60.
14314         * mono-debug-debugger.h
14315         (MonoDebuggerEvent):
14316         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
14317         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
14318         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
14319         - rename `THREAD_CREATED' and `THREAD_EXITED' into
14320           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
14321         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
14322           meaning.
14323         (mono_debugger_add_symbol_file): Removed.
14324         (mono_debugger_add_type): Removed.
14325         (mono_debugger_lookup_type): Removed.
14326         (mono_debugger_lookup_assembly): Removed.
14328         * domain.c
14329         (mono_domain_create): Call mono_debug_domain_create().
14330         (mono_init_internal): Call mono_debug_init_corlib().
14332         * assembly.c
14333         (mono_assembly_close): Call mono_debug_close_image().
14335 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
14337         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
14338         mmap call.
14340 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
14342         * sgen-gc.c: ensure section->pin_queue_end is initialized
14343         correctly when non pinning objects in the section have been found.
14345 2007-08-22  Marek Habersack  <mhabersack@novell.com>
14347         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
14348         containing a list of directories separated by ':'. MSDN docs say
14349         the directories should be separated with ';'. Part of a bugfix for
14350         bug #81446
14352 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
14354         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
14355         it should MonoType and not MonoClass.
14357 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
14359         * culture-info-table.h : regenerated.
14361 2007-08-20  William Holmes  <billholmes54@gmail.com>
14363         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
14364          to call ReplaceFile Kernel32 on windows or in io-layer.
14365         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
14366         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
14367          as an internal call.
14369         Code is contributed under MIT/X11 license.
14371 2007-08-20  Jb Evain  <jbevain@novell.com>
14373         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
14374         and MONO_EXCEPTION_FIELD_ACCESS.
14376         * debug-helpers.[c|h]: new mono_field_full_name function.
14378 2007-08-20  Mark Probst  <mark.probst@gmail.com>
14380         * class.c: Removed class_security_level() and moved it to
14381         security-core-clr.c.
14383         * security-core-clr.c, security-core-clr.h: class_security_level()
14384         is now public and renamed to mono_security_core_clr_class_level().
14385         It also looks for security attributes in the classes a class is
14386         nested in.
14388 2007-08-20  Mark Probst  <mark.probst@gmail.com>
14390         * security-core-clr.c, security-core-clr.h: CoreCLR security
14391         utility functions.
14393         * Makefile.am: Added security-core-clr.[ch].
14395         * security-manager.c, security-manager.h: Functions and enum for
14396         setting and getting the security mode.
14398         * class.c: CoreCLR security checks.
14400 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
14402         * icall-def.h, process.c, process.h: implemented icall to get
14403         user/system processor times.
14405 2007-08-17  Mark Probst  <mark.probst@gmail.com>
14407         * domain.c, threads.c, class-internals.h, domain-internals.h: New
14408         reader-lock-free jit_info_table.
14410 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
14412         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
14414         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
14416         * object-internals.h (MonoException): Add missing _data member.
14418 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
14420         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
14421         checking that only methods with matching qname or fqname are picked
14422         from implemented interfaces.
14424 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
14426         * verify.c (do_newarr):added, do type verification of
14427         newarr ops, push the right value on the eval stack.
14428         * verify.c (mono_method_verify): use do_newarr
14431 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
14433         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
14434         factored the common code into get_boxable_mono_type, which
14435         is now using mono_type_get_full, this fixed byref related tests.
14437 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
14439         * class.c: added mono_type_get_full, this function has the same
14440         behavior of mono_class_get_full but the returned MonoType has
14441         all metadata of the associated token in case of a typespec token.
14442         * class.c: added mono_type_retrieve_from_typespec, used by 
14443         mono_type_get_full to retrieve the token type.
14444         * class.c (mono_class_create_from_typespec): changed to use
14445         mono_type_retrieve_from_typespec.
14446         * class.c (mono_ldtoken): changed to use mono_type_get_full
14447         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
14448         * class-internals.h: exported mono_type_get_full for internal use.
14450 2007-08-16  Jb Evain  <jbevain@novell.com>
14452         * domain.c (supported_runtimes): add entry for
14453         the 'moonlight' runtime version.
14455 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14457         * verify.c (mono_method_verify): small typo sliped in.  
14459 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14461         * verify.c (do_unbox_value): added, do type verification of
14462         unboxing ops
14463         * verify.c (mono_method_verify): use do_unbox_value
14466 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14468         * verify.c (dump_stack_value): fixed typo, was printing string
14469         instead of object on stack.
14470         * verify.c (do_box_value): moved the byref check up as it leads
14471         to invalid code and should be done earlier.
14472         * verify.c: improved error messages for and ldobj
14474 2007-08-15  William Holmes  <billholmes54@gmail.com>
14476         * marshal.c (emit_marshal_custom): Omit the call to 
14477           marshal_native_to_managed when calling native to managed 
14478           and the argument is specified as an out argument.
14480         Code is contributed under MIT/X11 license.
14482 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
14484         * verify.c: fixed the type checks for generics, function pointers and vectors.
14485         Added type verification for ldobj and ldtoken. The verifier
14486         would segfault if header or signature of a method contained references
14487         to non-existant types.
14489 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
14491         * marshal.c (cominterop_get_ccw): Patch from
14492         Bill Holmes to no walk up interface hierarchy. 
14493         All parent methods should be present in the interface for COM.
14494    
14495         Code is contributed under MIT/X11 license.
14497 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
14499         * marshal.c (emit_marshal_com_interface): Patch from
14500         Bill Holmes to handle COM Interfaces as return values
14501         for native->managed calls.
14502    
14503         Code is contributed under MIT/X11 license.
14505 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
14507         * marshal.c (cominterop_get_idispatch_for_object): Implement
14508         for runtime callable wrappers.
14509    
14510         Code is contributed under MIT/X11 license.
14512 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
14514         * pedump.c (main): changed from mono_init to mono_init_from_assembly
14515         so 2.0 types are accessible
14518 2007-08-13  Miguel de Icaza  <miguel@novell.com>
14520         * domain.c (mono_init_internal): Call mono_assembly_load_friends
14521         once we load mscorlib.   Due to the order in which we initialize,
14522         the mono_assembly_load_full routine that loads mscorlib did not
14523         load friends.   We now load it once we load the
14524         mono_defaults.internals_visible_class class. 
14526         * assembly.c: Expose the mono_load_friend_assemblies method.
14528 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
14530         * verify.c: improved the handling of boxing, better
14531         type checking for unary ops and conversion. Fix bug
14532         regarding managed pointer compatibility checking
14534 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
14536         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
14538         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
14540 2007-08-09  Raja R Harinath  <rharinath@novell.com>
14542         * reflection.c (dup_type): Remove.
14543         * class.c (dup_type): Remove.
14544         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
14545         instead of the dodgy 'dup_type'.
14546         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
14547         handle the case where 'dup_type' needed the second argument.
14549 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
14551         * domain.c: Fix a warning.
14553 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
14555         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
14556         checking that methods with the same fqname are not overridden
14557         with a method from an ancestor.
14559 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
14561         * threads.c (free_thread_static_data_helper): Avoid a crash if
14562         thread->static_data is not yet set.
14564 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
14566         * marshal.c: Use correct image when emitting
14567         native wrapper for COM calls.
14568    
14569         Code is contributed under MIT/X11 license.
14571 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
14573         * icall-def.h, security.c, security.h :
14574           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
14576 2007-08-07  Martin Baulig  <martin@ximian.com>
14578         * mono-debug-debugger.h
14579         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
14581         * domain.c (mono_domain_free): Call
14582         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
14584 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
14586         * verify.c (check_underflow, check_overflow): error message now returns IL offset
14587         * verify.c (in_same_block): code should test if either offset is inside the clauses
14588         * verify.c (mono_method_verify): push the exception into the eval stack of exception
14589         and filter blocks
14591 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
14593         * image.c (mono_image_close): Fix a leak.
14595         * object.c (mono_runtime_invoke_array): Avoid using alloca.
14597         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
14599 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
14601         * domain.c, threads.c, threads-types.h: fix memory retention issue
14602         with thread static variables not being cleared on domain unload.
14603         Reuse thread static slots after domain unload.
14605 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
14607         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
14608         nullable type.
14610         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
14611         now done in mono_runtime_invoke_array.
14613         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
14614         receiver is a nullable type.
14616         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
14617         generic parameter.
14619 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
14621         * marshal.c: Implement COM Objects as return type for 
14622         managed->unmanaged calls. Added Release calls for COM Object
14623         out/return values in managed->unmanaged calls.
14625         Code is contributed under MIT/X11 license.
14627 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
14629         * threads.h, threads-type.h: move the hazard pointer declarations
14630         to the private header.
14632 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
14634         * file-io.c, appdomain.c: memory leak fixes.
14636 2007-08-02  Dick Porter  <dick@ximian.com>
14638         * socket-io.c
14639         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
14640         SO_REUSEADDR setting into io-layer/sockets.c.
14642 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
14644         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
14645         from Object when called on a generic parameter. Fixes #82211.
14647 2007-08-01  Dick Porter  <dick@ximian.com>
14649         * file-io.c (convert_share): Test FileShare values bit-by-bit.
14650         Fixes bug 79250 yet again.
14652 2007-07-30  Martin Baulig  <martin@ximian.com>
14654         Merged the `debugger-dublin' branch.
14656         * mono-debug.h
14657         (MonoDebugDataTable): New typedef.
14658         (MonoDebugMethodAddressList): New typedef.
14659         (MonoDebugWrapperData): Removed.
14660         (MonoDebugSymbolTable): Removed `current_data_table',
14661         `current_data_table_size', `current_data_table_offset'.
14662         (MonoDebugDataItemType): Moved into mono-debug.c.
14663         (MonoDebugMethodJitInfo): Remove `address'.
14664         (mono_debug_data_table): New global variable.
14665         (mono_debug_lookup_method_addresses): New public function.
14666         (mono_debug_find_method): Take a `MonoMethod *', not a
14667         `MonoDebugMethodInfo *'.
14669         * mono-debug.c: Drop support for the old symbol tables.
14671 2007-06-28  Martin Baulig  <martin@ximian.com>
14673         * mono-debug.c (mono_debug_debugger_version): New public variable.
14675 2007-07-31  William Holmes  <billholmes54@gmail.com>
14677         * metadata.c Changed mono_type_create_from_typespec to not insert
14678           the type into the hash map until after
14679           do_mono_metadata_parse_type has completed.
14680         Fixes Bug #82194
14681         Code is contributed under MIT/X11 license.
14683 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
14685         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
14686         generic parameter. Fixes #82211.
14688 2007-07-27  Jb Evain  <jbevain@novell.com>
14690         * pedump.c (dump_metadata, dump_metadata_header): dump
14691         versions contained in the metadata header.
14693 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
14695         * threads.c: register small_id_table with the GC.
14697 2007-07-27  Mark Probst  <mark.probst@gmail.com>
14699         * threads.c, threads.h, class-internals.h, object-internals.h:
14700         Hazard pointers, to be used by lock-free parallel algorithms.
14702 2007-07-26  Dick Porter  <dick@ximian.com>
14704         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
14705         routine on non-windows platforms, as I've not managed to think of
14706         a non-kludgy way of doing this.  Finishes off bug 78739.
14708 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
14710         * object.c: properly setup interface_bitmap in proxy vtables.
14712 2007-07-25  Marek Habersack  <mhabersack@novell.com>
14714         * appdomain.c (get_shadow_assembly_location): do not use TickCount
14715         to create unique shadow copy target directories, use the domain's
14716         serial number instead. Each domain gets a unique target directory
14717         that way.
14719         * domain.c (mono_domain_create): added code to increment domain
14720         shadow copy serial number and cache the value in the current
14721         domain structure.
14723         * domain-internals.h (struct _MonoDomain): added a new field -
14724         shadow_serial to hold the serial number used in generation of
14725         shadow-copy directories. This is to make sure that the directory
14726         name is unique for each and every domain created. We avoid a race
14727         condition with overriding assemblies already in use by other app
14728         domains.
14730 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
14732         * class.c (mono_bounded_array_class_get): fixed memory leak when 
14733         binding generic parameters.
14735 2007-07-24  Raja R Harinath  <rharinath@novell.com>
14737         * metadata.c (do_mono_metadata_parse_generic_class): Use
14738         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
14739         error.
14741 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
14743         * loader.c, class-internals.h, reflection.c: removed the per-method
14744         generics hashtable: we use the global one through the call of
14745         mono_class_inflate_generic_method ().
14747 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
14749         * class.c, metadata.c, class-internals.h: introduce yet another
14750         generics global cache for inflated methods (fixes 98% of the perf
14751         issue in bug #81806).
14753 2007-07-23  Raja R Harinath  <rharinath@novell.com>
14755         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
14756         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
14757         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
14758         return a MonoGenericInst containing (a copy) of those types.
14759         (mono_metadata_inflate_generic_inst): Update to changes.
14760         (mono_metadata_parse_generic_inst): Likewise.
14761         (mono_get_shared_generic_inst): Likewise.
14762         * reflection.c (mono_class_bind_generic_parameters): Likewise.
14763         (mono_reflection_bind_generic_method_parameters): Likewise.
14764         * metadata-internals.h: Likewise.
14765         * icall.c (free_generic_context): Kill.
14766         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
14768         * reflection.c (reflection_methodbuilder_to_mono_method): Use
14769         mono_metadata_type_dup.
14770         * marshal.c (mono_mb_create_method): Likewise.
14772         * metadata.c (mono_metadata_type_dup): Rename from
14773         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
14774         MonoImage.  Handle a few more cases, esp. when no mempool is given.
14775         * marshal.c, metadata-internals.h: Update to changes.
14777 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
14779         * class.c: fixed a small leak for array classes and removed warning.
14781 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
14783         * loader.c (mono_method_get_param_token): Make this work on generic methods.
14784         Return 0x8000000 for return parameters. Fixes #82161.
14786 2007-07-21  Marek Habersack  <grendello@gmail.com>
14788         * appdomain.c (get_shadow_assembly_location): append the current
14789         ticks value to the path. Avoids overwriting the same assemblies by
14790         several threads at the same time.
14792 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
14793         and Raja R Harinath  <rharinath@novell.com>
14795         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
14796         Simplify slightly.
14797         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
14798         property for testing if a method is a generic method definition.
14800 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
14802         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
14804 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14806         * verify.c: used function from private branch, reverted to the one in class.h 
14808 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14810         * verify.c: a typo slipped in and the code wont compile
14812 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14814         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
14815         disabled box instruction as it is doing the wrong thing
14816         improved stack dump messages, now it is easier to debug type related issues
14819 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
14821         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
14823 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14825         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
14826         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
14827         grouped with class and valuetype. This change will simply 
14828         the code as it should be handled just like unmanaged pointers.
14830 2007-07-19  Mark Probst  <mark.probst@gmail.com>
14832         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
14834 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
14836         * verify.c: several stack merge issues fixed, reference comparisons now
14837         check the type size. strict type check now works correctly.
14838         added more uses of IS_MANAGED_POINTER macro.
14839         fixed issues pointed by running the test suite against .net.
14840         
14842 2007-07-19  Mark Probst  <mark.probst@gmail.com>
14844         * class.c, loader.c, class-internals.h: Removed the
14845         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
14846         defines.
14848         * icall.c: Better error checking in some internal reflection
14849         methods.
14851 2007-07-18  William Holmes  <billholmes54@gmail.com>
14853         * filewatcher.c : removed unused variable 'filename' in 
14854           ves_icall_System_IO_FSW_SupportsFSW
14856 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
14858         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
14859         obsolete, removed.
14861 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
14863         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
14864         
14865         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
14867 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
14869         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
14870         Implement generics support.
14871         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
14873         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
14874         type_args and method_args arguments.
14875         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
14876         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
14877         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
14879 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
14881         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
14882           It adds a rootimage parameter to mono_reflection_get_type_internal,
14883           adds new function mono_reflection_get_type_with_rootimage and use
14884           the rootimage to resolve the types instead of the current image
14886 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
14888         * culture-info-table.h: Forgot to update after r78304.
14890 2007-07-13  Raja R Harinath  <rharinath@novell.com>
14892         * class.c (mono_class_is_open_constructed_type)
14893         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
14895 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
14897         * class.c (mono_bounded_array_class_get):  method fails if used with
14898         an incomplete TypeBuilder enum (no basetype field), fixed it by 
14899         avoiding calculating the size for such array as it cannot be instantiated.
14900         Fix bug #82015
14902 2007-07-12  Raja R Harinath  <rharinath@novell.com>
14904         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
14905         field.
14906         * metadata.c, reflection.c: Update to changes.
14908 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
14910         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
14911         mono_class_is_valid_enum, they are used to valide a enum when loading.
14912         * reflection.c: used new functions to throw TypeLoadException when and
14913         invalid enum is build with TypeBuilder. Fixes #82018
14914   
14915 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
14917         * object.c: forgot commit of mono_class_setup_methods () to access
14918         iface->methods.
14919         * object-internals.h: added a few more handy fields to
14920         MonoIMTCheckItem.
14922 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
14924         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
14925         iface->methods.
14927 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
14929         * class-internals.h, object-internals.h, object.c: IMT-based
14930         interface invocation core from Massimiliano Mantione
14931         (massi@ximian.com) with a reworked arch-specific interface,
14932         bsearch implementation and a few bugfixes and memory savings by me.
14934 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
14936         * class.c (mono_class_create_from_typedef): mono would segfault if 
14937         an enum did not have a __value field. It now throws a TypeLoadException
14938         for such cases. Fix bug #82022
14940 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
14942         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
14944 2007-07-09  Mark Probst  <mark.probst@gmail.com>
14946         * class.c (mono_class_init): If a class is already inited but has
14947         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
14949 2007-07-09  Mark Probst  <mark.probst@gmail.com>
14951         * class.c: Properly handle the case of an unimplemented interface
14952         method.  Fixes: 81673.
14954 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
14956         * class-internals.h, object.c: cleanup patch from massi: use
14957         MonoVTable->interface_bitmap since the vtable interfaces offset array
14958         is going away.
14960 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
14962         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
14963         GetMDStreamVersion icall instead.
14965 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
14967         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
14968         not use mono_dl_build_path() with a full library name: makes
14969         fallbacks to libgaim and libfam work.
14971 2007-07-06  William Holmes  <billholmes54@gmail.com>
14973         * assembly.c: Added a continue statement in probe_for_partial_name when
14974          parse_assembly_directory_name fails.  Fixes : 82002
14976 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
14978         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
14979         and added a verification  for TYPEDBYREF.
14980         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
14981         make native int interchangeable with int32 and some small cleanup and formating.
14982         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
14983         handle byref of byref.
14984         * verify.c (push_local): handle byref of byref.
14985         * verify.c (do_binop): invalid mix of values is unverifiable
14986         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
14987         added visibility checks
14988         * verify.c (field related method): added visibility checks
14989         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
14991 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
14993         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
14994         string.
14996 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
14998         * profiler.c (mono_profiler_load): Fix an off-by-one error.
15000         * marshal.c (emit_marshal_string): When returning a string from managed code,
15001         allways make a copy even for unicode strings. Fixes #81990.
15003 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
15005         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
15006         of byref generic inst types (bug #81997).
15008 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
15010         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
15011         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
15013 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
15015         * marshal.c (emit_marshal_string): Add support for unicode strings in
15016         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
15018 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
15020         * verify.c: field load/store are now verified, missing only access checks now
15022 2007-06-28  Martin Baulig  <martin@ximian.com>
15024         * mono-debug.c (mono_debug_debugger_version): New public variable.
15026 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
15028         * locales.c: When constructing DateTimeFormat or NumberFormat for
15029         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
15030         MonoCultureInfo contructed from the current locale is always
15031         read-only and has UseUserOverride set to true. All MonoCultureInfo
15032         instances returned for GetCultures have both IsReadOnly and
15033         UseUserOverride set to true. Fixes part of bug #81930.
15035 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
15037        * icall-def.h: Update System.__ComObject icalls
15038        * marshal.c: Avoid managed transition (and object creation)
15039        when looking up COM interface in RCW.
15040        * marshal.h: Ditto.
15041        
15042        Code is contributed under MIT/X11 license.
15044 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
15046         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
15047         to avoid crashes during assembly unloading.
15049 2007-06-22  Raja R Harinath  <rharinath@novell.com>
15051         Fix MethodInfo.IsGenericMethodDefinition
15052         * reflection.c (mono_reflection_bind_generic_method_parameters):
15053         Rearrange code to ensure we always uses a generic method definition.
15054         * class.c (mono_class_inflate_generic_method_full): Set
15055         'generic_container' field only for generic method definitions.
15056         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
15057         Use presense of 'generic_container' field as indication of being a
15058         generic method definition.
15060 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
15062         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15064         * object-internals.h: Reflect changes in the layout of the managed Delegate
15065         class.
15066         
15067         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
15068         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
15069         runtime memory used by the dynamic method. Fixes #77146.
15071 2007-06-21  Dick Porter  <dick@ximian.com>
15073         * file-io.h: 
15074         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
15075         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
15076         81767.
15078 2007-06-21  Raja R Harinath  <rharinath@novell.com>
15080         * reflection.c (method_encode_methodspec): Add a tripwire.
15081         * class.c (inflate_generic_type): The fully open generic type is
15082         not the same as the generic type definition.
15084 2007-06-21  Martin Baulig  <martin@ximian.com>
15086         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
15088         * mono-debug-debugger.h
15089         (MonoDebuggerBreakpointInfo): Removed.
15090         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
15091         (mono_debugger_remove_breakpoint): Likewise.
15092         (mono_debugger_breakpoint_callback): Likewise.
15093         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
15095 2007-06-21  Raja R Harinath  <rharinath@novell.com>
15097         * metadata.c (mono_metadata_lookup_generic_class): The fully open
15098         generic type is not the same as the generic type definition.
15099         * class.c (mono_generic_class_get_class): Likewise.
15101 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
15103         * icall.c: The second argument to 
15104         System.Reflection.MethodBase.GetMethodFromHandleInternalType
15105         is a MonoType not a MonoClass.
15107 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
15109         * verify.c: support for function pointers in the verifier
15111 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
15113         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
15115 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
15117         * assembly.c: removed Mono.Data.SqliteClient from the list of
15118         forward-compatible assemblies as it breaks the ABI (bug #81899).
15120 2007-06-19  Raja R Harinath  <rharinath@novell.com>
15122         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
15123         lookup/update with the loader lock.
15124         * reflection.c (mono_class_bind_generic_parameters): No need to
15125         protect mono_metadata_lookup_* with the loader lock.
15126         * class.c (inflate_generic_type): Likewise.
15127         
15128         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
15129         on a generic instantiated type.
15131 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
15133         *verify.c: produce meanfull error messages on verification error
15134         *verify.c: fixed some cases of verification errors reported as validation errors
15135         *pedump.c: fixed the error name array, now it shows validation errors properly
15136         *verify.h: fixed the contant that should be used for verification errors
15138 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
15140         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
15141         for bug #77596, 81858 and 80743 (generics data structures on domain
15142         unload).
15144 2007-06-15  Raja R Harinath  <rharinath@novell.com>
15146         Avoid allocating 'MonoGenericContext' on the heap.
15147         * class-internals (_MonoMethodInflated::context): Make field
15148         inline, not a pointer.
15149         * loader.c (method_from_methodspec): Allocate 'new_context' on the
15150         stack.  Use the context embedded within the inflated method as the
15151         hash key, rather than 'new_context'.
15152         * class.c (inflate_generic_context): Simplify.  Return a struct
15153         rather than allocating on the heap.
15154         (mono_class_inflate_generic_method_full): Update to changes.  Now,
15155         doesn't salt away a copy of the context -- simplifying the
15156         lifetime rules of a 'MonoGenericContext *'.
15157         (mono_method_get_context): Return pointer to embedded context.
15158         (setup_generic_array_ifaces): Allocate temporary context on stack.
15159         * reflection.c (inflate_mono_method): Likewise.
15160         (mono_reflection_bind_generic_method_parameters): Likewise.
15161         Use the context embedded within the inflated method as the hash key.
15163         Avoid a source of allocation of 'MonoGenericContext'.
15164         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
15165         and 'cached_context' fields into embedded 'MonoGenericContext' field.
15166         * class.c: Update to changes.
15167         (mono_generic_class_get_context): Simplify drastically.  Now just
15168         returns a pointer to the field.
15169         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
15170         argument as a const pointer.
15171         (mono_metadata_generic_context_equal): Likewise.
15172         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
15173         Update to changes.
15175 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
15177         * verify.c improved the handling of brtrue/brfalse, factored out common code
15179 2007-06-14  Raja R Harinath  <rharinath@novell.com>
15181         Kill MonoGenericMethod.
15182         * class-internals.h (MonoGenericContext::method_inst): Rename from
15183         'gmethod' and convert to a MonoGenericInst.
15184         (MonoGenericMethod): Remove.
15185         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
15186         * loader.c (method_from_methodspec): Update to changes.  Use a
15187         MonoGenericContext as the key to the hashtable.
15188         * metadata.c (mono_metadata_generic_context_equal): Rename from 
15189         'mono_metadata_generic_method_equal' and take MonoGenericContext.
15190         (mono_metadata_generic_context_hash): Likewise from
15191         'mono_metadata_generic_method_hash'.  Change hash function.
15192         (mono_metadata_load_generic_params): Update to changes.
15193         (mono_get_shared_generic_method): Remove.
15194         * metadata-internals.h (mono_get_shared_generic_method): Remove.
15195         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
15196         (inflate_generic_context): Likewise.
15197         (mono_class_inflate_generic_method_full): Likewise.
15198         (setup_generic_array_ifaces): Likewise.
15199         (mono_class_create_from_typespec): Likewise.
15200         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
15201         (method_encode_methodspec): Update callsite.
15202         (reflection_methodbuilder_to_mono_method): Update to changes.
15203         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
15204         MonoGenericContext as the key to the hashtable.
15205         (inflate_mono_method): Update to changes.
15207         * class-internals.h (MonoGenericMethod::container): Remove.
15208         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
15210 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
15212         * profiler-private.h, profiler.c, profiler.h: added API to profile
15213         exception events.
15215 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
15217         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
15219 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
15221         * verify.c: method invocation is now validated, now we verify parameter types on stack.
15222         Fixed overflow and underflow not aborting the verification process.
15224 2007-06-13  Mark Probst  <mark.probst@gmail.com>
15226         * class-internals.h (MonoStats): Added stats entries for dynamic
15227         code allocations.
15229 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
15231         * loader.c (mono_free_method): Free header->locals and header->clauses.
15233         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
15234         dynamic case.
15236         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
15238         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
15240 2007-06-12  Raja R Harinath  <rharinath@novell.com>
15242         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
15243         the tables.
15245 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
15247         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
15249 2007-06-11  Raja R Harinath  <harinath@gmail.com>
15251         MonoGenericMethod on a diet
15252         * class-internals.h (_MonoMethodInflated::reflection_info): Move
15253         here ...
15254         (_MonoGenericMethod::reflection_info): ... from here.
15255         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
15256         Update to changes.
15257         * reflection.c (inflate_mono_method): Likewise.
15258         (mono_reflection_bind_generic_method_parameters): Likewise.
15260 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
15262         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
15263         *verify.c: factored long ldarg forms to share code with short forms
15265 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
15267         *verify.c: fixed code formating factored some duplicate code
15268         into a new function
15270         *verify.h: fixed binary incompatibility introduced earlier
15272         *pedump.c: fixed formating
15274 2007-06-11  Raja R Harinath  <harinath@gmail.com>
15276         Fix assertion when disassembling Mono.C5.dll
15277         * loader.c (method_from_methodspec): Avoid inflating a method
15278         twice with the same context.  If the methodref is inflated, use
15279         the declaring method instead.
15281         * class.c (mono_class_from_generic_parameter): Fix case similar to
15282         bug #81830 handled below, but for method containers.
15284 2007-06-10  Raja R Harinath  <harinath@gmail.com>
15286         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
15287         get_shared_generic_class.  Directly inflate the instance.
15288         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
15289         (inflate_generic_class): Delete.
15290         (get_shared_generic_class): Delete.  Move setting of
15291         'cached_class' and 'cached_context' ...
15292         * metadata.c (mono_metadata_lookup_generic_class): ... here.
15294         * metadata.c (mono_metadata_lookup_generic_class): Change
15295         signature to take the components of a MonoGenericClass rather than
15296         an allocated MonoGenericClass.  Change semantics to be intern-like.
15297         * reflection.c (mono_class_bind_generic_parameters): Update to
15298         changes.  Make locking region tighter.
15299         * class.c (inflate_generic_class): Update to changes.
15300         (get_shared_generic_class): Likewise.
15301         * metadata-internals.h: Likewise.
15303         * reflection.c (mono_class_bind_generic_parameters): Take and
15304         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
15305         (mono_reflection_bind_generic_parameters): Use
15306         'mono_class_bind_generic_parameters' rather than duplicate the code.
15307         * class.c (mono_bounded_array_class_get): Update to changes.
15308         * object-internals.h: Likewise.
15310         * reflection.c (mono_class_bind_generic_parameters): Only support
15311         parameterizing generic type definitions.  Remove support for other
15312         open types.
15314 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
15316         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
15318         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
15319         in the dynamic case.
15321 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
15323         * threads.c: When cleaning up thread, reset the Background bit.
15324         Fixes bug #81720.
15326 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
15328        * metadata.c: Move variable declarations to top of scope.
15329        * verify.c: Move variable declarations to top of scope.
15331        Code is contributed under MIT/X11 license.
15333 2007-06-08  Raja R Harinath  <rharinath@novell.com>
15335         * reflection.c (mono_class_bind_generic_parameters): Replace
15336         open-coded loop with mono_metadata_inflate_generic_inst.
15338         * class.c (get_shared_generic_class): Don't call
15339         mono_get_shared_generic_inst.  Use the container's own
15340         'class_inst'.
15342         * metadata.c (mono_metadata_load_generic_params): Move
15343         initialization of 'context' field here from ...
15344         * class.c (mono_class_create_from_typedef): ... here, and ...
15345         * loader.c (mono_get_method_from_token): ... here.
15347         * class.c (get_shared_generic_class): Rename from
15348         mono_get_shared_generic_class and make static.
15349         (mono_get_shared_generic_inst): Move to metadata.c.
15350         * loader.c (mono_get_shared_generic_method): Likewise.
15351         * class-internals.h, metadata-internals.h: Update to changes.
15353         Fix #81830
15354         * class.c (mono_class_from_generic_parameter): Don't assume a
15355         generic container owner exists.  Generic containers from monodis
15356         don't have any.
15358 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
15360         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
15361         * verify.h: new typedefs to returns the non-verifiable status
15362         * verify.c: initial implementation of generics, stack merging and object compatibility check
15364 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15366         * class.c, image.c, class-internals.h (MonoImage): class_cache is
15367         a MonoInternalHashTable again (fixed bug in internal hash table
15368         code).
15370 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15372         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
15373         MonoInternalHashTable again (fixed bug in internal hash table
15374         code).
15376 2007-06-06  Mark Probst  <mark.probst@gmail.com>
15378         * class.c, image.c, class-internals.h, domain.c,
15379         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
15380         changes.  Have to figure out what makes them break the SWF
15381         regression.
15383 2007-06-04  Mark Probst  <mark.probst@gmail.com>
15385         * class.c, image.c, class-internals.h (MonoImage): class_cache is
15386         a MonoInternalHashTable now.
15388 2007-06-04  Mark Probst  <mark.probst@gmail.com>
15390         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
15391         MonoInternalHashTable now.
15393 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
15395         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
15396         invoke_impl code.
15398         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
15400         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
15401         dependent trampoline.
15403         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15405         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
15407 2007-05-29  Robert Jordan  <robertj@gmx.net>
15409         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
15411 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
15413         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
15415 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
15417        * marshal.c: Fix interface lookup loops for
15418        cominterop_get_com_slot_for_method and 
15419        cominterop_get_method_interface. Only need to lookup
15420        if type is a class, else use interface type method is on.
15422        Code is contributed under MIT/X11 license.
15424 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
15426         * reflection.c: HasSecurity can be present even if no specially 
15427         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
15428         SecurityAttribute). Fix CAS regression tests on buildbot.
15430 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
15432        * appdomain.c: Add configure checks for header files.
15433        * image.c: Add configure checks for header files.
15434        * file-io.c: Add configure checks for header files.
15435        * debug-mono-symfile.c: Add configure checks for header files.
15436        * threadpool.c: Add configure checks for header files.
15437        * console-io.c: Add configure checks for header files.
15438        * profiler.c: Add configure checks for header files.
15439        * rawbuffer.c: Add configure checks for header files.
15440        * icall.c: Add configure checks for header files.
15441        * rand.c: Add configure checks for header files.
15442        * socket-io.c: Add configure checks for header files.
15444        Code is contributed under MIT/X11 license.
15446 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
15448         * reflection.c (mono_custom_attrs_from_builders): Remove the 
15449         assertion as it breaks the build.
15450         
15451         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
15453         * reflection.c (lookup_custom_attr): Make a copy here too.
15455         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
15456         dynamic images.
15458         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
15459         images.
15461         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
15462         info.
15464 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
15466         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
15467         (load_cattr_value): Ditto.
15469 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
15471         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
15473 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
15475         * threads.c: In "start_wrapper", set apartment_state to MTA if
15476         apartment_state is Unknown and we're running on 2.0 profile or
15477         higher.
15478         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
15479         to main method, then set apartment_state to Unknown on 1.0 profile,
15480         and MTA on 2.0 profile.
15482 2007-05-16  Jb Evain  <jb@nurv.fr>
15484         * class-internals.h (MonoDefaults): Add an attribute_class and
15485           customattribute_data_class.
15486         * domain.c (mono_init_internal): Populate them.
15487         * reflection.c: Use them to remove duplicates. Make a vew
15488         MonoClass variables `static'.
15490 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
15492         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
15493         step in implementing IMT, so that all isinst checks now can go
15494         through the bitmap.
15495         This was needed because vtables for TransparentProxy need to look
15496         like the vtable of the "target" class, so they need to point to
15497         its interface bitmap directly.
15499         * object.c: inside "mono_class_create_runtime_vtable" and
15500         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
15502 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
15504         * object-internals.h
15505           culture-info.h : added territory field in MonoCulture and
15506           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
15507         * locales.c : fill territory field above too.
15508         * culture-info-table.h : regenerated.
15510 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
15512         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
15513         Fixes #81599.
15515 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
15517         * object.c: Always initialize apartment, even if 
15518         there is no custom attributes on entry point.
15519         
15520         Code is contributed under MIT/X11 license.
15522 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
15524         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
15525         * metadata.c: If no encoding is set, check for unicode
15526         on class.
15527         
15528         Code is contributed under MIT/X11 license.
15530 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
15532         * threads.c: Handle if mono_thread_current returns NULL 
15533         
15534         Code is contributed under MIT/X11 license.
15536 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
15538         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
15539         in start_wrapper. Added mono_thread_init_apartment_state and
15540         mono_thread_cleanup_apartment_state.
15541         * object.c: Initialize thread apartment state on main thread
15542         by checking for STAThreadAttribute on entry point.
15543         * object-internals.h: Add apartment_state field to MonoThread.
15544         * threads-types.h: Add unmanaged definition of 
15545         System.Threading.ApartmentState, MonoThreadApartmentState.
15546         
15547         Code is contributed under MIT/X11 license.
15548         
15549 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
15551         * class.c: Fix windows build.
15552         * class-internals.h: Fix windows build.
15553         
15554         Code is contributed under MIT/X11 license.
15556 2007-05-08  Robert Jordan  <robertj@gmx.net>
15558         * process.c (CreateProcess_internal):
15559         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
15560         .CreateNoWindow was specified. Fixes #81496.
15562 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
15564         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
15565         step in implementing IMT, replaced it with two compact arrays
15566         (interfaces_packed and interface_offsets_packed) and a bitmap that
15567         is used for isinst checks (interface_bitmap).
15569         * class.c: (compare_interface_ids): compare function to pass to
15570         bsearch when looking for an interface with a given id.
15571         (mono_class_interface_offset): reimplemented using bsearch on
15572         interfaces_packed, getting the offset from interface_offsets_packed.
15573         (print_implemented_interfaces): utility debugging function.
15574         (setup_interface_offsets): reworked to initialize interfaces_packed,
15575         interface_offsets_packed and interface_bitmap.
15577         * object.c: replaced all accesses to "MonoClass.interface_offsets"
15578         with uses of interfaces_packed and interface_offsets_packed.
15580 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
15582         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
15583         mono_class_interface_offset prototype to wrap all accesses to
15584         "MonoClass.interface_offsets".
15586         * class.c: Implemented mono_class_interface_offset, and wrapped all
15587         accesses to "MonoClass.interface_offsets".
15589         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
15590         "MonoClass.interface_offsets".
15592 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
15594         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
15595         GetMethodFromHandle overloads (bug #78637).
15597 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
15599         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
15600         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
15602 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
15604         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
15605         #81498.
15607         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
15608         gracefully.
15609         (mono_custom_attrs_from_index): Ditto.
15611         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
15612         Fixes #81501.
15614 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
15616         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
15617         is now allocated from a mempool.
15619 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
15621         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
15622         caller holds threads_lock, leading to deadlocks. Fixes #81476.
15624 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
15626         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
15627         mono_loader_clear_error () too late. Fixes #81463.
15629 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
15631         * culture-info-table.h : regenerated.
15633 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
15635         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
15636         is missing.
15638 2007-04-25  Dick Porter  <dick@ximian.com>
15640         * Makefile.am: Put the mingw enforced-optimisation back into the
15641         PLATFORM_WIN32 section.
15643 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
15645         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
15646         patch.
15648         * image.c (mono_image_load_module): New API function to load a module reference.
15650         * image.c (load_modules): Load modules lazily. Fixes #80812.
15652         * class.c (mono_class_from_typeref): Use mono_image_load_module.
15653         
15654         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
15656         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
15657         to mono_image_load_module_dynamic.
15659 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
15661         * marshal.c: Fix calling convention for CCW on non-windows
15662         platforms. STDCALL on windows, CDECL everywhere else to work 
15663         with XPCOM and MainWin COM.
15664         
15665         Code is contributed under MIT/X11 license.
15667 2007-04-23  Martin Baulig  <martin@ximian.com>
15669         Fix #80969.
15671         * loader.c
15672         (method_from_memberref): Added `gboolean *used_context' argument.
15673         (mono_get_method_from_token): Likewise.
15674         (mono_get_method_full): Don't insert the method in the cache when
15675         `used_context' is true.
15677 2007-04-23  Raja R Harinath  <rharinath@novell.com>
15679         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
15681         * reflection.c (mono_reflection_bind_generic_parameters): Don't
15682         create new MonoTypes for returned types.
15683         * class.c (mono_generic_class_get_class): Export mono-internal.
15684         * class-internals.h: Update to changes.
15686 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
15688         * threadpool.c, threadpool.h, icall-def.h: patch from
15689         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
15691 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
15693         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
15694         
15695         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
15697         * threads.c (mono_thread_get_stack_bounds): New helper function.
15699         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
15700         Correctly compute stack bounds when attaching. Fixes #81394.
15702 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
15704         * reflection.c: fix handling of doubles in custom attributes
15705         for the arm-fpa format (bug #81368).
15707 2007-04-18  Raja R Harinath  <rharinath@novell.com>
15709         * reflection.c (assembly_add_win32_resources): Mildly relax an
15710         bounds check to let the end pointer point just past the end of the
15711         allocated buffer.  (may fix #81384)
15713 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
15715         * culture-info-table.h : regenerated.
15717 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
15719         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
15720         the thread is aborted early.
15722 2007-04-05  Dick Porter  <dick@ximian.com>
15724         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
15725         FindFirstFile()/FindNextFile() to find entries.  This lets the
15726         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
15727         81038.
15729         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
15730         the parameters of
15731         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
15733 2007-04-04  Martin Baulig  <martin@ximian.com>
15735         * debug-helpers.c
15736         (mono_method_desc_full_match): Add support for nested classes.
15738 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
15740         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
15742 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
15744         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
15745         waiting for too many threads.
15747 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
15749         * environment.c: Fix return value check on uname so we can get the 
15750         executing version on Solaris operating systems.
15752 2007-03-28  Jb Evain  <jbevain@gmail.com>
15754         * class.c (mono_type_get_name_recurse): Complete the
15755         fix for the creation of assembly qualified names for
15756         pointer types. Fixes #81208.
15758 2007-03-27  Dick Porter  <dick@ximian.com>
15760         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
15761         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
15762         changed.
15764         * threads.c
15765         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
15766         the value of ReleaseMutex().
15768 2007-03-27  Dick Porter  <dick@ximian.com>
15770         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
15771         in little-endian order, not network endian, so must be converted
15772         to host endian here.  Fixes bug 80593.
15774 2007-03-22  Jb Evain  <jbevain@gmail.com>
15776         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
15777         qualified names for pointer types. Fixes #81208.
15779 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
15781         * marshal.c: Add support for PreserveSigAttribute. 
15782         
15783         Code is contributed under MIT/X11 license.
15785 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
15787         * process.c: Fix endianness issues. Fixes #81126.
15789         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
15790         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
15792         * image.c (mono_image_lookup_resource): Make this work on big-endian
15793         machines.Change API contract so the caller needs to free the return value.
15794         
15795         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
15796         API change.
15797         
15798 2007-03-14  Martin Baulig  <martin@ximian.com>
15800         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
15801         mono_type_get_desc() as well.
15803 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
15805         * icall.c:  Fix environ access in VS.  
15806         
15807 2007-03-13  Alp Toker  <alp@atoker.com>
15809         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
15810         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
15811         #63841.
15813 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
15815         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
15816         circular references among dynamic methods. Fixes #81091.
15818         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
15820 2007-03-09  Martin Baulig  <martin@ximian.com>
15822         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
15824 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
15826         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
15827         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
15828         
15829         Code is contributed under MIT/X11 license.
15830         
15831 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
15833         * loader.c: Reapply patch for bug #79424.
15835 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
15837         * metadata.c (mono_type_to_unmanaged): Only convert object to
15838         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
15840 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
15842         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
15843         (and incorrectly set) is_reference field from MonoGenericInst.
15845 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
15847         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
15848         a little earlier.
15850         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
15852         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
15854 2007-03-05  Miguel de Icaza  <miguel@novell.com>
15856         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
15857         FileOptions.1 value to mean "temporary", map that to
15858         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
15860         Fixes 80688
15862 2007-03-03  Marek Habersack  <mhabersack@novell.com>
15864         * appdomain.c: implement MS .Net style shadow copying. Copies of
15865         the assemblies are made in a subdirectory of the dynamic base
15866         directory, the assembly names are preserved.
15867         Copy .mdb and .config files along with the assemblies being shadowed.
15869 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
15871         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
15872         (emit_marshal_handleref): Ditto.
15874         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
15875         on Visual C++. Fixes #80671.
15877 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
15879         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
15880         for clone operations.
15882 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
15884         * marshal.c: Fix warnings.
15886 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
15888         * loader.c: allow case-insensitive matching of the dll name
15889         in dllmap handling when prefixed with "i:".
15891 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
15893         * threads.c: Fix #ifdef for dummy_apc function for VS.
15895 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
15897         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
15899 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
15900         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
15901         giving precedence to the methods with a fully qualified name
15902         (InterfaceName.MethodName) when building the interface sections
15903         of the vtable.
15905 2007-02-16  Dick Porter  <dick@ximian.com>
15907         * threadpool.c (append_job): Fix fast-path array handling, so it's
15908         less likely the array will grow exponentially when the load is
15909         heavy.
15911 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
15913         * metadata-internals.h, loader.c: fix dllmap lookup order
15914         for non-function maps, too, and prepare for fallback code.
15916 2007-02-12  Robert Jordan  <robertj@gmx.net>
15918         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
15919         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
15920         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
15921         GlobalFree. Fixes a part of bug #77075.
15923 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
15925         * loader.c: implemented typedef parent in field memberref.
15927 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
15929         * marshal.c: Fix warnings and remember to call Release on
15930         IUnknown of RCW.
15931         
15932         Code is contributed under MIT/X11 license.
15934 2007-02-10  Miguel de Icaza  <miguel@novell.com>
15936         * class-internals.h: Add MonoHandleRef definition, and
15937         handleref_class to mono_defaults. 
15939         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
15940         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
15942         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
15943         (do nothing on this stage)
15944         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
15945         (emit_marshal_handleref): New method, used for argument handling
15946         of HandleRefs. 
15948 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
15950         * class.c (mono_class_setup_parent): Lazily init com types.
15951         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
15952         init com types.
15953         * object.c (mono_remote_class_vtable): Lazily init com types.
15954         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
15955         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
15956         * domain-internals.h: Expose mono_init_com_types.
15957         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
15958         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
15959         Add support for COM Callable Wrapper marshalling.
15960         * marshal.h: Add icall definitions.
15961         * gc.c: Handle freeing of CCWs in finalizer code.
15962         
15963         Code is contributed under MIT/X11 license.
15965 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
15967         * reflection.c: changed all the signature encoding code to use
15968         a variable-sized buffer.
15970 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
15972         * marshal.c: locking fixes: never take the loader lock
15973         or other runtime locks when holding the marshal lock
15974         (fixes bug#80664).
15976 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
15978         * marshal.c: make the delegate function pointer mapping
15979         work for the moving GC.
15981 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
15983         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
15984         for bug #80618.
15986 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
15988         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
15989         gmodule.
15991 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
15993         * threadpool.c: made the code moving-GC safe.
15995 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
15997         * assembly.c, boehm-gc.c, class-internals.h, class.c,
15998         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
15999         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
16000         warning cleanup.
16001         * reflection.c: warning cleanup, some threading and moving GC fixes.
16003 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
16005         * class.c, loader.c: create the needed Set/Get/Address array methods
16006         as well as the .ctors in mono_class_init (), fixes bug #80567.
16008 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
16010         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
16011         we doesn't decrease its alignment. Should fix the sparc build.
16013 2007-01-24  Dick Porter  <dick@ximian.com>
16015         * socket-io.c
16016         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
16017         Create the returned object if we need to ignore an unsupported
16018         socket option.  Fixes a segfault reported by Atsushi.
16020 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
16022         * class.c, object.c: restrict GC-tracked fields to
16023         UIntPtr fields used inside corlib, so we provide better
16024         type info to the GC and also allow broken packing as in
16025         bug #80580.
16027 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
16029         * sgen-gc.c: removed duplicated function.
16031 2007-01-19  Miguel de Icaza  <miguel@novell.com>
16033         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
16034         value that means that the value is not supported, but that we
16035         should not return a failure, but instead report this as a
16036         successful operation.
16038 2007-01-19  Raja R Harinath  <rharinath@novell.com>
16040         Fix tests/bug79956.2.il
16041         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
16042         (mono_generic_class_get_class): If the generic definition in an
16043         enum, copy over other fields related to it.
16045 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
16047         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
16048         genericinst enums (bug #79215).
16050 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
16051         * class.c: Fix bug 80307.
16053 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
16055         * image.c: if the file table is not present, try to load
16056         all the modules, since we don't have info about them
16057         having or not metadata (bug #80517).
16058         * assembly.c: allow mono_assembly_load_references () to
16059         work for netmodules.
16061 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
16063         * image.c, metadata-internals.h, object.c: execute module
16064         cctors when running on the 2 runtime if present (bug #80487).
16066 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
16068         * icall.c: optimized InitializeArray() on bigendian.
16070 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
16072         * icall.c: fix for the broken ARM FPA double format.
16074 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
16076         * icall.c: handle endian issues for r4 and r8 types, too, in
16077         the InitializeArray() icall.
16079 2007-01-15  Miguel de Icaza  <miguel@novell.com>
16081         * loader.c (mono_loader_error_prepare_exception): Clear the error
16082         once we have extracted the information from it, do this before we
16083         call into the JIT's class loading mechanisms.
16085         * object.c (mono_class_create_runtime_vtable): Do not clear the
16086         loader error before calling mono_class_get_exception_for_failure
16087         as the loader error is needed inside
16088         mono_class_get_exception_for_failure to throw the error (thinko).
16090         Fixes #80521
16091         
16092 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
16094         * reflection.c: align fields rva data so it's faster to load at
16095         runtime.
16097 2007-01-12  Raja R Harinath  <rharinath@novell.com>
16099         Prepare to simplify GenericMethod handling.
16100         * class-internals.h (mono_method_get_context): New accessor function.
16101         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
16102         rather than directly accessing '->context' field.
16104         * class-internals.h (_MonoGenericParam.method): Move ...
16105         (_MonoGenericContainer): ... here.  Add into union with klass field.
16106         * class.c, icall.c, loader.c, metadata.c, reflection.c:
16107         Update to changes.
16109 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
16111         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
16112         the wrapper type enum and reduce relocations.
16114 2007-01-12  Raja R Harinath  <rharinath@novell.com>
16116         * reflection.c (inflate_mono_method): Reuse method instantiation
16117         from the generic method, if available.
16119 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
16121         * marshal.c (emit_marshal_variant): Fix conv_arg
16122         type in last commit, based on whether parameter is byref.
16123         
16124 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
16126         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
16127         marshalling.
16128         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
16129         MONO_TYPE_OBJECT back for VARIANT support.
16131 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
16133         * marshal.c, marshal.h, icall-def.h: Implement 
16134         Marshal.ReAllocCoTaskMem.
16136 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
16138         * marshal.c: memory retention fixes: use the proper
16139         image cache for runtime_invoke method lookups.
16141 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
16143         * mempool.c: added code to help debug mempool allocations.
16145 2007-01-11  Dick Porter  <dick@ximian.com>
16147         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
16148         support (experimenting with faking it with IP_MTU_DISCOVER for
16149         systems that don't have IP_DONTFRAGMENT.)
16150         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
16151         icall.
16153         * icall-def.h: new System.Net.Sockets.Disconnect icall.
16155         * socket-io.h: Add new fields to MonoSocketAsyncResult
16156         corresponding to the new ones in Socket.cs.
16158 2007-01-11  Raja R Harinath  <rharinath@novell.com>
16160         Fix IronPython regression mentioned in #80249
16161         * metadata.c (do_mono_metadata_parse_generic_class): Clear
16162         'cached_context' field, since it may have been initialized as a
16163         side-effect of metadata parsing.
16165         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
16166         (_MonoGenericClass.cached_class): Move here and rename from lone
16167         remaining field of ...
16168         (_MonoInflatedGenericClass): ... this.  Remove.
16169         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
16170         to changes.
16172         Fix mcs/tests/test-128.cs regression.
16173         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
16174         2007-01-10 change below.
16175         [MONO_TYPE_OBJECT]: Recurse into array case.
16177 2007-01-11  Raja R Harinath  <harinath@gmail.com>
16179         * class-internals.h (mono_get_inflated_generic_class): Remove.
16180         * class.c (mono_get_inflated_generic_class): Remove.
16181         (mono_generic_class_get_class): Rename from
16182         mono_class_create_generic.
16183         (mono_class_from_mono_type) [GENERICINST]: Use it.
16184         * reflection.c, metadata.c: Update to changes.  Use
16185         'mono_class_from_mono_type'.
16187 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
16189         * reflection.c: use passed type when encoding an array element
16190         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
16192 2007-01-09  Robert Jordan  <robertj@gmx.net>
16194         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
16195         result arguments (someDelegate.EndInvoke (unrelatedAres)).
16196         Fixes bug #80392.
16198 2007-01-09  Raja R Harinath  <rharinath@novell.com>
16200         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
16202         * object.c (set_value): Avoid aliasing between type->data.klass
16203         and type->data.generic_class.
16205         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
16207 2007-01-08  Raja R Harinath  <rharinath@novell.com>
16209         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
16210         between type->data.klass and type->data.generic_class.
16212 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
16214         * marshal.c: In MS.NET, StringBuilder objects are not copied by
16215         value in out parameters.
16217 2007-01-08  Raja R Harinath  <rharinath@novell.com>
16219         Simplify invariant for MonoGenericClass::klass field.
16220         * class.c (mono_class_create_generic): Verify 'klass' is null.
16221         * metadata.c (do_mono_metadata_parse_generic_class): Don't
16222         initialize 'klass' field.
16224 2007-01-05  Raja R Harinath  <rharinath@novell.com>
16226         Ongoing work to avoid redundant data and simplify invariants.
16227         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
16228         'generic_class', and change type to a GenericInst.
16229         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
16230         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
16232 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
16234         * class.c : skip io-layer under PLATFORM_WIN32.
16236 2007-01-03  Tor Lillqvist  <tml@novell.com>
16238         Fix #80305: In a bundled executable, look in the bundled exe
16239         assembly to determine the runtime version. Add the possibility to
16240         bundle also the machine.config file.
16241         
16242         * assembly.c (mono_assembly_open_from_bundle): Make
16243         non-static. Allow being called even if we have no bundled
16244         assemblies, and return NULL right away in that case.
16246         * domain-internals.h: Declare mono_assembly_open_from_bundle()
16247         here.
16249         * domain.c (app_config_parse): Take an assembly exe file name as
16250         parameter instead of a config file name. Check for a bundled
16251         config file for that assembly by calling
16252         mono_config_string_for_assembly_file() (see below) before looking
16253         for one in the file system.
16254         (get_runtimes_from_exe): Corrsponding change to call of
16255         app_config_parse().
16256         (get_runtimes_from_exe): Check for bundled assembly exe file first
16257         by calling mono_assembly_open_from_bundle(). If no bundled
16258         assembly exe file is found, call mono_image_open() as before to
16259         look it up in the file system.
16261         * mono-config.c: Add variable bundled_machinec_onfig.
16262         (mono_config_string_for_assembly_file): New function.
16263         (mono_config_for_assembly): Move code snippet that looks for a
16264         bundled assembly .config file into the above new function. Call
16265         it.
16266         (mono_register_machine_config, mono_get_machine_config): New
16267         functions to set and retrieve
16269         * assembly.h: Declare mono_register_machine_config().
16271         * mono-config.h: Declare mono_get_machine_config() and
16272         mono_config_string_for_assembly_file().
16274         * icall.c: No declaration of environ necessary on Win32. It is
16275         declared (as a macro expanding to a function call) in stdlib.h.
16276         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
16277         New internal mono function. Returns the value of
16278         mono_get_machine_config() as a Mono string.
16280         * icall-def.h: Add get_bundled_machine_config().
16282 2007-01-04  Raja R Harinath  <rharinath@novell.com>
16284         Remove redundant field
16285         * class-internals.h (_MonoGenericContext.container): Remove field.
16286         * loader.c (mono_method_get_signature_full): Don't parse a
16287         "container" for a signature parse when the signature is inflated
16288         immediately.
16289         (method_from_methodspec): Likewise, for a generic_inst.
16290         * class.c, metadata.c, reflection.c: Update to changes.
16292 2006-01-04  Raja R Harinath  <rharinath@novell.com>
16294         * class-internals.h (_MonoGenericClass): Rename 'context' field to
16295         'cached_context', and change semantics -- it starts off NULL, and
16296         is initialized on demand.
16297         * class.c (mono_generic_class_get_context): New accessor to
16298         replace 'context' field accesses.
16299         (mono_class_get_context): New helper.
16300         (*): Update to changes.
16301         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
16303 2007-01-03  Miguel de Icaza  <miguel@novell.com>
16305         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
16306         before the memcpy.   Fixes Marshal2 regression.
16308 2007-01-02  Jb Evain  <jbevain@gmail.com>
16310         * blob.h: add a MONO_TYPE_ENUM definition
16311         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
16312         fix the encoding of arrays of enums in custom attributes.
16314         Fixes #79666.
16316 2007-01-01  Miguel de Icaza  <miguel@novell.com>
16318         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
16319         string is null terminated, but only cut the string short if it
16320         overflows the buffer.   
16321         
16322         (mono_string_to_byvalstr): Also fix this routine.   The code here
16323         was not properly terminating a string (it was only terminated
16324         because of the previous catch-all memset). 
16326         I left the memset, because I do not know if applications expect
16327         the runtime to clear this region. 
16329         Fixes #79944.
16331         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
16332         Clear the error before returning to unmanaged code to prevent the
16333         runtime from being confused later on (fixes  80420).
16334         (ves_icall_type_from_name): Always call mono_loader_clear_error
16335         after parsing a type that could have failed.
16336         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
16338         * loader.c (mono_loader_clear_error): Fix indentation.
16340 2006-12-28  Martin Baulig  <martin@ximian.com>
16342         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
16344 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
16346         * reflection.c: patch from Rolf Bjarne Kvinge to fix
16347         getting a token for an EnumBuilder.
16349 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
16351         * reflection.c: be more careful in case resource generation
16352         fails to create the data array.
16354 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
16356         * sgen-gc.c: write barrier for clone and fix unregister handles.
16358 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
16360         * reflection.c: some fixes needed in the generics code for the moving GC.
16362 2006-12-22  Robert Jordan  <robertj@gmx.net>
16364         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
16365         account. Fixes bug #80299.
16367 2006-12-21  Raja R Harinath  <rharinath@novell.com>
16369         Fix WaitHandle usage in delegates.
16370         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
16371         * object.c (mono_wait_handle_new): Use the property set method to
16372         initialize the handle.
16373         (mono_wait_handle_get_handle): New.
16374         * threadpool.c (mono_async_invoke): Use it.
16375         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
16376         Likewise.
16377         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
16379 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
16381         * marshal.c (emit_marshal): Call emit_marshal_variant and
16382         emit_marshal_com_interface when applicable.
16383         (emit_marshal_variant, emit_marshal_com_interface): Add
16384         methods for this case and remove if's from emit_marshal_object.
16385         
16386 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
16388         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
16390 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
16392         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
16393         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
16394         and GlobalFree on Windows. Remove FIXME.
16396 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
16398         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
16399         implementation for managed objects.
16401 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
16403         * object.c: implemented code to be used for checking
16404         that no reference field overlaps with non-references.
16406 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16408         * threadpool.c: fix queue code to be compatible with the
16409         moving GC.
16411 2006-12-18  Miguel de Icaza  <miguel@novell.com>
16413         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
16414         in structures by throwing ArgumentNullException.
16416         (emit_marshal_safehandle): Also when they are null parameters.
16418         (emit_marshal_safehandle): Add support for ref
16419         SafeHandles parameters
16421 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
16423         * profiler.c: updated to use the mono-dl API instead of
16424         gmodule.
16426 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16428         * profiler.c: updated to use the mono-dl dynamic loading
16429         API instead of gmodule.
16431 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
16433         * profiler.c: use readlink, older versions of glib don't have
16434         g_file_read_link ().
16436 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
16438         * profiler.c: try to detect the path to mono if libc fails to provide
16439         a useful name (bug #80286).
16441 2006-12-16  Raja R Harinath  <rharinath@novell.com>
16443         Fix #80242
16444         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
16445         instance, use the generic type definition instead.
16446         (ves_icall_Type_GetNestedTypes): Likewise.
16447         * class.c (mono_class_create_generic): Always set the
16448         nested_classes of a generic instance to NULL, even if the generic
16449         type definition has nested types.
16451 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
16453         * marshal.c (mono_string_from_bstr): Revert previous Windows change
16454         and fix on Linux.
16455         
16456 2006-12-15  Miguel de Icaza  <miguel@novell.com>
16458         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
16459         my arguments were in the wrong order.   I also fixed the Windows
16460         version which seems to have had the same issue.
16462         (mono_free_bstr): On Unix, this is g_free.
16463         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
16464         conversions (for the tests in corlib to pass).
16466 2006-12-14  Miguel de Icaza  <miguel@novell.com>
16468         * marshal.c (emit_ptr_to_object_conv): For now, ignore
16469         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
16470         exception if a ref SafeHandle in a struct has changed).
16471         
16472         (emit_struct_conv): Do not perform layout checks for classes
16473         derived from SafeHandle, as those are specially handled. 
16475         (emit_object_to_ptr_conv): Add support for
16476         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
16478         (emit_marshal_safehandle): Implement conversion of return values
16479         of safehandles (MARSHAL_ACTION_CONV_RESULT).
16480         
16481         * threads.c: WaitHandle now is compiled with two different handles
16482         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
16483         for 2.0.
16484         
16485         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
16486         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
16487         these routines to cope with both kinds of fields.
16489 2006-12-12  Miguel de Icaza  <miguel@novell.com>
16491         * metadata.c (mono_type_to_unmanaged): Handle the case where
16492         type->data.klass is a SafeHandle, and in that case, return the
16493         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
16494         MONO_MARSHAL_CONV_SAFEHANDLE. 
16496 2006-12-11  Miguel de Icaza  <miguel@novell.com>
16498         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
16499         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
16500         calling emit_marshal_object.
16502         (emit_marshal_safehandle): Implement marshalling of
16503         SafeHandle parameters (no ref support yet).
16505         (MarshalAction): Document the defines as I implement
16506         them for SafeHandle.
16508         (emit_marshal_object): indentation police.
16510         * class-internals.h: Define MonoSafeHandle.
16511         Add safehandle_class to MonoDefaults type.
16513         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
16514         list of classes to check for fields. 
16516         * domain.c (mono_init_internal): Add SafeHandle to the list of
16517         mono_defaults loaded.
16519 2006-12-15  Raja R Harinath  <rharinath@novell.com>
16521         Fix #80253
16522         * reflection.c (mono_reflection_bind_generic_parameters): If the
16523         generic type definition is a type builder, ensure that it is fully
16524         initialized before instantiating it.  Kill some dead code.
16526 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
16528         * object.c: clear the loader_error () before loading
16529         more metadata stuff (bug #80258).
16531 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
16533         * icall.c, icall-defs.h: type modifiers icalls for
16534         parameters and properties.
16536 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
16538         * object.c, icall.c: fixed warnings.
16540 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
16542         * marshal.c: fixed a couple of leaks and coding style in a few places.
16544 2006-12-08  Dick Porter  <dick@ximian.com>
16546         * process.c: Cope with NULL ProcessStartInfo arguments on windows
16547         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
16548         80173.
16550 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
16552         * process.c: ProcessStartInfo may have only filename set and
16553         arguments can be NULL.
16555 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
16557         * icall.c: fix leak found by Robert Jordan.
16559 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
16561         * marshal.c, marshal.h: generate managed method to access an element
16562         of a multi-dimensional array.
16564 2006-11-30  Paolo Molaro (lupus@ximian.com)
16566         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
16568 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
16570         * icall.c: back out GetFields () fix until the serialization code is
16571         fixed to not depend on the incorrect behaviour.
16573 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
16575         * profiler.c: provide defaults if none are set.
16577 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
16579         * Makefile.am, attrdefs.h: new public header file with
16580         constants for attributes for use by embedders.
16582 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
16584         * icall.c: GetFields () fix for bug #80064.
16586 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
16588         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
16589         removed long unused icalls.
16591 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
16592   
16593         * marshal.c: 
16594                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
16595                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
16596                 can be generated without a delegate class.
16597                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
16598         
16599         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
16601 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16603         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
16604         #80069.
16606 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
16608         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
16609         icall-def.h: added icalls needed by System.GC.
16611 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
16613         * loader.c: ensure the class in catch clauses is handled
16614         correctly for generics methods (fixes bug#79980).
16616 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
16618         * monitor.h, monitor.c: added mono_locks_dump () function
16619         to help debug deadlocks involving managed locks.
16621 2006-11-13  Dick Porter  <dick@ximian.com>
16623         * file-io.c (get_file_attributes): If the file is a symlink try
16624         and get the stat data for the target, but also add the
16625         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
16626         the specs for the windows symlink support, but will probably have
16627         to be reworked when I have test data from a vista machine.  Fixes
16628         bug 79887.
16630 2006-11-13  Dick Porter  <dick@ximian.com>
16632         * gc.c (mono_domain_finalize): 
16633         * marshal.c (mono_delegate_begin_invoke): 
16634         * threadpool.c (socket_io_init, mono_thread_pool_init)
16635         (mono_thread_pool_finish): 
16636         * monitor.c (mono_monitor_try_enter_internal): 
16637         * threads.c (mono_thread_resume, mono_thread_init)
16638         (mono_thread_suspend_all_other_threads)
16639         (mono_thread_execute_interruption): 
16640         * appdomain.c (mono_domain_unload): Check for NULL error returns
16641         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
16642         75733.
16644 2006-11-11  Miguel de Icaza  <miguel@novell.com>
16646         * process.c
16647         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
16648         Only close the handle if the value of the handle is not
16649         INVALID_HANDLE_VALUE.  This just makes the process a bit more
16650         robust.
16652         Improvement for #75733, so that we do not run into this problem. 
16654         
16655         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
16656         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
16657         internal variables.  Fixes #79462 
16658         
16660 2006-11-09  Dick Porter  <dick@ximian.com>
16662         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
16663         Use poll() not select().  Fixes bug 79397.
16665 2006-11-09  Raja R Harinath  <rharinath@novell.com>
16667         Fix #79872
16668         * assembly.c (mono_assembly_load_from_full): Check that the given
16669         image has an assembly manifest.
16671 2006-11-09  Ankit Jain  <jankit@novell.com>
16673         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
16674         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
16675         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
16677 2006-11-07  Dick Porter  <dick@ximian.com>
16679         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
16680         Put the old resolver behaviour back for pre-2.0 profiles.
16682 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
16684         * threadpool.c: precise GC and locking fixes.
16686 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
16688         * class.c: don't load types that have an explicit unaligned
16689         managed reference. Provide better info in the TypeLoad exception.
16690         Part of the fix for bug #79744.
16691         * object.c: use the correct check for class type load issues.
16693 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
16695         * class.c: enforce alignment of fields with managed references
16696         even when Pack=1 is forced by the user (bug #77788).
16698 2006-11-03  Dick Porter  <dick@ximian.com>
16700         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
16701         If the address reverse lookup fails, return it as the hostname
16702         anyway.  Fixes bug 79721.
16704 2006-11-03  Dick Porter  <dick@ximian.com>
16706         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
16707         Fix build on Windows.
16709 2006-11-02  Dick Porter  <dick@ximian.com>
16711         * icall-def.h: 
16712         * object-internals.h: 
16713         * exception.c (mono_get_exception_thread_interrupted): 
16714         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
16715         Fixes bug 74525.
16717         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
16718         Check for pending Thread.Interrupt.
16720 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
16721         * loader.c: Fixed bug 79684.
16723 2006-10-27  Dick Porter  <dick@ximian.com>
16725         * file-io.c (get_file_attributes): Force symlinks to directories
16726         to be returned as a regular file.  Fixes bug 79733.
16727 2006-10-26  Dick Porter  <dick@ximian.com>
16729         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
16730         CreateFile to open a directory then we need to set the
16731         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
16733 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
16735         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
16736         friends.
16738 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16740         * sgengc.c: small cleanup of timer code.
16742 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
16744         * sgen-gc.c: fix some warnings and start adding support for
16745         complete object removal on domain unload.
16747 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
16749         * assembly.c: build_assembly_name should not consider a version
16750         number without build or revision number invalid. Fixes bug #79715.
16752 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
16754         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
16755         call kernel32 function OutputDebugString directly.
16756         
16757         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
16758         
16759 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
16761         * reflection.c: small cleanup, using a function to insert a MonoString
16762         in the string heap.
16764 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
16766         * reflection.c: moving GC fixes.
16768 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
16770         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
16771         all the objects with finalizers belonging to an unloading appdomain.
16773 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
16775         * sgen-gc.c: added ability to allocate even when the nursery is fully
16776         pinned and fixed a couple of bugs.
16778 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
16780         * threads.h: Revert the last change for now.
16782         * threads.h (mono_thread_get_pending_exception): Rename this to
16783         mono_thread_get_undeniable_exception ().
16785 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
16787         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
16788         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
16789         when fname does not refer to valid assembly. This result in a more
16790         meaningful error message.
16791         * exception.c: added mono_get_exception_bad_image_format2 which 
16792         constructs a BadImageFormatException using the ctor taking a custom
16793         message and the file name. Passing in a NULL msg results in a default
16794         message.
16795         * exception.h: define mono_get_exception_bad_image_format2 function.
16796         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
16797         when file name pointed to an invalid IL image. Use 
16798         mono_get_exception_file_not_found2 to construct FileNotFoundException,
16799         as this results in a more meaningful error message.
16801 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
16803         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
16804         #79465.
16806 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
16808         * metadata.c (mono_type_size): Change the align parameter to guint32 for
16809         consistency with the other _size functions.
16810         (mono_type_stack_size): Ditto.
16812         * class.c object.c icall.c: Fix warnings caused by the above change.
16814         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
16816         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
16818         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
16820 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
16822         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
16823         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
16824         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
16825         threadpool.h, threads-types.h: mark more internal functions.
16827 2006-10-11  Dick Porter  <dick@ximian.com>
16829         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
16830         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
16831         reproduce the bug even before applying the fix.)
16833 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
16835         * reflection.c: allow retrieving attributes for arguments in generic
16836         methods (bug #79241).
16838 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
16840         * debug-mono-symfile.c: properly check fopen () result (found by
16841         coverity).
16843 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
16845         * reflection.c: make error message clearer and fixed two
16846         issuelets found by Coverity.
16848 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
16850         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
16852 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
16854         * object-internals.h, gc-internal.h, profiler-private.h:
16855         mark internal functions.
16857 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
16859         * reflection.c: put data in the text section.
16860         * icall.c: recognize more types in type_from_typename ().
16861         * process.c, marshal.c: added some GC FIXMEs.
16863 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
16865         * loader.c: check for NULL before initializing.
16867 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
16869         * gc.c (finalizer_thread): Use a non-alertable wait here.
16871         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
16872         until the correct solution is found.
16874 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
16876         * reflection.c (mono_module_get_object): Avoid an assert when operating on
16877         modules with no metadata. Fixes #79596.
16879         * image.c (load_metadata_ptrs): Put back the error message when
16880         the #- heap is encountered since the support is not complete yet.
16882 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
16884         * gc.c: do not allow the user to SuppressFinalize () a
16885         delegate because it would leak the trampoline if present.
16887 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
16889         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
16890         PropertyPtr table.
16892 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
16894         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
16896         * metadata.c (mono_metadata_get_param_attrs): Ditto.
16898         * row-indexes.h: Add definitions for *Ptr tables.
16900         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
16902         * metadata.c (mono_metadata_translate_token_index): New helper function to
16903         translate table indexes used in uncompressed metadata.
16904         (mono_metadata_decode_table_row): Ditto.
16905         (mono_metadata_decode_table_row_col): Ditto.
16907         * metadata.c: Add table schema for *Ptr tables.
16909         * class.c loader.c: Use the new helper function to access the affected metadata
16910         tables.
16911         
16912         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
16913         #38532.
16914         
16915 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
16917         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
16918         sequences which can be unbounded in size. Fixes #79583.
16920 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
16922         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
16923         static initialization.
16925         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
16927         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
16929         * domain.c (mono_domain_free): Free up type_init_exception_hash.
16931         * object.c (mono_runtime_class_init): Implement correct semantics when a static
16932         ctor fails, i.e. throw the same exception on subsequent accesses.
16933         
16934 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
16936         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
16937         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
16938         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
16939         Handle marshalling of interfaces and VARIANTs contained in structs.
16940         
16941         Code is contributed under MIT/X11 license.
16942         
16943 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
16945         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
16946         
16947         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
16948         mempool.
16950 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16952         * console-io.c: ignore previous SIGINT handler.
16954 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
16956         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
16957         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
16958         #79460, #79461, #79485.
16960         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
16962         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
16963         #79217.
16965 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
16967         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
16968         could be generated from it.
16970 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
16972         * rand.c: fix read loop to correctly handle EINTR.
16974 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
16976         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
16977         internal calls are defined to keep methods closer to the declaring
16978         type and allow a significant reduction in runtime relocations and
16979         memory usage.
16981 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
16983         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
16984         exception message to have FileNotFoundException use the default
16985         assembly load error message. Fixes bug #79426.
16986         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
16988 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16990         * threadpool.c: (start_thread_or_queue) use the root domain when
16991         creating the thread instead of the async object one.
16993 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
16995         * class.c, object.c, class-internals.h, reflection.c:
16996         for arrays, store element_size inside MonoClass (speedup
16997         for array object creation).
16999 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
17001         * icall.c: fixed CodeBase to use the file name and not the module
17002         name (bug #79365).
17004 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
17006         * mono-debug.c, mono-debug.h: export find_method as
17007         mono_debug_find_method ().
17009 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
17011         * debug-helpers.c, class-internals.h: added a few functions useful
17012         when debugging under gdb.
17014 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17016         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
17017         characters that need special handling.
17019 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
17021         * mono-config.c: make the os/cpu specification more flexible,
17022         allowing lists and negation.
17024 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
17026         * marshal.c: COM Interop fixes. Handle case where method->klass.
17027         is interface. Handle BSTR/MonoString when null. Use CDECL as 
17028         calling convention on non-windows platforms. This is for
17029         compatibility with XPCOM and MainWin COM.
17030         
17031         Code is contributed under MIT/X11 license.
17032         
17034 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
17036         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
17037         correctly. Fixes #79217.
17039         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
17041 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
17043         * mono-config.c: allow both an os and cpu attribute for dllmap
17044         and dllentry elemnets to enable a single config file to be used
17045         for multiple architectures.
17047 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
17049         * loader.c: MonoLoaderError was cleared too soon on load failure.
17050         Fixes bug #79424.
17052 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
17054         * icall.c: use the defining class vtable when accessing a
17055         static field, not a pobblibly derived class.
17057 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
17059         * icall.c string-icalls.c: Remove references to unicode.h.
17061         * unicode.h unicode.c Makefile.am: Remove these unused source files.
17063         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
17065         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
17066         indicating the image where custom marshaller types should be looked up.
17067         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
17068         custom marshallers, instead of corlib. Fixes #79425.
17070 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
17072         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
17074 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
17076         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
17077         Implement Environment.ProcessorCount.
17078         
17079         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
17080         Implement Environment.ProcessorCount.
17081         
17082         * icall.c: 
17083         Add Environment.ProcessorCount icall.
17084         
17085         Patch by Jason McFall.
17087 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17089         * assembly.c: don't append .exe/.dll when the filename already contains
17090         one of those extensions.
17092 2006-09-12  Martin Baulig  <martin@ximian.com>
17094         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
17095         to array interfaces.
17097 2006-09-11  Martin Baulig  <martin@ximian.com>
17099         * reflection.c (mono_image_build_metadata): Create the
17100         MethodImpl's after emitting all types and methods, so we don't
17101         need another fixup pass for them.
17103 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
17105         * class.c (mono_class_from_name_case): Fix regression introduced by the last
17106         change.
17108 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
17110         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
17111         unload.
17113 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
17115         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
17116         args is not set. Fixes #78926.
17118 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
17120         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
17122         * image.c (load_class_names): Move this to class.c, and rename it to 
17123         'mono_image_init_name_cache'.
17124         (load_modules): Fix a warning.
17126         * class.c icall.c image.c: Initialize image->name_cache lazily.
17128         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
17129         on its name using information in the AOT file.
17131         * class.c (mono_class_from_name): Use the new hook function.
17133 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
17135         * reflection.c (mono_param_get_objects): Handle enum default parameter values
17136         correctly.
17138         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
17139         Fixes #79289.
17140         
17141 2006-09-06  Martin Baulig  <martin@ximian.com>
17143         * icall.c (mono_lookup_internal_call): Small fix.
17145 2006-09-05  Raja R Harinath  <rharinath@novell.com>
17147         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
17148         double g_free.
17150 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
17152         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
17153         when --debug is specified.
17155 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
17157         * class.c (setup_generic_array_ifaces): Fix a warning.
17159 2006-09-04  Miguel de Icaza  <miguel@novell.com>
17161         * Temporarily remove the patch to assemly.c that checks the
17162         assembly versions as it breaks our gacutil.
17164 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
17166         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
17168         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
17169         a net 1.0 runtime.
17171         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
17172         created using the default ctor. Fixes #79152.
17173         (mono_string_builder_to_utf16): Ditto.
17175 2006-09-01  Martin Baulig  <martin@ximian.com>
17177         Fix handling of the generic array interfaces.
17179         * class-internals.h
17180         (MonoDefaults): Removed `generic_array_class' and added
17181         `generic_ilist' class.
17183         * class.c
17184         (mono_bounded_array_class_get): Add the new generic array interfaces.
17185         (setup_generic_array_ifaces): New static method; create vtable
17186         entries for each method in the generic array interfaces.
17188         * metadata.c
17189         (select_container): Allow "parent-less" generic methods.
17191         * marshal.c
17192         (mono_marshal_get_generic_array_helper): New public method.
17194         * icall.c
17195         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
17196         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
17197         moved the interncall into System.Array.
17199 2006-09-01  Raja R Harinath  <rharinath@novell.com>
17201         A few more cases of avoiding work on types with ->byref set.
17202         Has the real fix for #79238
17203         * icall.c (is_generic_parameter): New helper.
17204         (ves_icall_Type_GetGenericParameterPosition): Use it.
17205         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
17206         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
17207         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
17208         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
17209         reference types.
17210         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
17211         reference types.
17212         (ves_icall_Type_get_IsGenericInstance): Likewise.
17213         (ves_icall_Type_get_IsGenericType): Likewise.
17215 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
17217         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
17218         class if possible.
17220         * mempool.h (mono_mempool_get_allocated): New helper function.
17222         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
17223         change.
17225         * mempool.c: Fix warnings and the calculation of stats.
17227         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
17229         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
17231         * loader.c (mono_get_method_from_token): Update method_count stat.
17233         * class-internals.h (MonoStats): Add some stats.
17235 2006-08-31 Robert Jordan  <robertj@gmx.net>
17237         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
17238         with managed variants.
17239         All code is contributed under the MIT/X11 license.
17240         
17241 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
17243         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
17244         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
17246         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
17248         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
17249         with cycles in classes.
17251         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
17253         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
17254         missing a [MarshalAs] directive. Fixes #79203.
17256         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
17257         klass->marshal_info. Fixes #79217.
17259 2006-08-30  Martin Baulig  <martin@ximian.com>
17261         Committing a patch from Joachim Ante <joe@otee.dk>:
17262         Add support for binary data symbol stores.
17264         * debug-mono-symfile.c
17265         (mono_debug_open_mono_symbol_file): Renamed into
17266         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
17267         arguments.
17269         * mono-debug.c
17270         (mono_debug_open_image): Added `raw_contents' and `size' args.
17271         (mono_debug_init_2_memory): New public function.
17273 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
17275         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
17277 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17279         * appdomain.c: implement support for ShadowCopyFiles.
17281 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
17283         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
17284         when value is NULL (and should remove CID #51).
17286 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17288         * image.c: moved 2 functions to ../utils.
17290 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
17292         * gc.c: cope with the target object of a GC handle being NULL
17293         (bug #78877).
17295 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
17297         * class.c: recursively check parent's explicit implementations
17298         of interface methods (fixes bug #79125).
17300 2006-08-19  Miguel de Icaza  <miguel@novell.com>
17302         * filewatcher.c: Avoid warnings when building, do not redefine
17303         constants that are defined.
17305         Remove warnings.
17307 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17309         * image.c: don't fail when the link points to an absolute path.
17311 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
17313         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
17314         Fix CID #3.
17316 2006-08-17  Miguel de Icaza  <miguel@novell.com>
17318         * image.c (full_path): A new method used to obtain the actual path
17319         of an assembly even in the presence of symbolic links.  
17321         This is necessary for the case where we are running a binary that
17322         has been GACed, but we are using the "published" path name
17323         ($prefix/mono/1.0/blah.exe) which happens to point to the real
17324         file in the GAC.
17326         This was the source of the failure for the `xsp' command with the
17327         recent AppDomain changes, as far as the runtime was concerned,
17328         there were two different assemblies: $prefix/mono/1.0/blah.exe and
17329         $prefix/mono/gac/blah/version/blah.exe.
17331         (do_mono_image_open): use full path
17333 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
17335         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
17337 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
17339         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
17340         domain_id is supplied. Fix CID #241 and corlib's unit tests.
17342 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
17344         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
17345         small structures. Fixes #78990.
17347 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
17349         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
17351         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
17353 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17355         * appdomain.c:
17356         * marshal.c: don't load all the assemblies from a domain into newly
17357         created ones. The new domains might have different rules and load
17358         assemblies from different locations. Fixes bug #76757.
17360         Patch by Lluis. Conflicts resolved by Brian Crowell.
17362 2006-08-16  Alp Toker  <alp@atoker.com>
17364         * socket-io.c: First half of the fix for #79084.
17365         Set sa_size to the length of the content, not that of the struct.
17366         Don't add NULL suffix to the content, this should be done in
17367         managed code if needed.
17369 2006-08-14  Raja R Harinath  <rharinath@novell.com>
17371         Fix part of #79012
17372         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
17373         mono_metadata_parse_type returns NULL.
17375 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
17377         * normalization-tables.h : new file for string normalization data.
17378         * locales.c, locales.h, icall.c :
17379           added load_normalization_resource() for string normalization,
17380           and icall as well.
17381         * Makefile.am : added normalization-tables.h to the sources.
17383 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
17385         * marshal.c: Add more helper functions to reduce code duplication and use them
17386         everywhere.
17388 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
17390         * marshal.c: Fix non-x86 stdcall warnings.
17391         
17392         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
17393         them everywhere.
17395 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
17397         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
17398         type check on multi-dimensional arrays. Fixes #79000.
17400 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
17402         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
17403         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
17404         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
17405         * class-internals.h: add is_com_object to class structure.
17406         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
17407         null checks to COM object marshalling. Fix .ctor call on RCW.
17408         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
17409         
17410         All code is contributed under the MIT/X11 license.
17412 2006-08-09  Dick Porter  <dick@ximian.com>
17414         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
17415         racing mono_monitor_allocator_lock() somewhere, so don't delete
17416         the critical section for now.  Found by running and exiting
17417         monodevelop.
17419 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
17421         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
17422         (ves_icall_System_ComObject_FindInterface): Ditto.
17423         (ves_icall_System_ComObject_CacheInterface): Ditto.
17425         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
17426         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
17428 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17430         * threadpool.c: treat pipes from process asynchronous reads as sockets
17431         when reading from them, so we get select/poll or epoll to wait for
17432         data.
17434 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
17436         * loader.c: Fix a typo (CID #233) in the null check.
17438 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
17440         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
17441         Hopefully fixes #78949.
17442         
17443         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
17444         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
17445         bytes. Fixes #78972.
17447 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17449         * filewatcher.c: we need to set errno here.
17451 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17453         * filewatcher.c: let Win32Exception get the error value.
17455 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17457         * filewatcher.c: translate errno into win32 errors for Win32Exception
17458         to know what happened.
17460 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
17462         * threadpool.c: Fix more warnings.
17464         * assembly.c (search_loaded): Fix warnings.
17466         * threadpool.c (mono_thread_pool_finish): Fix warnings.
17467         (mono_async_invoke): Ditto.
17469 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
17471         * object.c (mono_remote_class_vtable): Need to create proxy vtable
17472         entries for __ComObject type in addition to ComImport types.
17473         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
17474         about hash table.
17475         
17476         All code is contributed under the MIT/X11 license.
17478 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
17480         * image.c: avoid tentative loading of modulerefs that contain
17481         no metadata (P/Invoke library names).
17483 2006-07-28  Dick Porter  <dick@ximian.com>
17485         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
17486         mono_loader_lock() somewhere, so don't delete the critical section
17487         for now.  Found by running and exiting monodevelop.
17489 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17491         * filewatcher.c: define the inotify syscalls when we're building on
17492         linux and have sys/syscall.h. The build system might not have support
17493         for inotify but the target system might have it.
17495 2006-07-26  Miguel de Icaza  <miguel@novell.com>
17497         * domain.c: Documentation updates.
17499         * loader.c (mono_free_method): Do not release the method
17500         information if we are being profiled, as profilers will use this
17501         information at shut down to present some data to the user.
17503         This is needed so that the profiler does not crash, as the
17504         profiler tends to keep MonoMethods around, and they might become
17505         invalid if we free these.
17507         (mono_get_method_constrained): Return the original CIL stream
17508         method as well, so verification can be performed against it.
17510 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17512         * filewatcher.[ch]: support for inotify file system watcher.
17513         * icall.c: add new internal calls for the inotify file system watcher.
17515 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17517         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
17518         #78888.
17520 2006-07-20  Dick Porter  <dick@ximian.com>
17522         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
17523         warning.
17525 2006-07-20  Dick Porter  <dick@ximian.com>
17527         * threads.c (start_wrapper): Do the thread cleanup while we still
17528         hold a reference to its object.  Fixes bug 78123.
17530 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
17532         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
17533         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
17534           "managed-to-managed".
17535         * icall.c: Redirect string constructors that take sbyte* to
17536           ves_icall_System_String_ctor_RedirectToCreateString.
17537         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
17538           to CreateString () methods with matching signature.
17539         * reflection.c: Use original security informations for
17540           MONO_WRAPPER_MANAGED_TO_MANAGED.
17541         * security-manager.c: Use original security informations for
17542           MONO_WRAPPER_MANAGED_TO_MANAGED.
17543         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
17544           that is a placeholder and only its address should be used.
17545         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
17546           that is a placeholder and only its address should be used.
17548 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
17550         Begin implementing COM Interop.
17551         * appdomain.c: Increment corlib version.
17552         * class.c: Set ComImport classes' parent to __ComObject.
17553         * loader.c: Mark cominterop methods as such.
17554         * domain.c: Add __ComObject class to MonoDefaults structure.
17555         * image.c: Add 2 hashtables to the image for COM Interop related methods
17556         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
17557         using the mempool allocator
17558         
17559         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
17560         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
17561         declaration for mono_metadata_type_dup_mp.
17562         
17563         * debug-helpers.c: Added strings for two additional wrapper types
17564         * object.c: Create proxy objects for ComImport classes
17565         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
17566         and added __ComObject class to MonoDefaults structure.
17567         
17568         * object-internals.h: Finish MonoRealProxy definition, and add definition of
17569         MonoComInteropProxy and MonoComObject.
17570         
17571         * marshal.c: Added support for COM Interop
17572         (signature_cominterop): Converts managed signature to corresponding
17573         unmanaged COM signature.
17574         (cominterop_get_function_pointer): gets unmanaged function pointer via
17575         COM object vtable
17576         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
17577         (cominterop_get_method_interface): returns interface type that method is defined on
17578         (mono_mb_emit_cominterop_call): emits native call to function pointer
17579         gotten from vtable
17580         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
17581         that matches signature of unmanaged function.
17582         (cominterop_get_native_wrapper): wrapper around adjusted method call.
17583         (cominterop_get_invoke): forwards call from proxy to __ComObject
17584         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
17585         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
17586         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
17587         
17588         * marshal.h: Added Marshal icall declarations.
17589         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
17590         so we can access them in finalizer
17591         
17592 2006-07-14  Dick Porter  <dick@ximian.com>
17594         * object.c (mono_type_initialization_cleanup): Fix a race
17595         condition by temporarily commenting out the critical section
17596         deletion.
17598 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
17600         * reflection.c (create_custom_attr): Fix some warnings.
17601         (create_custom_attr_data): Ditto.
17602         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
17603         types. Fixes #78855.
17605 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
17607         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
17609         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
17611 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
17613         * reflection.c (resolve_object): Add support for DynamicMethod.
17615         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
17616         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
17618 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
17620         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
17621         don't leak GPtrArray's pdata has we have no use (nor free) for it.
17623 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
17625         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
17626         Fixes #77888.
17628 2006-06-30  Raja R Harinath  <rharinath@novell.com>
17630         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
17631         slightly: remove a shadow local variable.
17633 2006-06-29  Raja R Harinath  <rharinath@novell.com>
17635         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
17636         definition that introduces the virtual function slot.
17637         Also fix Coverity #105.
17639 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
17641         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
17642         for dynamic assemblies. Fixes #78724.
17644 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
17646         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
17647         Fixes #78722.
17649 2006-06-21  Martin Baulig  <martin@ximian.com>
17651         * reflection.c
17652         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
17653         fixes #76484.
17655 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
17657         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
17659 2006-06-20  Raja R Harinath  <rharinath@novell.com>
17661         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
17662         nor TYPEREFs.
17663         * class.c (mono_class_create_from_typespec): Add 'context' argument.
17664         Inflate result if necessary.
17665         (mono_class_get_full): Remove old version.  Rename from
17666         'mono_class_get' and add 'context' argument.  Pass it to
17667         ..._create_from_typespec.
17668         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
17669         (mono_ldtoken): Revert change below.
17671 2006-06-20  Martin Baulig  <martin@ximian.com>
17673         * class.c (mono_ldtoken): Don't pass the generic context to
17674         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
17676 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
17678         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
17679         and later freeing it. Fixes #78638.
17681 2006-06-15  Miguel de Icaza  <miguel@novell.com>
17683         * icall.c (mono_class_get_throw): Revert over-zealous error
17684         throwing, the caller for mono_class_get_throw will cope with
17685         errors when classes are not properly initialized already.
17687         The code still copes with loader exceptions though.
17689         Fixes the regression in reftype1 and reftype3 from the CAS tests.
17690         
17691 2006-06-14  Miguel de Icaza  <miguel@novell.com>
17693         Fixes the `make run1' version of RuntimeAbort (to be commited,
17694         source is in Bugzilla).
17695         
17696         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
17697         FALSE on class loading failure instead of returning true.
17699         * class.c (mono_class_create_from_typedef): It is possible for
17700         mono_metadata_interfaces_from_typedef_full to fail if a class is
17701         not found, cope with this.
17702         
17704 2006-06-14  Dick Porter  <dick@ximian.com>
17706         * socket-io.c: 
17707         * process.c: Fix a bunch of signed/unsigned warnings from gcc
17708         4.1.1
17710 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
17712         * culture-info-table.h : oops, forgot to make it nsync with r61548.
17714 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17716         * icall.c: Another fix for building mono in Visual Studio.
17718 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17720         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
17721         
17722 2006-06-09  Martin Baulig  <martin@ximian.com>
17724         * debug-mono-symfile.c: Put this back and really fix it this
17725         time. Sorry for all the trouble.
17727 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
17729         * icall.c (mono_class_get_throw): Fix a warning.
17730         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
17731         ReflectionTypeLoadException if needed. Fixes #78606.
17733         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
17734         (mono_class_init): Ditto.
17736         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
17737         ref_only exceptions.
17738         (mono_loader_clear_error): Make this work even if there is no error.
17740 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
17742         * object-internals.h marshal.c marshal.h icall.c: Implement method 
17743         Marshal.GetComSlotForMethodInfo using internal call.
17745 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
17747         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
17748         a function for signalling it.
17750         * class.c (mono_class_from_typeref): Use the new kind of loader error when
17751         a referenced assembly is not found.
17753         * loader.c (mono_loader_error_prepare_exception): Add support for 
17754         LOADER_ERROR_ASSEMBLY. Fix formatting.
17756 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
17758         * domain.c appdomain.c class-internals.h marshal.c: Add support 
17759         for VARIANT marshalling on windows and increment corlib version
17760         since Variant struct was added.
17762 2006-06-03  Miguel de Icaza  <miguel@novell.com>
17764         * debug-mono-symfile.c: Revert Martin's previous patch which broke
17765         stack trace line information:
17767         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
17768         (Martin) when looking up B which is between A and C, return A not C.
17770         Bug is #78573.
17772         Thanks to Alexander Olk for tracking this down.
17774 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
17776         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
17777         
17778         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
17779         avoid clobbering its value.
17780         (mono_string_to_lpstr): Fix a warning on windows.
17782 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
17784         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
17786         * reflection.c loader.c: Removed references to 'dummy' flag.
17788         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
17790         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
17791         it gets GC tracking.
17793         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
17794         GC tracking.
17795         
17796         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
17798         * marshal.c threadpool.c: Update callers of mono_async_result_new.
17800         * appdomain.c: Bump corlib version.
17802 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
17804         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
17805         CEE_STIND_REF when working with object references.
17807 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
17809         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
17810         Fixes #78539.
17812 2006-05-30  Miguel de Icaza  <miguel@novell.com>
17814         * loader.c (method_from_memberref): Fix argument value for
17815         mono_loader_set_error_method_load (I was passing the MonoClass
17816         instead of the class name char *).
17818 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
17820         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
17821         CEE_STIND_REF when working with object references.
17823 2006-05-30  Martin Baulig  <martin@ximian.com>
17825         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
17826         mono_method_full_name() change and replace the ':' with a '.'
17827         here.
17829 2006-05-30  Martin Baulig  <martin@ximian.com>
17831         * debug-mono-symfile.c
17832         (mono_debug_symfile_lookup_location): Fix the algorithm:
17833         when looking up B which is between A and C, return A not C.
17835 2006-05-29  Martin Baulig  <martin@ximian.com>
17837         * mono-debug.h
17838         (MonoDebugMethodInfo): Make the typedef public.
17839         (MonoDebugSourceLocation): New public struct.
17841         * mono-debug.c
17842         (mono_debug_source_location_from_address): Removed.
17843         (mono_debug_source_location_from_il_offset): Removed.
17844         (mono_debug_il_offset_from_address): Removed.
17845         (mono_debug_address_from_il_offset): Removed.
17846         (mono_debug_lookup_method): New public function.
17847         (mono_debug_lookup_source_location): New public function; replaces
17848         the old mono_debug_source_location_from_*() functions; see the
17849         inline documentation.
17850         (mono_debug_free_source_location): New public function.
17851         (mono_debug_print_stack_frame): New public function; see the
17852         inline documentation.
17854         * debug-mono-symfile.c
17855         (mono_debug_find_source_location): Renamed into
17856         mono_debug_symfile_lookup_location(); only take a
17857         `MonoDebugMethodInfo *' and an `offset' argument; added inline
17858         documentation.
17859         (mono_debug_find_method): Renamed into
17860         mono_debug_symfile_lookup_method().
17862 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
17864         * assembly.c (mono_assembly_open_full): Dont overwrite the status
17865         returned by mono_image_open_full ().
17867         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
17868         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
17869         #78517.
17871         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
17872         #78518.
17874 2006-05-27  Miguel de Icaza  <miguel@novell.com>
17876         * class.c (mono_class_from_typeref): handle missing images
17877         earlier, deals with bug #78418.   Refactor code; 
17879         Fix a warning introduced in my previous commit (some stale code
17880         from before I revisited my patch).
17882         * class.c (mono_class_create_from_typedef): On failure, remove the
17883         class from the MonoImage->class_cache as the class is not
17884         initialized;   Fixes the leak pointed out by Paolo.
17886 2006-05-25  Dick Porter  <dick@ximian.com>
17888         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
17889         DeleteCriticalSections until I figure out which one may still be
17890         sometimes locked when mono_thread_cleanup is called.
17892 2006-05-24  Dick Porter  <dick@ximian.com>
17894         * threads.c (mono_thread_cleanup): Move the threading cleanup out
17895         of mono_thread_manage and back into its own function, so it can be
17896         called after the finalizer thread has finished.
17898         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
17900 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
17902         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
17903         Fixes #78495.
17905         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
17906         with non-blittable elements.
17907         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
17909 2006-05-24  Martin Baulig  <martin@ximian.com>
17911         * mono-debug-debugger.h (MonoDebuggerEvent): Added
17912         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
17914         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
17915         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
17916         `mono_debugger_event_handler' to NULL.
17918 2006-05-24  Martin Baulig  <martin@ximian.com>
17920         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
17922 2006-05-24  Martin Baulig  <martin@ximian.com>
17924         * mono-debug-debugger.h
17925         (mono_debugger_create_notification_function): Added
17926         `MonoCodeManager *' argument.
17928 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
17930         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
17932 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
17934         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
17935         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
17936         implementation.
17938 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
17940         * icall.c: precise GC support: objects can't be stored in unmanaged
17941         memory anymore, even if they are kept alive by other references: since
17942         they can move the GC needs to be able to always find them.
17944 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
17946         * object.c: precise GC support for static fields. Support
17947         for moving GCs: write barriers and pinned allocation for interned
17948         strings.
17950 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
17952         * domain.c, domain-internals.h: precise GC support for the MonoDomain
17953         structure.
17955 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
17957         * class.c, gc.c: sgen and precise GC updates.
17959 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
17961         * marshal.h, marshal.c: added write barrier wrapper and precise type
17962         fixes.
17964 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
17966         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
17967         support.
17969 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
17971         * reflection.c: precise and sgen GC updates.
17973 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
17975         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
17977 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
17979         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
17981 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
17983         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
17984         MONO_TYPE_OBJECT. Fixes #78462.
17986 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
17988         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
17989         and blittable types.
17991 2006-05-17  Miguel de Icaza  <miguel@novell.com>
17993         * class.c (mono_class_get_exception_for_failure): Implement parts
17994         of a TODO: if the loader error is set (instead of the class
17995         error), we return a Loader exception that can be properly thrown
17996         elsewhere.
17998         This was exposed by some Winforms 2.0 code that I tried to run
17999         (Atsushi pointed me to it).
18001 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
18003         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
18004         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
18005         
18006         * marshal.c (emit_marshal_vtype): Add limited support for 
18007         UnmanagedType.LPStruct. Fixes #78427.
18009         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
18010         Applied a patch from kangaroo to fix #77523.
18012 2006-05-17  Martin Baulig  <martin@ximian.com>
18014         * threads.c
18015         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
18016         (debugger_thread_created): Removed.
18017         (debugger_thread_exited): Removed.
18019 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
18021         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
18023         * object-internals.h (MonoReflectionResource): Sync with managed version.
18025 2006-05-12  Wade Berrier <wberrier@novell.com>
18027         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
18029 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
18031         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
18032         functions try to allocate from the image mempool.
18034 2006-05-12  Dick Porter  <dick@ximian.com>
18036         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
18038 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
18040         * object.c: The FieldGetter and FieldSetter methods require the full
18041         name of the class, not only the name. Fixes bug #78277.
18043 2006-05-11  Miguel de Icaza  <miguel@novell.com>
18045         * loader.c (method_from_memberref): Do not pass the NULL klass to
18046         mono_loader_set_error_() methods.  Pass the non-NULL value
18047         (class). 
18049 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
18051         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
18052         (mono_assembly_close): Null out assembly->image->references after freeing it.
18054         * image.c (mono_image_close): Free image->references.
18055         
18056         * reflection.c (mono_image_basic_init): Fix a small memory leak.
18058 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
18060         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
18061         before checking if it's NULL (g_assert).
18063 2006-05-10  Martin Baulig  <martin@ximian.com>
18065         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
18066         I thought I already killed that two months ago, but now it somehow reappeared.
18068 2006-05-10  Martin Baulig  <martin@ximian.com>
18070         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
18072 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
18074         * reflection.c: Allocate memory for dynamically created methods in the image
18075         mempools.
18077 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
18079         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
18080         don't use the ad pointer before checking if it's NULL (g_assert).
18082 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
18084         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
18085         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
18087         * marshal.c: Allocate all signatures from mempools.
18089         * marshal.c: Allocate some more signatures from mempools.
18091 2006-05-09  Miguel de Icaza  <miguel@novell.com>
18093         * object.c (mono_load_remote_field): The code used to provide a
18094         temporary variable for returning results if the user did not
18095         provide a result pointer.  But our temporary variable was allocted
18096         on the satck.
18098         Fix calling code to always pass a result area.   Coverity ID 103.
18100 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
18102         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
18103         value, not the old. Fixes #78312.
18104         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
18106         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
18107         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
18108         per-image cache.
18110         * assembly.c (mono_assembly_close): Free image->references.
18112         * assembly.c (mono_assembly_names_equal): Fix a warning.
18113         (mono_assemblies_cleanup): Cleanup more global data.
18115         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
18117         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
18118         ptr_cache and image->modules.
18120         * image.c (mono_image_init): Allocate array_cache lazily.
18121         
18122 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18124         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
18125         behavior was changed recently and has bad side effects.
18127 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
18129         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
18130         
18131         * assembly.c (mono_assembly_close): Remove a debug printf.
18133         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
18135         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
18136         to also allow for temporary references between mono_image_open ()/close ().
18138         * domain.c (get_runtimes_from_exe): Add a FIXME.        
18140 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
18142         * marshal.c: Fix support for dynamic methods.
18144         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
18146         * marshal.c (mono_marshal_cleanup): New cleanup function.
18148         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
18149         image mempools.
18151         * class.c (mono_class_init): Fix leaking class->nested_classes.
18153         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
18155         * image.c (mono_image_init): Initialize the new cashes.
18157         * image.c (mono_image_close): Destroy the new cashes.
18159         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
18161         * mempool.c (mono_mempool_strdup): New helper function.
18163         * class-internals.h: Add prototype for mono_loader_unlock ().
18165         * domain.c (mono_jit_info_table_find): Fix a warning.
18166         (mono_debugger_check_runtime_version): Ditto.
18168         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
18169         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
18170         functions to these modules.
18172         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
18173         metadata modules.
18174         
18175         * marshal.c (mono_free_bstr): Fix a warning.
18177         * assembly.c (mono_assembly_open_full): Fix another small leak.
18179         * object.c: Fix some unload leaks in the remoting code.
18181         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
18182         function.
18184         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
18186         * reflection.c: Fix some unload leaks in dynamic assemblies.
18188 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
18190         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
18191         * marshal.h: Add BSTR support on Win32
18192         * icall.c: Add BSTR icalls
18193         * metadata.h: Add BSTR enums
18195 2006-04-28  Miguel de Icaza  <miguel@novell.com>
18197         Work to catch the crash from #76795 and turn it into an
18198         exception.   As I stubbed out pieces of the VisualBasic support,
18199         I found a number of places where the code was failing and I added
18200         checks to those places. 
18201         
18202         * metadata.c (do_mono_metadata_parse_generic_class): Make this
18203         function return a status code.  If we fail to parse the signature
18204         from mono_metadata_parse_generic_inst, return FALSE.
18206         * loader.c (mono_get_method_from_token): If we fail to load the
18207         method (mono_class_get) return NULL.   
18209         * (method_from_memberref): Return NULL if we are unable to parse
18210         the method signature
18212         (mono_loader_error_prepare_exception): Since we now use the
18213         loader_error flag internally to stop processing, and obtaining
18214         exceptions that might be thrown will walk this code path the
18215         proper way of going from a MonoLoaderError into a
18216         MonoException was convoluted.   This new routine encapsulates the
18217         process of turning the error into an exception and *clearing* the
18218         error afterwards.
18219         
18220 2006-04-27  Miguel de Icaza  <miguel@novell.com>
18222         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
18223         with missing assemblies), and to cope with:
18225                 * Missing fieldref from a non-existing assembly.
18226                 * Missing methodref from a non-existing assembly.
18228         The first batch of work to address *some* of the issues from 76661.
18229         
18230         * object.c (mono_class_create_runtime_vtable): If we fail to
18231         initialize the class raise the exception here. 
18233         * metadata.c (mono_class_get_overrides_full): If any methods fail
18234         to load return the failure to the caller.
18236         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
18237         flagging assemblies that failed to load.   
18239         Do not crash if we are unable to load the assembly.
18241         (mono_assembly_close): Do nothing with REFERENCE_MISSING
18242         assemblies. 
18244         * loader.c (mono_loader_set_error_type_load): Change the
18245         convention to always pass unallocated strings, so we make our own
18246         copies (I know our own code had duplicated strings before, but
18247         this keeps the normal conventions).
18248         (method_from_memberref): Call mono_loader_set_error_method_load
18249         for all possible failures of loading the class. 
18250         Remove assert, turn into a loader error.
18252         (mono_loader_error_to_exception): Move this routine from mini
18253         (mini_loader_error_to_exception) there was no need to have that in
18254         mini. 
18256         * class.c (mono_class_from_typeref): If we were not able to load
18257         the assembly with mono_assembly_load_reference, call the
18258         mono_loader_set_error_type_load to register the problem.
18260         (mono_class_setup_fields): If we fail to load the type from
18261         mono_metadata_parse_type_full, call mono_class_set_failure and
18262         break from the loop.
18264         If class->exception_type is set, we do not layout the fields as
18265         that might crash the runtime, and instead return (from breaking
18266         from the previous loop).
18268         (mono_class_setup_vtable): This now returns a boolean indicating
18269         whether the table was properly setup.   The decision is driven by
18270         mono_class_get_overrides_full which might run into non-existing
18271         methods. 
18272         
18273         (mono_class_init): Returns TRUE on success or FALSE if there was a
18274         problem in loading the type (incorrect assemblies, missing
18275         assemblies, methods, etc).
18277         When we call mono_class_setup_fields we also check for a potential
18278         error inside this call (either a class exception or a general
18279         loader exception).
18281         (mono_class_create_from_typedef): If the parent fails to load
18282         (calling mono_class_get_full) return NULL.
18283         
18284         ** Important **
18286         calls to mono_metadata_parse_type_full should be checked
18287         everywhere and set the mono_class_set_failure
18288         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
18290         The current patch checks the places where my manually constructed
18291         tests show the errors are showing up, but we should do it
18292         everywhere. 
18294         ** Important2 **
18296         mono_class_init return values should be tested everywhere, like
18297         the previous case this is something that we should audit
18298         everywhere and not only on the cases exposed by the tests I
18299         created. 
18301 2006-04-26  Miguel de Icaza  <miguel@novell.com>
18303         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
18304         boolean parameter and instead pass the information on `options'
18305         parameter (FileOptions).
18307         * icall.c: Register the new signature for MonoIO.Open.
18309         * debug-helpers.c (dis_one): Trying to understand how coverity
18310         works.  Fix Run 5, item 78.
18312 2006-04-26  Dick Porter  <dick@ximian.com>
18314         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
18315         dereference.
18317 2006-04-25  Martin Baulig  <martin@ximian.com>
18319         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
18321         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
18322         debugger_thread_created().
18323         (debugger_gc_push_all_stacks): Don't handle the main thread in any
18324         special way.
18325         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
18326         (mono_debugger_finalize_threads): New function; undo the effects
18327         of mono_debugger_init_threads().
18328         (mono_debugger_create_all_threads): Removed.
18330 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
18332         * image.c (mono_image_close): Tidy up trace messages.
18334         * assembly.c (mono_assembly_close): Ditto.
18336         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
18337         no longer references an already freed assembly. Fixes #78168.
18339 2006-04-21  Dick Porter  <dick@ximian.com>
18341         * threads.c (mono_thread_detach): Fix reference counting when
18342         detaching threads.
18344 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
18346         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
18347         #78155.
18349 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
18351         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
18352         (mono_type_to_stind): Ditto.
18354         * marshal.c: Use the new helper functions to simplify code.
18356         * image.c (mono_image_close): Add some code for help debug assembly unloading
18357         problems.
18359         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
18360         image mempool.
18362         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
18363         assembly was already loaded in another appdomain. Fixes #78083.
18365 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
18367         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
18368         referenced assemblies.
18369         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
18371         * domain.c (mono_domain_free): Add a trace message.
18373         * appdomain.c (add_assemblies_to_domain): Ditto.        
18375         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
18376         field.  
18378 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
18380         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
18382 2006-04-12  Martin Baulig  <martin@ximian.com>
18384         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
18385         `USE_INCLUDED_LIBGC'.   
18387 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
18389         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
18390         the patch contains ../ and a small directory name later. Hopefully fixes
18391         #78035.
18393 2006-04-10  Martin Baulig  <martin@ximian.com>
18395         Clean up the debugger's thread-handling code.
18397         The debugger's thread-handling code has been moved from
18398         ../mini/debug-debugger.c to threads.c.  We now iterate directly
18399         over the `threads' hash, keep track of exiting threads and also
18400         use proper locking.
18402         We can now debug XSP and XSP based applications with the debugger.
18404         * object-internals.h (MonoThread): Added `gpointer end_stack'.
18406         * threads.h
18407         (MonoThreadCallbacks): Removed; this was only used by the debugger.
18408         (mono_install_thread_callbacks): Likewise.      
18410         * threads.c (mono_thread_callbacks): Removed.
18411         (debugger_thread_created, debugger_thread_exited): New static functions.
18412         (start_wrapper): Call debugger_thread_created().
18413         (thread_cleanup): Call debugger_thread_exited().
18414         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
18415         (mono_debugger_init_threads): New public function.
18416         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
18417         iterate directly over the `threads' hash and also use proper locking.
18419         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
18421         * mono-debug-debugger.h
18422         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
18424 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
18426         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
18427         argument type=array. Fixes #78057.
18429 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
18431         * culture-info-table.h : regenerated. Fixed bug #69652.
18433 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
18435         * loader.c metadata.c: Reapply a variant r59116.
18436         
18437         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
18439         * class.c (mono_class_setup_interface_offsets): New internal function.
18441         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
18442         interfaces too. Fixes #77398.
18444         * reflection.c (encode_cattr_value): Add support for 
18445         parameter type=object, argument type=array.
18446         (load_cattr_value): Ditto. Fixes #77916.
18448         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
18449         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
18451         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
18452         a byval char array and CharSet is Ansi.
18454         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
18456 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
18458         * metadata.c: Add some locking comments.
18459         
18460         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
18461         mempool.
18462         (mono_metadata_free_method_signature): Don't free the signature itself.
18464         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
18466         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
18467         reference the same MonoImage.
18468         (mono_assembly_load_from_full): Add an assert.
18470 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
18472         * image.c (mono_image_close): Don't put the image we are about to free into the
18473         loaded_images_guid_hash.
18475         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
18476         to reduce code duplication.
18478         * marshal.c: Register the native functions called by this module as icalls, to
18479         somewhat centralize the creation of MonoMethodSignature's.
18481         * loader.c (mono_method_signature): Add a cache for method signatures.
18483         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
18484         the parameter attributes of a method.
18485         (mono_metadata_parse_method_signature_full): Refactored the computation of
18486         parameter attributes into a separate function. Also avoid one allocation in
18487         most cases.
18489         * assembly.c (mono_assembly_close): Ditto.
18491         * image.c (mono_image_close): Log trace messages with INFO level.
18493         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
18495         * image.c reflection.c: Correct reference counting of image modules.
18496         
18497         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
18498         of this function from the image mempool.
18499         
18500         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
18501         to allow more cached types to be used.
18503         * mono-debug.c (mono_debug_add_method): Appled patch from
18504         David S. Miller  <davem@sunset.davemloft.net>: Access 
18505         minfo->lexical_blocks[] entry elements using read32().
18507 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
18509         * loader.c (mono_free_method): No longer free the method header for non-dynamic
18510         methods as it is allocated from the mempool.
18512         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
18513         image mempool.
18515         * metadata-internals.h: Add comments describing the reference counting scheme
18516         used for MonoImage and MonoAssembly.
18518         * image.c assembly.c reflection.c: Rework reference counting of images and 
18519         assemblies so they are freed when the runtime is shut down. Free some 
18520         additional memory structures when an image is unloaded.
18521         
18522 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
18524         * class.c loader.c reflection.c: Allocate more data structures in
18525         the image mempool.
18527 2006-03-31  Miguel de Icaza  <miguel@novell.com>
18529         * icall.c
18530         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
18531         build on pre glib 2.4 systems.
18533 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
18535         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
18537         * icall.c: Fix some warnings.
18539 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
18541         * culture-info-table.h : regenerated.
18543 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
18545         * threads.c, object-internals.h, verify.c: changed the culture caching
18546         code to use a normal MonoArray for storage so the GC can keep track of
18547         them easily. Fixed bits of the cache logic, too and simplified the
18548         code.
18550 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
18552         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
18553         thread for non-Boehm GCs.
18555 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
18557         * domain.c, object.c, domain-internals.h: reduce the amount of memory
18558         needed to keep track of the data for static fields.
18560 2006-03-29  Raja R Harinath  <rharinath@novell.com>
18562         Fix #75172
18563         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
18564         for interface classes.  Use 'num_methods' instead.
18565         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
18566         before using '->vtable_size' field.
18568 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
18570         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
18571         doesn't contain managed pointers, so use a normal hashtable.
18573 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
18575         * reflection.c, class-internals.h, domain.c: fixed handling of types
18576         used as values for objects in custom attributes (bug #77915):
18578 2006-03-24  Martin Baulig  <martin@ximian.com>
18580         * class.c (mono_class_setup_fields): Added support for generic
18581         instances; fixes #77580.
18583 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18585         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
18587 2006-03-24  Dick Porter  <dick@ximian.com>
18589         * file-io.c (get_file_attributes): More stat macro breakage.
18590         Fixes bug 77759.
18592 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
18594         * profiler.c: added the file=filename option in the default profiler
18595         to output the profile data to filename.
18597 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18599         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
18600         bug #77877.
18602 2006-03-22  Martin Baulig  <martin@ximian.com>
18604         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
18605         allocated `MonoClassField *' in `fb->handle'.
18607 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
18609         * class.c, image.c, metadata-internals.h: implemented new mechanism to
18610         allocate interface ID to save memory and allow better ID reuse on
18611         appdomain unload. setup_generic_vtable () removal from Martin.
18613 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
18615         * object.h, appdomain.c, domain.c, exception.c, icall.c,
18616         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
18617         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
18618         write barriers for reference stores with managed objects accessed with
18619         C structures in the runtime and in embedding programs.
18621 2006-03-20  Raja R Harinath  <rharinath@novell.com>
18623         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
18624         'interface_id' and 'max_interface_id' fields of MonoClasses
18625         representing open generic types.
18627 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
18629         * object.h, object.c, icall.c: added functions to deal with
18630         storing valuetypes that contain references in managed objects.
18631         * reflection.c, string-icalls.c, threads.c, marshal.c: small
18632         fixes and comments around uses of mono_array_addr ().
18634 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
18636         * object.h, icall.c, monitor.c: object.GetHashCode ()
18637         implementation that supports the moving garbage collector.
18639 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
18641         * icall.c, threads-types.h, threads.c: implemented finalizer for
18642         LocalDataStoreSlot.
18644 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
18646         * metadata.c (mono_type_size): Add a fixme.
18647         (mono_type_stack_size): Ditto.
18649         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
18650         'type_forwarders' field.
18652         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
18653         attribute from net 2.0.
18655         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
18656         from class.c.
18658         * class.c (mono_class_setup_fields): Fix a warning.
18659         
18660         * class.c (mono_class_from_name): Add support for assemblyref entries
18661         in the EXPORTEDTYPE table.
18663         * reflection.c: Add support for handling type forwarders under net 2.0.
18665         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
18666         
18667 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
18669         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
18670         overwriting entries in ModuleBuild->types, also clean up the code
18671         a little. Fixes #77774.
18673 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
18675         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
18676         load friend assembly info when present.
18678 2006-03-14  Raja R Harinath  <rharinath@novell.com>
18680         Fix crasher on gtest-158.cs.
18681         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
18682         the return value if the MonoClass we want is yet in an
18683         inconsistent state.
18684         * class.c (mono_class_create_from_typedef): Add an comment
18685         explaining an order dependency between mono_class_setup_parent and
18686         mono_class_setup_mono_type.
18688 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
18690         * class.c: documentation updates and events bug fix.
18692 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
18694         * class.c: some cleanup, locking fixes.
18696 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
18698         * class.c: fix the generics code to setup nested
18699         type info to the instantiated type (bug #77770).
18701 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
18703         * marshal.c: fixed a few type correctness issues.
18705 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
18707         * loader.c: the Set/Get/Addrtess array methods should be public.
18709 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
18711         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
18712         
18713         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
18714         info->wrapper.
18716 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
18718         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
18720         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
18722         * mempool.c (mono_mempool_alloc): Speed this up a bit.
18723         (mono_mempool_alloc0): Ditto.
18725 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18727         * socket-io.c:
18728         (create_object_from_sockaddr): it was allocating 4 extra bytes
18729         for the AF_UNIX data. Fixes bug #77747.
18731 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
18733         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
18735 2006-03-09  Dick Porter  <dick@ximian.com>
18737         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
18738         Fixes bug 76966 again.
18740 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
18742         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
18743         names from r57532
18744         * appdomain.c: Bumped corlib version to 48 (due to r57532)
18746 2006-03-07  Martin Baulig  <martin@ximian.com>
18748         * object.c
18749         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
18751 2006-03-07  Martin Baulig  <martin@ximian.com>
18753         * class.c
18754         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
18755         regression introduced in r56970; see gtest-252.cs.
18757         * loader.c (mono_get_method_constrained): Correctly handle generic
18758         methods; see gtest-253.cs.
18760 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
18762         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
18764 2006-03-04  Martin Baulig  <martin@ximian.com>
18766         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
18767         compute the parent type at runtime, just like we're already doing
18768         it for interfaces.
18770         * reflection.c
18771         (mono_reflection_bind_generic_parameters): Don't compute the
18772         parent type anymore.
18774         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
18776 2006-03-04  Martin Baulig  <martin@ximian.com>
18778         * mono-debug-debugger.h
18779         (mono_debugger_create_notification_function): Allocate memory at
18780         runtime and return a pointer to it.
18782 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
18784         * assembly.c: Fix windows build.
18785         
18786         * assembly.c: Fix build.
18788         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
18790         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
18791         
18792 2006-03-03  Dick Porter  <dick@ximian.com>
18794         * process.c
18795         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
18796         Check parameters before dereferencing them.  Fixes Aaron's part of
18797         bug 77393.
18799 2006-03-03  Raja R Harinath  <rharinath@novell.com>
18801         Fix performance regression.
18802         * loader.c (find_method_in_class): Add 'from_class' argument.
18803         Rename 'klass' argument to 'in_class'.  The signature is compared
18804         against the method in 'in_class', and the corresponding method is
18805         returned from 'from_class'.
18806         (find_method): Walk both 'in_class' and 'from_class' in parallel.
18807         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
18808         type definition and generic instantiation in parallel.
18809         (mono_get_method_constrained): Update to changes.
18811 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
18813         * threads.c: make sure the domain is correct, too when doing
18814         mono_thread_attach ().
18816 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
18818         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
18819         windows. Fixes #77683.
18821 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
18823         * object.h, *: introduced specific way to set elements of an array
18824         of references to be used as write barrier. Still need to audit the
18825         uses of mono_array_addr.
18827 2006-03-01  Miguel de Icaza  <miguel@novell.com>
18829         * object-internals.h: New field to cache the assmebly name, patch
18830         from Tambet Ingo (tambet@ximian.com)
18832 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
18834         * decimal.h, class-internals.h, metadata-internals.h,
18835         file-io.h: mark a few function declarations as internal, to
18836         reduce the number of PLT entries.
18838 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18840         * file-io.c: fix typo in warning message.
18842 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
18844         * loader.c: on unix, lookup the "*A" version of a function
18845         if charset is auto as a second option before failing.
18847 2006-02-28  Raja R Harinath  <rharinath@novell.com>
18849         * class.h (mono_class_inflate_generic_method): Revert to two
18850         argument version.
18851         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
18852         (mono_class_inflate_generic_method_full): Add.
18853         * class.c (mono_class_inflate_generic_method_full): Rename from
18854         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
18855         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
18856         * loader.c, reflection.c: Update to changes.
18858 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
18860         * icall.c: const fixes and small improvements.
18862 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18864         * threadpool.c: for asynchronous connect(), enable the same workaround
18865         for BSD 6 as for the Mac. Fixes bug #77637.
18867 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
18869         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
18870         formatted classes. Fixes #77524.
18872 2006-02-24  Raja R Harinath  <rharinath@novell.com>
18874         * class.c (inflate_generic_type): Add a couple more
18875         micro-optimizations.
18876         (inflate_generic_context): Don't use the 'gmethod' from
18877         'inflate_with'.
18878         (mono_class_inflate_generic_method): If the method has generic
18879         parameters, but the passed-in context doesn't have a 'gmethod',
18880         create one.  Use the possibly simplified generic instantiation
18881         from the declaring class instead of the one passed in.
18883 2006-02-24  Raja R Harinath  <harinath@gmail.com>
18885         Make generic method signature and method header handling lazy.
18886         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
18887         (inflate_generic_header): Likewise.
18888         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
18889         parameter to avoid inflating types.
18890         (mono_get_inflated_method): Empty out.
18891         * class.h (mono_class_inflate_generic_method): Update to changes.
18892         * loader.c (mono_get_method_from_token): Don't parse signature for
18893         generic methods, nor methods of generic classes.
18894         (mono_method_signature): Rename from 'mono_method_signature'.
18895         Inflate signature on demand.
18896         (mono_method_get_header): Inflate method header on demand.
18897         * reflection.c: Update to changes.
18899 2006-02-23  Raja R Harinath  <rharinath@novell.com>
18901         * metadata.c (mono_metadata_inflate_generic_inst): If the
18902         instantiation is closed, don't bother expanding it in the new
18903         context.
18904         * class.c (inflate_generic_class): If the generic instantiation
18905         doesn't change after inflation, return the argument itself.
18906         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
18907         Add bounds checks.
18908         (inflate_generic_context): If neither the generic class nor the
18909         generic method instantiations change, return the original context.
18910         * reflection.c (mono_method_get_object): Do
18911         'mono_get_inflated_method' before accessing the ->klass field.
18912         (inflate_mono_method): Don't create a MonoGenericMethod unless
18913         necessary.
18914         (inflate_method): Don't pass a constructed type as the declaring
18915         type of a methodbuilder.
18917 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
18919         * object.c: fix memory overwrite.
18921 2006-02-22  Dick Porter  <dick@ximian.com>
18923         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
18924         it doesn't work any more.
18925         (mono_threads_request_thread_dump): Fix unused variable warnings.
18927 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
18929         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
18930         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
18931         the public header file.
18933 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
18935         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
18937 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
18939         * class-internals.h, object.c: reduce the size of MonoVTable
18940         and store the interface_offsets array at negative offsets.
18942 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
18944         * metadata.c: tweak table descriptors data structures to reduce
18945         size and runtime relocations.
18947 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
18949         * marshal.c: fix some types and opcodes to be type-safe
18950         in marshaling wrappers.
18952 2006-02-21  Ankit Jain  <jankit@novell.com>
18954         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
18956 2006-02-21  Raja R Harinath  <rharinath@novell.com>
18958         * metadata.c (get_constraints): Relax debugging checks for monodis.
18960 2006-02-21  Ankit Jain  <jankit@novell.com>
18962         * metadata.c (mono_metadata_load_generic_params): Move the code
18963         checking for ambiguous generic params from here to mono/dis/get.c
18964         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
18966 2006-02-21  Raja R Harinath  <harinath@gmail.com>
18968         Fix assertion triggered when compiling nemerle.
18969         * class.c (mono_get_shared_generic_inst): Rename from
18970         get_shared_inst and make non-static.
18971         * loader.c (mono_get_shared_generic_method): New.  Used to create
18972         the MonoGenericContext-equivalent of a MonoGenericContainer.
18973         (mono_get_method_from_token): Initialize the 'context' field of
18974         the created MonoGenericContainer.
18975         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
18976         * metadata.c (get_constraints): Add sanity check.
18977         * class-internals.h: Add new internal methods.
18979         * reflection.c (verify_safe_for_managed_space): New sanity check.
18980         Currently checks that owner-less generic parameters aren't allowed
18981         in managed space.
18982         (mono_type_get_object): Use it.
18983         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
18984         that are now in mono_type_get_object.
18985         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
18987 2006-02-19  Raja R Harinath  <harinath@gmail.com>
18989         * metadata.c (mono_type_create_from_typespec): Rename from
18990         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
18991         argument and caching of types in the generic container.
18992         (unwrap_arrays, find_generic_param): Remove.
18993         * metadata-internals.h: Update.
18994         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
18996 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
18998         * class.c (mono_class_get_exception_for_failure): Fix a warning.
19000         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
19001         return values. Fixes #77581.
19003         * class.c (mono_fnptr_class_get): Switch name and name_space.
19005         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
19006         classes and add support for [In, Out] attributes.
19007         (mono_marshal_free_asany): Ditto. Fixes #77524.
19009 2006-02-18  Raja R Harinath  <harinath@gmail.com>
19011         * class.c (mono_class_from_generic_parameter): Make more robust to
19012         incomplete MonoGenericContainers from monodis.
19014 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
19016         * class-internals.h: added some more exception types.
19017         * class.c, metadata.c: added a few checks to handle missing
19018         types.
19020 2006-02-17  Raja R Harinath  <rharinath@novell.com>
19022         Use owner-less generic-params some more.
19023         * class.c (my_mono_class_from_generic_parameter): Remove.
19024         (mono_class_from_generic_parameter): Handle null image,
19025         param->name and param->owner.
19026         (mono_class_from_mono_type): Update.
19027         (mono_class_create_from_typespec): Remove 'container' parameter.
19028         If that parameter is non-null, the result is always inflated by
19029         'mono_class_get_full' anyway.
19030         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
19031         parameter.
19032         (mono_class_get_full): Update.
19034         * class.c (inflate_generic_type) [GENERICINST]: If the generic
19035         instance is not open, don't bother inflating.
19036         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
19037         parse metadata for inflated classes.
19038         (_mono_class_get): Change GenericContext* parameter to
19039         GenericContainer*.
19040         (mono_class_create_from_typespec): Likewise.  Simplify, and
19041         implement trivially.  All the cases are handled in
19042         mono_class_from_mono_type.  Don't inflate returned class.
19043         (mono_class_get_full): Delegate GENERICINST optimization to
19044         inflate_generic_type.
19045         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
19047 2006-02-16  Dick Porter  <dick@ximian.com>
19049         * socket-io.c (create_object_from_sockaddr): Fix typo.
19050         (create_sockaddr_from_object): Check array lengths before
19051         potentially accessing items off the end.
19052         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
19053         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
19054         (ves_icall_System_Net_Sockets_Socket_Send_internal)
19055         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
19056         length checks to avoid wraparound overflows.
19057         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
19058         contents of the array of sockets
19059         (hostent_to_IPHostEntry2)
19060         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
19061         Check return value of inet_ntop ().
19062         (addrinfo_to_IPHostEntry): Fix typo
19064 2006-02-16  Raja R Harinath  <rharinath@novell.com>
19066         Type metadata parsing doesn't use generic-instantiation information.
19067         * metadata.c (mono_metadata_parse_array_full): Change
19068         MonoGenericContext* parameter to MonoGenericContainer*.
19069         (mono_metadata_parse_type_full): Likewise.
19070         (mono_type_create_from_typespec_full): Likewise.
19071         (mono_metadata_parse_mh_full): Likewise.
19072         (mono_metadata_parse_generic_inst): Likewise.
19073         (do_mono_metadata_parse_generic_class): Likewise.
19074         (do_mono_metadata_parse_type): Likewise.
19075         * metadata-internals.h: Update to changes.
19076         * class.c (mono_class_find_enum_basetype): Likewise.
19077         (mono_class_setup_fields): Likewise.
19078         (mono_class_create_from_typespec): Likewise.
19079         * loader.c (method_from_methodspec): Likewise.
19080         (mono_get_method_from_token): Likewise.
19081         (mono_method_get_header): Likewise.
19083 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
19085         * marshal.c: handle additional GENERICINST case (patch from
19086         Thong Nguyen <tum@veridicus.com>).
19087         Fix a few cases where LDIND_I/STIND_I was used for references.
19089 2006-02-16  Raja R Harinath  <rharinath@novell.com>
19091         * reflection.c (mono_reflection_get_token): Remove unused variable.
19093 2006-02-16  Martin Baulig  <martin@ximian.com>
19095         * reflection.c (mono_reflection_get_token): Add support for fields
19096         in instantiated generic types.
19098         * icall.c
19099         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
19101 2006-02-15  Martin Baulig  <martin@ximian.com>
19103         * icall.c
19104         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
19105         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
19106         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
19107         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
19109 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
19111         * class.c, metadata.c, metadata.h, object.c, icall.c,
19112         marshal.c: changed mono_type_get_underlying_type () to do
19113         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
19114         Fixed handling of instantiated generic valuetypes (bug #75479).
19116 2006-02-15  Raja R Harinath  <rharinath@novell.com>
19118         * metadata.c (mono_metadata_decode_signed_value): Simplify.
19119         Delegate to mono_metadata_decode_value, and work on the returned value.
19121         * icall.c (ves_icall_MonoType_GetGenericArguments):
19122         Add consistency check here too.
19123         
19124 2006-02-15  Ankit Jain  <jankit@novell.com>
19126         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
19127         char/short etc.
19129 2006-02-15  Ankit Jain  <jankit@novell.com>
19131         * metadata.c (mono_metadata_decode_signed_value): New function to decode
19132         signed values, used only for representing lower bounds of arrays.
19133         (mono_metadata_parse_array_full): Use new
19134         mono_metadata_decode_signed_value to decode lower bounds.
19136 2006-02-14  Martin Baulig  <martin@ximian.com>
19138         * reflection.c
19139         (mono_reflection_get_token): Support "MonoGenericMethod" and
19140         "MonoGenericCMethod" and allow generic instances / methods.
19142 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
19144         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
19145         to obtain the terminal size using an ioctl.
19147         * object.c (mono_nullable_init): Revert this as nullable reference
19148         types are not valid.
19149         (mono_nullable_box): Ditto.
19151 2006-02-09  Dick Porter  <dick@ximian.com>
19153         * threads.c (mono_thread_detach): Drop a reference to the thread
19154         we're detaching.
19156 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
19158         * object.c (mono_nullable_init): Handle nullable reference types.
19159         (mono_nullable_box): Ditto. Fixes #77446.
19161 2006-02-07  Martin Baulig  <martin@ximian.com>
19163         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
19165 2006-02-07  Ankit Jain  <jankit@novell.com>
19167         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
19168         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
19169         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
19170         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
19171         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
19172         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
19174 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
19176         * class.c (mono_class_create_generic): Set type_token as well.
19178         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
19179         compatible with MS.
19181 2006-02-02  Martin Baulig  <martin@ximian.com>
19183         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
19184         has never been used so far.
19186 2006-02-02  Martin Baulig  <martin@ximian.com>
19188         * mono-debug-debugger.h: Changed comment at the top of this file;
19189         the header is not installed, but it's safe to #include it from
19190         within the JIT.
19192         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
19193         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
19195 2006-02-02  Martin Baulig  <martin@ximian.com>
19197         * mono-debug.h
19198         (MonoSymbolTable): Removed the `metadata_info' field.
19200         * mono-debug.c
19201         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
19203         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
19204         (mono_debugger_add_builtin_types): Removed.
19205         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
19206         (mono_debugger_create_notification_function): We now operate on a
19207         pre-allocated area; take a `gpointer' and return `void'.
19209         * mono-debug-debugger.c
19210         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
19211         (mono_debugger_add_builtin_types): Removed.
19213 2006-02-02  Martin Baulig  <martin@ximian.com>
19215         * threads.c (mono_debugger_create_all_threads): New public method.
19217 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
19219         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
19220         breaks on several platforms.
19222 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
19224         * assembly.c: the VS.NET build doesn't supply default values for
19225         MONO_ASSEMBLIES and MONO_CFG_DIR.
19227 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
19229         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
19230         helper function.
19232         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
19234         * loader.c (method_from_memberref): Fix a warning.
19236         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
19238         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
19239         with explicit layout. Fixes #77433.
19241 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
19243         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
19244         max_interface_id is initialized before using it. Fixes #77398.
19245         (ves_icall_Type_GetInterfaces): Ditto.
19247 2006-01-30  Raja R Harinath  <rharinath@novell.com>
19249         * metadata.c (mono_metadata_parse_method_signature_full): Don't
19250         allocate memory for parameter attributes when parsing memberref
19251         signatures.
19252         * loader.c (mono_loader_set_error_method_load): Don't warn.
19253         (method_from_memberref): Ensure MissingMethodException gets thrown
19254         if method is not found.  Make warning more informative.
19256 2006-01-29  Raja R Harinath  <harinath@gmail.com>
19258         Fix #77397
19259         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
19260         return true if is byref.
19261         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
19262         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
19263         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
19265 2006-01-27  Raja R Harinath  <rharinath@novell.com>
19267         Fix tests/find-method.2.il
19268         * loader.c (find_method, find_method_in_class): Remove is_inflated
19269         argument.  Revert 2006-01-18 change.
19270         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
19271         is generic, search for method in its generic definition.
19272         * class.c (mono_class_setup_vtable_general): Print generic
19273         arguments of generic types in debugging printf.
19275 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
19277         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
19279         * threads.c (mono_threads_request_thread_dump): New helper function.
19281 2006-01-25  Raja R Harinath  <rharinath@novell.com>
19283         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
19285 2006-01-25  Ankit Jain  <jankit@novell.com>
19287         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
19288         move definition to ..
19289         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
19290         
19291 2006-01-25  Ankit Jain  <jankit@novell.com>
19292             Raja R Harinath  <rharinath@novell.com>
19294         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
19295         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
19296         as necessary.
19298 2006-01-25  Martin Baulig  <martin@ximian.com>
19300         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
19301         `MonoDebuggerThread' into debug-debugger.c.
19303 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
19305         * profiler.c: fix printing of data.
19307 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
19309         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
19310           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
19312 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
19314         * object.c: fix deadlock related to string interning.
19316 2006-01-23  Martin Baulig  <martin@ximian.com>
19318         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
19320         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
19322 2006-01-23  Martin Baulig  <martin@ximian.com>
19324         * mono-debug.h: Moved the prototypes of some functions which are
19325         used by the JIT here from mono-debug-debugger.h.
19327 2006-01-21  Martin Baulig  <martin@ximian.com>
19329         * Makefile.am: Don't install mono-debug-debugger.h.
19331 2006-01-21  Martin Baulig  <martin@ximian.com>
19333         * mono-debug-debugger.h: Enforce the private status of this header
19334         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
19335         Moved some stuff from mono-debugger-jit-wrapper.h here.
19337 2006-01-20  Raja R Harinath  <rharinath@novell.com>
19339         * class.c (mono_class_from_typeref): Add a sanity test to help
19340         catch lack of assembly load/search hooks.
19342 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
19344         * marshal.c (emit_struct_conv): Relax the fields with same offset
19345         check even more. Fixes #77230.
19347 2006-01-18  Martin Baulig  <martin@ximian.com>
19349         * loader.c (find_method_in_class): Added `gboolean is_inflated'
19350         argument; if false, we compare the uninstantiated signatures.
19351         (method_from_memberref): Compare the uninstantiated signatures;
19352         fixes #76417.
19354 2006-01-18  Robert Jordan  <robertj@gmx.net>
19356         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
19357         Clear the weak link. Fixes bug #77170.
19359         * gc.c (mono_gchandle_free):
19360         Reflect *-gc.c changes (tiny optimization).
19362 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
19364         * metadata.c (mono_metadata_signature_dup): Applied patch from
19365         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
19366         Fixes #77288.
19368 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
19370         * marshal.c (emit_struct_conv): Allow fields with the same offset when
19371         marshalling from native to managed code. Fixes #77230.
19373 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19375         * threadpool.c: fix problem (Mac only) when more than one asynchronous
19376         connect. Fixes bug #77020.
19378 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
19380         * class.c: fixed id assignement for nested interfaces (bug #77275).
19381         Added also better info for --print-vtable debugging.
19383 2006-01-12  Martin Baulig  <martin@ximian.com>
19385         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
19386         interfaces on-the-fly; fixes #76625.
19388         * class-internals.h
19389         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
19390         don't need that anymore.
19392 2006-01-12  Miguel de Icaza  <miguel@novell.com>
19394         * socket-io.c
19395         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
19396         To avoid initing the nested_classes when not needed I turned the
19397         PeerCredData as a toplevel internal class, as it has to be shared
19398         anyways. 
19400         Fixes the CASA issue.
19402 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
19404         * domain.c: Accessors for MonoJitInfo
19406         * profiler-private.h: Add jitinfo to the end jit hook
19408         * profiler.[ch]: Define new hooks, called after jitting which give
19409         the MonoJitInfo that was compiled
19411 2006-01-10  Martin Baulig  <martin@ximian.com>
19413         * class.c (mono_class_setup_events): Add support for generic
19414         classes; fixes #76440.
19416 2006-01-06  Raja R Harinath  <rharinath@novell.com>
19418         Fix #77160.
19419         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
19420         on passed-in method.
19422 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
19424         * object.c (mono_runtime_invoke_array): Add Nullable support.
19426         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
19428 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
19430         * file-io.c: Don't consider sockets as directory and avoid an endless
19431         loop. Fix bug #76966.
19433 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
19435         * object.c (mono_nullable_init): New helper function.
19436         (mono_nullable_box): Ditto.
19438         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
19440         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
19442         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
19443         
19444 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
19446         * class.c (mono_class_is_assignable_from): Make T assignable to 
19447         Nullable<T>.
19449 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
19451         * appdomain.c: Bump corlib version to 46.
19452         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
19453         serialization purpose) and changed ves_icall_System_Reflection_
19454         Assembly_get_code_base signature to accept a boolean (to escape, or 
19455         not, the assembly code base).
19457 2005-12-23  Dick Porter  <dick@ximian.com>
19459         * icall.c: 
19460         * threads-types.h: 
19461         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
19462         CreateEvent icall now returns "created" boolean parameter.
19464 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
19466         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
19467         #76967.
19469         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
19470         when attr_klass is an interface. Fixes #77045.
19472 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
19474         * marshal.c (emit_struct_conv): Fix previous patch.
19475         
19476         * marshal.c (emit_struct_conv): Add a check for fields with the same
19477         offset.
19479 2005-12-20  Raja R Harinath  <rharinath@novell.com>
19481         Fix regression in Mono.C5.
19482         * class.c (mono_class_create_generic): If 'klass' is an interface
19483         set up the interface offsets.
19484         (mono_class_is_assignable_from): Don't throw away generic arguments.
19486 2005-12-19  Raja R Harinath  <rharinath@novell.com>
19488         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
19489         type parameters.
19491 2005-12-15  Raja R Harinath  <rharinath@novell.com>
19493         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
19494         dead store.
19495         (do_mono_metadata_parse_generic_class): Don't pass the current
19496         generic context when parsing the type being instantiated: it
19497         cannot use it, anyway.
19499         * loader.c (method_from_memberref): Don't inflate a signature if
19500         it doesn't contain any type parameters.
19502 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
19504         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
19506 2005-12-14  Martin Baulig  <martin@ximian.com>
19508         * class.c
19509         (mono_type_get_name_recurse): Don't return null for type
19510         parameters and open generic classes.
19511         (mono_class_setup_methods): Don't exclude generic instances.
19512         (mono_get_unique_iid): Use different IDs for different
19513         instantiations of the same generic type.
19514         (mono_class_setup_vtable): Only use setup_generic_vtable() for
19515         open generic instances; create a normal vtable for closed generic
19516         instances.
19517         (mono_class_setup_vtable_general): We're now also called for
19518         closed generic instances.
19520         * reflection.c
19521         (mono_reflection_bind_generic_parameters): Correctly use
19522         mono_metadata_lookup_generic_inst() everywhere.
19524 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
19526         * object.c (mono_class_create_runtime_vtable): Call 
19527         mono_class_setup_vtable ().
19529         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
19530         function.
19531         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
19532         #76959.
19534         * loader.c (mono_loader_set_error_type_load): Print the type load
19535         warnings to the console so they are more visible to the user.
19536         (mono_loader_set_error_method_load): Ditto.
19538         * reflection.c (ensure_runtime_vtable): Revert the last change as it
19539         is still broken.
19540         
19541         * reflection.c (ensure_runtime_vtable): Fix build.
19543         * reflection.c (ensure_runtime_vtable): Disable an optimization which
19544         doesn't work in all cases.
19546 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
19548         * object.c (mono_array_new_full): Treat a single dimensional array
19549         with 0 lower bounds as an szarray. Fixes #76973.
19551         * reflection.c (custom_attr_visible): Really fix this.
19553 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
19555         * reflection.c (custom_attr_visible): Allow nested public attributes
19556         as well.
19558         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
19559         interface check.
19561 2005-12-12  Raja R Harinath  <harinath@gmail.com>
19563         * class.c (set_generic_param_owner): Delete.
19564         (mono_class_create_from_typedef): Don't set ->owner field of
19565         generic parameters to "param containers" of enclosing classes.
19566         * reflection.c (mono_reflection_initialize_generic_parameter):
19567         Likewise.
19569 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
19571         * reflection.c (custom_attr_visible): Fix build.
19573 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
19575         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
19576         private attributes.
19577         
19578         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
19579         handling of null parameter defaults.
19581 2005-12-09  Raja R Harinath  <rharinath@novell.com>
19583         * class.c (mono_class_from_generic_parameter): Don't set
19584         klass->generic_container.
19585         (my_mono_class_from_generic_parameter): Likewise.
19587 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
19589         * reflection.c (load_public_key): Fix a warning.
19590         (method_encode_code): Fix unaligned accesses.
19592 2005-12-07  Martin Baulig  <martin@ximian.com>
19594         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
19596         * reflection.c
19597         (write_generic_param_entry): Encode our custom attrs.
19599         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
19601 2005-12-07  Martin Baulig  <martin@ximian.com>
19603         * reflection.c (encode_new_constraint): Removed; we don't use the
19604         `NewConstraintAttribute' anymore.
19606 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
19608         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
19609         not fire a TypeResolve event when Assembly.GetType () is called.
19611 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
19613         Beginning of support for nullable types in the runtime. Parts of
19614         this patch are from Martin.
19616         * appdomain.c (MONO_CORLIB_VERSION): Bump
19618         * domain.c (mono_init_internal): get the nullable type
19620         * class.c (mono_class_is_nullable): New method
19621         (mono_class_get_nullable_param): New mehod
19622         (mono_class_create_generic): In types T? set cast_class to T
19624         * class-internals.h (MonoDefaults): new nullable default class
19625         (mono_class_get_nullable_param, mono_class_get_nullable_param):
19626         new methods.
19628 2005-12-05  Raja R Harinath  <rharinath@novell.com>
19630         * metadata.c (select_container): New.  Refactor code to select the
19631         appropriate GenericContainer given the type of generic parameter
19632         we are looking for.
19633         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
19634         not a MonoGenericContext.  Use select_container.  Update parameters.
19635         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
19636         and MONO_TYPE_MVAR.
19637         (unwrap_arrays): Remove duplicate tests.
19638         (find_generic_param): Rename from 'has_same_context'.  Now walks a
19639         generic instantiated class to find any arguments that are generic
19640         parameters.
19641         (mono_type_create_from_typespec_full): Use find_generic_param to
19642         avoid evicting some generic instantiations from the typespec
19643         cache.
19645 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
19647         * reflection.c: fixed writing of doubles on ARM FPA.
19649 2005-12-02  Robert Jordan  <robertj@gmx.net>
19651         * icall.c: Fixed EventInfo.ReflectedType (#76829).
19653 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19655         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
19656         least on SUSE 10 they are not the same (on debian, they are just the
19657         same thing).
19659 2005-12-01  Raja R Harinath  <rharinath@novell.com>
19661         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
19662         DeclaringType for VARs and MVARs.
19663         * class.c (set_generic_param_owner): Fix initialization of owner
19664         fields.
19666 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
19668         * icall.c: fixed Enum.ToObject() to correctly convert the values.
19670 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19672         * threadpool.c: workaround for a bug that shows up on the Mac:
19673         select()+connect() on a blocking socket is not like it should
19674         be, so we proceed to connect() in that case, wasting the I/O
19675         threadpool thread until connect succeedes. Fixes bug #75436.
19677 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19679         * threadpool.c: fix typo when setting file descriptor states.
19681 2005-11-28  Raja R Harinath  <rharinath@novell.com>
19683         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
19684         * metadata.c (mono_metadata_parse_method_signature_full): Don't
19685         create a temporary signature container.
19686         (mono_metadata_parse_generic_param): Update to changes.
19687         (mono_type_create_from_typespec_full): Update to changes.
19688         * loader.c (method_from_memberref): Don't use a
19689         MonoGenericContainer while parsing a memberref signature.
19690         (method_from_methodspec): Remove dead-store of the 'container'
19691         variable.  It's overwritten before use.
19693         * metadata.c (mono_type_create_from_typespec_full): Make debugging
19694         checks tighter.
19695         (mono_metadata_parse_generic_param): Likewise.
19696         * loader.c (find_method_in_class): Does not need a
19697         MonoGenericContainer.  Use 'mono_method_signature' rather than
19698         'mono_method_signature_full'.
19699         (find_method, mono_get_method_constrained, method_from_memberref):
19700         Update to changes.
19702         * metadata.c (mono_type_create_from_typespec_full): Ensure that
19703         owner-less generic-parameters are never evicted from the typespec
19704         cache.
19706         * loader.c (method_from_memberref): Don't use the current context
19707         when parsing signatures.
19708         (method_from_methodspec, mono_get_method_from_token): Update to changes.
19710         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
19711         side-effects in g_assert.
19712         * loader.c (mono_get_method_from_token): Resolve klass earlier so
19713         that we don't potentially lose information.
19715 2005-11-26  Dick Porter  <dick@ximian.com>
19717         * icall.c:
19718         * threads.c: icalls to implement basic (ie, not named)
19719         System.Threading.Semaphore.
19721 2005-11-24  Dick Porter  <dick@ximian.com>
19723         * process.c
19724         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
19725         Use GetProcessId() if it's available.
19727 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
19729         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
19731 2005-11-23  Raja R Harinath  <rharinath@novell.com>
19732             Ankit Jain  <jankit@novell.com>
19734         * loader.c (mono_get_method_from_token): Initialize 'method' field
19735         of all generic parameters before parsing the signature.  Remove
19736         code that "fixed"-up MVAR references.
19738 2005-11-23  Ankit Jain  <jankit@novell.com>
19740         * metadata.c (mono_metadata_has_generic_params):
19741         (mono_metadata_load_generic_param_constraints):
19742         (mono_metadata_load_generic_params): Move duplicate code ...
19743         (mono_metadata_get_generic_param_row): ... here. Returns the
19744         first row-id in GenericParam table for a given owner (token).
19745         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
19746         prototype.
19748 2005-11-23  Raja R Harinath  <rharinath@novell.com>
19749             Ankit Jain  <jankit@novell.com>
19751         * metadata.c (mono_metadata_class_equal): Pass signature_only when
19752         comparing VARs too.
19753         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
19754         type->data.generic_param only if the type is an MVAR.
19755         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
19756         leak owner-less VARs and MVARs into managed space.
19758 2005-11-21  Martin Baulig  <martin@ximian.com>
19760         * class-internals.h
19761         (MonoMethod): Moved the `generic_container' here from
19762         `MonoMethodNormal' since we now also need it for
19763         `MonoMethodPInvoke';
19764         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
19765         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
19766         an union containing both `MonoMethodNormal' and
19767         `MonoMethodPInvoke'.
19769         * loader.c
19770         (mono_get_method_from_token): Allow implementing generic methods
19771         as interncalls.
19773         * threads.c
19774         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
19775         icall.
19777 2005-11-17  Dick Porter  <dick@ximian.com>
19779         * icall.c: 
19780         * process.h: 
19781         * process.c: Split the Process Start_internal icall into
19782         ShellExecuteEx_internal and CreateProcess_internal, which are
19783         called depending on whether UseShellExecute is true.  Fixes bug
19784         76670.
19786         * appdomain.c (MONO_CORLIB_VERSION): Incremented
19788 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
19790         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
19791         'msize' parameters, use the information in 'mspec' instead.
19792         (emit_object_to_ptr_conv): Ditto.
19794         * marshal.c (emit_struct_conv): Handle explicit layout structs with
19795         fields out of order. Fixes #76733.
19797 2005-11-17  Ankit Jain  <jankit@novell.com>
19799         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
19801 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
19803         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
19804           bug #76575.
19806 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
19808         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
19809         for types with non-auto layout. Fixes #76717.
19811 2005-11-16  Ankit Jain  <jankit@novell.com>
19813         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
19814         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
19815         if generic_context is null.
19816           (mono_metadata_generic_param_equal): param->owner can be null.
19817           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
19818         null.
19820 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
19822         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
19823         the correct value.
19825 2005-11-15  Martin Baulig  <martin@ximian.com>
19827         * object.c (set_value): Use mono_class_from_mono_type() instead of
19828         the hack for generic instances; fixes #76136.
19830 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
19832         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
19833         fields.
19835         * image.c (load_metadata_ptrs): Initialize the new fields.
19837         * reflection.c (create_dynamic_mono_image): Ditto.
19839         * reflection.c (build_compressed_metadata): Use the new fields.
19841         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
19842         icall.
19844         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
19845         icall.
19846         
19847 2005-11-15  Ankit Jain  <jankit@novell.com>
19848             Raja R Harinath  <harinath@gmail.com>
19850         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
19851         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
19852         new per-generic_container cache if the cached MonoType's context matches
19853         the current context.
19854           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
19855         to the expected context.
19856           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
19858 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19860         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
19861         we changed the signature of an icall.
19862         * icall.c: Modify to mono_double_ParseImpl return true/false 
19863         depending on the success, instead of throwing the exception. This will
19864         help us in Double.TryParse methods.
19865         
19866 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
19868         * marshal.c (emit_marshal_object): Throw an exception when
19869         marshalling 'object' instead of crashing. Fixes #76696.
19871 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
19873         * class-internals.h: Add prototype for mono_type_get_full_name ().
19875 2005-11-11  Dick Porter  <dick@ximian.com>
19877         * threads.c (mono_thread_manage): Make sure the main thread has
19878         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
19880 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
19882         * loader.c (mono_loader_set_error_type_load): Log a warning to the
19883         console about the missing type.
19884         (mono_loader_set_error_method_load): Ditto.
19886 2005-11-09  Miguel de Icaza  <miguel@novell.com>
19888         * mono-config.c (mono_get_config_dir): Set the system defaults if
19889         none is specified.
19891         * assembly.c (mono_set_dirs): New API entry point to set the
19892         assembly and the config directory in one call
19894 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
19896         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
19897         the ftnptr was created from a delegate in a domain other than the
19898         current domain. Fixes #75377.
19900         * exception.h exception.c: Add mono_get_exception_not_supported ().
19902 2005-11-08  Martin Baulig  <martin@ximian.com>
19904         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
19906 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
19908         * security-manager.h: Added definitions to deal with strongname key 
19909         pairs bigger (and smaller) than 1024 bits.
19910         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
19911         adjust wrt the public key length being used.
19913 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
19915         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
19916           Windows build (r51396-51397).
19918 2005-11-03  Martin Baulig  <martin@ximian.com>
19920         * class.c (mono_class_setup_vtable_general): Also add generic
19921         methods to the vtable; fixes #76581.
19923 2005-11-01  Miguel de Icaza  <miguel@novell.com>
19925         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
19926         sure that we lookup GetString method from the System.Text.Encoding
19927         class, not the derived class or we get an empty method.
19929         Fixed class #76612.
19931 2005-10-25  Miguel de Icaza  <miguel@novell.com>
19933         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
19934         if it has been previously set (embedders). 
19936         Make mono_set_rootdir available also on Unix.
19938 005-10-24  Robert Jordan  <robertj@gmx.net>
19940         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
19942 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
19944         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
19945         only calls which are made to native code use this flag.
19947         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
19949 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
19951         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
19952         Add support for FieldBuilders.
19954 2005-10-29  Martin Baulig  <martin@ximian.com>
19956         * mono-debug.c
19957         (mono_debug_using_mono_debugger): New public method; returns
19958         whether we're running inside the debugger.
19960 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
19962         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
19963         for Method/Constructor/FieldBuilders.
19965 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
19967         * reflection.c (module_add_cattrs): Save custom attributes for global methods
19968         and fields as well.
19970 2005-10-26  Martin Baulig  <martin@ximian.com>
19972         * mono-debug-debugger.c
19973         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
19975 2005-10-24  Raja R Harinath  <harinath@gmail.com>
19977         * icall.c (base64_to_byte_array): Don't pass an out-of-range
19978         integer to isspace.
19980 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
19982         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
19983         when passing valuetypes byref. Fixes #76502.
19985 2005-10-19  Jackson Harper  <jackson@ximian.com>
19987         * profiler.c: Don't put a . in front of types that are not in a
19988         namespace.
19990 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
19992         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
19994 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
19996         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
19997         #76436.
19998         (mono_marshal_get_ldflda_wrapper): Fix a warning.
20000 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20002         * assembly.c metadata-internals.h icall.c: Define an additional
20003         parameter for mono_assembly_name_parse_full, so we can avoid creating
20004         S.R.AssemblyName.Version when no version info wasn't passed.
20005         
20006 2005-10-09  Miguel de Icaza  <miguel@novell.com>
20008         * class.c (mono_type_get_full_name): Reimplement method that was
20009         removed. 
20011         * image.c: Some docs
20013 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
20015         * profiler.c (output_newobj_profile): Fix printing of Total memory
20016         on x86.
20018 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
20020         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
20022 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
20024         * threads.c: remove debug output.
20026 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
20028         * threads.c (mono_thread_manage): Fix crashes if more than 64
20029         threads need to be aborted. Hopefully fixes #75899.
20031         * assembly.c (mono_stringify_assembly_name): New helper function.
20033         * class.c: Use mono_stringify_assembly_name instead of the similar
20034         static function.
20036         * assembly.h assembly.c: Add support for calling a postload search 
20037         hook if an assembly cannot be loaded.
20039         * appdomain.c: Register new search hooks which call the AssemblyResolve
20040         events in AppDomain. Fixes #75231
20042 2005-10-07  Martin Baulig  <martin@ximian.com>
20044         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
20045         methods without debug info.
20047 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
20049         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
20050         wrappers.
20052 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20054         * file-io.c: now that we return symlinks, use lstat and, when the file
20055         is a symbolic link, stat, to get the file attributes. Also avoid the
20056         conversion to/from utf16/external.
20058 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
20060         * class.c (mono_class_layout_fields): Compute klass->has_references
20061         correctly if an embedded valuetype is not yet initialized. Fixes
20062         #76331.
20064 2005-10-04  Martin Baulig  <martin@ximian.com>
20066         * metadata.c
20067         (mono_metadata_load_generic_param_constraints): New public
20068         function; splitted the constraints loading out from
20069         mono_metadata_load_generic_params().
20071         * class.c (mono_class_create_from_typedef): Call
20072         mono_metadata_load_generic_param_constraints() after setting up
20073         the type and creating our parent; fixes #75329.
20075 2005-10-04  Martin Baulig  <martin@ximian.com>
20077         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
20078         non-dynamic parent classes.
20080 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
20082         * file-io.c : win32 build fix (ETXTBSY seems not found).
20084 2005-10-04  Martin Baulig  <martin@ximian.com>
20086         * reflection.c
20087         (mono_image_get_methodspec_token): Make the cache actually work;
20088         fixes #75974.
20090 2005-10-04  Martin Baulig  <martin@ximian.com>
20092         * class.c (mono_class_name_from_token): Removed the unneccessary
20093         `MonoGenericContext *' argument.
20095 2005-10-04  Martin Baulig  <martin@ximian.com>
20097         * loader.c
20098         (method_from_methodspec): Make the caching work again; fixes the
20099         performance regression from #76262.
20101 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20103         * file-io.c:
20104         * file-io.h:
20105         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
20106         GetFileSystemEntries that performs the same work but without going
20107         into io-layer, locking, etc.
20109 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
20111         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
20112         ThreadState_Stopped as well. Fixes #76047.
20114 2005-09-29  Martin Baulig  <martin@ximian.com>
20116         * class.c
20117         (inflate_generic_context): If the new context has a `gmethod', set
20118         its `container' that that gmethod's `container'.
20120         * metadata.c
20121         (mono_metadata_parse_generic_param): Simplify things;
20122         `generic_container = generic_context->container;' is just fine.
20124         * loader.c (method_from_methodspec): Code cleanups.
20126 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
20128         * decimal.c: fix warning (and let gcc generate correct
20129         code on ARM with optimizations).
20131 2005-09-28  Martin Baulig  <martin@ximian.com>
20133         * loader.c
20134         (method_from_memberref): Added `MonoGenericContext *class_context'
20135         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
20136         (method_from_methodspec): If we're a memberref, use the enclosing
20137         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
20139 2005-09-28  Martin Baulig  <martin@ximian.com>
20141         * object.c (mono_runtime_invoke_array): Added support for
20142         MONO_TYPE_GENERICINST; fixes #75917.
20144 2005-09-27  Martin Baulig  <martin@ximian.com>
20146         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
20147         `k->byval_arg.type' to determine the actual type.
20149         * loader.c (method_from_methodspec): Removed some hacks.
20151 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
20153         * class-internals.h (mono_field_is_deleted): Do the test for
20154         rtspecialname before we check the actual name of the field. This
20155         prevents us from dereferencing a pointer into the string table,
20156         saving us from accessing a few pages
20158         * *.c: Replace the use of {Enter,Leave}CriticalSection with
20159         macros. This will allow a deadlock debugger to easily be plugged
20160         in.
20162 2005-09-27  Martin Baulig  <martin@ximian.com>
20164         * loader.c (method_from_methodspec): Create a "signature"
20165         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
20167 2005-09-27  Martin Baulig  <martin@ximian.com>
20169         * class.c
20170         (inflate_generic_class): Correctly set the new context's
20171         container.
20173         * loader.c
20174         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
20175         instead of a `MonoGenericContext *'.
20176         (mono_method_signature_full): Take a `MonoGenericContainer *'
20177         instead of a `MonoGenericContext *'.
20179         * metadata.c
20180         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
20181         instead of a `MonoGenericContext *'.
20182         (mono_metadata_parse_method_signature_full): Likewise.
20184 2005-09-26  Martin Baulig  <martin@ximian.com>
20186         * class.c
20187         (mono_class_from_generic_parameter): Set `klass->generic_container'
20188         (mono_class_from_generic_parameter): Likewise.
20189         (mono_bounded_array_class_get): We inherit the generic container
20190         from the element class.
20192         * loader.c
20193         (find_method, find_method_in_class): Take a `MonoGenericContext *'
20194         argument rather than computing it here.
20195         (method_from_memberref): Correctly set the generic context before
20196         parsing the signature.  Fixes #75681.
20198 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
20200         * object.c (mono_class_has_special_static_fields): Fix warnings.
20202 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20204         * assembly.c: Add parse_public_key function, to
20205         par the public keys. Also added mono_assembly_name_parse_full,
20206         to define it the parsed key should be freed or not.
20207         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
20208         to parse a long format assembly name.
20209         * metadata-internals.h: Keep mono_assembly_name_parse_full as
20210         private, since calling it to preserve the key requires
20211         freeing it manually.
20212         
20213 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
20215         * locales.c : removed HAVE_ICU part.
20217 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
20219         * object.c (mono_class_create_runtime_vtable): Avoid calling 
20220         field_is_special_static if the klass has no special static fields.
20222         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
20223         (MonoCachedClassInfo): Likewise.
20225         * object.c (mono_class_has_special_static_fields): New helper function.
20227 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
20229         * class.c (mono_class_create_from_typedef): Don't call 
20230         interfaces_from_typedef_full for enums.
20231         (mono_class_create_from_typedef): Compute the base types of enums directly
20232         without calling mono_class_setup_fields ().
20233         (mono_class_find_enum_basetype): New helper function.
20235         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
20236         one place inside the string heap.
20237         
20238 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
20240         * class.c: locking fixes, code cleanups, some docs added.
20241         Allocate some data structures in the image mempool.
20243 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
20245         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
20246         the example code.
20247         
20248 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
20250         * class-internals.h, class.c, reflection.c: reduce memory taken by
20251         MonoClass.
20253 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
20255         * metadata.c, metadata.h, loader.h: documentation updates, code and
20256         API cleanups.
20258 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
20260         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
20261         the example code.
20263         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
20264         page faults caused by the runtime while reading metadata.
20266 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20268         * socket-io.c: the field names were changed 3 months ago and no one
20269         realized until bug #76077 got filed!
20271 2005-09-20  Martin Baulig  <martin@ximian.com>
20273         * icall.c (assembly_icalls): Removed some unused debugger icalls.
20275 2005-09-20  Martin Baulig  <martin@ximian.com>
20277         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
20278         write the rank into the class entry.
20280 2005-09-20  Martin Baulig  <martin@ximian.com>
20282         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
20284 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
20286         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
20288         * icall.c (custom_attrs_defined_internal): New icall.
20290         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
20291         function.
20292         (mono_custom_attrs_construct_by_type): New helper function.
20294 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
20296         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
20297         terminate the resulting string. Fixes #76123.
20299 2005-09-16  Martin Baulig  <martin@ximian.com>
20301         * mono-debug.c
20302         (mono_debug_add_method): Ignore inflated methods for the moment.
20304 2005-09-14  Martin Baulig  <martin@ximian.com>
20306         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
20308 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
20310         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
20311         return a success/failure indication.
20312         (mono_metadata_interfaces_from_typedef_full): Ditto.
20313         (get_constraints): Ditto.
20315 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
20317         * marshal.c (emit_marshal_array): Fix handling of null arrays.
20318         
20319         * marshal.c (emit_marshal_array): Add support for returning string
20320         arrays from delegates. Fixes #76063.
20322         * marshal.c: Use the emit_ldloc/stloc macros where possible.
20324 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
20326         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
20327         icall.
20329 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
20331         * reflection.c icall.c: Fix after mono_get_exception_type_load
20332         signature change.
20334         * assembly.c (mono_assembly_get_assemblyref): New helper function.
20335         (mono_assembly_load_reference): Use the new helper.
20337         * class-internals.h (MonoLoaderError): New structure containing 
20338         information about type loading errors.
20340         * class-internals.h loader.c: Add APIs to store per-thread loader
20341         error information.
20343         * loader.c class.c: Set the loader error if needed.
20345         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
20347 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
20349         * decimal.c: fixed to handle the broken ARM fp format.
20351 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
20353         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
20354         broken.
20356 2005-09-06  Martin Baulig  <martin@ximian.com>
20358         * domain.c (supported_runtimes): Added v2.0.50727.
20360 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
20362         * culture-info.h: reduce the size of some structures.
20364 2005-09-05  Martin Baulig  <martin@ximian.com>
20366         Reflect latest API changes in the August CTP.
20368         * icall.c
20369         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
20370         ("MonoType.HasGenericArguments"): Removed.
20371         ("MonoMethod.BindGenericParameters"): Renamed to
20372         "MakeGenericMethod".
20373         ("MethodBuilder.BindGenericParameters"): Renamed to
20374         "MakeGenericMethod".    
20376 2005-09-05  Martin Baulig  <martin@ximian.com>
20378         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
20380 2005-09-05  Martin Baulig  <martin@ximian.com>
20382         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20384         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
20385         generic_container is non-NULL.
20387 2005-09-05  Martin Baulig  <martin@ximian.com>
20389         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20391         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
20393 2005-08-29  Michal Moskal  <malekith@nemerle.org>
20395         * reflection.c (encode_locals,
20396         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
20397         for large generic types.
20399 2005-09-05  Martin Baulig  <martin@ximian.com>
20401         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20403         * class.c (mono_dup_array_type): New public method.
20404         (mono_metadata_signature_deep_dup): New public method.
20405         (dup_type): Correctly duplicate array and function types.
20407 2005-09-05  Martin Baulig  <martin@ximian.com>
20409         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20411         * reflection.c (get_default_param_value_blobs): Handle generic types
20412         and generic methods.
20414 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
20416         * class.c: Fixed error reporting (method/class were inversed) for 
20417         inheritance demands.
20418         * security-manager.c|h: Added the AppDomain when calling the managed
20419         System.Security.SecurityManager.InheritanceDemand method.
20421 2005-09-01  Raja R Harinath  <rharinath@novell.com>
20423         * reflection.c (encode_marshal_blob): 'marshaltype' and
20424         'marshaltyperef' are alternate sources for the custom marshaler
20425         name.
20427 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
20429         * class.c: fix creation of array classes with rank == 1
20430         (patch by Ankit Jain <jankit@novell.com>).
20432 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
20434         * object.c: fix check for creating the bound data for arrays vs
20435         szarrays.
20437 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20439         * object.c: configuration file name is now based on the executable name,
20440         not the image name. Fixes bug #75931.
20442 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
20444         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
20445         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
20447 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
20449         * rand.c: Use wincrypt.h instead of WinCrypt.h.
20451 2005-08-24  Ankit Jain  <jankit@novell.com>
20452             Raja R Harinath  <rharinath@novell.com>
20454         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
20455           called by it recursively.
20456           (mono_class_init): Remove special case in pending_init handling, since it's
20457           superseded by the fix to mono_class_from_typeref.
20459 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
20461         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
20462         BROKEN_THREAD_START stuff.
20464 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
20466         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
20467         trampoline.
20469         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
20470         
20471         * object.c (mono_delegate_ctor): Replace the original function address with
20472         a delegate trampoline.
20474 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
20476         * icall.c: add boolean argument to base64_to_byte_array and 
20477         InternalFromBase64String to control whether a whitespace-only string
20478         is allowed (or should casue a FormatException to be thrown). We need
20479         this as the behavior has changed between MS.NET 1.x and 2.0, and we
20480         to match the MS behaviour in both profiles.
20481         * appdomain.c: Bump corlib version.
20483 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20485         This patch implements a big portion of publisher policy
20486         support, used to bind assembly versions and redirect
20487         one assembly from version A to version B.
20489         * assembly.c:
20490         New GSList loaded_assembly_bindings, for storing the cached
20491         assembly bindings.
20492         (assembly_binding_maps_name): New static function for checking if a 
20493         assembly binding information maps an assembly name.
20494         (mono_assembly_binding_info_free): New function for freeing
20495         assembly binding information resources.
20496         (get_publisher_policy_info): New static function for retrieving 
20497         assembly binding information from a MonoImage.
20498         (compare_versions): New static function for comparing an assembly
20499         binding information data and the version of an assembly name.
20500         (check_policy_versions): New static function for checking if an
20501         assembly binding info mapping an assembly name is valid for it.
20502         (mono_assembly_load_publisher_policy): New static function for
20503         loading the 'policy.major.minor.MyAssembly' image for an assembly
20504         with an assembly name 'aname'.
20505         (mono_assembly_bind_version): New static function for updating
20506         assembly redirection.
20507         (mono_assembly_apply_binding): New static function for applying
20508         assembly binding.
20509         (search_binding_loaded): New static function for searching 
20510         loaded assembly binding infos in the cache domain.
20511         (mono_assembly_load_full): Don't apply assembly binding for
20512         reflection only assemblies.
20514         * metadata-internals.h: Add MonoAssemblyBindingInfo,
20515         which contains information about assembly binding. Also
20516         declare signature for mono_config_parse_publisher_policy ()
20517         function, used to retrieve pub policy info.
20518         
20519         * mono-config.c:
20520         (publisher_policy_start): New static function used to parse publisher 
20521         policy config files.
20522         (publisher_policy_parser): New static MonoParseHandler containing 
20523         the functions used when parsing config files.
20524         (mono_config_parse_publisher_policy): New function for parsing
20525         publisher policy files.
20526         
20527 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
20529         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
20531         * marshal.c (mono_delegate_free_ftnptr): Ditto.
20533         * object.c (mono_get_addr_from_ftnptr): New helper function.
20535         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
20537         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
20539 2005-08-19  Dick Porter  <dick@ximian.com>
20541         * threads.c, threads.h, appdomain.c, appdomain.h,
20542         profiler-private.h, monitor.c, object.c, object-internals.h,
20543         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
20544         store the thread ID, so it can hold a 64 bit value if needed.
20546 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
20548         * reflection.c (mono_reflection_create_dynamic_method): Store the
20549         handle class into the method references as well so ldtoken works in
20550         dynamic methods.
20552         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
20553         types.
20555 2005-08-19  Ankit Jain <jankit@novell.com>
20557         Fix #75847.
20558         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
20559           here rather than using the method signature of a arbitrary function
20560           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
20561           two arguments.
20562           Hack done with Harinath.
20564 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20566         * threadpool.c: disable printing stack traces when we get a exception
20567         in a threadpool thread. I need to do more testing to figure out which
20568         cases actually print this. Fixes bug #75828.
20570 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20572         * icall.c: there might be ignored whitespace after the last '='. This
20573         fixes length computation and bug #75840.
20575 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
20577         * assembly.c (mono_assembly_load_full): Consider .exe extension as
20578         well. Fixes #75809.
20580         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
20581         #75784.
20582         
20583         * reflection.c (create_custom_attr_data): Ditto.
20585 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
20587         * locales.c, culture-info.h : removed RegionLCIDMap.
20588         * culture-info-tables.h : regenerated.
20590 2005-08-16  Martin Baulig  <martin@ximian.com>
20592         * class.c (mono_type_get_name_recurse): Small fix.
20594 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
20596         * locales.c : indentation fixie.
20598 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
20600         * object-internals.h,
20601           locales.h,
20602           locales.c,
20603           culture-info.h,
20604           icall.c : added RegionInfo table support.
20605         * culture-info-table.h : regenerated for region support.
20607 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
20609         * reflection.c (resolve_object): handle all kinds of MonoMethod
20610         including generic ones
20612 2005-08-12  Ankit Jain <jankit@novell.com>
20614         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
20615           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
20617 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
20619         * process.c: Don't close a thread handle when it's NULL. This is a
20620         workaround for bug #75733.
20622 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
20624         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
20626 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
20628         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
20630 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20632         * threadpool.c: if a work item in the thread pool has a callback that
20633         catches a exception, don't propagate it after invoking the callback.
20634         Fixes bug #75336.
20636 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
20638         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
20640         * class-internals.h (MonoCachedClassInfo): Add some new fields.
20642         * class.c (mono_class_init): Load field info lazily in the AOT case.    
20644         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
20646 2005-08-03  Ankit Jain  <jankit@novell.com>
20648         Fix #75683.
20649         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
20650           PInvoke calling convention is 0.
20652 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
20654         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
20655         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
20657 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
20659         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
20660         to handle threads not started by the GC (patch by Michael Meeks
20661         <michael.meeks@novell.com>).
20663 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
20665         * reflection.c: Make buffer used in emitting types larger for some
20666         big generic types (patch by Michal Moskal).
20668 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
20670         * mono-debug.c: Fix some (not all) alignment problems.
20672 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20674         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
20675         Invoke mono_image_load_from_data_full passing the refonly
20676         parameter.
20678         * assembly.c
20679         (mono_assembly_open_from_bundle): Add the refonly argument, 
20680         in order to pass it to other methods it calls to.
20681         (do_mono_assembly_open): Add the refonly argument, in order 
20682         to pass it to other methods it calls to.
20683         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
20684         the refonly parameter to it.
20686         * image.c: Add loaded_images_refonly_hash and
20687         loaded_images_refonly_guid_hash to cache the reflection
20688         only loaded images.
20689         (mono_images_init): Initialize the hash tables used for
20690         caching the reflection only images.
20691         (load_modules): Invoke mono_image_open_full passing the refonly
20692         parameter to load the modules the correct way.
20693         (build_guid_table): Add the refonly argument, to re-build the 
20694         correct hash table.
20695         (do_mono_image_open): Added the refonly argument, in order to
20696         define it for the loaded image.
20697         (mono_image_loaded_full): New function, which receives an
20698         additional parameter to look for the image in the refonly or
20699         non-refonly section.
20700         (mono_image_loaded): Updated, using mono_image_loaded_full.
20701         (mono_image_loaded_by_guid_full): The same case that happens
20702         with mono_image_loaded_full.
20703         (mono_image_loaded_by_guid): Likewise.
20704         (register_image): Use the ref_only variable inside MonoImage
20705         to decide in which hash table store the current image.
20706         (mono_image_open_from_data_full): Rename
20707         mono_image_open_from_data to mono_image_open_from_data_full,
20708         adding the refonly argument, to define the ref_only variable 
20709         inside MonoImage.
20710         (mono_image_open_from_data): Return 
20711         mono_image_open_from_data_full.
20712         (mono_image_open_full): Rename mono_image_open to
20713         mono_image_open_full, receiving the new refonly argument,
20714         to pass it to inner methods.
20715         (mono_pe_file_open): Update this function, to open
20716         a MonoImage as a non-refonly image.
20717         (mono_image_close): Use the refonly variable inside
20718         MonoImage to remove the image from the correct caches.
20720         * image.h: Add the signatures of mono_image_open_full,
20721         mono_image_open_from_data_full, mono_image_loaded_full,
20722         mono_image_loaded_by_guid_full.
20724         * metadata-internals.h: Add the ref_only field to 
20725         MonoImage.
20726         
20727 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20729         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
20730         Fix the last behavior, which used to load the assemblies and
20731         extract MonoReflectionAssemblyName information, instead of
20732         extract it from the metadata tables. Needed for Reflection
20733         Only assemblies.
20734         
20735 2005-07-29  Martin Baulig  <martin@ximian.com>
20737         * mono-debug-debugger.c
20738         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
20739         not initialized.
20741         * mono-debug.c
20742         (mono_debug_address_from_il_offset): Check whether we have
20743         debugging support before attempting to take the lock.
20744         (mono_debug_source_location_from_address): Likewise.
20745         (mono_debug_source_location_from_il_offset): Likewise.
20746         (mono_debug_il_offset_from_address): Likewise.
20747         (mono_debug_address_from_il_offset): Likewise.
20749 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
20751         * class.c (mono_class_from_name_case): Add support for dynamic images.
20752         Fixes #75650.
20754         * object.c (mono_class_compute_gc_descriptor): Add a workaround
20755         for #75479.
20757 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
20758         
20759         * reflection.c (mono_method_get_object): Fix warning.
20761 2005-07-28  Martin Baulig  <martin@ximian.com>
20763         * mono-debug.c
20764         (mono_debug_add_wrapper): Also write the wrapper type.
20766 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
20768         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
20769         
20770         * class.c (mono_class_init): Avoid reading nested classes if the AOT
20771         data indicates the class has none.
20773 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
20775         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
20776         loader lock with the debugger lock. Prevents deadlocks for beagle.
20778         Beagle can now run on an smp box for a weekend without any
20779         issues. Woohoo!
20781 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
20783         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
20784         in a module. Fixes #75629.
20786 2005-07-26  Martin Baulig  <martin@ximian.com>
20788         * mono-debug.c (mono_debug_add_wrapper): New static method.
20789         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
20790         interncall or a wrapper.
20792         * mono-debug.h (MonoDebugWrapperData): New public typedef.
20793         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
20794         (MONO_DEBUGGER_VERSION): Bump to 51.
20796         * mono-debug-debugger.c
20797         (mono_debugger_add_type): Removed this empty function.
20798         (mono_debugger_add_method): Likewise.
20800 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
20802         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
20803         before accessing method->slot.
20805 2005-07-21  Jb Evain  <jbevain@gmail.com>
20807         * reflection.c (method_encode_clauses/class): Handle filters clauses.
20808         Fixes #75010.
20810 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
20812         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
20813         #75587.
20815 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
20817         * image.h image.c: Add mono_image_get_guid () API function.
20819 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
20821         There were issues when multiple threads tried to load
20822         assemblies. A deadlock was created between assemblies_mutex and
20823         mono_domain_assemblies_lock. This fixes the issue by making the
20824         assembly ref counting be lock free. See bug 75586.
20825         
20826         * image.c (mono_image_close): The add ref function here was using
20827         Interlocked operations while the unref was using a mutex and a
20828         --. I don't think this was ever a bug that would be exposed in a
20829         non-pendantic way (ie, by an embedder doing a ref on one thread
20830         and an unref on another), but for the sake of correctness, this is
20831         now Interlocked.
20833         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
20834         (mono_assembly_load_reference): Call mono_assembly_addref rather
20835         than touching the refcount ourselves.
20836         (mono_assembly_close): Use InterlockedDecrement to unref the
20837         assembly. Don't acquire the lock unless it is actually needed.
20839 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
20841         * class.c (mono_class_layout_fields): Fix calculation of has_references
20842         for generic types.
20844 2005-07-12  Martin Baulig  <martin@ximian.com>
20846         Applying a patch from Michal Moskal <malekith@nemerle.org>.
20848         * metadata.c
20849         (mono_type_hash): Provide better hashing for generic instances.
20850         (mono_generic_inst_hash): Improve hashing.
20851         (mono_generic_class_hash): Likewise.
20853         * reflection.c (mymono_metadata_type_hash): Improve hashing for
20854         generic instances.
20856 2005-07-12  Martin Baulig  <martin@ximian.com>
20858         * reflection.c (mono_reflection_create_runtime_class): Remove the
20859         hack for generic type definitions and non-`Run' assemblies.
20860         (mono_reflection_bind_generic_parameters): Also use
20861         `klass->wastypebuilder' to check for TypeBuilders.
20863 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
20865         * class.c (mono_class_layout_fields): Fix calculation of has_references
20866         for generic types.
20868         * class.c (inflate_generic_class): Fix a leak.
20869         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
20870         for generic types.
20872 2005-07-11  Martin Baulig  <martin@ximian.com>
20874         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
20875         on error.
20877 2005-07-11  Martin Baulig  <martin@ximian.com>
20879         * loader.c (find_method): Also lookup in
20880         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
20882 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20884         * appdomain.c (mono_domain_unload): Don't free the error message
20885         before passing it to mono_get_exception_...
20887         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
20888         
20889 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
20891         * threads.c: try to better guess an available RT signal (bug #75387).
20893 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20895         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
20896         and CACHE_OBJECT.
20898 2005-07-07  Martin Baulig  <martin@ximian.com>
20900         * class.c (mono_type_get_name_full): Return NULL for
20901         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
20902         fixes #75408.
20904 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
20906         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
20907         exit the appdomain as well being aborted.
20909         * threadpool.c: Create all threadpool threads inside the root appdomain, and
20910         change back to the root domain after calling managed code. This enables
20911         appdomains using threadpools to be unloaded.
20913 2005-07-07  Martin Baulig  <martin@ximian.com>
20915         * class-internals.h
20916         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
20917         into `MonoDynamicGenericClass' since we only need it for dynamic
20918         types.
20920         * reflection.c (mono_class_bind_generic_parameters): We don't need
20921         to compute the `parent' here.
20923 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
20925         * culture-info-table.h : regenerated.
20927 2005-07-06  Martin Baulig  <martin@ximian.com>
20929         * icall.c
20930         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
20932         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
20934 2005-07-06  Martin Baulig  <martin@ximian.com>
20936         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
20937         we're doing a signature-only comparision; fixes #74945.
20939 2005-07-06  Martin Baulig  <martin@ximian.com>
20941         * class-internals.h (MonoGenericClass): Moved some things out into
20942         a new `MonoInflatedGenericClass' type.  
20943         (MonoInflatedGenericClass): New type; the `klass' of a
20944         `MonoGenericClass' is now computed lazyly in
20945         mono_get_inflated_generic_class().      
20947         * class.c (mono_get_inflated_generic_class): New public function.
20948         (mono_class_inflate_generic_method): Removed the unused
20949         `MonoClass *' argument.
20950         (setup_generic_vtable): Don't call mono_get_inflated_method() on
20951         all the methods.
20952         (mono_class_create_generic): Make this static and merge it with
20953         mono_class_create_generic_2(); we're now called automatically from
20954         mono_get_inflated_generic_class().
20956         * loader.c (mono_method_signature): Call
20957         mono_get_inflated_method() here.
20959 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
20961         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
20962         type of fields with RVA.
20964         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
20965         for this pseudo class.
20966         (my_mono_class_from_generic_parameter): Likewise.
20967         (mono_class_init): Allow interfaces to have cctors.
20969 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
20971         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
20972         lazily for AOT methods.
20974 2005-07-05  Martin Baulig  <martin@ximian.com>
20976         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
20977         returns FALSE for a successful match, not TRUE.
20979 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
20981         * loader.c (mono_method_get_index): Optimize this a bit.
20983 2005-07-04  Martin Baulig  <martin@ximian.com>
20985         * class.c
20986         (class_compute_field_layout): Move the check for generic type
20987         definitions into mono_class_layout_fields().  Fixes #74684.
20988         (mono_class_from_generic_parameter): Correctly compute
20989         `klass->parent'; fixes #75457.
20991         * reflection.c (register_assembly, register_module): Make sure
20992         `domain->rejobject_hash' is already created.
20994 2005-07-02  Martin Baulig  <martin@ximian.com>
20996         * class-internals.h
20997         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
20998         `MonoDynamicGenericClass'.      
21000 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
21002         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
21003         returned by a field getter is null, since null is a valid value.
21005 2005-07-01  Martin Baulig  <martin@ximian.com>
21007         * reflection.c (mono_reflection_generic_class_initialize): Update
21008         the `dgclass->fields [i].parent' to the correct class.
21009         (mono_image_get_fieldref_token): Use the declaring type, not the
21010         reflected type.
21012 2005-07-01  Martin Baulig  <martin@ximian.com>
21014         * loader.c (find_method): Also look in the interfaces; fixes #75429.
21016 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
21018         * threads.c (thread_cleanup): assert that thread != NULL
21019         (wait_for_tids_or_state_change): We were using the wrong variable
21020         when accessing wait->threads. `i' was always out of the bounds of
21021         the array.
21023 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21025         * loader.c: map user32 and kernel32 to libMonoSupportW
21027 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
21029         * appdomain.c (unload_thread_main): Mark this as WINAPI.
21031 2005-06-28  Martin Baulig  <martin@ximian.com>
21033         * loader.c (method_from_methodspec): Fix #75334.
21035 2005-06-28  Martin Baulig  <martin@ximian.com>
21037         Fix #74953 - Arrays now implement the generic IList<T> interface
21038         on the 2.0 platform.
21040         * class-internals.h (MonoDefaults): Added `generic_array_class'.
21042         * reflection.c (mono_class_bind_generic_parameters): New public
21043         function; similar to mono_reflection_bind_generic_parameters(),
21044         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
21046         * domain.c (mono_init_internal): Try to initialize.
21047         `mono_defaults.generic_array_class' here; this'll only succeed if
21048         we're using the 2.0 corlib.
21050         * icall.c
21051         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
21052         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
21053         (mono_lookup_internal_call): Added support for nested classes.
21055         * loader.c
21056         (mono_get_method_from_token): Set `result->signature->pinvoke' if
21057         we're an interncall and have generic arguments.
21059         * class.c
21060         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
21061         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
21062         instance of System.Array.InternalArray<T> for arrays, so they
21063         implement the generic IList<T> interface.
21065 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
21067         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
21068         (chastamar@yahoo.com). Fixes #75374.    
21070 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
21072         * culture-info-table.h: regenerated.
21074 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21076         * icall.c: handle spaces correctly for base64 strings.
21078 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
21080         * *.c: Kill some warnings.
21082 2005-06-23  Duncan Mak  <duncan@novell.com>
21084         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
21085         that this builds on Solaris 10 (x86).
21087 2005-06-23  Martin Baulig  <martin@ximian.com>
21089         * class.c
21090         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
21091         generic type definitions.
21093 2005-06-23  Martin Baulig  <martin@ximian.com>
21095         Fix #75331.
21097         * metadata.c (mono_class_get_overrides): Renamed to
21098         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
21099         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
21100         pass it to mono_get_method_full().
21102 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
21104         * reflection.c (mono_reflection_create_runtime_class): take the
21105         mono_domain_lock in this method. Prevents deadlocks
21107 2005-06-22  Martin Baulig  <martin@ximian.com>
21109         * loader.c (method_from_methodspec): Fix #75330.
21111 2005-06-22  Martin Baulig  <martin@ximian.com>
21113         * reflection.c (type_get_qualified_name): Use
21114         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
21115         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
21116         argument; use it if we don't have an assembly name.
21118 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
21120         * object.c: In mono_message_init, set "copy out" flag for in
21121         parameters with the [Out] flag.
21123 2005-06-21  Martin Baulig  <martin@ximian.com>
21125         * class.c
21126         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
21127         and MONO_TYPE_PTR.
21129 2005-06-21  Martin Baulig  <martin@ximian.com>
21131         * class.c (mono_class_init): Don't initialize `class->fields' for
21132         generic instances since they're initialized again in
21133         compute_field_layout(). 
21134         (compute_field_layout): Set the field's `generic_info' here; fix
21135         #75320. 
21137 2005-06-21  Martin Baulig  <martin@ximian.com>
21139         * class-internals.h
21140         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
21142         * metadata.c (mono_metadata_generic_method_equal): Also
21143         distinguish the `generic_class'; fixes #75334.
21145 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21147         * domain.c:
21148         * appdomain.c:
21149         * domain-internals.h:
21150         * reflection.c: 'domain_assemblies' field is now protected by its own
21151         lock. Don't call into managed code to run the AssemblyLoad event if we
21152         now there are no registered delegates for it.
21154 2005-06-20  Martin Baulig  <martin@ximian.com>
21156         * class.c (mono_class_is_assignable_from): Use a custom version of
21157         mono_class_has_parent() to make things work for generic instances;
21158         fix #75300.
21160 2005-06-20  Martin Baulig  <martin@ximian.com>
21162         * loader.c (method_from_methodspec): Apply a patch from
21163         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
21165 2005-06-20  Martin Baulig  <martin@ximian.com>
21167         * class.c (mono_class_init): Reverted Zoltan's last change; it
21168         breaks generics.
21170 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
21172         * threads.c (wait_for_tids_or_state_change): Add missing locking.
21174 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21176         * socket-io.c: fix the index in the socket array for writable/error
21177         sockets. Fixes bug #75306.
21179 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
21181         * class.c (mono_class_init): Allow interfaces to have static ctors.
21183 2005-06-17  Martin Baulig  <martin@ximian.com>
21185         * loader.c (method_from_methodspec): Use `context->container' when
21186         parsing the `gmethod->inst'.
21188 2005-06-17  Martin Baulig  <martin@ximian.com>
21190         * class.c (mono_type_get_name_recurse): Don't add the assembly
21191         name for type arguments.
21193 2005-06-15  Martin Baulig  <martin@ximian.com>
21195         * reflection.c (mono_image_get_inflated_method_token): Encode
21196         correct klass; fixes #75260.
21198 2005-06-13 Michal Moskal <malekith@nemerle.org>
21200         * icall.c: Make GetCorrespondingMethod/Constructor take
21201         MonoReflectionMethod method not MonoMethod. Removed
21202         MonoType.GetCorrespondingField, and make
21203         MonoGenericType.GetCorrespondingField take name not
21204         MonoClassField.
21206 2005-06-13  Michal Moskal <malekith@nemerle.org>
21208         * reflection.c (field_encode_signature, encode_locals):
21209          Make sizes of buffers for types larger (for big generic types).
21210          (create_generic_typespec,
21211          mono_reflection_sighelper_get_signature_local,
21212          mono_reflection_sighelper_get_signature_field):
21213          Add asserts for too small buffers.
21215 2005-06-15  Martin Baulig  <martin@ximian.com>
21217         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
21218         if our parent is not a dynamic type.
21220 2005-06-15  Martin Baulig  <martin@ximian.com>
21222         * class-internals.h (MonoTypeNameFormat): New enum.
21224         * class.c
21225         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
21226         (mono_type_get_full_name): Removed.
21227         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
21228         argument instead of the boolean's.
21230         * icall.c (ves_icall_System_MonoType_getFullName):
21231         Added `gboolean assembly_qualified'.    
21233         * reflection.h
21234         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
21236         * reflection.c (mono_reflection_parse_type): Parse the new type
21237         name format.
21239 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21241         * icall.c: no need to convert from utf16 to utf8 and then back again
21242         after the call to GetLogicalDrives.
21244 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21246         * icall.c: frombase64. Fix problems exposed by new tests.
21248 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21250         * icall.c: added internal calls for converting char [] and strings in
21251         base64 into byte [].
21253 2005-06-10  Martin Baulig  <martin@ximian.com>
21255         * class.c (mono_class_create_generic_2): Read the nested classes
21256         from the metadata rather than from `gklass->nested_classes' since
21257         `gklass' might not be initialized yet.
21259 2005-06-09  Duncan Mak  <duncan@novell.com>
21261         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
21262         all public headers. Fixes #74919.
21264 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
21266         * domain.c: The key for proxy_vtable_hash is now a pointer
21267         array. Added new GHashFunc and GCompareFunc functions for this.
21269         * class.h: The list of interfaces in MonoRemoteClass is known in
21270         advance and can't grow (we create a new MonoRemoteClass if needed),
21271         so now the interface array can be allocated together with
21272         MonoRemoteClass.
21273         
21274         * object.c: Added a new method create_remote_class_key.
21275         Fixed mono_remote_class so it does not depend on
21276         mono_upgrade_remote_class.
21277         Removed extend_interface_array.
21278         Added new method clone_remote_class(), which makes a copy of a remote
21279         class and adds a new interface or class to it.
21280         mono_upgrade_remote_class() now creates a new remote class (or gets
21281         it from the cache) if an vtable upgrade is needed. In this way
21282         we make sure that other objects sharing the same remote class
21283         don't get the new vtable with unwanted interfaces.
21284         
21285         * object-internals.h:
21286         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
21287         
21288         * marshal.c: Track changes in mono_upgrade_remote_class().
21290 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
21291         * icall.c: Add runtime methods for obtaining members of inflated
21292         class, which were created from supplied non-inflated members. It
21293         is used in internal Get{Method,Constructor,Field} methods in
21294         System.Type
21296 2005-06-09  Martin Baulig  <martin@ximian.com>
21298         * reflection.c
21299         (mono_reflection_bind_generic_method_parameters): Fix #75169.
21301 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21302         * reflection.c (mono_image_basic_init): Define
21303         Version in MonoDynamicAssembly. 
21304         
21305 2005-06-08  Martin Baulig  <martin@ximian.com>
21307         Fix #75136.
21309         * loader.c
21310         (mono_method_signature_full): New public method; takes a
21311         `MonoGenericContext *'.
21312         (find_method): Use mono_method_signature_full() and pass the
21313         klass'es context to it.
21315         * class.c (mono_class_is_inflated_method): Use
21316         mono_method_signature_full() and pass the context to it.
21318 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
21320         * object.c: add proper locking in mono_remote_class_vtable(),
21321         fixes possible memory corruption.
21323 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
21325         * marshal.c (mono_remoting_marshal_init): set
21326         initialized after initialization.
21328 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
21330         * locales.c : hush.
21332 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
21334         * object.c (extend_interface_array): fix really silly
21335         memory corrupting / comparison bug.
21337 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21339         * reflection.c: Functions added to support the creation
21340         of CustomAttributeData, which includes Attribute data
21341         used by ReflectionOnly methods.
21343         * reflection.h:  mono_reflection_get_custom_attrs_data and
21344          mono_custom_attrs_data_construct added (functions exposed).
21346          * icall.c: Added mono_reflection_get_custom_attrs_data
21347          as icall.
21348         
21349 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
21351         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
21352         lupus's request.
21354 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
21356         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
21358         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
21359         dynamic DllImportAttribute.
21361         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
21362         dynamic DllImportAttribute.
21364         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
21365         Fixes #75162.
21367 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21369         * threads.c: avoid segfault when an unstarted thread is aborted.
21371 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
21373         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
21374         Returns the name and version of the runtime for reporting.
21376 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21378         * appdomain.c: bump corlib version.
21379         * object-internals.h: new field in MonoReflectionAssembly.
21381 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21383         * object-internals.h: Carlos forgot to add this field.
21385 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21387         * icall.c: Added create_version to create instances
21388         of Version of MonoReflectionAssemblyName. This change helps
21389         the AssemblyName tests to keep running fine.
21390         
21391 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
21392   
21393         * object.c (mono_method_return_message_restore): A somehow less
21394         intrusive fix for #75138.
21396 2005-06-03  Raja R Harinath  <rharinath@novell.com>
21398         * object.c (mono_method_return_message_restore): Fix computation
21399         of expected number of out args.
21401 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
21403         * reflection.c (mono_image_get_method_info): Fix the case when the
21404         charset is empty.
21406 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
21408         * object.c: Added missing null check in
21409           mono_method_return_message_restore.
21411 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
21413         * reflection.c (mono_image_get_method_info): Handle the case when
21414         dllentry is empty.
21416 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
21418         * object.c: When creating the vtable for a proxy, take into account
21419         all inherited interfaces, not only the ones registered in
21420         iclass->interfaces. This fixs bug #74996.
21421         Also, in mono_method_return_message_restore, verify that the array
21422         of out args has the expected lengh.
21424 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21426         * socket-io.c: update the timeout in Poll when the call is interrupte.
21428 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21430         * socket-io.c: support abort/suspend in Select_internal after last
21431         change.
21433 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21435         * threadpool.c: remove warning.
21437 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21439         * icall.c:
21440         * socket-io.[ch]: Select_internal uses poll() now when available, thus
21441         removing the 1024 limit from select(). Runtime part of the fix for
21442         bug #71203.
21444 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21446         * socket-io.c: when resolving the addresses for the same
21447         host returned by gethostname(), get the local IPs from the interface
21448         list. Loopback addresses are discarded if the are interfaces up with
21449         non-loopback ones. Fixes bug #63265.
21451 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
21453         * appdomain.c, verify.c, object-internals.h, reflection.c:
21454         bumped corlib number to 36, and added new extra_flags field
21455         to ReflectionMethodBuilder and friends.  Fixes #75060.
21457 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
21459         * gc.c: register a new weak link only if the object is non-null
21460         (fixes bug#75047).
21462 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
21464         * culture-info.h : short time pattern too.
21466 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
21468         * culture-info.h : expand long time pattern string length.
21470 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
21472         * culture-info-table.h : update (more French date format; #72788).
21474 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
21476         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
21477         the method is static. Fixes #75029.
21479 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
21481         * reflection.c: Update the table_idx field of method builders after
21482         saving the module, since it can change. This is a workaround for
21483         bug #74914. 
21485 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
21487         * culture-info-table.h : update (additional French date format).
21489 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
21491         * icall.c (ves_icall_type_Equals): Revert last change.
21492         
21493         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
21495         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
21497 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
21499         * class-internals.h: Added executioncontext_class field to 
21500         MonoDefaults structure.
21501         * domain.c: Cache System.Threading.ExecutionContext class in 
21502         mono_defaults.
21503         * object.c: Capture the ExecutionContext for asynchroneous calls in
21504          mono_async_result_new.
21505         * object-internals.h: Added execution_context and original_context 
21506         fields to MonoAsyncResult. Added execution_context to MonoThread.
21507         * security-manager.c|.h: Added mono_get_context_capture_method to 
21508         return the capture method (if required by the security manager or by
21509         the framework version used).
21510         * threadpool.c: Apply capture (if present) ExecutionContext in 
21511         mono_async_invoke and revert to original context after it completes.
21513 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
21515         * culture-info-table.h : updated (real hacky solution for zh-CHT).
21517 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
21519         * culture-info-table.h : zh-CHT related workaround.
21521 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
21523         * marshal.c (emit_marshal_custom): Add some error checking and call the
21524         methods in the ICustomMarshaler interface. Fixes #74875.
21525         
21526         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
21527         native->managed wrappers.
21529 2005-05-12  Martin Baulig  <martin@ximian.com>
21531         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
21532         here and use the loader lock.
21534         * mono-debug.c: Properly lock when the debugger is not attached.
21535         (mono_debug_init): Release the initial lock if we're not running
21536         in the debugger.
21538 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
21540         * marshal.c (emit_marshal_custom): Pass through NULL values without
21541         calling the custom marshalling routines.
21543         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
21544         conversion in structures. Fixes #74882.
21546 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
21548         * culture-info-table.h : zh-* cultures were missing.
21550 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
21552         * threads.c: Added a new event background_change_event which is signaled
21553         when a thread changes its background mode.
21554         Moved here several checks previously done in managed code. The checks
21555         require the thread lock, and using the thread lock in managed code
21556         can result in deadlocks.
21557         Merged Start_internal and Thread_internal into a single method. Now 
21558         Thread_internal does all work of creating and starting a thread.
21559         Added icalls for setting and getting the state of the object. Moved from
21560         managed code to avoid locking there.
21561         Added wait_for_tids_or_state_change() which is called instad of
21562         wait_for_tids when waiting for non-backround threads to end. This method
21563         will return if one of the threads ends or the background_change_event
21564         is signaled.
21565         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
21566         the background mode. This method signals the background_change_event
21567         event.
21568         * icall.c:
21569         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
21570         removed Start_internal.
21571         
21572 2005-05-11  Martin Baulig  <martin@ximian.com>
21574         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
21575         to order of some fields to get proper alignment on 64-bit machines.
21577 2005-05-11  Martin Baulig  <martin@ximian.com>
21579         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
21580         changes as they're broken and completely fuck up the debugger.
21582         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
21584 2005-05-10  Martin Baulig  <martin@ximian.com>
21586         * reflection.c (mono_reflection_generic_class_initialize): Don't
21587         call mono_class_setup_parent() here.
21589 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21591         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
21592         send/receive timeout use an integer in milliseconds. We were using a
21593         struct timeval.
21595 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21597         * locales.c:
21598         (internal_get_cultures): reserve the first slot of the array for the
21599         InvariantCulture, which will be filled in managed code.
21601 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
21603         * reflection.c (mono_image_fill_module_table): Initialize the
21604         GENERATION field as well.
21606 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21608         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
21609         Monitor.Enter on the object.
21611 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
21613         * threads.c: Enable the wait for running threads when exiting.
21614         * icall.c: Suspend all threads before exiting.
21616 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
21618         * assembly.c (mono_assembly_load_reference): Fix warning.
21620 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21622         * threadpool.c: changed the default number of threads per cpu. From now
21623         on, the default will be 20 + (5 * number of cpus) instead of 50.
21625 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
21627         * loader.c (mono_method_get_signature_full): Add locking here.
21629 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
21631         * appdomain.c: Moved methods for parsing and freeing assembly
21632         names to assembly.c.
21633         * assembly.c, domain-internals.h: Created public methods for parsing
21634         assembly names. Fixed mono_assembly_load_with_partial_name:
21635         it now finds the best match, taking into account the version,
21636         token and culture specified in the partial name. Also return
21637         the latest version if no version information is specified.
21639 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
21641         * threadpool.c: replace check for SocketAsyncCall class.
21643 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21645         * threadpool-internals.h:
21646         * Makefile.am: added threadpool-internals.h
21648         * threadpool.c: call mono_unhandled_exception on exceptions not handled
21649         that happen in threadpool threads (tested on MS).
21650         (mono_thread_pool_remove_socket): new function that dispatch any pending
21651         AIO call on a socket that is closing. By now only epoll really needs it,
21652         as select/poll wake up when the socket closes.
21655         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
21657 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
21659         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
21661 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
21663         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
21665 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
21667         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
21668         has an abort request, convert it into a suspend request.
21670 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
21672         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
21673         warning for the usage of `UnmanagedFunctionPointerAttribute' which
21674         is not supported yet.
21676 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21678         * image.c: register assemblies loaded from data (bundles) in the loaded
21679         assemblies hash. Fixes bug #74772.
21681 2005-04-29  Martin Baulig  <martin@ximian.com>
21683         * class.c (mono_type_get_name_recurse): Update to the new naming
21684         schema from the latest .NET 2.x beta2.
21685         (mono_class_setup_vtable_general): If we're a generic instance,
21686         copy the vtable from our generic type definition and inflate all
21687         the methods in it.
21689         * loader.c (find_method): Update to the new naming schema from the
21690         latest .NET 2.x beta2.
21692 2005-04-29  Raja R Harinath  <harinath@gmail.com>
21694         * class.c (mono_class_init): Add a mono_loader_unlock to the
21695         #74734 fix.
21697 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
21699         * icall.c (ves_icall_System_Environment_Exit): Remove the 
21700         suspend_all_other_threads () call for the time being, since it can hang.
21702         * threads.c (mono_thread_manage): Similarly, disable the waiting for
21703         the background threads to exit, since it can also hang.
21705         * class.c (mono_class_init): Applied patch from Ankit Jain 
21706         (radical@gmail.com). Avoid pending init errors when a field refers
21707         to a nested class using a typeref. Fixes #74734.
21709         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
21710         this for dynamic modules.
21712 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21714         * threads.c: don't wait for threads that are in the process of aborting
21715         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
21716         and waiting for background threads to finish. This makes xsp and
21717         mod-mono-server exit without random length delays and/or hangs.
21719 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21721         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
21723 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
21725         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
21726         dynamic types to prevent infinite loops. Fixes #74727.
21728         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
21729         ..._is_assignable_to.
21731 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
21733         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
21735 2005-04-25  Martin Baulig  <martin@ximian.com>
21737         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
21739         * domain.c
21740         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
21742         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
21744         * reflection.c (build_compressed_metadata): Set metadata header
21745         version to 2.0.
21747 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
21749         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
21750         number into an integral and a decimal part. Fixes #70473.
21752         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
21754 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
21756         * culture-info-table.h : reflected the latest locale-builder output.
21758 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21760         * threadpool.c: check for SuspendRequested too when deciding if
21761         mono_thread_interruption_checkpoint should be called.
21763 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21765         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
21766         * threads.c: remove interruption_mutex and use Interlocked instead. When
21767         suspending all the threads, wait for all the suspended events at once.
21768         If we're shutting down and get an APC that is going to be queued,
21769         call mono_thread_execute_interruption immediately, as the thread might
21770         be sleeping on a pthread condition or mutex.
21772         * icall.c: call mono_runtime_set_shutting_down before suspending the
21773         threads.
21775         Fixes bug #74693. And now xsp is happier when exiting.
21777 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
21779         * loader.c (mono_stack_walk): Fix #74690.
21781 2005-04-22  Martin Baulig  <martin@ximian.com>
21783         * mono-debug.h (MonoDebugMethodJitInfo): Added
21784         `MonoDebugMethodJitInfo *jit'.
21786         * mono-debug.c (mono_debug_read_method): Cache the
21787         MonoDebugMethodJitInfo in `address->jit'.
21788         (mono_debug_free_method_jit_info): New public method.
21790 2005-04-22  Martin Baulig  <martin@ximian.com>
21792         * class.c (mono_class_is_assignable_from): Disallow
21793         type parameter -> interface.
21795 2005-04-21  Dick Porter  <dick@ximian.com>
21797         * threads.c (mono_thread_create): Turn an assertion into an error.
21799 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
21801         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
21802         
21803         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
21804         Fix some gcc 4.0 warnings.
21806 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
21808         * file-io.c: fix alt dir separator char on unix systems
21809         and cleanup (fixes bug #71214).
21811 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
21813         * marshal.c: Use CALLVIRT instead of CALL when dispatching
21814         a call to a remote domain, since the method may be an
21815         interface method in the client domain. This fixes bug #74192.
21817 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21819         * threadpool.c: recv/send are now performed before going back to managed
21820         code to save one transition.
21822 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21824         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
21826         * metadata/threadpool.c: removed hack to workaround the bug above.
21828         Fixes bug #74618.
21830 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
21832         * reflection.c reflection.h: Fix handling of parameter defaults in
21833         dynamic methods. Also fixes handling of parameter attributes.
21834         Fixes #74609.
21836         * mono-debug.c (mono_debug_close_image): Fix warning.
21838 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21840         * socket-io.h: replaced old unused field with new 'blocking'.
21841         * threadpool.c: restore socket blocking state on windows(tm).
21843 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
21845         * icall.c: don't return the codebase in the AssemblyName[] returned by
21846         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
21847         * object-internals.h: Removed FIXME (fields were presents) and fixed
21848         versioncompat declaration.
21850 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21852         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
21853         not closed, so don't cleanup when it happens.
21855 2005-04-13  Chris Toshok  <toshok@ximian.com>
21857         * mono-debug-debugger.h: change prototype for
21858         mono_debugger_lookup_type.
21860         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
21861         this function, although it should probably be named
21862         mono_debugger_init_type.
21864 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21866         * threadpool.c: fix non-AIO case.
21868 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
21870         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
21871         the built-in profiler to measure just JIT compilation times.
21873 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21875         * threadpool.c: the epollfd might be closed by another thread at
21876         any time, so ignore EBADF at treat it as a "we're closing" sign.
21878 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21880         * threadpool.c: release the semaphores with a count equals to the number
21881         of working threads in both IO and regular pools. Fixed typo that messed
21882         up the count of IO pool threads. Don't initialize the pipe handles if
21883         we're using epoll.
21885 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21887         * threadpool.c: some systems don't like a NULL when deleting the socket
21888         from epoll.
21890 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21892         * threadpool.c: fix semaphore allocation.
21894 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21896         * threadpool.c: added epoll() based implementation for asynchronous IO
21897         that is used instead of the default poll() when available.
21898         It can be disabled by setting MONO_DISABLE_AIO.
21900 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21902         * threadpool.c: windows needs 'closesocket' and instead of returning
21903         0 when the stream is closed while in select, it returns -1. Fixes bug
21904         #74573.
21906 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
21908         * class.c (class_compute_field_layout): Fix the regression caused by
21909         the previous try.
21911 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21913         * threadpool.c: separate pool for socket async. IO.
21914         * threadpool.h: mono_max_worker_threads is not a global any more.
21916 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
21918         * class.c (class_compute_field_layout): Fix #74549.
21920 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21922         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
21923         use 2 connected sockets instead.
21925 2005-04-08  Miguel de Icaza  <miguel@novell.com>
21927         * mono-config.c: Add new entry point for mkbundle
21928         mono_config_parse_memory. 
21930 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21932         * threadpool.c: removed another unused function.
21934 2005-04-08  Ankit Jain  <radical@corewars.org>
21936         * reflection.c (get_default_param_value_blobs): Add 'types'
21937         parameter to get the types encoded in the constant table.
21938         (mono_param_get_objects): Use the type from the constant table,
21939         not the type of the parameter, when creating default values.
21940         Handle null default values correctly.
21942 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21944         * file-io.c:
21945         * file-io.h:
21946         * threadpool.c:
21947         * threadpool.h:
21948         * icall.c:
21949         * socket-io.c: removed dead code for async IO.
21951 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21953         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
21955         * threadpool.c: intercept socket async. calls and pass them to a thread
21956         that is polling and dispatching the job items to the threadpool as
21957         socket become ready. Fixes bugs #71217, #71933.
21959         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
21960         between char and short/ushort arrays.
21962         * socket-io.c: remove dead code.
21964 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
21966         * locales.c,
21967           icall.c : removed InternalToUpper_Comp() and
21968           InternalToLower_Comp().
21970 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
21972         * char-conversions.h : The tables were incorrectly generated. Should
21973           be generated against invariant culture.
21975 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
21977         * object.c (mono_runtime_invoke_array): Fix return value when 
21978         passing pre-created valuetype objects to ctors.
21980         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
21981         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
21982         Fixes #74338.
21984 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
21986         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
21987         only used with --security and hides the wrong corlib version error.
21989 2005-03-30  Joshua Tauberer  <tauberer@for.net>
21991         * class.c: Changed mono_class_name_from_token so that types
21992         outside of a namespace don't have an initial period.  Improved
21993         the g_warning message used in _mono_class_get when loading
21994         fails.
21995         * assembly.c: In mono_assembly_load_reference, when an assembly
21996         can't be found, "No such file or directory" is misleading and
21997         unhelpful because a few paths were checked for the presence of
21998         the assembly.  When that happens (ENOENT), display a nicer
21999         message indicating the directories that were searched.  In all
22000         cases, the warning is made easier to read for non-hackers.
22002 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
22004         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
22005         project/solution.
22006         * appdomain.h|domain.c: Removed inline from functions.
22007         * appdomain.c: Reduced warnings when compiling on windows.
22008         * icall.c: Fixed output_debug declaration to gunichar2*.
22009         * mono-config.c: Reduced warnings when compiling on windows.
22010         * rand.c: Added missing "windows.h". Added missing return value.
22011         * rawbuffer.c: Added missing winsock2.h for windows.
22012         * sysmath.h: Added mono-compiler.h header to allow/ease 
22013         compilation with non-GCC compilers.
22014         * threads.c: Fixed declarations to compile with VS.NET C compiler.
22015         Removed cast warnings.
22017         Adapted from the work of J Lothian (for VC6).
22019 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
22021         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
22022         from default_path.
22024 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
22026         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
22027         the 2.0 profile.
22029 2005-03-27  Raja R Harinath  <harinath@gmail.com>
22031         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
22032         has to be in $(exec_prefix).  $(prefix) is for arch-independent
22033         stuff, and it would probably use $(prefix)/share rather than
22034         $(prefix)/lib.
22036 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22038         * console-io.c: added 2 includes that might be missing.
22040 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
22042         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
22043         profile.
22045         * reflection.c (create_custom_attr): Allocate the params array using
22046         alloca so it gets GC tracking.
22048 2005-03-23  Chris Toshok  <toshok@ximian.com>
22050         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
22051         out some spew.
22053 2005-03-24  Raja R Harinath  <rharinath@novell.com>
22055         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
22056         changes to pick up any changes in prefix, etc.
22058 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
22060         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
22061         
22062         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
22063         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
22065 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
22067         * class-internals.h object-internals.h class.c reflection.c: Extend the
22068         mono_lookup_dynamic_token () function to return the class of the
22069         token as well. 
22071         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
22072         well. Fixes #73848.
22074 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
22076         * security-manager.c: Skip inheritance checks for intra-corlib
22077         class inheritance and method overrides. This skips a lot of checks
22078         and (anyway) permissions cannot work until corlib is loaded.
22080 2005-03-23  Martin Baulig  <martin@ximian.com>
22082         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
22083         MONO_TYPE_GENERICINST.  
22085 2005-03-23  Martin Baulig  <martin@ximian.com>
22087         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
22089 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
22091         * class.c: added locking comments to some functions.
22092         Cache the interface offsets arrays (saves about 20 KB
22093         of runtime memory in a typical app).
22094         Reduce the time overhead in mono_class_setup_supertypes ().
22096 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
22098         * icall.c: speedup and fix leaks in GetMethodsByName and
22099         GetPropertiesByName.
22101 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22103         * reflection.c: some locking fixes.
22105 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
22107         * metadata.c: added missing break in case statement.
22109 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
22111         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
22112         typedbyref return values. Fixes #73941.
22114 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
22116         * security-manager.c|h: Added demandunmanaged method and 
22117         suppressunmanagedcodesecurity class to MonoSecurityManager.
22118         Renamed aptc class to allowpartiallytrustedcallers.
22120 2005-03-17  Martin Baulig  <martin@ximian.com>
22122         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
22124 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22126         * file-io.c: disabled file async. IO using aio_*. It uses the
22127         threadpool now. Workaround for bug #73718.
22129 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22131         * assembly.h, mono-config.c: added code to deal with bundled configs
22132         for bundled assemblies.
22134 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
22136         * *.c, private.h: cleanup, removing old private.h header file.
22138 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
22140         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
22141         and throw_on_unmappable_char attributes.
22143 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
22145         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
22146         _ProcessName_internal.
22148 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
22150         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
22151         #73631.
22153         * icall.c threads.c threads-types.h: Remove slothash icalls as they
22154         are no longer used.
22156 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
22158         * object.c (compute_class_bitmap): Add support for generics. Fixes
22159         #73527.
22161 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
22163         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
22165 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22167         * filewatcher.c: commented out the code for windows watcher, as we don't
22168         use it (we use the managed implementation instead).
22170 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
22172         * object-internals.h (MonoThread): Remove 'unused1' field.
22174         * appdomain.c: Bump corlib version.
22176         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
22178         * reflection.c (mono_reflection_create_runtime_class): Remove the
22179         AssemblyBuilder.Save optimization since it causes too many problems.
22181 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
22183         * exception.c|h: Added mono_get_exception_reflection_type_load to
22184         create a ReflectionTypeLoadException object.
22185         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
22186         to return NULL is a InheritanceDemand fails during reflection. Updated
22187         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
22188         ReflectionTypeLoadException if an InheritanceDemand fails during 
22189         reflection. Added icall mapping for GetLinkDemandSecurity.
22190         * security-manager.c|h: Added ves_icall_System_Security_
22191         SecurityManager_GetLinkDemandSecurity internal call to return the
22192         class and methods permissions set for a LinkDemand. Removed unused
22193         fields in MonoSecurityManager.
22195 2005-03-10  Martin Baulig  <martin@ximian.com>
22197         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
22198         it's a generic instance.
22200 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
22202         * reflection.c (mono_get_object_from_blob): Applied patch from
22203         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
22205         * class.c (mono_class_is_assignable_from): Another try at fixing 
22206         #73469 without breaking anything.
22208 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
22210         * class.c: (mono_class_is_assignable_from): Revert the last changes
22211         since they don't work with generics.
22212         
22213         * class.c (mono_class_is_assignable_from): Fix build bustage.
22215         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
22216         the managed IsAssignableFrom method. Fixes #73469.
22218         * reflection.c (mono_reflection_call_is_assignable_from): New helper
22219         function.
22221 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
22223         * object.c (mono_load_remote_field_new): Fix returning uninitialized
22224         memory when the remoting callback does not sets the out arguments.
22225         Fixes #73007.
22227         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
22228         by mistake.
22230         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
22232         * object-internals.h (MonoStackFrame): Sync with managed object layout.
22234         * appdomain.c: Bump corlib version.
22236 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
22238         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
22239         function.
22241         * threads.c (mono_thread_attach): Detect threads which are not started
22242         by the GC pthread wrappers.
22244 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
22246         * icall.c: Added new icall for RNG.
22247         * rand.c|h: Added new icall to open the RNG. This allows to share a 
22248         single handle on Linux to access /dev/urandom and fix #73183.
22250 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
22252         * object.c: setting the new vtable in a transparent proxy object must
22253         not change the GC descriptor.
22255 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22257         * object.c: fixed compilation without GCJ support.
22258         * reflection.c: for runtime-created types ensure klass->has_references
22259         is correct (bug #73215).
22261 2005-03-02  Martin Baulig  <martin@ximian.com>
22263         * class.c (mono_class_is_assignable_from): Make this work if
22264         `oklass' is a generic instance; fixes #72831.
22266 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
22268         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
22269         with hasthis set.
22270         
22271         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
22273         * marshal.c: Reorganize native->managed marshalling code to also use
22274         the emit_marshal_... functions.
22276 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
22278         * object.c: typed allocs have issues with bitmap sizes > 30,
22279         so check for max_set >= 30.
22281 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
22283         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
22284         managed code. Fixes #73012.
22286         * metadata.h (MonoMarshalSpec): Add elem_mult field.
22288         * metadata.c reflection.c: Load/Emit elem_mult as well.
22289         
22290         * metadata.h (MonoMarshalSpec): Add comment.
22292         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
22294         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
22295         num_elem to -1 if not given.
22297         * object-internals.h (MonoReflectionMarshal): Add has_size field.
22299         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
22300         given values.
22302 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
22304         * null-gc.c (mono_gc_free_fixed): Was not compilable.
22306 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
22308         * reflection.c (encode_marshal_blob): Encode param_num field as well.
22310         * object-internals.h (MonoReflectionMarshal): Add param_num field.
22312 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
22314         * object.c: generalized the reference bitmap creation
22315         and added hooks for the new GC.
22316         * class-internals.c: removed the gc_bitmap field from MonoClass.
22318 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
22320         * domain.c: help the compiler to produce better code
22321         in mono_jit_info_table_find ().
22323 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
22325         * object.c: make all allocations look typed.
22327 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
22329         * socket-io.c: load Mono.Posix if it's not loaded already
22330         (fixes bug#73033).
22332 2005-02-24  Martin Baulig  <martin@ximian.com>
22334         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
22335         * reflection.c (dup_type): Likewise.
22337 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
22339         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
22340         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
22342 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
22344         * domain.c, threads.c, object-internals.h: make the critical thread
22345         local vars use the fast access mode (even when we're compiled in
22346         a lib). Provide accessors to be used by the jit during codegen.
22348 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
22350         * appdomain.c: Changed hook functios behavior to include
22351         support for the reflection only assemblies. Some icalls were changed
22352         to support the mentioned assemblies too. Signatures of static methods
22353         try_assembly_resolve and real_load now have an additional parameter:
22354         refonly.
22356         * assembly.c: General changes to mono_assembly_ methods to support
22357         reflection only api. Functions mono_assembly_open, mono_assembly_load,
22358         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
22359         suffix, to support an additional gbool parameter to specify whether
22360         the assembli is reflection only or not. Created some new hook functions 
22361         to add support for reflection only assemblies. Signatures of static 
22362         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
22363         have now an additional parameter: refonly.
22365         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
22366         indicating whether the assembly is reflection only or not.
22368         * exception.c: Add mono_get_exception_invalid_operation.
22370         * icall.c: Throw an InvalidOperationException when trying to invoke
22371         a property/method/event, or trying to set/get the value of a field.
22372         Also add an icall to retrieve the ref_only flag to the
22373         MonoReflectionAssembly.
22375 2005-02-23  Chris Toshok  <toshok@ximian.com>
22377         Part of fix for #72827.
22378         * mono-debug.c (mono_debug_add_method): add lexical block data to
22379         the info we write.  Kind of a hack at the moment - we copy the
22380         lexical block info from the MonoDebugMethodInfo to the
22381         MonoDebugMethodJitInfo here, before writing it.
22382         (mono_debug_read_method): read the lexical block info.
22384         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
22386         * debug-mono-symfile.h: add lexical block support.
22388         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
22389         support.
22391 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
22393         * loader.c (mono_lookup_pinvoke_call): Fix warning.
22395         * object.c (mono_runtime_free_method): Call mono_free_method () and
22396         put the TODOs there.
22398         * loader.c (mono_free_method): Free up most memory allocated for 
22399         dynamic methods.
22401 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
22403         * reflection.c: properly flag a Type argument to a
22404         named custom attr value (bug #72248).
22406 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
22408         * reflection.c: reduce code duplication in named custom
22409         attribute encoding.
22411 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
22413         * reflection.c: properly encode custom attrs of type object
22414         (bug #72649).
22416 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
22418         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
22420 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
22422         * socket-io.c: load System.dll if it's not loaded already
22423         (bug #72850 and #70477).
22425 2005-02-21  Martin Baulig  <martin@ximian.com>
22427         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
22428         generic instances.
22430 2005-02-21  Martin Baulig  <martin@ximian.com>
22432         * reflection.c (mono_image_build_metadata): We also need to
22433         "fixup" the MethodImpl table after we computed the final method
22434         indices.  Call fixup_methodimpl() to do that.
22435         (fixup_methodimpl): New private method.
22437 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
22439         * assembly.c: special case mscorlib.dll (bug#72536),
22440         patch from Carlos Alberto Cortez.
22442 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
22444         * threads-types.h threads.c: Fix build bustage.
22446         * threads.c: Use a union for long<->double conversions.
22448         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
22449         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
22451         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
22452         containing the checkpoint call with NOT_TAKEN.
22453         
22454         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
22455         checkpoint before pushing the arguments, so they won't have to be
22456         spilled to stack.
22458 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22460         * domain.c, assembly.c, domain-internals.h: make some data
22461         const and relocation-free.
22463 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
22465         * object.c, appdomain.c, class-internals.h: introduce the
22466         MonoClassRuntimeInfo structure to hold the info needed to
22467         use a class at runtime. Made mono_class_vtable() lock-free
22468         for all the appdomains.
22470 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
22472         * metadata-internals.h, image.c: introduce a per-image mempool to
22473         be used for memory that has the same lifetime as the image.
22475 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
22477         * domain.c: In mono_init_internal(), instead of selecting the first
22478         runtime version supported by an executable, get a list of all
22479         supported versions and select the one for which an mscorlib exists
22480         (since even if the runtime supports a given version, it doesn't mean
22481         that the framework for that version is installed).
22482         Modified get_runtimes_from_exe to support this behavior.
22483         In supported_runtimes, added information about additional system
22484         assembly versions.
22485         
22486         * assembly.c: Added support for more than one system assembly version
22487         per runtime version. Updated the assembly list.
22488         In mono_assembly_remap_version, removed the initial version check,
22489         since we don't know to which version we need to compare until we
22490         get the version set on which the assembly is based.
22491         Moved the code for loading corlib into the new method
22492         mono_assembly_load_corlib(), so it can be used by the initialization
22493         code.
22494         
22495         * domain-internals.h: Updated data structures and added declaration
22496         for mono_assembly_load_corlib.
22498 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
22500         * reflection.c (resolve_object): Fix the creation of the signature in 
22501         the SignatureHelper case.
22503         * assembly.c (mono_assembly_remap_version): Fix binary search.
22504         
22505 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
22507         * class.c: Added inheritance check when a method is overloaded (from a
22508         virtual method or when implementing an interface) and when a class is
22509         inherited. Added functions to set a failure for a class and to 
22510         retreive the exception from a failure.
22511         * class-internals.h: Added fields to MonoClass to keep the exception
22512         information status for inheritance (or other exceptions) to be thrown
22513         later (i.e. not at load time).
22514         * object.c: Throw the inheritance SecurityException when a type is to 
22515         be created with either class or method inheritance violations.
22516         * reflection.c|h: Fix when getting declsec from a class. Removed 
22517         unrequired code for class. Improved sanity in parameter naming.
22518         * security-manager.c|h: Added functions to check for class and method
22519         inheritance.
22521 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
22523         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
22524         and has_finalize in dynamic types as well.
22526 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
22528         * culture-info-table.h : fixed currency format for en-GB (and so on).
22530 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
22532         * gc.c: ensure the GC handles never have 0 as a value.
22534 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
22536         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
22537         a pointer to a struct to unmanaged code. Fixes #72625.
22539 2005-02-16  Martin Baulig  <martin@ximian.com>
22541         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
22543 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
22545         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
22547 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
22549         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
22551         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
22552         UnmanagedFunctionPointerAttribute, use it for determining calling convention
22553         etc. Fixes #71471.
22555         * reflection.c (mono_custom_attrs_get_attr): New helper function.
22557         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
22559 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
22561         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
22562         changes to make the current context a field in MonoThread.
22564 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
22566         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
22567         the last change.
22568         
22569         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
22570         extracted from mono_marshal_get_native_wrapper.
22572         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
22573         to create wrappers around native functions.
22575         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
22576         delegates for arbitrary function pointers. Fixes #71472.
22578 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
22580         * threads.c: cleaned up the code a little.
22582 2005-02-15  Martin Baulig  <martin@ximian.com>
22584         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
22585         the data table.
22587         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
22588         allocate larger chunks if needed.
22590 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
22592         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
22593         in by mistake.
22595 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
22597         * domain.c: keep the domains in an array and ensure the domain ids
22598         are kept small, so they can be used as indexes to domain-specific data
22599         with a small memory overhead.
22601 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
22603         * icall.c: Handle byref types in Type icalls. Fixes #72544.
22605 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
22607         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
22609 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
22611         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
22613         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
22614         values.
22616         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
22617         
22618 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
22620         * domain-internals.h: add the hashtable here.
22622         * class-internals.h: Remove `info' from MonoMethod
22624         * domain.c: Add a new hashtable, jit_trampoline_hash
22626 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
22628         * object.c: don't set the value of static fields
22629         (fixes bug#72494).
22631 2005-02-11  Martin Baulig  <martin@ximian.com>
22633         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
22634         (mono_debug_add_method): Silently ignore the method if it's too big.
22635         (mono_debug_add_type): Likewise.
22637 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
22639         * threads.c, appdomain.c: remove #ifdefs from the code.
22641 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
22643         * metadata-internals.h: Added flags to MonoAssembly to cache the most
22644         common security informations. This allows us to stay in unmanaged code
22645         when doing LinkDemand and it's special cases (except for the first 
22646         time for initialization). The flags a very much used with --security.
22647         * reflection.c|h: Added code to get declarative security attributes 
22648         for LinkDemand and InheritanceDemand. This required to refactor the
22649         existing code for Demand.
22650         * security-manager.c|h: Added new method fields for the special cases
22651         of LinkDemand.
22653 2005-02-10  Martin Baulig  <martin@ximian.com>
22655         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
22656         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
22658 2005-02-10  Martin Baulig  <martin@ximian.com>
22660         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
22661         debugging code; this is almost a complete rewrite.
22663         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
22665 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
22667         * domain.c, object.h: expose mono_string_equal () and 
22668         mono_string_hash ().
22669         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
22670         it's implemented in managed code.
22672 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
22674         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
22675         lo leak objects between appdomains.
22677 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22679         * assembly.c: old compilers compilation fix from 
22680         robertj@gmx.net (Robert Jordan).
22682 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
22684         * class-internals.h: Little reminder for the future.
22686         * debug-helpers.c: Fix up wrapper_type_names
22688 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22690         * image.c, metadata-internals.h: when loading an image from a file,
22691         mmap all of it and use the same codepaths as when using a
22692         in-memory image: the code is simpler and we use less memory
22693         (both writable and readonly).
22695 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
22697         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
22698         API to alloc runtime data structures that need to be tracked by the
22699         GC and contain pointers.
22700         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
22701         make the code more readable and eventually use a different GC.
22703 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
22705         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
22706         for out arguments.
22707         
22708 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
22710         * object.c: In release_type_locks(), don't release the cctor lock
22711         if it has already been released. This fixes a crash in the
22712         thread5 test.
22714 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
22716         * gc.c, marshal.c, icall.c: register a delegate for finalization
22717         only when the native function pointer has been allocated for it.
22719 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
22721         * object.c: cleaned up some code, allocate objects that are
22722         pointer free with the atomic malloc variant. Allocate memory
22723         for static data from the mempool if it's pointer-free.
22724         Allocate the bounds array at the end of the array data, when needed.
22725         * object-internals.h, object.h: move a private function in a private
22726         header.
22727         * class.c: handle missing case in tracking references in fields.
22729 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
22731         * class.c, class-internals.h: keep track if a type has
22732         reference fields in either the instance or static fields.
22734 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
22736         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
22737         and renamed to MonoRuntimeInfo. Added fields to store the expected
22738         framework assembly version. Changed mono_get_framework_version and
22739         mono_get_runtime_version for a single mono_get_runtime_info method.
22740         
22741         * assembly.c: Added method to remap system assembly versions to the
22742         current executing runtime version. Removed old mapping code.
22743         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
22744         
22745         * icall.c, reflection.c: Track api changes.
22747 2005-02-06  Miguel de Icaza  <miguel@novell.com>
22749         * loader.c (method_from_memberref): Improve error reporting,
22750         produce the class name instead of the typeref/typedef index. 
22752 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
22754         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
22756 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
22758         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
22759         stdcall and charset name mangling.  Reorganize the code and add
22760         some tracing stuff.
22762 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
22764         * monodiet.c: More iters!
22766         * marshal.c: Iter usage.
22768         * icall.c: Iter usage.
22770         * object.c: Use iters.
22772         * debug-helpers.c: More iters
22774 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
22776         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
22777         under win32.
22779 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
22781         * mono-debug-debugger.c: use iters
22783         * class.c, class-internals.h: mono_class_setup_events is static
22784         now
22786         * All callers: use iters
22788 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
22790         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
22791         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
22793 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
22795         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
22797         * marshal.h: Add prototypes for ldfld/stfld_remote.
22799         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
22800         this is called during startup.
22801         
22802 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
22804         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
22805         MonoThreadsSync struct private in monitor.c. Changed the way
22806         MonoThreadsSync is allocated so it's faster and there is no
22807         need to keep track of it with a finalizer and it uses less memory.
22808         This also finally allows us to allocate mono objects as ptrfree when
22809         there are no reference fields.
22811 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
22813         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
22814         disappearing link to the GC interface and use them to simplify
22815         the gchandles code.
22817 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
22819         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
22820         stfld_remote which call mono_load/store_field_new. This allows methods
22821         calling ldfld/stfld wrappers to be AOTed.
22823         * console-io.c: Include sys/filio.h under solaris.
22824         
22825         * console-io.c: Include curses.h if needed correctly.
22827 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
22828         
22829         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
22830         method->klass as well.
22832         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
22834         * class.c (mono_class_init): Switch on lazy initialization of 
22835         methods.
22837         * class.c (mono_class_get_finalizer): Handle the case when the 
22838         finalizer is inherited.
22840 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22842         * console-io.c: <curses.h> is needed by term.h on solaris.
22844 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
22846         * icall.c, class-internals.h, monodiet.c, class.c: Remove
22847         mono_class_setup_properties where possible. Remove this ftn from
22848         the header file, and make it static.
22850 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
22852         * loader.c: Add missing setup_... call.
22854         * class.c: Add missing setup_... calls.
22856         * class.c (mono_class_init): Switch on lazy initialization of 
22857         the generic vtable.
22858         
22859         * class.c (mono_class_init): Fix generics broken by the recent changes.
22861         * monodiet.c (handle_type): Add missing setup_... calls.
22863         * class.c: Back out garbage in previous patch.
22864         
22865         * class.c: Add missing setup_... calls.
22867         * class.c (mono_class_get_method_from_name_flags): Avoid calling
22868         mono_class_setup_methods () if possible.
22870         * class-internals.h (MonoClass): Add 'has_cctor' flag.
22872         * class-internals.h (MonoCachedClassInfo): New structure.
22874         * class.c: Initialize properties and events fields of MonoClass lazily.
22876         * class.c: Add infrastructure for lazily initializing the methods and
22877         vtable fields of MonoClass. Not yet used.
22879         * class.c (mono_class_get_finalizer): New helper function.
22881         * class.c: Add infrastructure for loading some class related data from
22882         an AOT file.
22884         * object.c: Add infrastructure for initializing the vtable from data
22885         in the AOT file.
22887         * gc.c (run_finalize): Use mono_class_get_finalizer ().
22889         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
22890         appropriate initialization function before accessing parts of the
22891         MonoClass structure.
22893         * marshal.c: Fix warnings.
22894         
22895         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
22897         * mono-debug-debugger.c (get_exception_message): Use 
22898         mono_class_get_method_from_name_flags ().
22900 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
22902         * reflection.c, appdomain.c: Replace a few manual searches that
22903         Zoltan missed. (Paolo approved this part of my initial patch).
22905 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
22907         * profiler.c: disable recording statistical events at report time.
22909 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
22911         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
22912         to byteswap arrays of enum values, too (bug #72080).
22914 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
22916         * appdomain.c (set_domain_search_path): Allow this to be called if
22917         domain->setup is not yet set.
22919         * loader.c (mono_method_get_index): New helper function.
22921         * loader.c reflection.c: Use mono_method_get_index ().
22923         * class.c (mono_class_get_method_from_name_flags): New helper method.
22925         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
22926         this.
22928         * class.c (mono_class_get_cctor): New helper method.
22930         * string-icalls.c object.c class.c marshal.c reflection.c: Use
22931         mono_class_get_method () to look up methods.
22933 2005-02-01  Miguel de Icaza  <miguel@novell.com>
22935         * console-io.c: Fix the build, this should work on Windows.
22937 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
22939         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
22940         be set to null to keep things valid
22942 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22944         * icall.c: added Console 2.0 icalls.
22945         * Makefile.am: added console-io.[ch]
22946         * console-io.[ch]: internal calls for Console 2.0 API.
22948 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
22950         * class.c: make sure we consider all the interfaces
22951         when calculating max_interface_id (bug found by
22952         Jeroen Frijters running ikvm).
22954 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
22956         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
22957         valuetype fields to null.
22959         * object.c (set_value): Ditto. Fixes #71669.    
22961 2005-01-31  Martin Baulig  <martin@ximian.com>
22963         * metadata.c (mono_metadata_has_generic_params): New public
22964         function; checks whether something is a generic method.
22966 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
22968         * appdomain.c: fix infinite recursion when adding assemblies.
22970 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
22972         * object.c: Fix small typo to return all items for Environment.
22973         GetCommandLineArgs.
22975 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
22977         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
22978         reflection.c: more domain and assembly-unload related fixes
22979         and memory leaks plugs.
22981 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
22983         * 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.
22985 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
22987         * loader.c (mono_method_signature): Make this method lazy
22988         (mono_get_method_from_token): Don't computate the signature here.
22990         Doing this saves quite a bit of memory. I got 90 kb on starting up
22991         monodoc. It should also save some disk reads on startup.
22993         * *: MonoMethod->signature might be NULL now. You *MUST* use
22994         mono_method_signature.
22996 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
22998         * object.c (mono_runtime_get_main_args): Return an array from the
22999         current domain here. Fixes #71938.
23001 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
23003         * monitor.c: formatting changes to comply with the
23004         mono coding style and remove #ifdefs from the code.
23006 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
23008         * metadata.c, private.h: remove some unneeded data
23009         and use a more compact representation for table schemas.
23011 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
23013         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
23014         to get a better distribution in hash tables.
23015         * *.c: use mono_aligned_addr_hash() where appropriate.
23016         * assembly.c: make var static.
23018 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
23020         * domain-internals.h: Put MonoJitInfo on a diet.
23022         * domain.c: Fix a warning.
23024 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
23026         * gc.c: rework the gc handles code to reuse handles
23027         when freed.
23029 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
23031         * domain.c: fixed long standing bug in mono_string_equal() which
23032         was brought to light with the ldstr changes.
23034 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
23036         * reflection.c: Remove warning by adding missing include for marshal.h
23038 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
23040         * domain.c, object.c: change the ldstr_table to hold
23041         MonoString* as keys: makes the runtime isinterned lookup
23042         faster and simplifies memory management.
23044 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
23046         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
23047         possible to add imperative security checks before calling the icall.
23048         * reflection.c: Return security attributes on the original MonoMethod
23049         (and not the wrapped one). This fix permissions on icalls.
23051 2005-01-25  Dick Porter  <dick@ximian.com>
23053         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
23054         the check for mktime() support actually test the mktime() return
23055         value.  "Fixes" bug 71682, though the output is still different to
23056         MS.
23058 2005-01-25  Martin Baulig  <martin@ximian.com>
23060         * class.c (mono_class_is_assignable_from): Make this work for
23061         generic instances.
23063 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
23065         * marshal.c (mono_string_utf8_to_builder)
23066         (mono_string_builder_to_utf16): We might not have ownership of the
23067         string. In thise case, we need to create a new buffer.
23069         * object-internals.h (mono_stringbuilder_capacity): sb->str might
23070         be null, in which case, use the default capacity.
23072 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
23074         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
23075         GC events to the profiler.
23077 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
23079         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
23080         if you don't want the GC to run.
23082 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
23084         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
23085         start providing a GC API and keeping different implementations in
23086         their own file.
23087         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
23089 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
23091         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
23092         mmap rather than allocating a huge buffer.
23093         (mono_debug_close_mono_symbol_file): Free the buffer allocated
23094         above.
23096 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
23098         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
23099         and CheckExecutionRights.
23100         * reflection.c|h: Keep the index of the declarative security to be 
23101         used, instead of the pointer, when AOT compiler is used. Also add 
23102         class initialization when requesting demands.
23103         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
23104         CheckExecutionRights. Both properties are now FALSE by default, and
23105         unmodifiable, unless the --security option is used.
23107 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
23109         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
23110         reflection.c: properly refcount images and assemblies, many leaks fixed.
23112 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23114         * threadpool.c: increase the timeout for threads in the thread pool to
23115         10s.  Fixes bug #67159.
23117 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
23119         * class-internals.h: Sun's compiler insists on explicit
23120         signed on bit fields to handle then correctly.
23122 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
23124         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
23125         Make the size of the array fit only the number of invalid path
23126         chars that we have.
23128         * class.c (_mono_class_get): Improve the error reporting when a
23129         class referenced is not found, to assist debugging. 
23131 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
23133         * threads.c: fix off-by-one error.
23134         * domain.c: free data allocated in the domain.
23136 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
23138         * reflection.c (mono_method_body_get_object): Fill out exception info
23139         as well.
23141         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
23142         structure.
23143         
23144 2005-01-19  Martin Baulig  <martin@ximian.com>
23146         * loader.c (mono_get_method_constrained): Make this work again.
23148 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
23150         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
23151         guint16 to match the managed side.
23153         * reflection.c (mono_reflection_body_get_object): Fill out local
23154         variables array.
23156         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
23157         as well.
23159         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
23160         'local_var_sig_token'.
23162 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
23164         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
23165         System.Drawing.
23167         * reflection.c (mono_method_body_get_object): Handle abstract and
23168         runtime methods.
23170 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
23172         * marshal.c, loader.c, class-internals.h, reflection.c:
23173         store the emthod data for a wrapper in an array instead of a list.
23175 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
23177         * marshal.c: change the code to allocate memory more
23178         conservatively for method wrappers.
23180 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
23182         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
23183         fields from MonoClass to the marshal info structure where they belong.
23185 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
23187         * class.c, object.c, class-internals.h, marshal.c: rearrange
23188         some fields and tweak some types to lower memory usage.
23190 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
23192         * threads.c (signal_thread_state_change): Handle the case when the
23193         target thread is the current thread.
23195         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
23197         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
23198         emit_ptr_to_object_conv. 
23200         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
23201         marshalling. Fixes #71352.
23203 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
23205         * metadata.h, blob.h: move table enum to blob.h so it can be included
23206         in any header.
23207         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
23208         cut the size of MonoImage/MonoDynamicImage.
23210 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
23212         * profiler.c (mono_profiler_install_simple): Fix default arguments.
23214 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
23216         * reflection.c, reflection.h, icall.c: add a function to check
23217         if an attribute type is defined for a metadata object.
23219 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
23221         * object-internals.h: Added some needed fields from StringBuilder class.
23222         * marshal.c: Set the maxCapacity when creating a StringBuilder.
23224 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
23226         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
23227         threads before shutting down the runtime.
23229         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
23231 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
23233         * object-internal.h, threads.c: implement stacksize and 
23234         parameterized thread start functionality (requires
23235         matching corlib). Marked broken code for later removal.
23237 2005-01-12  Martin Baulig  <martin@ximian.com>
23239         * class-internals.h (MonoGenericClass): Moved the `initialized'
23240         flag to MonoDynamicGenericClass, removed `init_pending'.
23241         (MonoGenericInst): Added `is_reference' flag.
23243 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
23245         * reflection.c (mono_image_create_pefile): Only set the pe_offset
23246         inside the MSDOS header. Fixes #71201.
23248         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
23249         gc thread.
23250         (mono_domain_finalize): Ditto.
23252 2005-01-12  Martin Baulig  <martin@ximian.com>
23254         * class.c (mono_get_shared_generic_class): Use the cache for
23255         non-dynamic generic classes.
23257         * class-internals.h (mono_class_create_generic_2): Removed
23258         function prototype, this function is now static inside class.c.
23260         * class.c (mono_class_create_generic_2): Made this static, only
23261         call it from mono_class_init() and mono_class_setup_parent().
23262         (collect_implemented_interfaces_aux): Call mono_class_init() on
23263         the interfaces we collect.
23264         (mono_class_setup_vtable): Call mono_class_init (class->parent).
23266 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
23268         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
23269         it a real thread handle.
23271         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
23272         MonoJitExceptionInfo, since each catch clause needs its own variable.
23273         
23274 2005-01-11  Dick Porter  <dick@ximian.com>
23276         * image.c (mono_pe_file_open): New variant on mono_image_open()
23277         that does not set up the CLI metadata; used for FileVersionInfo so
23278         it can get the data for windows binaries too.
23279         
23280         * process.c (process_read_string_block): Don't read off the end of
23281         the StringTable block.
23283         These both fix bug 70766.
23285 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
23287         * gc.c: set some fields to NULL at GC cleanup time.
23288         * threads.c: if we quit the main thread, call exit ().
23290 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
23292         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
23294 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
23296         * threads.h, threads.c, object.c: added accessor and settor for
23297         main_thread. Handle it specially when exiting from it: wait
23298         for other foreground threads to exit.
23300 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
23302         * process.c, verify.c: remove some bloat.
23304 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
23306         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
23307         the calling convention to cdecl under win32.
23309 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
23311         * object.c (mono_object_get_size): New function to get the size of
23312         an object instance.
23314         * profiler.c (simple_allocation): Use above.
23316 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
23318         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
23319         ves_icall_System_AppDomain_getRootDomain (as it's not required to
23320         get an appdomain by it's id and we can't assume the root's id is 0).
23321         * domain-internals.h: Change the function prototype to match.
23322         * icall.c: Change the icall table for AppDomain.
23324 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
23326         * locales.c (string_invariant_compare_char): Only compute
23327         GUnicodeTypes in the case where we need them.  Test for ordinality
23328         first and return if so.
23330         From the commit:
23332                 /*
23333                  * FIXME: here we must use the information from c1type and c2type
23334                  * to find out the proper collation, even on the InvariantCulture, the
23335                  * sorting is not done by computing the unicode values, but their
23336                  * actual sort order.
23337                  */
23339 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
23341         * loader.c: for P/Invoke methods, allow the "Internal" shared
23342         library name to refer to the calling process symbol namespace.
23344 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
23346         * Makefile.am: Add the security manager to the build.
23347         * security-manager.c|h: New. Initialization of the security manager.
23349 2005-01-07  Dick Porter  <dick@ximian.com>
23351         * threads.c: 
23352         * monitor.c: Update thread state during Monitor and WaitHandle
23353         waits.  Fixes bug 71031.
23355 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
23357         * reflection.c (property_encode_signature): Correctly handle when the
23358         property has no methods.
23360 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
23362         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
23363         
23364         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
23365         fields from mb, not rmb. Fixes #71017.
23367         * marshal.c (emit_ptr_to_str_conv): Add support for 
23368         ByValTStr -> string conversion. Fixes #71015.
23370         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
23372         * mempool.c (mono_mempool_contains_addr): New helper function.
23374 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
23376         * metadata.c (mono_metadata_compute_size): Fix size calculation of
23377         HasSematics encoded fields.
23378         
23379         * metadata.c (mono_type_to_unmanaged): Improve error message for 
23380         invalid string marshalling.
23382         * metadata.c: Fix warnings.
23383         
23384 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
23386         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
23387         profiler support.
23389 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
23391         * domain.c object.c domain-internals.h: Revert part of r38077 since the
23392         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
23393         tests.
23395 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
23397         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
23398         so methods containing these can be AOTed.
23400 2005-01-03  Martin Baulig  <martin@ximian.com>
23402         * loader.c (find_method): Removed the hack for generic instances.
23403         (method_from_memberref): If our parent is a generic instance, pass
23404         its generic type definition to find_method() and then inflate the
23405         method.
23406         (mono_get_method_constrained): Pass the generic type definition to
23407         find_method() and inflate the method later.
23409         * class-internals.h (MonoStats): Added `generic_class_count'.
23411         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
23412         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
23414         * reflection.c (mono_custom_attrs_from_params): Don't ignore
23415         generic type definitions.
23417 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
23419         * loader.c icall.c: Fix warnings.
23421 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
23423         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
23424         blittable types. Fixes #70864.
23426 2004-12-29  Martin Baulig  <martin@ximian.com>
23428         * icall.c
23429         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
23431         * reflection.c (mono_method_get_object): Create a
23432         "System.Reflection.MonoGenericMethod" for inflated methods; don't
23433         call mono_get_inflated_method().
23435         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
23437 2004-12-27  Martin Baulig  <martin@ximian.com>
23439         * class-internals.h (MonoMethod): Added `is_inflated' flag.
23440         (MonoMethodInflated): Added `inflated' field.
23442         * class.c (mono_class_inflate_generic_method): Don't really
23443         inflate the method here; just set the `is_inflated' flag in the
23444         MonoMethod.
23445         (mono_class_get_inflated_method): Actually inflate the method here
23446         if it's not already inflated; we use the MonoMethodInflated's new
23447         `inflated' field as a cache.
23449 2004-12-26  Martin Baulig  <martin@ximian.com>
23451         * class.c
23452         (inflate_generic_class): Moved some code out of inflate_generic_type().
23453         (mono_class_inflate_generic_method): If we're already inflated,
23454         inflate the context and use the declaring method; ie. make sure
23455         the declaring method of an inflated method is always the generic
23456         method definition.
23457         (mono_class_create_from_typedef): Create
23458         `class->generic_container->context->gclass'.
23460 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
23462         * metadata-internals.h, marshal.c, reflection.c: More
23463         MonoGHashTable->GHashTable.
23465         * domain-internals.h, class.c: Change MonoGHashTable's into
23466         GHashTables for some cases where no gc stuff is used
23468         All users: update apis
23470 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
23472         * metadata.c (builtin_types): Make this `const'. Makes this get
23473         put into the shareable section.
23474         (mono_metadata_init): Casts to make gcc happy.
23476 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
23478         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
23480 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
23482         * icall.c: Added an internal call to retrieve the position and length
23483         of assembly-level declarative security attributes (RequestMinimum, 
23484         RequestOptional and RequestRefuse). This is used by the Assembly class
23485         to re-create the corresponding permission sets.
23487 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
23489         * marshal.c: fix the stelemref wrapper to be type correct
23490         (and faster).
23492 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
23494         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
23495         to do key & 0x7fffffff. Hashtable already does this. It just
23496         results in longer code.
23498 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
23500         * appdomain.c: Bump corlib version.
23501         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
23502         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
23503         * reflection.c|h: Add functions to get declarative security infos
23504         (blob position and length) for assemblies, classes and methods.
23506 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
23508         * reflection.c: sort the constant table (bug #70693).
23510 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
23512         * object-internals.h, threads.c, domain.c: add accessors for
23513         the MonoThread and MonoDomain tls keys.
23515 2004-12-18  Martin Baulig  <martin@ximian.com>
23517         * class.c (inflate_generic_type): If we're inflating a generic
23518         instance, set `ngclass->context->container = context->container';
23519         ie. the container we inflated into.
23521         * metadata.c (mono_metadata_parse_generic_param): Reflect above
23522         inflate_generic_type() changes.
23524 2004-12-17  Martin Baulig  <martin@ximian.com>
23526         * class-internals.h
23527         (MonoGenericClass): Replaced `MonoType *generic_type' with
23528         `MonoClass *generic_class'.  Removed `dynamic_info'; if
23529         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
23530         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
23532 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
23534         * exception.c (mono_exception_from_token): New helper function.
23536 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
23538         * assembly.c (mono_assembly_load_with_partial_name): Call 
23539         mono_assembly_loaded before invoking the preload hooks. Fixes
23540         #70564.
23542         * object-internals.h (MonoThread): Change culture_info and 
23543         ui_culture_info into an array.
23545         * threads.c: Cache culture info objects from more than one appdomain.
23547         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
23548         current UI culture.
23550 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
23552         * threads.h threads.c appdomain.c: Clear the culture_info field of
23553         all threads during unloading if they point to an object in the dying
23554         appdomain.
23556 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
23558         * culture-info.h (TextInfoEntry): New struct
23559         * object-internals.h: sync with managed
23560         * locales.c: fill the `text_info_data' field
23561         * culture-info-tables.h: update
23563 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
23565         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
23566         collector.
23568 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
23570         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
23571         (ves_icall_ModuleBuilder_getMethodToken): Ditto
23573 2004-12-12  Martin Baulig  <martin@ximian.com>
23575         * mono-debug-debugger.c (write_type): If we're an enum and the
23576         builtin types have already been initialized, call mono_class_init().
23578 2004-12-11  Martin Baulig  <martin@ximian.com>
23580         * metadata.c (mono_metadata_load_generic_params): Added
23581         `MonoGenericContainer *parent_container' argument; automatically
23582         compute `container->is_method'; pass the correct owner to
23583         get_constraints().      
23585         * reflection.c (compare_genericparam): Sort the GenericParam table
23586         according to increasing owners. 
23588 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
23590         * profiler.c: allow disabling the default profiler.
23592 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
23594         * decimal.c, icall.c: allow disabling System.Decimal support.
23596 2004-12-09  Marek Safar <marek.safar@seznam.cz>
23598         * reflection.c: Add support for null attribute arguments.
23600 2004-12-09  Martin Baulig  <martin@ximian.com>
23602         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
23603         names to get rid of compiler warnings.
23605 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
23607         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
23608         mono_marshal_load_type_info (). Fixes #69625.
23609         (mono_marshal_get_ptr_to_struct): Likewise.
23611 2004-12-08  Martin Baulig  <martin@ximian.com>
23613         * mono-debug.h: Bumped version number to 47.
23615         * mono-debug-debugger.c
23616         (mono_debugger_event_handler, mono_debugger_event): Take two
23617         guint64 arguments insteed of a gpointer and a guint32.  
23619 2004-12-08  Martin Baulig  <martin@ximian.com>
23621         * debug-mono-symfile.h
23622         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
23623         `address' to `native_offset'.
23625 2004-12-08  Martin Baulig  <martin@ximian.com>
23627         * class.c (mono_class_create_from_typespec): Only inflate if we
23628         either have `context->gclass' or `context->gmethod'.
23630 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
23632         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
23634         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
23636         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
23638         * reflection.c (mono_assembly_get_object): Remove the workaround put
23639         in for the release.
23640         
23641         * appdomain.c: Use the corlib_internal field from MonoAssembly.
23643         * appdomain.c: Bump corlib version.
23645         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
23646         be visible in other appdomains.
23648 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
23650         * threads.c: Interlocked inc and dec for longs were messed up,
23651         use a KISS based impl for this. Fixes 70234
23653 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
23655         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
23657 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
23659         * icall.c: fix to follow policy not to allow struct
23660         arguments in icalls.
23662 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23664         * process.c: make the patch that handles spaces in file paths work
23665         on mono/windows too.
23667 2004-12-06  Martin Baulig  <martin@ximian.com>
23669         * class.c (mono_class_create_generic): Call
23670         mono_class_setup_supertypes() if we're dynamic.
23671         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
23673 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
23675         * object-internals.h: Add new fields to MonoThread.
23677         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
23679         * icall.c threads-types.h threads.c: Add new icalls.
23681         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
23683         * object-internals.h (MonoReflectionAssembly): Sync object layout with
23684         managed side.
23686         * appdomain.c: Bump corlib version.
23688         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
23689         internal assemblies. Fixes #69181.
23691 2004-12-05  Martin Baulig  <martin@ximian.com>
23693         * class.c (mono_class_inflate_generic_signature): Make this a
23694         no-op if `context' is NULL or we don't have any type parameters;
23695         also copy `sentinelpos'.        
23697 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
23699         * image.c: Add unbox_wrapper_cache.
23701         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
23703         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
23704         function generator.
23705         
23706         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
23707         Fixes #70173.
23709         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
23710         
23711 2004-12-04  Martin Baulig  <martin@ximian.com>
23713         * loader.c (mono_method_get_signature_full): New public function;
23714         like mono_method_get_signature(), but with an additional
23715         `MonoGenericContext *' argument.
23717         * class.c (mono_class_inflate_generic_signature): Formerly known
23718         as inflate_generic_signature(); make this public.
23720 2004-12-04  Martin Baulig  <martin@ximian.com>
23722         * metadata.c
23723         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
23724         instead of a `MonoGenericContainer *'.  
23725         (mono_metadata_parse_array_full): Likewise.
23726         (mono_metadata_parse_signature_full): Likewise.
23727         (mono_metadata_parse_method_signature_full): Likewise.
23728         (mono_metadata_parse_generic_inst): Likewise.
23729         (mono_metadata_parse_generic_param): Likewise.
23730         (mono_metadata_parse_mh_full): Likewise.
23731         (mono_type_create_from_typespec_full): Likewise.
23733 2004-12-03  Martin Baulig  <martin@ximian.com>
23735         * class-internals.h (MonoGenericContainer): Replaced the
23736         `MonoGenericContext * pointer with a `MonoGenericContext'
23737         structure and made it the first element.
23739 2004-12-03  Martin Baulig  <martin@ximian.com>
23741         * class.c
23742         (inflate_generic_type): Set the `context->container' when creating
23743         a new MonoGenericContext.
23744         (mono_class_inflate_generic_method): Likewise.
23745         (mono_class_create_from_typespec): Just use `context->container'
23746         to get the container.
23748         * loader.c (method_from_methodspec): Set `context->parent' from
23749         `context->container' - and if that's a method container, use its
23750         parent.  Also set the `context->container' when creating a new
23751         MonoGenericContext.
23752         (mono_get_method_from_token): Use just `context->container' to get
23753         the container.
23755         * metadata.c (do_mono_metadata_parse_generic_class): Also set
23756         `gclass->context->container'.
23758         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
23759         the `context->container' when creating a new MonoGenericContext.
23761 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
23763         * reflection.c (compare_genericparam): Sort params with identical
23764         owner by their number. Fixes gen-111 on sparc.
23766 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
23768         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
23769         around the domain changes.
23771         * appdomain.c (mono_domain_unload): Handle the case when the thread
23772         calling Unload is itself being aborted during unloading. Fixes #70022.
23774         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
23776         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
23777         checkpoint_func as an icall so it gets a wrapper.
23778         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
23779         in the cross-appdomain wrappers too.
23781         * threads.c (mono_thread_has_appdomain_ref): Make this public.
23783         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
23785         * reflection.c: Fix some memory leaks.
23786         
23787 2004-12-02  Martin Baulig  <martin@ximian.com>
23789         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
23791         * metadata.c (generic_class_cache): New static hashtable.
23792         (mono_metadata_lookup_generic_class): New public method.
23794 2004-12-02  Martin Baulig  <martin@ximian.com>
23796         * class.c (mono_class_create_from_typedef): Call
23797         mono_class_setup_parent() and mono_class_create_mono_type() before
23798         parsing the interfaces.
23800 2004-12-02  Martin Baulig  <martin@ximian.com>
23802         * metadata.c (generic_inst_cache): New static hashtable.
23803         (mono_metadata_lookup_generic_inst): New public function.
23804         (mono_metadata_inflate_generic_inst): New public function.
23805         (mono_metadata_parse_generic_inst): New public function.
23806         (do_mono_metadata_parse_generic_class): Use the new
23807         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
23808         since this'll also use the cache.
23810         * reflection.c (mono_reflection_bind_generic_method_parameters):
23811         Use mono_metadata_lookup_generic_inst() to use the new cache.
23813         * class.c (inflate_mono_type): Use
23814         mono_metadata_inflate_generic_inst() to inflate a generic
23815         instance; this'll also use the new cache.
23817         * loader.c (method_from_methodspec): Use
23818         mono_metadata_parse_generic_inst() and
23819         mono_metadata_inflate_generic_inst() rather than parsing it
23820         manually, so we can use the new cache.
23822 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
23824         * threads.c (wait_for_tids): Do not incorrectly free threads when 
23825         the wait times out.
23827 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
23829         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
23830         iter->args based on whether parameters are passed in registers (i.e.
23831         MONO_ARCH_REGPARMS is defined)
23833 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
23835         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
23836         the exception message. Fixes #70070.
23837         (method_from_methodspec): Fix warnings.
23839 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23841         * process.c: (complete_path) return the path quoted
23843 2004-12-01  Martin Baulig  <martin@ximian.com>
23845         * class-internals.h (MonoGenericInst): New structure.
23846         (MonoGenericClass): Replaced `type_argc', `type_argv' and
23847         `is_open' with `MonoGenericInst *inst'.
23848         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
23849         `is_open' with `MonoGenericInst *inst'.
23851 2004-11-30  Martin Baulig  <martin@ximian.com>
23853         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
23855         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
23856         to `generic_class_cache'.
23858         * metadata.c
23859         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
23860         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
23861         (mono_generic_inst_is_valuetype): Renamed to
23862         mono_generic_class_is_valuetype().
23864         * class-internals.h
23865         (MonoGenericInst): Renamed to MonoGenericClass.
23866         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
23867         (MonoClass): Renamed `generic_inst' to `generic_class'.
23868         (MonoGenericContext): Renamed `ginst' to `gclass'.
23870         * object-internals.h
23871         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
23873         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
23874         mono_reflection_generic_class_initialize().
23876         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
23877         now known as "System.Reflection.MonoGenericClass".
23878         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
23880 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
23882         * class-internals.h: Added a flag field to MonoClass to cache the
23883         declarative security attributes actions associated with the class.
23884         * domain-internals.h: Added booleans to MonoJitInfo to cache the
23885         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
23886         applicable to the JITted method.
23887         * reflection.c|h: Added functions to extract (as flags) which security
23888         actions are available (declaratively) for a method, class or assembly.
23889         * metadata.c|h: Added functions to search the declarative security
23890         table in the metadata.
23891         
23892 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
23894         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
23895         EXPORTEDTYPES are already in the class name cache, so there is no
23896         need to add extra code here to look at them. Just removes a bit of
23897         cruft.
23899         (ves_icall_System_Environment_get_TickCount): No need for #if
23900         WINDOWS. We already have the code in io-layer.
23902 2004-11-28  Martin Baulig  <martin@ximian.com>
23904         * loader.c
23905         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
23906         Fixes gen-112.cs.
23908 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
23910         * assembly.c (do_mono_assembly_open): Instead of having a
23911         conditional WITH_BUNDLE, incorporate support for bundles here, by
23912         having a global `bundles' variable holding a pointer to the actual
23913         bundles. 
23915         (mono_register_bundled_assemblies): New API call used by the
23916         bundle code. 
23918         See mkbundle.1 for details.
23919         
23920 2004-11-27  Martin Baulig  <martin@ximian.com>
23922         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
23923         the vtable for generic methods.
23925 2004-11-26  Martin Baulig  <martin@ximian.com>
23927         * metadata.c
23928         (mono_metadata_generic_method_hash): New public function.
23929         (mono_metadata_generic_method_equal): Likewise.
23931         * class-internals.h
23932         (MonoGenericContainer): Added `GHashTable *method_hash'.
23934         * reflection.c (ReflectionMethodBuilder): Added
23935         `MonoGenericContainer *generic_container'.
23936         (reflection_methodbuilder_to_mono_method): Don't create a new
23937         MonoGenericContainer each time we're called.
23938         (mono_reflection_bind_generic_method_parameters): Use
23939         `container->method_hash' to cache the results so we don't create a
23940         different method if we're called several times with the same
23941         arguments.
23943         * loader.c (method_from_methodspec): Use the new
23944         `container->method_hash' here, too.
23946 2004-11-26  Martin Baulig  <martin@ximian.com>
23948         * class.c (inflate_generic_signature): Correctly compute
23949         `res->has_type_parameters'.
23950         (mono_class_vtable): Use the `has_type_parameters' flag to
23951         determine whether we're a generic method.
23953         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
23955 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
23957         * object.c (mono_runtime_run_main): Fix a small memory leak.
23959 2004-11-25  Martin Baulig  <martin@ximian.com>
23961         * class.c (set_generic_param_owner): Fixed the loop.
23963 2004-11-25  Martin Baulig  <martin@ximian.com>
23965         * object.c (mono_class_vtable): Don't create any JIT wrappers for
23966         generic methods.
23968 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
23970         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
23971         names. Fixes #69787.
23973 2004-11-24  Martin Baulig  <martin@ximian.com>
23975         * class.c (mono_class_create_generic_2): If we don't have a
23976         `ginst->parent', inflate `gklass->parent' to get our parent.
23978 2004-11-24  Martin Baulig  <martin@ximian.com>
23980         * reflection.c (compare_genericparam): Correctly sort the
23981         GenericParam table; fixes #69779.
23983 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
23985         * reflection.c: When writing a PE file, don't create a huge
23986         buffer in memory. Just write the arrays we have to the file.
23987         This reduces memory usage.
23989         * metadata-internals.h: MonoDynamicStream pefile is no longer used
23990         globally.
23992 2004-11-17  Martin Baulig  <martin@ximian.com>
23994         * class.c (mono_class_init): Don't setup `class->parent' for
23995         dynamic instances; moved this to mono_class_generic_2().
23996         (mono_class_create_generic): Also set `klass->inited' for dynamic
23997         generic instances.
23998         (mono_class_create_generic_2): Don't do anything for dynamic
23999         generic instances.  Set `klass->parent' here and also call
24000         mono_class_setup_parent() here. 
24002         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
24003         `MonoType *parent' argument; set `ginst->parent' before calling
24004         mono_class_create_generic_2(), so we set the correct parent.
24006 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
24008         * reflection.c: allow getting attributes from ModuleBuilder
24009         (used by ikvm).
24011 2004-11-17  Martin Baulig  <martin@ximian.com>
24013         * class.c (mono_class_create_from_typedef): If a type parameter is
24014         inherited from an outer class, set its owner to that class.
24016 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
24018         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
24019           for (int*) written size. This fixes bug #69592.
24021 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
24023         * icall.c: Added IsAuthenticodePresnet internal call.
24024         * image.c|h: New function that check a MonoImage for an Authenticode
24025         signature in the certificate PE data directory.
24026         * security.c|h: New internal call to ask the runtime if an 
24027         Authenticode signature seems referenced in the PE header.
24029 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
24031         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
24033         * reflection.c (mono_image_create_pefile): Free the assembly streams
24034         after writing out the assembly file.
24036         * object.c (mono_runtime_run_main): Fix small memory leak.
24038         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
24039         property access modifiers. Fixes #69389.
24041 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
24043         * domain.c, object.c, object-internals.h, domain-internals.h,
24044         object.h, marshal.c: keep dynamic code info per domain.
24046 2004-11-15  Martin Baulig  <martin@ximian.com>
24048         * class.c (mono_type_get_name_recurse): Put type arguments in
24049         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
24050         see bug #68387.
24052 2004-11-15  Martin Baulig  <martin@ximian.com>
24054         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
24055         (mono_class_setup_vtable): When computing `the_cname' for a
24056         generic instance, don't include the namespace since we'd otherwise
24057         add it twice.
24059 2004-11-15  Martin Baulig  <martin@ximian.com>
24061         * class.c (mono_class_create_generic): Changed return type to void.
24062         (mono_class_create_generic_2): New public function; setup
24063         `class->method', `class->field' and `class->interfaces' here
24064         instead of in mono_class_init().
24066         * class.h (mono_class_create_generic): Moved to class-internals.h.
24068 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
24070         * reflection.c (mono_image_create_pefile): take a file HANDLE.
24071         rather than writing to memory, write to this file. Right now,
24072         we are just writting into a buffer, and copying that. However
24073         we can avoid the buffer later.
24075         (mono_dynamic_stream_reset): new function
24077         * icall.c, object-internals.h: update for the above.
24079 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
24081         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
24082         have been using gc'd memory. First it is slower, unlikely
24083         the comment in the source code said, secondly, it increases
24084         our footprint to do it in the gc.
24086         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
24087         the method so that it does not have to copy to managed code.
24089 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
24091         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
24093 2004-11-12  Martin Baulig  <martin@localhost>
24095         * reflection.c (mono_image_create_token): Allow generic method
24096         definitions here, since they may appear in an `.override'; see
24097         gen-98/gen-99 for an example.
24099 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
24101         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
24102         #69365.
24104         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
24105         descriptive.
24107 2004-11-11  Martin Baulig  <martin@ximian.com>
24109         * class.c (mono_class_setup_vtable): In an explicit interface
24110         implementation, the method name now includes the arity.
24112 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
24114         * object.c (mono_array_full_copy): Fix warning.
24116 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
24118         * appdomain.c: Removed look_for_method_by_name(). Use the new method
24119         mono_class_get_method_from_name() instead.
24120         
24121         * class-internals.h: Added two new types of wrappers. 
24122         Added MonoRemotingTarget enum. Added new trampoline function type, which
24123         takes an additional MonoRemotingTarget value as parameter, so it is
24124         possible to request a trampoline for a specific target.
24125         
24126         * class.c: Added new mono_class_get_method_from_name() method.
24127         
24128         * class.h: In MonoRemoteClass, we can have now to vtables, one for
24129         general remoting sinks and one specific for cross domain calls.
24130         
24131         * debug-helpers.c: Added new wrapper names.
24132         
24133         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
24134         of a remote class.
24135         
24136         * image.c: Porperly delete value objects form the remoting invoke hashtable.
24137         
24138         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
24139         with several other methods (mono_marshal_get_xappdomain_dispatch,
24140         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
24141         and others) can generate a fast remoting wrapper for cross domain calls.
24142         More information can be found in docs/remoting.
24143         Other changes: Removed mono_find_method_by_name, and used
24144         mono_class_get_method_from_name instead.
24145         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
24146         is stored in the remoting invoke hashtable.
24147         
24148         * marshal.h: published the new method for getting the xdomain wrapper,
24149         and also added a method for getting the adequate wrapper for a given
24150         method and target.
24151         
24152         * object-internals.h, object.c: Added a couple of methods for capying and
24153         cloning arrays.
24154         Modified mono_install_remoting_trampoline, which takes the new remoting
24155         trampoline that has a remoting target as parameter.
24156         mono_class_proxy_vtable now also takes a remoting target as parameter, and
24157         will return the most suitable vtable for the target.
24158         Added mono_remote_class_vtable, which returns the vtable of a remote class
24159         (which can be the normal remoting vtable or the xdomain vtable).
24160         
24161         * threads.c: the xdomain invoke and dispatch wrappers must also be
24162         protected against interruptions.
24164 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24166         * icall.c: use memmove in BlockCopyInternal when the source and
24167         destination arrays are the same.
24169 2004-11-09  Martin Baulig  <martin@ximian.com>
24171         * class-internals.h (MonoGenericContainer): Removed `method' and
24172         `signature', replaced them with `is_method' and `is_signature'
24173         flags.  Added `context'.
24175         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
24176         instead of a `MonoGenericContainer *'.
24178         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
24179         for dynamic type parameters.
24180         (mono_metadata_load_generic_params): Setup `container->context'.
24182         * reflection.c (mono_reflection_setup_generic_class): Setup
24183         `tb->generic_container->context'.
24184         (do_mono_reflection_bind_generic_parameters): Use
24185         mono_class_inflate_generic_type() to correctly inflate types,
24186         rather than using our own hack just for MONO_TYPE_VAR.
24188 2004-11-09  Martin Baulig  <martin@ximian.com>
24190         * class.c (mono_class_inflate_generic_method): Small fix; don't
24191         crash here.
24193         * icall.c
24194         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
24195         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
24196         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
24197         (ves_icall_Type_BindGenericParameters): Likewise.
24198         (ves_icall_Type_get_IsGenericInstance): Likewise.
24199         (ves_icall_Type_GetGenericParameterPosition): Likewise.
24200         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
24201         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
24202         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
24204 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
24206         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
24207         assembly versions and public key tokens. Fixes #69113.
24209 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
24211         * metadata.c: fix bug introduced with the type cache changes
24212         on 2004-11-06.
24214 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
24216         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
24217         the MonoClass pointer instead of the token in exception clauses.
24218         * reflection.c: updates for the above and make the code not depend
24219         on the structure of MonoExceptionClause.
24221 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
24223         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
24224         Add support for dynamic assemblies. Fixes #69114.
24226         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
24228 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
24230         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
24231         since most only those methods use it. the code member of
24232         MonoMethodPInvoke was dead, so that can be removed too. Also,
24233         remove inline_count (again, not used), and move slot so that it
24234         can share bits with some other flags. This saves 8 bytes in the
24235         structure and gives us about 50 kb back for mcs helloworld.cs
24237         * *.[ch]: Do naming changes for the above.
24239         * loader.c (mono_method_get_header): Lazily init the header
24240         on first access.
24241         (mono_get_method_from_token): don't init the header here
24242         (mono_free_method): the header may never be allocated
24244         Overall, this saves 150 kb of unmanaged allocations
24245         for mcs helloworld.cs. That accounts for 10% of the unmanaged
24246         memory at runtime.
24247         
24248         * loader.c, loader.h (mono_method_get_header): new accessor.
24250         * *.[ch]: use the above method. Prepares us to lazily load
24251         the header.
24253         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
24254         three warnings, which are actual bugs (see 69206).
24256         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
24257         unused. Saves a cool 4 bytes / method.
24259 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
24261         * metadata.c (builtin_types): Add types for System.Object here.
24262         (mono_metadata_parse_type_full): Cache MonoType*'s that are
24263         for a class or valuetype from klass->this_arg or klass->byval_arg.
24265         On mcs for a hello world, this gets us down from 21836 MonoType's
24266         to 14560.
24268         (mono_metadata_free_type): Account for the above change.
24270 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
24272         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
24273         exception instead of asserting if name is null.
24274         (ves_icall_System_AppDomain_GetData): Ditto.
24276 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
24278         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
24279         EnumBuilder.
24281         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
24282         Return NULL when the domain does not have entry_assembly set.
24284         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
24285         Add a 'resource_modules' argument.
24286         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
24288         * reflection.c (mono_reflection_create_runtime_class): Move setting
24289         of wastypebuilder here, so mono_get_type_object () returns a MonoType
24290         for enums too.
24292         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
24293         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
24294         Throw an ArgumentNullException if 'ptr' is null.
24296         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
24297         assemblies here. Fixes #69020.
24299 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
24301         * reflection.c (build_compressed_metadata): Fix the previous patch for
24302         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
24303         the stack.
24305 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
24307         * assembly.c (mono_assembly_names_equal): Allow a match if one of
24308         the cultures is false. Fixes #69090.
24310         * reflection.c (build_compressed_metadata): Fix invalid memory read 
24311         detected by valgrind.
24312         
24313         * reflection.c (mono_reflection_get_type): Avoid triggering a 
24314         TypeResolve multiple times for the same type. Fixes #65577.
24316 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
24318         * marshal.c: Avoid using ldftn to call managed functions. It is
24319         much slower than just a call.
24321         * reflection.c (mono_module_get_object): free the basename we
24322         allocate here from glib.
24323         
24324         * reflection.c (ensure_runtime_vtable): make sure to free
24325         overrides.  Also, we were allocating an array of MonoMethod not an
24326         array of MonoMethod*.
24328         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
24330         * image.c (mono_image_close): free image->guid here.
24332 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
24334         * reflection.c: Fix some spec conformance issues with the PE file
24335         structures so mcs compiled apps run on the Net 2.0 beta.
24337 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
24339         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
24340         Implement this. Fixes #67264.
24342         * debug-helpers.h debug-helpers.c marshal.c: Move 
24343         mono_find_method_by_name to debug-helpers.c.
24345 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
24347         * object.c (mono_release_type_locks): type_initialization_hash is
24348         a GHashTable.
24350         * reflection.c object.c object-internals.h: Fix warnings.
24352         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
24353         without accessors. Fixes #61561.
24355         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
24356         application base from the root domain if not set. Fixes #65641.
24357         (mono_runtime_init): Fix warning.
24359 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24361         * appdomain.c: call mono_thread_pool_init.
24362         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
24363         of worker threads based on the number of CPUs and the environment
24364         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
24365         for non-windows (windows) systems.
24367 2004-10-27  Chris Toshok  <toshok@ximian.com>
24369         * mono-debug-debugger.c (write_class): don't call mono_class_init
24370         here, as even with the check for (!klass->init_pending), we get
24371         into a situation where we're hitting cycles in class
24372         initialization.  Fixes #68816.
24374 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
24376         * image.c: Avoid overwriting values in the loaded_images_hash when an
24377         assembly is loaded multiple times. Fixes #61152.
24379         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
24380         so multiple satellite assemblies for the same name can be loaded.
24381         Fixes #68259.
24383         * mono_domain_assembly_preload: Actually return the loaded assembly, 
24384         not NULL.
24386         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
24387         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
24389         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
24390         pending finalizers are not invoked after the appdomain has been 
24391         unloaded. Fixes #67862.
24393 2004-10-22  Martin Baulig  <martin@ximian.com>
24395         * mono-debug-debugger.c
24396         (mono_debugger_runtime_invoke): Don't box valuetypes.
24398 2004-10-22  Chris Toshok  <toshok@ximian.com>
24400         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
24401         don't hide private methods.
24403 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
24405         * icall.c: Allows the runtime to "share" (when known) the public key
24406         token of an assembly. This avoid the need to recalculate the token 
24407         (from the public key) in managed code.
24409 2004-10-21  Chris Toshok  <toshok@ximian.com>
24411         * debug-helpers.c (append_class_name): argh, revert last patch.
24412         
24413 2004-10-21  Chris Toshok  <toshok@ximian.com>
24415         * debug-helpers.c (append_class_name): use '+' as the delimiter,
24416         not '/', so that it matches what the debugger uses to look up
24417         methods.
24419 2004-10-21  Martin Baulig  <martin@ximian.com>
24421         * mono-debug-debugger.c (mono_debugger_throw_exception): New
24422         public method; this is called each time an exception is thrown and
24423         allows the debugger to use exception catch points.
24425 2004-10-21  Martin Baulig  <martin@ximian.com>
24427         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
24428         the stack pointer and the exception object in some struct and pass
24429         that to the debugger.
24431 2004-10-21  Chris Toshok  <toshok@ximian.com>
24433         * mono-debug-debugger.c (do_write_class): add instance/static
24434         event support.  We don't expose "raise" or "other" yet.
24435         (event_is_static): new method.
24437 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
24439         * mono-debug-debugger.c
24440         (mono_debugger_handle_exception): Remove
24441         bogus return value for fussy compilers.
24443 2004-10-20  Martin Baulig  <martin@ximian.com>
24445         * mono-debug-debugger.c
24446         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
24447         (mono_debugger_handled_exception): Likewise.
24449 2004-10-20  Martin Baulig  <martin@ximian.com>
24451         * mono-debug-debugger.h (MonoDebuggerEvent): Added
24452         MONO_DEBUGGER_EVENT_EXCEPTION.
24454         * mono-debug-debugger.c (mono_debugger_handle_exception): New
24455         public function to send the debugger a notification for an
24456         exception and inform it about a catch/finally clause.
24458 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
24460         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
24461         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
24462         fix 2.95 build. 
24464         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
24466 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
24468         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
24469         marshalled as [In,Out]. Fixes #58325.
24471 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
24473         * reflection.c (mono_method_body_get_object): Implement some fields.
24475 2004-10-12  Martin Baulig  <martin@ximian.com>
24477         * reflection.c (mono_reflection_bind_generic_parameters): Small
24478         fix, correctly retrieve our parent from a generic instance.
24480 2004-10-12  Martin Baulig  <martin@ximian.com>
24482         * metadata.c (mono_metadata_generic_param_equal): We always have
24483         an owner.
24485         * class.c
24486         (mono_class_from_generic_parameter): We need to have an owner.
24487         (my_mono_class_from_generic_parameter): Likewise.
24489         * reflection.c (mono_reflection_setup_generic_class): Renamed to
24490         mono_reflection_create_generic_class() and added a new
24491         mono_reflection_setup_generic_class().  
24492         (mono_reflection_initialize_generic_param): If we're a nested
24493         generic type and inherited from the containing class, set our
24494         owner to the outer class.
24496 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
24498         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
24500         * reflection.c (mono_method_body_get_object): New function to create
24501         a MethodBody object.
24503         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
24505 2004-10-11  Martin Baulig  <martin@ximian.com>
24507         * metadata.c (_mono_metadata_type_equal): Renamed to
24508         do_mono_metadata_type_equal() and made static.
24510 2004-10-11  Martin Baulig  <martin@ximian.com>
24512         * appdomain.c: Bump corlib version number to 28.
24514 2004-10-10  Martin Baulig  <martin@ximian.com>
24516         * class-internals.h
24517         (MonoGenericInst): Added `MonoGenericContainer *container'.
24518         (MonoGenericMethod): Likewise.
24519         (MonoGenericContext): Likewise.
24520         (MonoGenericParam): Added `MonoGenericContainer *owner'.
24522         * metadata.c
24523         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
24524         (do_mono_metadata_parse_generic_inst): Likewise.
24525         (mono_metadata_parse_type_full): New public method.  This is the actual
24526         mono_metadata_parse_type() implementation - with an additional
24527         `MonoGenericContainer *' argument.
24528         (mono_metadata_parse_array_full): Likewise.
24529         (mono_metadata_parse_signature_full): Likewise.
24530         (mono_metadata_parse_method_signature_full): Likewise.
24531         (mono_metadata_parse_mh_full): Likewise.
24532         (mono_type_create_from_typespec): Likewise.
24533         (mono_metadata_interfaces_from_typedef_full): New public method;
24534         this is similar to the other _full() methods, but we take a
24535         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
24536         (mono_metadata_parse_generic_param): Take an additional
24537         `MonoGenericContainer *' argument and lookup the MonoGenericParam
24538         from that container.
24539         (mono_metadata_generic_param_equal): New static method to compare
24540         two type parameters.
24541         (_mono_metadata_type_equal): New static method; takes an
24542         additional `gboolean signature_only' argument - if true, we don't
24543         compare the owners of generic parameters.
24544         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
24545         with a TRUE argument - do a signature-only comparision.
24547         * loader.c: Use the new _full() methods and pass the
24548         MonoGenericContainer to them.
24550         * object-internals.h (MonoReflectionTypeBuilder): Added
24551         `MonoGenericContainer *generic_container' field.
24552         (MonoReflectionMethodBuilder): Likewise.
24554 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
24556         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
24557         case initial images of dynamic assemblies.
24559         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
24561         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
24563         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
24564         length of event->other array.
24565         (typebuilder_setup_events): Ditto.
24567         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
24568         'assembly_by_name' and add an 'assemblies' list.
24570         * assembly.h assembly.c: Add a new search hook for determining whenever
24571         an assembly is already loaded. Use this instead of searching in the
24572         loaded_assemblies list.
24574         * domain.c appdomain.c: Implement the new search hook so loaded 
24575         assemblies are now scoped by appdomain. Fixes #67727.
24577 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
24579         * threads.c (mono_thread_attach): Initialize synch_lock field so
24580         mono_thread_detach works again.
24582         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
24583         'lib' too. Fixes #63130.
24585 2004-10-06  Jackson Harper  <jackson@ximian.com>
24587         * culture-info-tables.h: regenerated.
24589 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
24591         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
24592         implemented by other interfaces in the result. Fixes #65764.
24593         
24594         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
24595         Handle unloadable modules without crashing.
24597         * image.c (load_modules): Revert the previous patch since modules must
24598         have a fixed index inside the array.
24599         
24600         * image.c (load_modules): Don't include native modules in the modules
24601         array.
24603 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
24605         * reflection.h: Add param_defaults field.
24607         * reflection.c: Add support for parameter defaults in dynamic methods.
24608         Fixes #64595.
24610         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
24611         an empty string when a type has no namespace. Fixes #64230.
24613 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
24615         * tabledefs.h: Added "internal" security actions to support non-CAS
24616         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
24617         Note: they do not seems to be used anymore in 2.0 (new metadata format)
24619 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
24621         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
24622         constructor of abstract class. Fixes #61689.
24624 2004-10-04  Martin Baulig  <martin@ximian.com>
24626         * class-internals.h (MonoGenericContainer): New type.
24627         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
24628         `MonoGenericContainer *generic_container'.
24629         (MonoClass): Replaced `gen_params' and `num_gen_params' with
24630         `MonoGenericContainer *generic_container'.
24632         * metadata.c (mono_metadata_load_generic_params): Return a
24633         `MonoGenericContainer *' instead of a `MonoGenericParam *';
24634         removed the `num' argument.
24636 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
24638         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
24639         for dynamic images.
24641         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
24642         machine fields.
24644         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
24646         * reflection.c: Save pe_kind and machine values into the generated
24647         image file.
24649         * appdomain.c: Bump corlib version number.
24651         * object-internals.h: Reorganize layout of LocalBuilder.
24653         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
24654         New helper function.
24656         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
24657         created MonoType for dynamic types. Fixes #66180.
24659 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
24661         * threadpool.c: the ares hashtable needs a critical section around it.
24662         this prevents some nasty segfaults
24664 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
24666         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
24667         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
24668         bug 67324).
24669         
24670 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
24672         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
24673         
24674 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
24676         * image.c: Always canonicalize image file names, to avoid loading
24677         the same assembly twice when referenced using a relative path.
24679 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
24681         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
24683         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
24685         * marshal.c: Fix warnings.
24687 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
24689         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
24690         attempting to marshal the delegate_trampoline as the method_addr.
24691         This patch has a static hashtable of marshalled delegates so that 
24692         we can map delegate_trampoline addresses back to delegates.  This
24693         allows a delegate passed to managed code to be passed back into native
24694         code.  Fixes #67039
24696 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
24698         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
24700         * reflection.c (method_encode_code): Align method headers properly.
24701         Fixes #66025.
24703 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
24705         * marshal.c: In the runtime invoke wrapper, reset the abort
24706         exception if it is cached. This avoids the automatic rethrowal of 
24707         the exception after the catch of the wrapper. Also check for pending
24708         interruptions before calling the managed method. This is done using
24709         the new method emit_thread_force_interrupt_checkpoint, since the
24710         normal checkpoint method is ignored when running the invoke wrapper.
24711         * object.c: If the abort exception is rethrown, set the abort_exc
24712         field of the thread, so it will be rethrown aftere every catch.
24713         * threadpool.c: Only run an interruption checkpoint if what has been
24714         requested is a stop of the thread (aborts will be ignored).
24715         * threads.c: By default, a thread will now never be interrumped while
24716         running the runtime invoke wrapper (this ensures that runtime_invoke
24717         will always return to the caller if an exception pointer is provided).
24718         There is a new special method mono_thread_force_interruption_checkpoint()
24719         to force an interruption checkpoint even if running a protected
24720         wrapper, which is used by the same runtime invoke wrapper to do a check
24721         at a safe point.
24723 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
24725         * object.c, object-internals.h: Implemented mono_release_type_locks,
24726         which releases the cctor locks held by a thread.
24727         * threads.c, threads.h: In thread_cleanup, release cctor locks held
24728         by a thread. Added mono_thread_exit() method to be used to safely stop
24729         a thread.
24731 2004-09-28  Raja R Harinath  <rharinath@novell.com>
24733         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
24734         Move null check before dereference.  Avoid indexing beyond the end
24735         of the 'modules' array.
24737 2004-09-28  Raja R Harinath  <rharinath@novell.com>
24739         * metadata-internals.h (MonoImage): Add module_count field.
24740         * image.c (load_modules): Set image->module_count.
24741         (mono_image_load_file_for_image): Use image->module_count.
24742         * reflection.c (mono_image_load_module): Append to image->modules array 
24743         of dynamic assembly.
24744         (mono_module_get_object): Fix loop to actually increment index.
24745         Use image->module_count.
24746         * assembly.c (mono_assembly_load_references): Use image->module_count.
24747         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
24748         Likewise.
24750 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
24752         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
24753         Avoid assert on generic types.
24755 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
24757         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
24759         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
24761         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
24762         function to convert a MarshalSpec structure to its managed counterpart.
24764         * reflection.c: Fix warnings.
24765         
24766         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
24767         field.
24769         * icall.c (mono_create_icall_signature): Fix build.
24771 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
24773         * icall.c: Add MakePointType icall.
24775         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
24776         warnings.
24778 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24780         * threadpool.c: reuse allocated slots in the queue.
24782 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
24784         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
24786         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
24788         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
24789         previous change.
24791         * tabledefs.h: Add constants for pinvoke attributes BestFit and
24792         ThrowOnUnmappableChar.
24794         * icall.c (ves_icall_Type_GetPacking): New icall.
24796 2004-09-24  Martin Baulig  <martin@ximian.com>
24798         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
24800 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24802         * appdomain.c:
24803         (mono_domain_set): allow setting a domain that is being unloaded.
24804         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
24805         being unloaded.
24807 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
24809         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
24810         the GetCustomAttributes icall.
24812 2004-09-23  Martin Baulig  <martin@ximian.com>
24814         * object-internals.h (MonoReflectionGenericParam): Replaced
24815         'has_ctor_constraint', `has_reference_type' and `has_value_type'
24816         with `guint32 attrs'.
24818 2004-09-23  Martin Baulig  <martin@ximian.com>
24820         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
24822 2004-09-23  Martin Baulig  <martin@ximian.com>
24824         * object-internals.h (GenericParameterAttributes): New enum.
24826 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
24828         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
24829         
24830         * class.c (init_events): Fill out event->other field.
24832         * class.c: Fix warnings.
24834         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
24836 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
24838         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
24839         walk which doesn't supply the IL offset.
24841 2004-09-22  Martin Baulig  <martin@ximian.com>
24843         * reflection.c (mono_reflection_setup_internal_class): If we're
24844         System.ValueType, System.Object or System.Enum, set
24845         `klass->instance_size' and create the vtable.
24846         (mono_reflection_create_internal_class): If we're an enum type,
24847         get the base class from our current corlib.
24849 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
24851         * reflection.h (MonoResolveTokenError): New type.
24853         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
24854         icall.
24856         * icall.c: Add an 'error' argument to the ResolveToken icalls.
24858 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
24860         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
24861         Support also calling constructors, but only for already allocated objects.
24863 2004-09-17  Geoff Norton <gnorton@customerdna.com>
24865         * reflection.c (type_get_qualified_name): If the klass is null
24866         return the typename to avoid a NullRefEx.
24867         (encode_cattr_value): Get the qualified name of the boxed type,
24868         not the underlying enumtype.  Fixes #62984.
24870 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
24872         * marshal.c: Fix problems with previous checkin.
24874 2004-09-21    <vargaz@freemail.hu>
24876         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
24877         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
24879         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
24881 2004-09-21  Geoff Norton <gnorton@customerdna.com>
24883         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
24884         should only return a type for pointers, arrays, and passbyref types.
24885         Fixes bug #63841.
24887 2004-09-21  Martin Baulig  <martin@ximian.com>
24889         * domain.c (mono_debugger_check_runtime_version): New public
24890         function.
24892         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
24894 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
24896         * reflection.c: Added missing sort to the declarative security 
24897         attributes table. MS implementation stops seeing the attributes if the
24898         token number regress in the table (as shown by ildasm and permview).
24900 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
24902         * object-internals.h (MonoReflectionModule): Add 'token' field.
24903         
24904         * reflection.c (mono_reflection_get_token): Add support for Module
24905         and Assembly.
24906         (mono_module_get_object): Set 'token' field.
24907         (mono_module_file_get_object): Set 'token' field.
24909         * icall.c: Add new Assembly and Module icalls.
24911         * appdomain.c: Bump corlib version.
24913 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
24915         * loader.h loader.c class.h class.c: Add helper functions for obtaining
24916         tokens of metadata objects.
24918         * reflection.h reflection.c (mono_reflection_get_token): New function
24919         to obtain the token of a metadata object.
24921         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
24923 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
24925         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
24926         
24927         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
24929 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
24931         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
24932         * object-internals.h: Added 3 MonoArray* members to MonoReflection
24933         AssemblyBuilder to access the permissions set in the class lib.
24934         * reflection.c: Added security attributes encoding step in 
24935         mono_image_build_metadata.
24936         * tabledefs.h: Added new security actions defined in 2.0:
24937         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
24939 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
24941         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
24942         macro parameter.
24944 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
24946         * locales.c: nullify the ICU_collator member of CompareInfo when it is
24947           finalized. There where random SIGSEVs at program termination, when
24948           an object being finalized was trying to do a string comparison and
24949           the current culture was already finalized.
24951 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24953         * threads.c: call thread_cleanup before finishing the thread if we get
24954         there.
24956 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
24958         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
24959         assemblies from the parent. Fixes #65665.
24961 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
24963         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
24964         modifiers.
24966 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
24968         * reflection.h: add prototype for mono_get_dbnull_object
24969         * reflection.c: add prototypes for get_default_param_value_blobs 
24970         and mono_get_object_from_blob for fussier compilers
24972 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
24974         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
24975         false deadlock checks in class initialization.
24977 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
24979         * image.c (mono_image_addref): Fix comment.
24981         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
24982         possible.
24984 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
24986         * reflection.c (mono_param_get_objects): Modified to return
24987         ParameterInfo.DefaultValue object.
24989         (get_default_param_value_blobs):
24990         (mono_get_object_from_blob):
24991         (mono_get_dbnull_object): New helper routines. 
24993         * object.c (mono_get_constant_value_from_blob): New helper routine
24994         carved out from get_default_field_value ()
24996         * object-internals.h (mono_get_constant_value_from_blob): Added
24997         function declaration.
24999 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
25001         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
25002         referenced assemblies. Fixes #62135.
25004         * exception.h exception.c (mono_get_exception_file_not_found2): New
25005         helper function.
25007 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
25009         * class.h class.c: Add mono_type_get_underlying_type ().
25011 2004-09-09  Geoff Norton <gnorton@customerndna.com>
25013         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
25014         Fix GetTypes() to support dynamically created assemblies.
25016 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
25018         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
25019         
25020         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
25021         previous patch.
25023         * reflection.h reflection.c loader.c: Allow dynamic construction of
25024         pinvoke methods. Fixes #65571.
25025         
25026         * reflection.c (mono_reflection_get_type): Revert previous change since
25027         it causes regressions.
25029 2004-09-08  Martin Baulig  <martin@ximian.com>
25031         * class.c (class_compute_field_layout): Don't call
25032         mono_class_layout_fields() for open generic instances.
25034 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
25035         * threads.c appdomain.c: fix typo in GC macro
25037 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25039         * threads.c: don't call mono_thread_detach() in start_wrapper(),
25040         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
25042 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
25044         * image.c (mono_image_close): Applied patch from 
25045         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
25046         assembly is loaded multiple times from data.
25047         
25048         * image.c (mono_image_open): Fix warning.
25050 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
25052         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
25053         once. Fixes #58334.
25054         
25055         * reflection.c (mono_reflection_create_runtime_class): Initialize
25056         klass->nested_classes. Fixes #61224.
25058 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
25060         * threads.c: sched_yield() on exit, to allow threads to quit.
25062 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
25064         * object.c (mono_unhandled_exception): Remove leftover debug code.
25066 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
25068         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
25070 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
25072         * marshal.c (emit_marshal_array): Really null terminate string arrays.
25073         
25074         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
25076 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
25078         * marshal.c (emit_marshal_array): Null terminate string arrays.
25079         
25080         * marshal.c (raise_auto_layout_exception): Fix warning.
25082         * reflection.c (mono_param_get_objects): Initialize the default value
25083         with DBNull.Value, not null. Fixes #62123.
25085 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
25087         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
25088         throw an exception with a cute explanation.
25090 2004-09-06  Dick Porter  <dick@ximian.com>
25092         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
25093         Close the new process's thread handle, as we don't use it.  The
25094         handle stays around forever otherwise.
25096 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
25098         * object.c (arith_overflow): Fix warning.
25100         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
25101         calling conventions in method refs. Fixes #65352.
25103         * reflection.c: Fix warnings.
25105 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
25107         * icall.c: Add a new icall for Array.Clear
25109 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
25111         * object.c: When allocating an array, we have to throw
25112         an overflow exception if any of the lengths are < 0.
25114 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
25116         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
25117         properly. Also move implementation of string array marshalling to 
25118         managed code. Fixes #42316.
25120 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25122         * assembly.c: provide more information when loading an assembly fails.
25124 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25126         * filewatcher.c: don't expect the development fam package to be
25127         installed.
25129 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
25131         * marshal.c: Make a copy of the signature cookie since it will be
25132         freed by the caller.
25133         
25134         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
25136         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
25138         * metadata.c (mono_metadata_free_marshal_spec): New function to free
25139         marshal specs.
25141         * marshal.c: More refactoring.
25142         
25143         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
25144         smaller functions.
25146 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
25148         * object.c: In mono_message_invoke, fill the output parameter array after
25149           calling the managed method (it was done before the call). This fixes
25150           bug #59299.
25152 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
25154         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
25155         as well.
25157 2004-09-02  Martin Baulig  <martin@ximian.com>
25159         * class.c (mono_class_instance_size): Don't allow generic type
25160         definitions or open generic instances.
25161         (mono_class_array_element_size): If we're a value type, call
25162         mono_class_instance_size() on the original class.
25164         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
25165         handle generic instances.
25167         * mono-debug-debugger.c (write_type): Handle generic instances
25168         like classes.
25170 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
25172         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
25173         the allocation request fails. Fixes #65089.
25175         * object.c (mono_runtime_free_method): Do not call mono_free_method.
25176         
25177         * object.c (mono_runtime_free_method): New function to free a dynamic
25178         method.
25180         * marshal.c (mono_delegate_free_ftnptr): New function to free the
25181         delegate trampoline.
25183         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
25184         with hasthis as dynamic,
25186         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
25188         * domain.c (mono_jit_info_table_remove): New function to remove an
25189         entry from the jit info table.
25191         * class-internals.h (MonoMethod): Add 'dynamic' field.
25193         * loader.c: Fix warnings.
25195 2004-09-01  Martin Baulig  <martin@ximian.com>
25197         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
25198         instead of mono_debugger_lock() because the latter one is a no-op
25199         unless running in the debugger.
25201 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
25203         * class.c (class_compute_field_layout): Classes with auto-layout or
25204         reference fields are not blittable.
25205         
25206 2004-09-01  Dick Porter  <dick@ximian.com>
25208         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
25209         mono_image_get_filename() to get the assembly location.
25211         * icall.c:
25212         * metadata.h: Fix compile warnings
25214 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
25216         * class.c (class_compute_field_layout): System.Object is blittable.
25218         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
25219         as in/out. Fixes #59909.
25221 2004-09-01  Martin Baulig  <martin@ximian.com>
25223         * metadata.h (MONO_TYPE_ISREFERENCE): Call
25224         mono_metadata_generic_inst_is_valuetype() if we're a generic
25225         instance to check whether our underlying type is a reference type.
25227 2004-09-01  Martin Baulig  <martin@ximian.com>
25229         * metadata.c (mono_type_size): If we're a generic instance, call
25230         mono_class_value_size() for value types.
25232 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
25234         * marshal.c: Implement more custom marshalling functionality. Fixes
25235         #64915.
25237 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
25239         * mono-debug.c, debug-mono-symfile.c: add some locking love.
25241 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
25243         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
25245         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
25247         * icall.c: Fix some warnings.
25249         * threads.c (abort_appdomain_thread): Fix unref errors.
25250         (mono_thread_current): Fix THREAD_DEBUG define.
25252 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
25254         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
25256         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
25258 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
25260         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
25261         string arrays.
25263 2004-08-28  Martin Baulig  <martin@ximian.com>
25265         * metadata.c
25266         (mono_metadata_generic_inst_is_valuetype): New public function.
25268         * metadata.h (MONO_TYPE_ISSTRUCT): Call
25269         mono_metadata_generic_inst_is_valuetype() if we're a generic
25270         instance to check whether our underlying type is a valuetype.
25272 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
25274         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
25275         #63768.
25277 2004-08-25  Martin Baulig  <martin@ximian.com>
25279         * loader.c (mono_get_method_from_token): Abstract methods can also
25280         be generic and thus have type parameters.
25282         * metadata-internals.h
25283         (MonoDynamicImage): Added `GPtrArray *gen_params'.
25285         * reflection.c (mono_image_get_generic_param_info): Don't create a
25286         metadata row, just add an entry to the `gen_params' array.
25287         (build_compressed_metadata): Sort the `gen_params' array and then
25288         actually create the metadata.
25290 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25292         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
25294 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
25296         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
25298 2004-08-24  Martin Baulig  <martin@ximian.com>
25300         * class.cs (mono_class_is_subclass_of): Like an interface, a
25301         generic instance also derives from System.Object.
25303 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
25305         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
25306         custom modifiers to be in any order. Fixes #61990.
25308 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
25310         * object.c: Register mono_object_new_fast icall.
25311         
25312         * object.c (mono_class_get_allocation_ftn): Return to calling
25313         mono_object_new_fast, since it seems faster to compute the object 
25314         size in unmanaged code than passing it as a parameter.
25316         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
25318         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
25319         this function with Boehm as the oom handler, so we don't have to check
25320         the result of GC_malloc.
25322         * object.c: Remove checks for oom.
25324         * object.h object.c (mono_class_get_allocation_ftn): New function to
25325         return the icall which can be used to allocate an instance of a given
25326         class. 
25328         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
25330         * class-internals.h: Add 'enabled' field.
25332 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
25334         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
25336 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
25337         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
25338         value 0x0010.
25340 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
25342         * appdomain.c: use the Tls function for appdomain too,
25343         at Zoltan's request. Actually return in mono_context_get
25345         * appdomain.c, profiler.c, threads.c: use __thread
25347 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
25349         * appdomain.c threads.c: Call GC_CreateThread on windows.
25351         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
25352         multiple libraries since this don't work on windows.
25354 2004-08-18  Martin Baulig  <martin@ximian.com>
25356         * class-internals.h
25357         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
25358         MonoMethodHeader.
25360         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
25361         MonoMethodNormal since we also need it for abstract and interface
25362         methods.
25364         * reflection.c
25365         (build_compressed_metadata): Sort the GenericParam table.
25366         (mono_image_create_token): Added `gboolean create_methodspec'
25367         argument; this is false when generating a MethodImpl token.
25368         (reflection_methodbuilder_to_mono_method): Abstract and interface
25369         methods may also have generic parameters.
25371 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
25373         * appdomain.c: thread local alloc
25375 2004-08-17  Martin Baulig  <martin@ximian.com>
25377         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
25379         * icall.c
25380         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
25381         argument.
25383         * class.c (mono_type_get_full_name): New public function.
25384         (mono_type_get_name): Don't include the type arguments.
25386 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
25388         * Makefile.am: Build static versions of libmetadata and libmonoruntime
25389         for inclusion into the mono executable.
25391 2004-08-16  Martin Baulig  <martin@ximian.com>
25393         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
25394         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
25396 2004-08-14  Martin Baulig  <martin@ximian.com>
25398         * class.c (dup_type): Also copy the `byref' field.
25400 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
25402         * reflection.c (create_dynamic_mono_image): Revert the last change 
25403         since it breaks bootstrap.
25405 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
25407         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
25409         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
25410         not free them with g_free.
25412 2004-08-11  Martin Baulig  <martin@ximian.com>
25414         * reflection.c (mono_reflection_setup_internal_class): Also call
25415         mono_class_setup_mono_type() if we already have a `tb->type.type'.
25417 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
25419         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
25420         called during default (first) AppDomain creation. Keep track of
25421         Evidence when loading assemblies.
25423 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
25425         * opcodes.c, opcodes.h: reduce runtime relocations.
25427 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
25429         * culture-info.h, locales.c: fixes and chages to sue the new
25430         optimized format of the locale data.
25431         * culture-info-tables.h: regenerated.
25433 2004-08-06  Geoff Norton <gnorton@customerdna.com>
25434         
25435         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
25437 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
25439         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
25440         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
25441         * domain-internals.h: icall declaration.
25442         * icall.c: icall registration.
25443         * object-internals.h: New fields in MonoAssembly for CAS.
25445 2004-08-05  Duncan Mak  <duncan@ximian.com>
25447         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
25448         CEE_LDELEM_ANY.
25450 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
25452         * reflection.c: fix to deal with object[] arrays in custom ctors
25453         (bug #62550).
25455 2004-08-05  Martin Baulig  <martin@ximian.com>
25457         * class.c (mono_class_array_element_size): Added support for
25458         generic instances and correctly handle "recursive" types.
25460 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
25462         * assembly.c: Fix warnings.
25464 2004-08-04  Martin Baulig  <martin@ximian.com>
25466         * class.c
25467         (mono_type_get_name_recurse): Added `gboolean include_arity'
25468         argument specifying whether or not we should include the generic
25469         arity in the type name.
25470         (_mono_type_get_name): New static function.
25471         (mono_class_setup_vtable): If we're a generic instance, don't
25472         include the generic arity in the names of explicit method
25473         implementations.        
25475 2004-08-03  Martin Baulig  <martin@ximian.com>
25477         * class.c (mono_type_get_name_recurse): Enclose the generic type
25478         arguments in `<', '>'.
25480 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
25482         * gc.c: make GC warning messages use the trace API, they are just
25483         noise to most of the users.
25485 2004-08-03  Martin Baulig  <martin@ximian.com>
25487         * debug-mono-symfile.c (read_string): Correctly read the string.
25489 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
25491         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
25492         
25493         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
25494         icalls.
25495         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
25497 2004-07-30  Martin Baulig  <martin@ximian.com>
25499         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
25500         Reflect latest symbol writer changes.   
25502 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
25504         * object.c: always create an object if null is passed
25505         to Invoke() where a valuetype is expected.
25507 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
25509         * marshal.c (mono_marshal_init): make managed
25510         signatures match native ones better for 64bits.
25512 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25514         * appdomain.c: hack to build correctly the private bin path on windows.
25515         Fixes bug #61991.
25517 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
25519         * assembly.c: Load mscorlib from the correct framework directory
25520           (mono/<version>/mscorlib.dll).
25521         * appdomain.h: Added prototypes for new functions.
25522         * internals.h: Added some prototypes.
25523         * domain.c: When initializing the runtime, get from the executable and
25524           the configuration files the runtime version that the app supports.
25525           Added support methods for reading app.exe.config. Added list of versions
25526           supported by the JIT. Added two new methods: mono_init_from_assembly,
25527           which initializes the runtime and determines the required version from
25528           the provided exe file, and mono_init_version, which initializes
25529           the runtime using the provided version.
25530         * icall.c: Get machine.config from version-specific directory.
25531         * reflection.c: When generating an image, embed the version number
25532           of the current runtime.
25534 2004-07-28  Dick Porter  <dick@ximian.com>
25536         * socket-io.c
25537         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
25538         returned sockaddr size before creating the remote address object.
25539         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
25540         61608.
25542 2004-07-28  Dick Porter  <dick@ximian.com>
25544         * locales.c (string_invariant_compare_char): Fix invariant char
25545         compares between upper and lower cases.  Fixes bug 61458.
25547 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
25548         
25549         * marshal.c: actually cache stelem.ref wrappers.
25550         
25551 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
25553         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
25554         sections and remove the mono_cli_rva_map () function.
25556 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
25558         * debug-mono-symfile.c: fix one more endianess issue, from a patch
25559         by Geoff Norton (<gnorton@customerdna.com>).
25561 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
25563         * class.c: fix class loads for pointer types (typeof(int) !=
25564         typeof(int*)).
25566 2004-07-27  Martin Baulig  <martin@ximian.com>
25568         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
25569         reading the debugging information from an external ".mdb" file.
25571 2004-07-24  Martin Baulig  <martin@ximian.com>
25573         * reflection.c (mono_image_get_type_info): Only write a class
25574         layout entry if we actually have a size or a packing size.
25576 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
25578         * reflection.c (type_get_fully_qualified_name): 
25579         insert cast to get type checking of ?: with non-gcc compilers
25581 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
25583         * rand.c: use g_getenv for both lookups of
25584         MONO_EGD_SOCKET
25586 2004-07-17  Martin Baulig  <martin@ximian.com>
25588         * reflection.c (mono_reflection_bind_generic_method_parameters):
25589         Set `gmethod->reflection_info'.
25591 2004-07-17  Martin Baulig  <martin@ximian.com>
25593         * class.c (mono_class_create_from_typedef): Insert the newly
25594         created class into the hash table before computing the interfaces
25595         since we could be called recursively.
25597 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
25599         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
25600         function to implement stelem.ref in managed code
25601         * class-internals.h, debug-helpers.c: a new wrapper type
25602         for the above.
25604 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
25606         * gc.c: allow GC handles to work even when no GC is compiled in.
25607         Fix part of bug #61134 (GetAddrOfPinnedObject).
25609 2004-07-13  Peter Williams  <peter@newton.cx>
25611         * process.c (complete_path): Make sure we don't attempt to execute
25612         directories.
25614 2004-07-12  Geoff Norton <gnorton@customerdna.com>
25616         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
25617           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
25618           and will add/subtract the hour if needed
25620 2004-07-12  Martin Baulig  <martin@ximian.com>
25622         * reflection.c (mono_field_get_object): If we have
25623         `field->generic_info', take the attributes from
25624         `field->generic_info->generic_type'.    
25626 2004-07-12  Martin Baulig  <martin@ximian.com>
25628         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
25629         This function must be called before initializing the runtime.
25630         (mono_debug_init_1): New function; call this after initializing
25631         the runtime, but before loading the assembly.  It tells the
25632         debugger to load corlib and the builtin types.
25634         * mono-debug-debugger.c: Did some larger changes in the debugging
25635         code; support recursive class declarations, make sure we actually
25636         add all classes.
25638 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25640         * debug-helpers.c: undo my previous patch and fixed the real issue in
25641         ../mini/exceptions-x86.c
25643 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25645         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
25646         when no HOME env. variable was set and a NullRef was thrown in a .cctor
25647         called from other .cctors.
25649 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
25651         * loader.c: Removed the mono_loader_wine_init hack now that we are
25652         doing a managed version of Windows.Forms.
25654 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
25656         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
25657         threadpool.c, threads.c: remove static data from rootset.
25659 2004-07-09  Dick Porter  <dick@ximian.com>
25661         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
25662         Don't do any more processing if the matched length was 0.  It was
25663         increasing the size of the string before.  Fixes bug 61167.
25665 2004-07-09  Dick Porter  <dick@ximian.com>
25667         * socket-io.h:
25668         * socket-io.c
25669         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
25670         Add support for SO_PEERCRED if its available.
25672 2004-07-09  Peter Bartok <pbartok@novell.com>
25673         * loader.c: winelib.exe.so error message is now only displayed if
25674         MONO_DEBUG is set. To help us avoid questions when people are trying
25675         out the new Managed.Windows.Forms.
25677 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
25679         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
25680         for isinst and castclass wrappers.
25682         * class-internals.h icall.c: Move registration and lookup of JIT icalls
25683         to libmetadata from the JIT, so they could be used by the marshalling
25684         code and the interpreter.
25686         * marshal.c: Register marshalling related JIT icalls here instead of
25687         in mini.c. Use CEE_MONO_ICALL instead of the family of 
25688         CEE_MONO_PROC<x> opcodes to call marshalling functions.
25690         * metadata.h: Remove unneeded marshalling conversions.
25692         * opcodes.c: Update for new opcodes.
25693         
25694 2004-07-08  Martin Baulig  <martin@ximian.com>
25696         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
25697         (mono_debug_get_domain_data): Make this function static.
25699 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
25701         * gc.c, object.h: add nice GC handle API for embedders.
25703 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
25705         * reflection.c: more changes for the new api
25707         * object.c: When we reflect on a field w/ a constant value, it
25708         will not have a memory location, so we must access metadata. Also,
25709         allow easier reading of strings so that we can read them from
25710         the constant data.
25712         * class.c (mono_class_layout_fields): no need for literal fields here.
25714         * class-internals.h: api changes for const fields
25716         * icall.c (ves_icall_get_enum_info): use new apis for const fields
25718 2004-07-06  Martin Baulig  <martin@ximian.com>
25720         * mono-debug.h: Increment version number to 44.
25722         * mono-debug.c (mono_debug_add_wrapper): The second argument is
25723         now a gpointer, rewrote this whole method.
25725         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
25726         function.  Add information about the wrapper in a new "misc table".
25728         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
25729         for the new misc table.
25731 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
25733         * metadata-internals.h image.c: Add a cache for helper signatures.
25735         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
25737 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
25739         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
25740         delegates from a delegate. Fixes #61033.
25741         
25742         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
25743         marshalling of stringbuilder arrays. Fixes #59900.
25745 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
25747         * icall.c: Add EnumBuilder:setup_enum_type icall.
25749 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
25751         * icall.c: Added a new icall for the property version of
25752         OffsetOfStringData.
25754 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
25756         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
25757         it has a constant size across platforms.
25759         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
25760         stack trace.
25762 2004-06-29  Martin Baulig  <martin@ximian.com>
25764         * mono-debug.c (mono_debug_add_method): Protect the whole function
25765         in mono_debugger_lock(), not just parts of it.
25767 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
25769         * reflection.c: make sure padding bytes in heaps are zeroed.
25771 2004-06-24  David Waite  <mass@akuma.org>
25773         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
25774         image.c, loader.c, locales.c, marshal.c, metadata.c,
25775         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
25776         string-icalls.c, threads.c: change to C90-style comments from C99 /
25777         C++ -style
25779 2004-06-24  Dick Porter  <dick@ximian.com>
25781         * threads.c
25782         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
25783         return createdNew.  Fixes bug 60412.
25785         * threads-types.h: 
25786         * icall.c: Add createdNew parameter to CreateMutex icall
25788 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
25790         * reflection.c, object-internals.h: save default value in params.
25792 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25794         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
25795         no need to build a new path combining that with the application base.
25796         Fixes bug #60442.
25798 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
25800         * reflection.c: fixed minor standard compliance issues.
25802 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
25804         * reflection.c: fixed issue with encoding some custom attributes
25805         (arrays in properties and fields, bug #60411).
25807 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
25809         * reflection.c: fix start address when copying the public key token.
25811 2004-06-23  Martin Baulig  <martin@ximian.com>
25813         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
25814         the `exc' object in a static object to put it into the GC's root set.
25816 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
25818         * reflection.c: make mono_reflection_setup_internal_class ()
25819         callable a second time to setup a new parent class.
25821 2004-06-23  Dick Porter  <dick@ximian.com>
25823         * threads.c: Check for WAIT_IO_COMPLETION return values.
25825 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
25827         * appdomain.c: Removed the g_free on the public key token. Now copy 
25828         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
25829         * assembly.c: Added public key token string value when loading 
25830         assemblies. Fix bug #60439.
25831         * icall.c: Added missing informations (like public key) in 
25832         GetReferencedAssemblies. Fix #60519.
25833         * image.h: Changed definition for public key token from const char*
25834         public_tok_value to guchar public_key_token [17];
25835         * reflection.c: Updated for changes to public key token.
25837 2004-06-22  Lluis Sanchez Gual
25839         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
25840         for the field in base classes.
25842 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
25844         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
25845         mark headers as not supported, they are installed only for use by the
25846         debugger.
25848 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
25850         * *.c, *.h: avoid namespace pollution in public headers.
25852 2004-06-21  Martin Baulig  <martin@ximian.com>
25854         * exception.c (mono_get_exception_security): It's in
25855         "System.Security", not in "System".
25857         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
25858         the exception classes.
25860 2004-06-21  Martin Baulig  <martin@ximian.com>
25862         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
25863         Protect the exception object from being finalized.
25865 2004-06-21  Martin Baulig  <martin@ximian.com>
25867         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
25868         public function.
25870 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
25872         * reflection.c: Load the assembly in mono_reflection_type_from_name,
25873         if it was not loaded before. Fix parts of #60439.
25875 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
25877         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
25878         code that was broken since Ben's change: wrappers are now
25879         dependent on the method signature only again.
25881 2004-06-21  Martin Baulig  <martin@ximian.com>
25883         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
25884         added interface support.
25886 2004-06-21  Martin Baulig  <martin@ximian.com>
25888         * class.c (mono_vtable_get_static_field_data): New public method.
25890 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
25892         * filewatcher.c : Windows build fix to be compliant with API changes.
25894 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
25896         * class.h, class.c: more accessors.
25897         * metadata.h, metadata.c: prepare for hiding MonoType and
25898         MonoMethodSignature: people should use the accessors from now on
25899         outside of the tree.
25901 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
25903         * *.c, *.h: more API cleanups.
25905 2004-06-18  Jackson Harper  <jackson@ximian.com>
25907         * assembly.c: Trace loading assemblies.
25908         * loader.c: Trace loading native libraries.
25909         * mono-config.c: Trace loading config files.
25910         
25911 2004-06-18  Dick Porter  <dick@ximian.com>
25913         * locales.c: Tell ICU the lengths of strings, it can cope with
25914         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
25916 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
25918         * image.c: swapped name/filename;
25920 2004-06-18  Martin Baulig  <martin@ximian.com>
25922         * mono-debug-debugger.c (write_class): Write the parent class at
25923         the end of the header.
25925 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
25927         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
25929 2004-06-17  Raja R Harinath  <rharinath@novell.com>
25931         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
25932         (bundle_obj): New conditional define.
25933         (BUILT_SOURCES): Remove.
25934         ($(bundle_srcs)): Make parallel-make safe.
25935         (libmonoruntime_la_LIBADD): Make unconditional.
25936         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
25937         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
25939 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
25941         * culture-info-tables.h: It was inconsistent with the latest
25942           supp info files.
25944 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
25946         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
25947         be loaded.
25949         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
25950         with gcc 2.95.
25952 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
25954         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
25955         cleaned up public header threads.h.
25957 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
25959         * Makefile.am, *.c, *.h: more API cleanups.
25961 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
25963         * Makefile.am: removed monosn from compilation.
25964         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
25965         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
25966         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
25967         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
25968         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
25969         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
25971 2004-06-15  Jackson Harper  <jackson@ximian.com>
25973         * assembly.c: Make locales lower case when searching the GAC for
25974         assemblies. gacutil will always make locales lowercase when
25975         installing so this effectively makes them case insensitive.
25976         
25977 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
25979         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
25980         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
25981           parameter which allows to choose whether the wait can be interrupted or 
25982           not. Also added the method mono_monitor_enter(), which locks the monitor
25983           using an infinite wait and without allowing interruption.
25984           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
25985           interrupted.
25986         * object.h: Added new fields in MonoThread. suspend_event holds the event
25987           used to susped/resume the thread. synch_lock is the lock object to use for
25988           modifying the thread state.
25989         * threads.c: Use the new synch_lock object for locking, instead of "this",
25990           which can generate deadlocks.
25991           Moved thread state change in Thread.Sleep and Thread.Join from managed
25992           to unmanaged code. This avoids a deadlock when the thread was suspended
25993           just after acquiring the thread lock.
25994           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
25995           Implemented Thread.Suspend using an event instead of ThreadSuspend,
25996           which is not fully implemented in the io-layer.
25997         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
25999 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
26001         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
26002         threads-types.h: more API cleanups.
26004 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
26006         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
26007         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
26008         threadpool.c, threads.c: first pass at the exported API cleanup.
26010 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
26012         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
26014 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
26016         * icall.c: added internalGetHome.
26018 2004-06-14  Dick Porter  <dick@ximian.com>
26020         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
26021         possible to return successfully when '.' or '..' were the only
26022         entries in a directory, but were skipped.  The MonoIOStat was not
26023         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
26024         Fixes bug 59574.
26026 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
26028         * reflection.c: make binaries run on .Net 1.1 by default.
26030 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
26032         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
26034 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
26036         * marshal.c: keep track of struct size with explicit layout
26037         (bug #59979).
26039 2004-06-12  Martin Baulig  <martin@ximian.com>
26041         * mono-debug-debugger.c: Comment out a debugging g_message().
26043 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
26045         * reflection.c, reflection.h: do not free custom attrs that are cached.
26046         * icall.c: use braces to make code clearer.
26048 2004-06-11  Martin Baulig  <martin@ximian.com>
26050         * class.h (MonoInflatedField): New type.
26051         (MonoClassField): Replaced `MonoType *generic_type' with
26052         `MonoInflatedField *generic_info'.
26054         * icall.c
26055         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
26057 2004-06-11  Martin Baulig  <martin@ximian.com>
26059         * reflection.c (mono_image_create_method_token): Correctly encode
26060         varargs methods.
26062 2004-06-11  Martin Baulig  <martin@ximian.com>
26064         * metadata.c (mono_metadata_parse_method_signature): When parsing
26065         a MethodDef which has VarArgs, also set sentinelpos if we don't
26066         have any parameters.
26068 2004-06-11  Martin Baulig  <martin@ximian.com>
26070         * verify.c (mono_method_verify): In CEE_CALL, use
26071         mono_method_get_signature() to get the method's signature, unless
26072         we're a PInvoke method.
26074 2004-06-10  Jackson Harper  <jackson@ximian.com>
26076         * assembly.c: Use <path>/lib/mono/gac for the extra paths
26077         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
26078         logical name as the supplied path is just a prefix to the gac not
26079         the direct path to it.
26080         
26081 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
26083         * reflection.c: make the token for a created method match
26084         the token of the MethodBuilder it was created from
26085         (IKVM requires this behaviour now).
26087 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
26089         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
26090         reflection.c, socket-io.c: leak fixes.
26092 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
26094         * icall.c: handle sentinel pos in vararg methods in position different
26095         from 0.
26097 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26099         * culture-info-tables.h: freshly generated.
26101 2004-06-09  Martin Baulig  <martin@ximian.com>
26103         * loader.c (mono_get_method_constrained): Call `mono_class_init
26104         (constrained_class)'.   
26106 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
26108         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
26109         any methods. Fixes #59629.
26111 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
26113         * culture-info-tables.h: reflecting locale-builder updates.
26115 2004-06-08  Dick Porter  <dick@ximian.com>
26117         * object.h:
26118         * locales.c: Fixed compile warnings, including a real bug in
26119         CompareInfo_internal_compare.
26120         
26121 2004-06-08  Dick Porter  <dick@ximian.com>
26123         * locales.c
26124         (ves_icall_System_Globalization_CompareInfo_internal_index):
26125         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
26126         Double-check the resuls of usearches, because ICU currently
26127         ignores most of the collator settings here.  Fixes bug 59720.
26128         
26129 2004-06-08  Dick Porter  <dick@ximian.com>
26131         * locales.c
26132         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
26133         Fix memory leak and segfault-causing typo.  No idea how this one
26134         lasted so long without being noticed.
26136 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
26138         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
26139         any methods. Fixes #59629.
26141 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26143         * assembly.c:
26144         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
26145         own the critical section before). Removed dead code (that's done
26146         in the preload hook).
26148         (mono_assembly_load_with_partial_name): call the preload hook.
26150 2004-06-08  Martin Baulig  <martin@ximian.com>
26152         * metadata.c (mono_metadata_signature_alloc): Default
26153         `sentinelpos' to -1.
26155         * reflection.c (mono_image_get_array_token): Likewise.
26157 2004-06-08  Martin Baulig  <martin@ximian.com>
26159         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
26161         * metadata.c (mono_metadata_parse_method_signature): When parsing
26162         a MethodDef which has VarArgs, set sentinelpos.
26164         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
26165         `gint16' since we're using -1 for non-varargs methods.
26167         * reflection.c
26168         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
26169         (method_encode_signature): Added varargs support.
26170         (method_builder_encode_signature): Likewise.
26171         (mono_image_get_varargs_method_token): New static method.
26172         (mono_image_create_method_token): New public method; this is
26173         called via an icall instead of mono_image_create_token() when
26174         calling a varargs method.       
26176 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
26178         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
26180 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
26182         * culture-info-tables.h : Reflecting the latest locale-builder that
26183           fixed empty array representation ({} to {0}).
26185 2004-06-07  Jackson Harper  <jackson@ximian.com>
26187         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
26188         looking up extra gac paths. This allows MONO_GAC_PATH to act
26189         exactly like a prefix.
26190         
26191 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
26193         * reflection.c (mono_reflection_type_from_name): Make a copy of the
26194         type name before modifying it. Fixes #59405.
26196 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
26198         * culture-info.h: added fields for "all datetime patterns".
26199         * locales.c: (  ves_icall_System_Globalization_CultureInfo
26200           _construct_datetime_format ()): fill xxx_patterns fields.
26201         * object.h: added fields for "all datetime patterns" to
26202           MonoDateTimeFormatInfo.
26203         * culture-info-tables.h: reflecting locale-builder updates.
26205 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
26207         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
26208         the event has no add and remove methods. Fixes #59629.
26210 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
26212         * object.c: Fixed possible integer overflow when allocating large
26213         strings.
26215 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
26217         * culture-info-tables.h: reflecting locale-builder updates.
26219 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
26221         * culture-info-tables.h: reflecting locale-builder updates.
26223 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
26225         * culture-info-tables.h: reflecting locale-builder updates.
26227 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
26229         * threads.c: Made Thread.Sleep abortable.
26231 2004-06-02  Martin Baulig  <martin@ximian.com>
26233         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
26235         * debug-mono-symfile.h: Bumped symbol file version number to 37.
26237 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
26239         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
26241 2004-05-30  Jackson Harper  <jackson@ximian.com>
26243         * reflection.c: Do not hardcode assembly versions or public key
26244         tokens anymore. All of this except the corlib section was dead
26245         code anyways.
26246         
26247 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
26249         * object.c (mono_runtime_invoke_array): Automatically create boxed
26250         objects for byref valuetypes if needed. Fixes #59300.
26251         
26252         * object.c (mono_method_return_message_restore): Handle 
26253         MONO_TYPE_OBJECT as well.
26255 2004-05-28  Jackson Harper  <jackson@ximian.com>
26257         * reflection.c: The modified type encoding was causing build
26258         problems. Reverted for now.
26259         
26260 2004-05-28  Jackson Harper  <jackson@ximian.com>
26262         * reflection.c/h: Take an assembly ref so that we dont create
26263         fully qualified names when encoding types in the same assembly as
26264         the custom attribute being emitted.
26265         * appdomain.c: Increment version number.
26266         
26267 2004-05-26  Duncan Mak  <duncan@ximian.com>
26269         * icall.c
26270         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
26271         Set the full version number (major, minor, build, revision).
26273 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
26275         * marshal.c (emit_struct_conv): increment src/dst after blit
26276         (mono_marshal_get_managed_wrapper,
26277         mono_marshal_get_native_wrapper): make sure we have marshalling
26278         info before marshalling params (info computation affects
26279         blittable)
26281         * class.c (class_compute_field_layout): correctly deal with
26282         blittable
26283         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
26284         value types (as per what windows dows by default)
26285         (mono_class_setup_mono_type): System.ValueType is blittable
26286         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
26287         blittable
26289         * marshal.c (mono_marshal_load_type_info): flag types  as
26290         non-blittable if the native layout doesn't match the managed
26291         layout
26293 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26295         * appdomain.c: don't add stuff in the private search path that is
26296         above the application base. If application base is not set, there's
26297         no private search path.
26299 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
26301         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
26302         byref struct arguments in native->managed marshalling.
26304 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
26306         * marshal.c (mono_marshal_get_runtime_invoke): correctly
26307         cache methods using signature (special case for methods
26308         that are value type or string class)
26309         
26310         * image.c (mono_image_close): clean up allocated GSList's
26311         in runtime_invoke_cache.
26313 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26315         * mono-config.c: set the correct path for mono_cfg_dir on windows when
26316         there's no MONO_CFG_DIR environment variable defined.
26318 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26320         * threads.c: windows version must be >= 0x0500 to include OpenThread.
26322 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
26324         * threadpool.c: Really wait for 500ms after the async call, even if the wait
26325           is interrumped.
26326         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
26327           before waiting for it, and call CloseHandle after the wait to unref it.
26328           This will make sure that handles are not disposed too early.
26330 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26332         * appdomain.c:
26333         * appdomain.h:
26334         * icall.c: removed
26335         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
26336         needed now.
26338         * object.c: se the application_base only for the domain that runs
26339         Main. Fixes bug #59216,
26341 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26343         * appdomain.c:
26344         * object.c: only the domain in which Main is run have
26345         SetupInformation.ConfigurationFile set, so moved a few lines from
26346         appdomain.c to object.c.
26348 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26350         * appdomain.c: we tried to load [name].(dll|exe), but according
26351         to bug #57710, we must also try [culture]/[name].(dll|exe) and
26352         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
26353         There's a test case attached to bug #58922.
26355 2004-05-27  Dick Porter  <dick@ximian.com>
26357         * icall.c:
26358         * file-io.c: Implemented icalls for locking and unlocking regions
26359         in a file.
26360         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
26361         FALSE on error (fixes both compiler warning and real bug.)
26363 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
26365         * culture-info-tables.h: reflecting locale-builder updates.
26367           (Added missing ChangeLog entry for 05/26)
26369 2004-05-27  Jackson Harper  <jackson@ximian.com>
26371         * locales.c: Fix some cut and paste errors.
26372         
26373 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26375         * mono-config.c: set the correct path for config. directory on windows.
26377 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
26379         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
26380           on win32.
26382 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
26384         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
26385         from pinvoke functions.
26386         
26387         * marshal.c (mono_ftnptr_to_delegate): Implement this.
26389 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
26391         * culture-info-tables.h: reflecting locale-builder updates.
26393 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
26395         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
26396         #59086.
26398 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
26400         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
26401         * icall.c: Modified icalls for RNG.
26402         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
26403         Windows (CryptoAPI).
26405 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
26407         * locales.c: Fix build.
26409 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
26411         * culture-info-tables.h: reflecting locale-builder updates.
26413 2004-05-25  Jackson Harper  <jackson@ximian.com>
26415         * locales.c: When creating the current culture use the $LANGs
26416         specific culture. So DateTimeFormat and NumberFormat entries are created.
26417         
26418 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
26420         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
26421         a char array as parameter.
26423 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
26425         * image.c: In mono_image_open(), always use an absolute path name to
26426           look for already loaded images.
26428 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
26430         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
26431         missing in the windows build (like older cygwin include files).
26433 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
26435         * icall.c: Fixed check for possible integer overflow in Buffer_
26436         BlockCopy icall. Replaced comments style // by /* */.
26438 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
26440         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
26441         
26442         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
26443         check after MONO_VTADDR. Fixes pinvoke2.exe.
26445         * marshal.h marshal.c metadata.h: Add beginnings of support for
26446         ftnptr -> delegate marshalling.
26448 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
26450         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
26451         * threads.c: Fix warnings.
26453 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
26455         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
26456         * icall.c: Registered icalls for Suspend and Resume.
26457         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
26458           Thread.Abort.
26459         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
26460         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
26461         * process.c: Use WaitForSingleObjectEx.
26462         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
26463           checkpoints.
26464         * threads.c, threads.h: Make use of new Ex wait methods. Improved
26465           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
26466           for Suspend and Resume. Added new mono_thread_stop, used for stoping
26467           background threads. Added basic support for Abort in Windows.
26468           Start new threads using a managed delegate invoke wrapper. This wrapper
26469           has an interruption checkpoint that is needed since an interruption
26470           can be requested before the thread leaves the unmanaged code that starts 
26471           the thread.
26472         * marshal.c: Added interruption checkpoint after every native call, and
26473           also before managed calls for wrappers called from unmanaged code to
26474           go into managed code.
26475         * object.h: Added new field in MonoThread to keep track of interruption
26476           requests.
26478 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
26480         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
26481         calls.
26483 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26485         * appdomain.c:
26486         * assembly.c:
26487         * gc.c:
26488         * locales.c:
26489         * mono-config.c:
26490         * rand.c: getenv -> g_getenv (windows!)
26492         * process.c: complete_path is also used on non-windows platforms.
26494 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26496         * icall.c: new signature for Process_Start.
26498         * process.[ch]: new signature for Process_Start. If we're on windows
26499         and UseShellExecute is false, we have to search for the program by
26500         ourselves if we don't get a full path.
26502 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
26504         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
26505         marshalling and call CleanUpNativeData if needed. Fixes #58646.
26507 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26509         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
26510         Fixes bug #58373.
26512 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26514         * process.c: use double quotes to quote program name and arguments on
26515         windows. Fixes bug #58575.
26517 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26519         * file-io.c: don't return "." and ".." when using windows Find*File.
26521 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
26523         * marshal.c: Don't pass wrappers to message init because method 
26524         addressed used to lookup metadata. part of remoting[2|3] fix.
26526 2004-05-15  Jackson Harper  <jackson@ximian.com>
26528         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
26529         path is essentially the same as MONO_PATH except that it points to
26530         GACs instead of lib directories.
26531         * loader.h: The user gac is gone so we dont need function to
26532         enable/disable it.
26533         * mono-config.c: user gac option is now gone.
26534         
26535 2004-05-15  Jackson Harper  <jackson@ximian.com>
26537         * culture-info.h: Make defines more consistent, add calendar data
26538         to the culture info table.
26539         * culture-info-tables.h: Add basic calendar data. Basically
26540         everyone gets default gregorian until all the data is
26541         updated.
26542         * locales.c: Use the new consistent defines. Set calendar data for
26543         culture info objects.
26544         * object.h: add a field for calendar data to CultureInfo
26545         
26546 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
26548         * image.c: image->runtime_invoke_cache is keyed on signatures now.
26549         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
26550         a signature.
26551         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
26552         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
26553         an extra param that is the pointer of the method to invoke. The IL for
26554         the invoke method is no longer specific to the method, but to the
26555         signature of the method. Thus, we can share the same code for multiple
26556         methods. This reduces the number of methods that have to be compiled.
26558 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
26560         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
26562         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
26564         * icall.c: Optimize Buffer.BlockCopy.
26566 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26568         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
26569         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
26570         quote). Changed them to "MMMM yyyy".
26572 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
26574         * rand.c
26575         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
26577 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
26579         * reflection.h: Updated after changes to managed structures.
26581         * appdomain.c: Bump corlib version.
26583 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26585         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
26586         windows.
26588 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26590         * Makefile.am: link to ../os/libmonoos.la on windows.
26592         * assembly.c:
26593                 -If MONO_DEBUG, warn about non-existing directories in
26594                 MONO_PATH.
26595                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
26596                 compile time variable.
26597                 -Removed init_default_path and call mono_set_rootdir from
26598                 libmonoos.a instead (windows only).
26600         * assembly.h: declare mono_assembly_getrootdir().
26602         * domain.c:
26603         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
26605         * loader.c: s/getenv/g_getenv/
26607 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
26609         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
26611         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
26613         * metadata.h: Add new marshalling conversions.
26615         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
26616         function.
26618         * reflection.c (mono_reflection_get_type): Lookup the type in all
26619         modules of a multi-module assembly. Fixes #58291.
26621 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
26623         * threads.c: Before aborting a background, set the StopRequested
26624         state.  This avoids throwing the Abort exception.
26625         In mono_thread_manage, don't continue with the shutdown until all
26626         aborted threads have actually stopped.
26628 2004-05-10  Jackson Harper  <jackson@ximian.com>
26630         * locales.c: Remove the modifier from culture names.
26631         
26632 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26634         * Makefile.am: monosn is not installed any more. It has been deprecated
26635         in favor of sn.
26637 2004-05-07  Jackson Harper  <jackson@ximian.com>
26639         * locales.c
26640         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
26641         Fix array construction, add bailout if the length is 0.
26643 2004-05-07  Dick Porter  <dick@ximian.com>
26645         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
26646         machine doesn't have a DNS entry.  Patch by Urs Muff
26647         (umuff@quark.com), fixes bug 57928.
26649 2004-05-06  Jackson Harper  <jackson@ximian.com>
26651         * reflection.c: Handle null PublicTokens properly. alloc mem for
26652         assembly names culture so we dont crash when freeing it.
26653         
26654 2004-05-06  Jackson Harper  <jackson@ximian.com>
26656         * assembly.c: Check the usergac when loading with partial names.
26657         
26658 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
26660         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
26661         does nothing for now (not required for Linux/Windows) but the class
26662         library can call it (and a newer or modified runtime could need it).
26663         * icall.c: Registred icall.
26665 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26667         * loader.c: prints a message on module loading error we set MONO_DEBUG
26668         environment variable.
26670 2004-05-05  Jackson Harper  <jackson@ximian.com>
26672         * appdomain.c: Handle PublicKeyToken=null properly.
26673         
26674 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
26676         * environment.c|h: Added icall ves_icall_System_Environment_
26677         GetOSVersionString to get the current OS version as a string.
26678         * icall.c: Registred icall.
26680 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
26682         * object.c: in mono_object_get_virtual_method(), take into account that
26683         non-virtual methods don't have a slot in the vtable. Check needed when
26684         the object is a proxy.
26686 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
26688         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
26689         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
26691         * object.c (mono_class_compute_gc_descriptor): Fix warning.
26693         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
26694         passed when a valuetype is expected.
26696         * object.c (mono_unhandled_exception): Only set the exit code if the
26697         exception happens in the main thread. Fixes thread5.exe.
26699         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
26700         invalid names. Fixes #58047.
26702 2004-05-03  Jackson Harper  <jackson@ximian.com>
26704         * assembly.c: This line was committed accidently and is unneeded.
26705         
26706 2004-05-03  Jackson Harper  <jackson@ximian.com>
26708         * icall.c: Add new icall for Assembly::LoadWithPartialName
26709         * assembly.c/.h: new function that probes the GAC to load partial
26710         assembly names by Paolo Molaro.
26711         
26712 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26714         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
26715         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
26716         (type_get_fully_qualified_name): Added PublicKeyToken when building a
26717         full type name.
26719 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26721         * appdomain.c: fixed check for 'neutral' culture and removed warning.
26722         * reflection.c: fix bug when parsing a full type name and Version is not
26723         the last thing in the string.
26725 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
26727         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
26728         crashes when it is freed.
26730 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26732         * assembly.c: print the compat warning to stderr.
26734 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
26736         * assembly.c (mono_assembly_load_references): Add a compatibility
26737         hack to run old applications that might be still referencing the
26738         3300-based assemblies, only do this for System.xxx.
26740 2004-05-01  Jackson Harper  <jackson@ximian.com>
26742         * appdomain.c: If the culture is neutral we set it to "".
26743         
26744 2004-04-29  Jackson Harper  <jackson@ximian.com>
26746         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
26748 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
26750         * string-icalls.c: added low overhead function for copying chars
26751         * icall.c: added needed icall for the above function
26753 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26755         * icall.c: fix return value of get_global_assembly_cache.  Implemented
26756         Environment.GetLogicalDrives.
26758 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
26760         * rand.c: try and talk to egd or prngd
26761         for random bytes if opening devices fail.
26763 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
26765         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
26766         alignment for the type using the native alignment of its members 
26767         instead of using klass->min_align.
26769         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
26771 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26773         * file-io.c:
26774         * socket-io.c: added check for sys/aio.h.
26776 2004-04-28  Dick Porter  <dick@ximian.com>
26778         * threads.c: Don't abort a thread thats already aborting, when
26779         terminating everything.
26781 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26783         * icall.c: added 2 new async calls for Socket.
26785         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
26786         IO on *nix systems.
26788         * threadpool.c: removed unused variable.
26790 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
26792         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
26794 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
26796         * locales.c: put back string_invariant_tolower () and
26797         string_invariant_toupper ().
26799 2004-04-26 David Waite <mass@akuma.org>
26801         * file-io.h:
26802         * socket-io.h:
26803         * threads.h:
26804         * unicode.h: remove comma from end of enumeration declarations
26806 2004-04-26 David Waite <mass@akuma.org>
26808         * debug-mono-symfile.h:
26809         * decimal.c:
26810         * mono_debug.h:
26811         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
26814 2004-04-26  Jackson Harper  <jackson@ximian.com>
26816         * appdomain.c: Increment version number.
26817         
26818 2004-04-26  Jackson Harper  <jackson@ximian.com>
26820         * appdomain.c: Set assembly references public token value when
26821         PublicKeyToken is specified, not the hash_value. Free public token
26822         values when free assembly name data. Previously the public key
26823         token was hex decoded, however we are using hex encoded public key
26824         tokens, so this is not neccasary.
26825         * assembly.c: Lookup assemblies in the gac if their public token
26826         value is set. Add function to allow enabling user gac
26827         lookups. Specify whether or not the assembly was loaded from the
26828         GAC. Compare full assembly names when checking the cache for
26829         assemblies (Temporarily disabled see comment in code). Remove
26830         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
26831         specifies trace-loader they get extra info to stdout on the
26832         loading of assemblies.
26833         * image.h: Add a field for an assembly references public token
26834         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
26835         whether an assembly has been loaded from the GAC.
26836         * image.c: Remove a corlib -> mscorlib name mapping.
26837         * loader.h: Add function to enable/disable the user gac.
26838         * mono-config.c: Check if the usergac is enabled in the config
26839         file.
26840         * icall.c: New icall to determine whether or not an assembly has
26841         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
26842         * tabldefs.h: Add constant for assemblyref flag that specifies a
26843         full public key is used instead of a public token.
26844         * reflection.c: Remove mscorlib -> corlib mappings. Set
26845         PublicTokenValue instead of hash value. This value is a hex
26846         string so it does not need to be expanded.
26848 2004-04-26  Martin Baulig  <martin@ximian.com>
26850         * mono-debug-debugger.c (mono_debugger_initialize): Set
26851         `mono_debugger_initialized' before calling mono_debug_lock().
26853 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
26855         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
26856           InternalToUpper/InternalToLower.
26857         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
26858           removed invariant culture shortcut.  This is now done in managed code.
26859         * locales.c: (string_invariant_toupper/tolower) removed.
26861 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26863         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
26864         Added Poll internal call.
26866         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
26867         call for Poll. Select was too heavy for polling a single socket.
26869         * threadpool.[ch]: added mono_threadpool_cleanup.
26870         * threads.c: use it. Don't use Thread_Abort on windows.
26872 2004-04-23  Martin Baulig  <martin@ximian.com>
26874         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
26876 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
26878         * icall.c: Registred new icalls for key pair protection and added an
26879         icall for Environment.GetFolderPath on Windows.
26880         * security.c|h: Added new icalls for key pair protection.
26882 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26884         * socket-io.c: don't display the non-supported family warning for known
26885         families. Now this is not displayed on windows when checking support
26886         for IPv4/IPv6.
26888 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26890         * class.c: don't display the layout warning for static fields.
26892 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
26894         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
26895         * locales.c, locales.h: Added new icalls for culture-specific
26896         Char.ToLower and Char.ToUpper.
26898 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26900         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
26901         by David Waite.
26903 2004-04-20  Martin Baulig  <martin@ximian.com>
26905         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
26906         of the type name before passing it to mono_reflection_type_from_name().
26908 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
26910         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
26911         encodings here. Fixes #56965.
26913 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
26915         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
26916         fix test on strstr result not that I can see anything that
26917         relies on the result.
26919 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
26921         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
26922         Fixes #57081.
26924         * marshal.c (mono_marshal_get_string_encoding): New helper function.
26926         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
26927         function to determine which marshalling to use for strings. Fixes
26928         #56965.
26930         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
26932         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
26934 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
26936         * icall.c: #include mono-config.h
26938 2004-04-15  Jackson Harper  <jackson@ximian.com>
26940         * culture-info-tables.h: Fix date formats for en-US culture.
26941         
26942 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
26944         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
26945         ThreadPool.SetMinThreads.
26946         * threadpool.c: Implemented ThreadPool.GetMinThreads and
26947         ThreadPool.SetMinThreads.
26949 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
26951         * mono-config.c: also load the .config file in the directory
26952         where the assembly was found.
26954 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
26956         * assembly.c: load per-assembly config files.
26957         * icall.c: decrapified code to get the config dir and moved to
26958         mono-config.c.
26959         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
26960         per-assembly config files. When doing a dll map lookup give precedence
26961         to the per-assembly data.
26963 2004-04-14  Martin Baulig  <martin@ximian.com>
26965         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
26966         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
26967         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
26969         * mono-debugger-debugger.c: While the debugger is locked, remember
26970         whether the symbol tables have changes and send one single
26971         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
26973 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
26975         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
26977         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
26978         function.
26980         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
26981         account when marshalling string arrays. Fixes #56965.
26983 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
26985         * icall.c: Add new icalls mapping for security.
26986         * security.c|h: Add internal calls for WindowsIdentity,
26987         WindowsImpersonationContext and WindowsPrincipal.
26989 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
26991         * class.c: Added comment to ensure the System.MonoDummy class
26992         is removed when no longer necessary
26994 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
26996         * appdomain.c: Pass arguments to the bootstraping exceptions to
26997         minimize JITed methods at boot
26999         * metadata.c (mono_exception_from_name_two_strings): Allow for the
27000         second string to be null.
27002         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
27003         Change the protocol to minimize the JIT methods at startup.  Now
27004         it Returns the internal codepage, if the value of "int_code_page"
27005         is 1 at entry, and we can not compute a suitable code page
27006         number, returns the code page as a string.
27008 2004-04-13  Jackson Harper  <jackson@ximian.com>
27010         * culture-info-tables.h: Fix number of decimal digits for all
27011         english locales.
27013 2004-04-13  Jackson Harper  <jackson@ximian.com>
27015         * icall.c: Clairfy out of sync error message. It is not always
27016         your corlib that is out of sync.
27018 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
27020         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
27021         properties when only the set accessor is overriden. Fixes #55874.
27023 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
27025         * assembly.c (mono_assembly_load_references): Make this thread safe.
27026         Fixes #56327.
27028 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
27030         * monosn.c: Add missing initialization calls.
27032 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
27034         * locales.c:
27035         ves_icall_System_Globalization_CultureInfo_construct_number_format
27036         Fix g_assert so it compiles on fussier compilers re int/ptr
27037         mismatch
27039 2004-04-08  Dick Porter  <dick@ximian.com>
27041         * socket-io.h:
27042         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
27043         53992.  Also rearrange the code so that the internal calls return
27044         an error value and exceptions are thrown from managed code.
27046         * icall.c: Add type info to the socket icalls.
27048 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27050         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
27051         owes me a beer.
27053 2004-04-07  Martin Baulig  <martin@ximian.com>
27055         * class.c (mono_class_from_generic_parameter): Don't default
27056         `klass->parent' to `mono_defaults.object_type'.
27058 2004-04-07  Martin Baulig  <martin@ximian.com>
27060         * reflection.c (mono_reflection_initialize_generic_parameter): Set
27061         `param->pklass->reflection_info'.       
27063 2004-04-07  Jackson Harper  <jackson@ximian.com>
27065         * culture-info-tables.h: Fix date separator symbol.
27066         
27067 2004-04-07  Martin Baulig  <martin@ximian.com>
27069         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
27070         from System.Type to System.MonoType.
27072 2004-04-07  Martin Baulig  <martin@ximian.com>
27074         * reflection.h
27075         (MonoReflectionGenericParam): Added `has_reference_type' and
27076         `has_value_type' fields.
27078         * reflection.c (mono_image_get_generic_param_info): Encode the
27079         correct flags if we have the `class' or `struct' constraint.
27081 2004-04-07  Martin Baulig  <martin@ximian.com>
27083         * reflection.h
27084         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
27086 2004-04-07  Jackson Harper  <jackson@ximian.com>
27088         * appdomain.c: Revert extra patches, just wanted to bump the
27089         version number.
27090         
27091 2004-04-07  Jackson Harper  <jackson@ximian.com>
27093         * Makefile.am: Add culture-info private headers.
27094         * icall.c: Add new icalls for contructing locales.
27095         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
27096         * locales.h: Declare new culture info construction methods.
27097         * object.h: Add new fields used to avoid the CultureMap to
27098         MonoCultureInfo.
27099         * culture-info.h: Definition of structs used in the culture info
27100         tables.
27101         * culture-info-tables.h: Autogenerated tables that contain culture
27102         info data. This file was generated with the locale-builder tool.
27103         * appdomain.c: Incement corlib version number.
27104         
27105 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
27107         * appdomain.c: (mono_runtime_init) move mono_thread_init
27108         to before mono_object_new calls so critical sections
27109         are initialized before use.
27111 2004-04-07  Martin Baulig  <martin@ximian.com>
27113         * icall.c
27114         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
27115         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
27116         (ves_icall_MonoGenericParam_initialize): Removed.
27117         (monogenericparam_icalls): Removed.
27118         (generictypeparambuilder_icalls): Added new table for
27119         System.Reflection.Emit.GenericTypeParameterBuilder.
27121         * reflection.c
27122         (mono_reflection_define_generic_parameter): Removed.
27123         (mono_reflection_initialize_generic_parameter): This is now called
27124         from GenericTypeParameterBuilder's .ctor.
27126 2004-04-06  Martin Baulig  <martin@ximian.com>
27128         * class.c (mono_class_init): Don't inflate nested classes in a
27129         generic instance.
27130         (mono_type_get_name_recurse): Include the generic arguments for
27131         generic instances and generic type declarations.
27132         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
27133         (_mono_class_get_instantiation_name): Removed.
27134         (mono_class_create_generic): Always use `gklass->name' as our name.
27136         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
27138         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
27139         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
27140         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
27141         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
27142         closed generic methods here.
27144         * reflection.c
27145         (mono_reflection_generic_inst_get_nested_types): Removed.
27146         (inflate_mono_method): Copy the generic parameters from the
27147         MonoMethodHeader into out MonoGenericMethod.
27149 2004-04-06  Martin Baulig  <martin@ximian.com>
27151         * row-indexes.h
27152         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
27154         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
27156         * reflection.c (build_compressed_metadata): If we have any entries
27157         in the GenericParam, MethodSpec or GenericParamConstraint tables,
27158         set the header version to 1.1.
27160 2004-04-06  Martin Baulig  <martin@ximian.com>
27162         * class.c (mono_class_init): If we're a generic instance,
27163         initialize our nested classes, too.
27164         (_mono_class_get_instantiation_name): Deal with the new `!%d'
27165         suffix. 
27167 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27169         * process.c: quote the argument passed to the shell on windows.
27171 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
27173         * threads.c (mono_alloc_special_static_data): Allow this to be
27174         called during startup.
27176 2004-04-02  Martin Baulig  <martin@ximian.com>
27178         * icall.c
27179         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
27181 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
27183         * icall.c: Fix build.
27185 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
27187         * Makefile.am: Added security.c|h.
27188         * icall.c: Added icall for get_UserName;
27189         * security.c: New file for security related icalls. Added function
27190         get_UserName for System.Environment (fix #56144).
27191         * security.h: New. Header file for security.c
27193 2004-04-02  Dick Porter  <dick@ximian.com>
27195         * icall.c: Deleted the icalls that were obsoleted some time ago
27196         by the ICU string code, and which were mixed into the icall
27197         rearranging.  Fixes bug 55969.
27199         * string-icalls.h: 
27200         * string-icalls.c: Deleted the code that those icalls reference.
27202 2004-04-01  Martin Baulig  <martin@ximian.com>
27204         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
27206         * class.c (mono_class_from_generic_parameter): Don't set 
27207         TYPE_ATTRIBUTE_INTERFACE.
27208         (my_mono_class_from_generic_parameter): Likewise.
27210 2004-04-01  Martin Baulig  <martin@ximian.com>
27212         * loader.c (find_method): Added an optional `MonoClass *ic'
27213         argument to search in a specific interface.
27214         (mono_get_method_constrained): New public function.
27216 2004-04-01  Martin Baulig  <martin@ximian.com>
27218         * reflection.c (mono_image_get_generic_field_token): Use the
27219         `handleref' cache here.
27221 2004-04-01  Martin Baulig  <martin@ximian.com>
27223         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
27225         * reflection.c (create_generic_typespec): Use the `typespec' hash
27226         here, not the `typeref' one.    
27228 2004-04-01  Martin Baulig  <martin@ximian.com>
27230         * class.c (mono_class_inflate_generic_type): Moved the
27231         functionality into a new static inflate_generic_type() which
27232         returns NULL if it didn't do anything.  Only increment the
27233         `mono_stats.inflated_type_count' if we actually inflated
27234         something.
27235         (mono_class_get_full): Check the classes type to see whether we
27236         need to inflate it; also inflate MONO_TYPE_(M)VAR.
27238 2004-04-01  Jackson Harper  <jackson@ximian.com>
27240         * reflection.c: Set culture for assembly references.
27241         
27242 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
27244         * reflection.[ch], icall.[ch], Fix support for pinning variables.
27246 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27248         * assembly.c:
27249         (do_mono_assembly_open): the critical section also covers
27250         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
27252 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27254         * threads.c:
27255         (mono_manage_threads): abort the background threads when finishing.
27256         Fixes bug #47232.
27258 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27260         * gc.c: only close the done_event handle if there was no timeout.
27261         C-ified comments.
27263 2004-03-30  Martin Baulig  <martin@ximian.com>
27265         * icall.c (icall_entries): It's called "System.Activator", not
27266         "System.Activation".    
27268 2004-03-30  Martin Baulig  <martin@ximian.com>
27270         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
27271         (mono_class_create_from_typespec): Likewise.
27273 2004-03-30  Martin Baulig  <martin@ximian.com>
27275         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
27276         `has_ctor_constraint' and `initialized'.
27278 2004-03-30  Martin Baulig  <martin@ximian.com>
27280         * reflection.c (encode_new_constraint): New static function to add
27281         the constructor constraint attribute to a type parameter.
27282         (encode_constraints): Call encode_new_constraint() if necessary.
27284         * reflection.h
27285         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
27287         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
27288         
27289 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
27291         * reflection.c, icall.c: add support for pinning variables. 
27293 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
27295         * marshal.c (mono_marshal_get_managed_wrapper):
27296         init bool local with zero rather than null.
27298 2004-03-29  Martin Baulig  <martin@ximian.com>
27300         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
27301         the "official" behavior here.
27302         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
27304 2004-03-29  Martin Baulig  <martin@ximian.com>
27306         * icall.c: Reflect latest API changes.
27308 2004-03-29  Martin Baulig  <martin@ximian.com>
27310         * loader.c (mono_get_method_from_token): Also call
27311         mono_metadata_load_generic_params () for abstract and interface
27312         methods; replace the type arguments in the method signature with
27313         the ones which are loaded from the metadata.
27315 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
27317         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
27318         of the lock is not the current thread. MS.NET don't do it, in spite of
27319         what the documentation says. See bug #56157.
27321 2004-03-28  Martin Baulig  <martin@ximian.com>
27323         * class.c (mono_class_init): Don't call init_properties() and
27324         init_events() for generic instances; set `prop->parent' when
27325         inflating properties.
27327         * reflection.c (mono_generic_inst_get_object): Call
27328         `mono_class_init (ginst->klass)'.
27329         (mono_type_get_object): Only create a MonoGenericInst if your
27330         generic type is a TypeBuilder.
27331         (do_mono_reflection_bind_generic_parameters): Only set
27332         `ginst->is_dynamic' if our generic type is a TypeBuilder.
27334 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
27336         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
27337         Fixes #56091.
27339 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27341         * icall.c: added Kill_internal icall.
27342         * process.[ch]: added Kill_internal icall.
27344 2004-03-25  Martin Baulig  <martin@ximian.com>
27346         * class.h (MonoStats): Added `generic_instance_count',
27347         `inflated_method_count', `inflated_type_count' and
27348         `generics_metadata_size'.       
27350 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27352         * reflection.c: no warnings now.
27354 2004-03-25  Martin Baulig  <martin@ximian.com>
27356         * class.c (mono_class_get_full): New public function; does a
27357         mono_class_get(), but also takes a `MonoGenericContext *'.
27359         * loader.c (mono_field_from_memberref): Renamed to
27360         `field_from_memberref', made static and added `MonoGenericContext *'
27361         argument.
27362         (mono_field_from_token): Added `MonoGenericInst *' argument.
27363         (method_from_memberef): Likewise.
27364         (mono_get_method_from_token): Likewise.
27365         (mono_get_method_full): New public function; does a
27366         mono_get_method(), but also takes a `MonoGenericContext *'.
27368         * verify.c (mono_method_verify): Get the method's generic context
27369         and pass it to mono_field_from_token(), mono_get_method_full() and
27370         mono_class_get_full().
27372 2004-03-25  Martin Baulig  <martin@ximian.com>
27374         * class.c (mono_class_inflate_generic_type): Take a
27375         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
27376         `MonoGenericMethod *'.
27378 2004-03-25  Martin Baulig  <martin@ximian.com>
27380         * loader.h (MonoMethodInflated): Store the MonoGenericContext
27381         instead of the MonoGenericMethod here.
27383 2004-03-25  Martin Baulig  <martin@ximian.com>
27385         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
27386         each time we create a new MonoGenericInst, we also create a new
27387         context which points back to us.
27389         * class.c (inflate_method): Use `ginst->context' instead of
27390         creating a new context.
27392         * loader.c (method_from_memberref): Use
27393         `klass->generic_inst->context' instead of creating a new context.
27395 2004-03-25  Martin Baulig  <martin@ximian.com>
27397         * class.h (MonoGenericContext): New struct.
27398         (MonoGenericMethod): Removed `generic_inst'.
27400         * class.c (mono_class_inflate_generic_method): Take a
27401         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
27403 2004-03-25  Martin Baulig  <martin@ximian.com>
27405         * loader.h (MonoMethodInflated): New typedef.
27407         * metadata.h (MonoMethodSignature): Removed `gen_method', make
27408         `generic_param_count' consume just 30 bits, added `is_inflated'
27409         and `has_type_parameters' flags (one bit each).
27411         * class.c (mono_class_inflate_generic_method): Create a
27412         MonoMethodInflated instead of a MonoMethodNormal and set
27413         `is_inflated' in the method signature.
27415         * class.h (MonoGenericMethod): Removed `generic_method'.
27417 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
27419         * image.c: Make sure the name of a MonoImage is always an absolute path.
27420           This fixes bug #54415.
27422 2004-03-24  Martin Baulig  <martin@ximian.com>
27424         * class.c (mono_class_setup_vtable): If we're a generic instance,
27425         use our generic type's vtable size.
27427 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
27429         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
27430         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
27431         problems.
27433 2004-03-23  Martin Baulig  <martin@ximian.com>
27435         * class.h (MonoDynamicGenericInst): Added `int count_events' and
27436         `MonoEvent *events'.
27438         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
27439         (typebuilder_icalls): Added "get_event_info"; calls
27440         mono_reflection_event_builder_get_event_info(). 
27442         * reflection.c (mono_reflection_generic_inst_initialize): Added
27443         `MonoArray *events'.
27444         (mono_reflection_event_builder_get_event_info): New function.
27446 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
27448         * object.h: add mono_type_initialization_init
27450         * object.c (mono_runtime_class_init): 
27451         implement class constructor synchronization rules
27452         to cope with threading issues.  
27453         add mono_type_initialization_init
27455         * appdomain.c (mono_runtime_init): call 
27456         mono_type_initialization_init
27458         * class.h: removing initializing field from MonoVTable
27460 2004-03-23  Martin Baulig  <martin@ximian.com>
27462         * class.c (my_mono_class_from_generic_parameter): Use
27463         `param->name' if it's not NULL. 
27465 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
27467         * class.c: do not insert non-virtual methods in the vtable.
27468         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
27469         that means the method is non-virtual. This never would have
27470         happened before.
27472 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
27474         * profiler.c: Added lock for accessing coverage_hash.
27476 2004-03-22  Martin Baulig  <martin@ximian.com>
27478         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
27479         `method->method->signature->generic_param_count != 0' to make it
27480         work for interface methods.
27482 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27484         * process.c: quote the string passed to the shell using g_shell_quote.
27486 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27488         * threads.c:
27489         (mono_threads_manage): don't remove the finalizer thread and self
27490         from the threads hash table so that mono_thread_manage can be called
27491         more than once.
27493 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27495         * process.c: quote the arguments when UseShellExecute is true. Fixes
27496         bug #55790.
27498 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27500         * threads.c: set mono_thread_detach as a cleanup routine for every
27501         thread. This way it's always executed upon thread termination, either
27502         aborted or finished normally. No more xsp hangs!
27504 2004-03-17  Martin Baulig  <martin@ximian.com>
27506         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
27507         `int count_nested' and a `MonoType **nested'.
27509         * reflection.c (mono_reflection_bind_generic_parameters): Moved
27510         most of the functionality into a new static
27511         do_mono_reflection_bind_generic_parameters() and don't take a
27512         `MonoType *nested_in' argument any more.  Don't compute nested
27513         types here.
27514         (mono_reflection_generic_inst_get_nested_types): New public method
27515         to get nested types.
27517         * class.c (mono_class_create_generic): Set `klass->nested_in' if
27518         we're a nested class.
27520         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
27521         mono_reflection_generic_inst_get_nested_types() to compute the
27522         nested types.
27524 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
27526         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
27527         descriptive error message under windows.
27528         
27529 2004-03-17  Martin Baulig  <martin@ximian.com>
27531         * class.c (dup_type): Added `const MonoType *original' argument;
27532         copy the attrs from the original type.
27534 2004-03-17  Martin Baulig  <martin@ximian.com>
27536         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
27537         `m->generic_inst_cache' here.
27539 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
27541         * exception.h exception.c: Add stack_overflow_exception.
27543 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27545         * threadpool.c:
27546         (overlapped_callback): call SetEvent *after* invoking the callback.
27547         No need to call CloseHandle.
27549 2004-03-16  Martin Baulig  <martin@ximian.com>
27551         * reflection.c (mono_image_get_fieldref_token): Take a
27552         `MonoReflectionField *' instead of a `MonoClassField *' and a
27553         `MonoClass *'; store the `MonoReflectionField *' in the hash.
27555 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27557         * appdomain.c: don't add the culture to the filename we're looking for
27558         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
27560 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27562         * locales.c: don't ignore symbols when doing case insensitive compares.
27563         Thanks Dick! Fixes bug #54046.
27565         * threads.c: surround 'threads' usage with enter/leave in
27566         mono_thread_manage.
27568 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
27570         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
27571         implicitly marshalled as [Out]. Fixes #55450.
27573         (mono_marshal_get_runtime_invoke): Zero out the result if there is
27574         an exception.
27576 2004-03-16  Martin Baulig  <martin@ximian.com>
27578         * class.c (mono_class_from_generic_parameter): Use the actual
27579         parameter name. 
27581 2004-03-16  Martin Baulig  <martin@ximian.com>
27583         * reflection.c (type_get_signature_size): New static function.
27584         Compues the size of the type in a method signature.
27585         (method_get_signature_size): New static function; calls
27586         type_get_signature_size() to compute the actual size of the
27587         method's signature.
27588         (method_encode_signature): Use method_get_signature_size() to get
27589         the signature's size rather than using `nparams * 10'.
27591 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27593         * file-io.h: define here WapiOverlapped on windows. I don't want the
27594         regular OVERLAPPED one.
27596         * file-io.c:
27597         * threadpool.c: somehow, BindIoCompletionCallback is not found.
27598         Disabling AIO on windows.
27600 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27602         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
27603         bug #55385.
27605 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27607         * appdomain.c: upgraded corlib version.
27609         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
27610         and BeginWrite. Allow opening files for asynchrnous operations.
27612         * file-io.h: new struct that maps FileStreamAsyncResult.
27613         * icall.c: added new icalls.
27614         * process.[ch]: support setting child process environment variables
27615         and use the SHELL or COMSPEC when UseShellExecute is true.
27617         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
27618         callback for async. IO is here and also BindHandle.
27620         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
27621         from here.
27623 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
27625         * reflection.c (create_custom_attr): Allow len == 0.
27627         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
27628         computation on big-endian machines.
27630 2004-03-13  Martin Baulig  <martin@ximian.com>
27632         * class.h (MonoGenericInst): Added `int count_ifaces'.
27634         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
27635         `ginst->count_ifaces' instead `klass->interface_count' since we
27636         may get called before the vtable is created.
27638         * loader.c (mono_method_get_param_names): If we're a generic
27639         instance, return and don't initialize the class.
27641         * reflection.c (mono_reflection_setup_generic_class): Don't call
27642         ensure_runtime_vtable().
27643         (mono_reflection_bind_generic_parameters): Set
27644         `ginst->count_ifaces'.
27646 2004-03-11  Jackson Harper <jackson@ximian.com>
27648         * icall.c:
27649         * unicode.c:
27650         * unicode.h: Remove unused System.Char icalls.
27651         
27652 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
27654         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
27655         code when we P/Invoke the first library in Windows.Forms, instead
27656         of when we first open the assembly.
27658         * assembly.c: Drop the lookup from here.
27660 2004-03-10  Martin Baulig  <martin@ximian.com>
27662         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
27663         class for properties, fields and events.  Finally fixes #54945.
27665 2004-03-10  Martin Baulig  <martin@ximian.com>
27667         * metadata.c (mono_metadata_class_equal): New static function;
27668         checks whether two generic instances or two generic parameters are
27669         equal.
27670         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
27671         compare classes.        
27673 2004-03-10  Martin Baulig  <martin@ximian.com>
27675         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
27677         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
27678         argument and write it into the `reflection_info' field.
27680         * icall.c
27681         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
27682         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
27684 2004-03-09  Jackson Harper  <jackson@ximian.com>
27686         * char-conversions.h: use 8 bits for numeric data its all we need
27687         * icall.c: numeric data is only 8 bits now.
27689 2004-03-09  Martin Baulig  <martin@ximian.com>
27691         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
27693         * class.c (init_properties, init_events): Initialize the new
27694         `parent' field.
27696         * reflection.c (typebuilder_setup_properties): Likewise.
27697         (typebuilder_setup_events): Likewise.
27699         * reflection.h (MonoEventInfo): Replaced `parent with
27700         `declaring_type' and `reflected_type'.
27702         * icall.c (ves_icall_get_property_info): Distinguish between
27703         declaring and reflected type.
27704         (ves_icall_get_event_info): Likewise.
27706 2004-03-09  Martin Baulig  <martin@ximian.com>
27708         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
27709         (ves_icall_Type_GetField): Correctly set field->klass.
27711 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
27713         * loader.h: Fix warning.
27715 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
27717         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
27718         library routine if present.  Notice that it will still continue
27719         executing even if its missing, for those working on the Gtk#
27720         edition of Windows.Forms.
27722         * assembly.c (do_mono_assembly_open): If loading the
27723         System.Windows.Forms call mono_loader_wini_init.
27725 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
27727         * class.h: Added MonoRemoteClass struct.
27728         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
27729         function for MonoStrings.
27730         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
27731         Added internal call for getting the proxy type.
27732         * marshal.c: Get the type of transparent proxies from its remote_class.
27733         Added methods that generate the IL for type checks and casts:
27734         mono_marshal_get_isinst, mono_marshal_get_castclass, 
27735         mono_marshal_get_proxy_cancast.
27736         * marshal.h: Declaration of the previous new methods.
27737         * object.c: Added new moethods for creating and updating MonoRemoteClass
27738         instances: mono_remote_class, mono_upgrade_remote_class, 
27739         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
27740         * verify.c: FIx transparent_proxy_fields layout.
27741         * appdomain.c: Bump corlib version.
27743 2004-03-04  Jackson Harper  <jackson@ximian.com>
27745         * icall.c: Add icall to access char conversion tables.
27746         * char-conversions.h: Character conversion tables.
27747         * Makefile.am: Add char-conversions.h private header file.
27748         
27749 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
27751         * appdomain.c (unload_thread_main): Increase unloading timeout to
27752         10 sec as a temporary workaround for Nant problems.
27754 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
27756         * gc.c: Add checks for GC_enable and GC_disable.
27758         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
27759         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
27760         (bug #54988).
27761         
27762 2004-02-27  Martin Baulig  <martin@ximian.com>
27764         * reflection.c (mono_reflection_bind_generic_parameters): Take a
27765         `MonoReflectionType *' instead of a `MonoType *'.
27767 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
27769         * gc.c (run_finalize): Avoid finalizing the object representing the
27770         finalizer thread.
27771         (finalizer_thread): Fix warning.
27773 2004-02-25  Martin Baulig  <martin@ximian.com>
27775         * class.c (_mono_class_get_instantiation_name): Added `int offset'
27776         argument for nested types.
27777         (mono_class_create_generic): Added support for nested generictypes.
27779         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
27780         `GList *nested'.
27782         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
27784         * reflection.c (method_encode_signature): Increase the minimum
27785         value of `size' from 10 to 11.
27786         (mono_reflection_bind_generic_parameters): Take `int type_argc'
27787         and `MonoType **types' arguments instead of the `MonoArray
27788         *types'; added `MonoType *nested_in'.  Recursively instantiate
27789         nested classes. 
27791 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
27793         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
27794         stack_overflow_ex members which are used by exception handling.
27796         * appdomain.c (mono_runtime_init): Initialize the new members.
27798         * gc.c (mono_gc_enable): New helper function.
27799         * gc.c (mono_gc_disable): New helper function.
27801 2004-02-23  Martin Baulig  <martin@ximian.com>
27803         * icall.c: I must have been really stupid - make it actually work
27804         this time ;-)
27806 2004-02-23  Martin Baulig  <martin@ximian.com>
27808         * loader.c (method_from_memberref): Only inflate the method if
27809         it's in another klass.
27811 2004-02-23  Martin Baulig  <martin@ximian.com>
27813         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
27814         (mono_class_init): If we're a generic instance and an interface,
27815         compute `class->interface_id'; also create `class->interfaces'
27816         here and inflate them.
27818         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
27819         `ginst->is_open'.
27820         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
27822         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
27824 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
27826         * reflection.c (method_encode_code): Improved the error message
27827         generated by the exception.
27829 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27831         * icall.c: Martin did not do what he said in the ChangeLog for
27832         2004-02-18, but put back the changes for properties and events.
27833         Commenting those changes out again and adding comment to bug #54518.
27834         
27835         * process.c: removed warning.
27837 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
27839         * marshal.c (emit_struct_conv): Print an error message instead of
27840         asserting when a type does not have the StructLayout attribute.
27842 2004-02-20  Martin Baulig  <martin@ximian.com>
27844         * reflection.c (mono_type_get_object): Also use the cache for
27845         generic instances.
27846         (mono_reflection_bind_generic_parameters): Always compute
27847         `ginst->ifaces'.        
27849 2004-02-20  Martin Baulig  <martin@ximian.com>
27851         * class.h (MonoGenericMethod): Removed `klass'.
27853         * class.c (mono_class_inflate_generic_method): Added `MonoClass
27854         *klass' argument.
27856 2004-02-20  Martin Baulig  <martin@ximian.com>
27858         * reflection.c (method_encode_methodspec): Actually use the
27859         uninflated signature for the memberref.
27861 2004-02-20  Martin Baulig  <martin@ximian.com>
27863         * class.h (MonoGenericMethod): Removed `declaring'.
27865         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
27866         is NULL, compute it here.
27868 2004-02-20  Martin Baulig  <martin@ximian.com>
27870         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
27872         * metadata.c (mono_metadata_generic_inst_hash): New method.
27873         (mono_metadata_generic_inst_equal): New method.
27875         * reflection.c (mono_reflection_bind_generic_parameters): Use the
27876         `klass->image->generic_inst_cache' cache to avoid creating
27877         duplicate MonoGenericInst's.
27879         * class.c (mono_class_inflate_generic_type): Use the cache.
27881 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
27883         * object.c: fixed gc descriptor calculation for embedded valuetypes.
27885 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27887         * icall.c: added Socket.WSAIoctl icall.
27889         * socket-io.[ch]: implemented
27890         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
27892 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
27894         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
27896 2004-02-18  Urs C Muff  <umuff@quark.com>
27898         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
27899         this work on PPC and other big-endian architectures.
27901         * debug-mono-symfile.h: Prepended the names of all the `guint32'
27902         fields with an underscore to make sure they're only accessed by
27903         the read32() macro.
27905 2004-02-18  Martin Baulig  <martin@ximian.com>
27907         * icall.c: Put the klass->refclass changes back for methods and
27908         fields, but not for properties and events.  We're currently not
27909         distinguishing between DeclaringType and ReflectedType for
27910         properties and events, that's what caused the regressions.
27912 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27914         * object.c:
27915         (mono_async_result_new): the handle can be NULL.
27917         * threadpool.c: Use an event instead of a semaphore, don't initialize
27918         it until needed. This saves quite a few semaphores from being created
27919         when using the threadpool.
27921 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
27923         * object.c (mono_string_is_interned_lookup): Fix interning of long
27924         strings. Fixes #54473.
27926         * domain.c (ldstr_equal): Optimize if the two strings are equal.
27928         * icall.c: Revert the klass->refclass changes since they introduce
27929         regressions (bug #54518).
27931 2004-02-18  Martin Baulig  <martin@ximian.com>
27933         * class.c (mono_class_init): If we're a generic instance and don't
27934         come from a TypeBuilder, inflate our members here.
27935         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
27936         (mono_class_create_generic): New public method.
27937         (mono_class_initialize_generic): Removed.
27938         (get_instantiation_name): Renamed to
27939         _mono_class_get_instantiation_name() and made it public.
27941 2004-02-18  Martin Baulig  <martin@ximian.com>
27943         * class.c (mono_class_inflate_generic_type): Clear the new
27944         instance's `nginst->klass' when inflating a generic instance.
27945         (mono_class_is_subclass_of): Added (basic) support for generic
27946         instances.
27948 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
27950         * appdomain.h, domain.c: use a MonoCodeManager instead of a
27951         MonoMempool to hold compiled native code.
27953 2004-02-17  Martin Baulig  <martin@ximian.com>
27955         * class.h (MonoDynamicGenericInst): Added `count_properties' and
27956         `properties'.
27958         * reflection.c (mono_reflection_generic_inst_initialize): Added
27959         `MonoArray *properties' argument.
27961         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
27963 2004-02-17  Martin Baulig  <martin@ximian.com>
27965         * icall.c (ves_icall_Type_GetFields): Renamed to
27966         ves_icall_Type_GetFields_internal() and added a
27967         `MonoReflectionType *rtype' argument; pass it to
27968         mono_field_get_object() to set the field's "reflected" type.
27969         (ves_icall_Type_GetConstructors): Likewise.
27970         (ves_icall_Type_GetEvents): Likewise.
27971         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
27972         argument; pass it to mono_method_get_object() to set the method's
27973         "reflected" type.       
27975 2004-02-17  Martin Baulig  <martin@ximian.com>
27977         * class.h (MonoDynamicGenericInst): New type.
27978         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
27980         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
27981         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
27982         (ves_icall_MonoGenericInst_GetFields): New interncall.
27984         * class.c (mono_class_from_generic): Don't call
27985         mono_class_initialize_generic() if this is a dynamic instance;
27986         ie. it's being created from a TypeBuilder.
27987         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
27988         `class->byval_arg.type'.
27990         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
27991         to `inflate_method' and made static.
27992         (mono_reflection_inflate_field): Removed.
27993         (mono_reflection_generic_inst_initialize): New public method.
27995         * reflection.h (MonoReflectionGenericInst): Removed `methods',
27996         `ctors' and `fields'; added `initialized'.
27998 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
28000         * debug-helpers.c (mono_method_full_name): Fix output for empty
28001         namespaces.
28003 2004-02-12  Martin Baulig  <martin@ximian.com>
28005         * class.h (MonoClassField): Added `MonoType *generic_type'.
28007         * reflection.c (mono_image_get_fieldref_token): Added support for
28008         instantiated generic types.
28009         (field_encode_inflated_field): Removed.
28010         (mono_image_get_inflated_field_token): Removed.
28011         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
28013         * reflection.h (MonoReflectionInflatedField): Removed.
28015 2004-02-12  Martin Baulig  <martin@ximian.com>
28017         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
28018         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
28020         * reflection.c (mono_image_get_methodspec_token): Take a
28021         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
28022         (mono_image_create_token): Check whether we have a
28023         `method->signature->gen_method' and call
28024         mono_image_get_methodspec_token() if appropriate.
28025         (inflated_method_get_object): Removed.
28026         (mono_reflection_bind_generic_method_parameters): Return a
28027         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
28028         (mono_reflection_inflate_method_or_ctor): Likewise.
28030         * reflection.h (MonoReflectionInflatedMethod): Removed.
28032 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
28034         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
28035         for custom valuetype marshalling.
28037         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
28039 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28041         * icall.c: fixed WSAGetLastError_internal name.
28043 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
28045         * threads.c (mono_thread_attach): Allow this to be called multiple
28046         times for a thread.
28047         
28048         * threads.c (build_wait_tids): Do not wait for ourselves.
28050         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
28051         appdomain list is empty.
28053         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
28054         memory returned by mono_string_builder_to_utf16, since it points into
28055         managed memory. Thanks to Bernie Solomon for noticing this.
28057         * icall.c: Add AppDomainSetup icalls.
28059         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
28061         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
28062         types.
28064         * reflection.c (reflection_methodbuilder_to_mono_method): Save
28065         custom attributes to the method_aux struct. Also fix array indexes etc.
28067         * loader.c (mono_method_get_param_names): Make dynamic case work again.
28068         
28069 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
28071         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
28072         (both static and runtime) and reduce startup time.
28074 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
28076         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
28077         AsAny marshalling conversion instead of crashing.
28079         * marshal.c: Fix warnings.
28081 2004-02-09  Martin Baulig  <martin@ximian.com>
28083         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
28085         * reflection.h (MonoReflectionInflatedMethod): Removed the
28086         `declaring' field, it's now in the unmanaged MonoGenericMethod.
28088         * reflection.c (method_encode_methodspec): Removed the `method'
28089         argument; we get it from `gmethod->declaring'.
28090         (inflated_method_get_object): Removed the `declaring' argument.
28092 2004-02-09  Martin Baulig  <martin@ximian.com>
28094         * class.h (MonoGenericMethod): New type.
28095         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
28096         `generic_method'.
28098         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
28099         a `MonoGenericMethod *gen_method' one.
28101         * class.c (mono_class_inflate_generic_type): Take an additional
28102         `MonoGenericMethod * argument.  This is only non-NULL if we're
28103         inflating types for a generic method.   
28104         (mono_class_inflate_generic_signature): Renamed to
28105         inflate_generic_signature() and made static; take a
28106         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
28107         (inflate_generic_header): Take a `MonoGenericMethod *' argument
28108         instead of a `MonoGenericInst *' one.
28109         (mono_class_inflate_generic_method): Likewise.
28111         * reflection.c (encode_generic_method_sig): Take a
28112         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
28113         (method_encode_methodspec): Likewise.
28114         (inflated_method_get_object): Likewise. 
28116         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
28117         field with a `MonoGenericMethod *gmethod' one.  
28119 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
28121         * class.h (mono_class_has_parent): add parens to expansion
28122         so you can ! this.
28124 2004-02-08  Martin Baulig  <martin@ximian.com>
28126         * image.h (MonoImage): Removed `generics_cache'.
28128         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
28129         instead of a `MonoType *' argument; removed the `inflate_methods'
28130         argument.  Don't inflate methods here.
28132         * loader.c (find_method): If it's a generic instance, call
28133         mono_class_init() on the `sclass->generic_inst->generic_type'.
28135         * metadata.c (mono_type_size): Make this work on uninitialized
28136         generic instances; call it on the `ginst->generic_type's class.
28138         * reflection.c (mono_reflection_bind_generic_parameters): Call
28139         mono_class_from_generic() to create the `ginst->klass'.
28141 2004-02-08  Martin Baulig  <martin@ximian.com>
28143         * class.h (MonoClass): Changed type of `generic_inst' from
28144         `MonoType *' to `MonoGenericInst *'.
28146 2004-02-08  Martin Baulig  <martin@ximian.com>
28148         * icall.c (ves_icall_Type_BindGenericParameters): Just call
28149         mono_type_get_object(), this is now creating a `MonoGenericInst'
28150         for MONO_TYPE_GENERICINST.
28151         (ves_icall_MonoGenericInst_GetParentType): Likewise.
28152         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
28154         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
28155         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
28156         (inflated_method_get_object): Added `MonoClass *refclass' argument.
28157         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
28158         and reflected type.
28160         * reflection.h (MonoReflectionInflatedMethod): Removed
28161         `declaring_type' and `reflected_type'.
28163 2004-02-08  Martin Baulig  <martin@ximian.com>
28165         * class.h (MonoGenericInst): Added `MonoType *parent' and
28166         `MonoType **ifaces'.
28168         * reflection.h (MonoReflectionGenericInst): Removed `klass',
28169         `parent' and `interfaces'.
28171         * reflection.c (mono_reflection_bind_generic_parameters): Take a
28172         `MonoType *' argument and return a `MonoType *'.
28174         * icall.c
28175         (ves_icall_MonoGenericInst_GetParentType): New interncall.
28176         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
28178 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
28180         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
28181         valuetype marshalling.
28183 2004-02-06  Martin Baulig  <martin@ximian.com>
28185         * class.c
28186         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
28187         (my_mono_class_from_generic_parameter): Likewise.
28189 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
28191         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
28192         contents of the symbol files lazily.
28194         * object.h (MonoThread): Add 'name' and 'name_len' fields.
28196         * threads.h threads.c icall.c: New icalls for getting and setting the
28197         threads name.
28199 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
28201         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
28202         Raise an exception when the domain is not found.
28204 2004-02-03  Martin Baulig  <martin@ximian.com>
28206         * reflection.c (mono_image_get_methodspec_token): Use the
28207         uninflated signature; fixes gen-33.
28209 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
28211         * gc.c threads.c: Make the finalizer thread a normal managed thread so
28212         the finalizer code can use thread functionality.
28214         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
28215         the finalizer thread.
28217         * threads.c: Make some functions more robust.
28219         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
28221         * metadata.h: Add new marshalling conventions.
28223         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
28224         stringbuilder marshalling. Fixes #53700.
28226         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
28228         * reflection.c (mono_image_get_type_info): Save declarative security
28229         info.
28231         * reflection.c (mono_image_get_field_info): Handle uninitialized 
28232         unmanaged fields as well.
28234         * appdomain.c: Bump corlib version.
28236 2004-02-01  Martin Baulig  <martin@ximian.com>
28238         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
28239         method type arguments.  
28241 2004-01-30  Duncan Mak  <duncan@ximian.com>
28243         * marshal.h: Add prototype for
28244         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
28245         and
28246         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
28247         fix the build.
28249 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
28251         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
28252         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
28254 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
28256         * marshal.c (mono_marshal_get_native_wrapper): Add support for
28257         custom marshalling of valuetypes.
28259         * marshal.c: Fix some warnings.
28261 2004-01-29  Martin Baulig  <martin@ximian.com>
28263         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
28264         for generic method parameters.
28266         * reflection.c (method_encode_methodspec): Write the uninflated
28267         signature into the methodspec table.
28268         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
28269         is always the uninflated method.
28270         (reflection_methodbuilder_to_mono_method): Copy the generic
28271         parameters from the MethodBuilder into `header->gen_params'.
28273 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
28275         * class.c (mono_class_from_generic_parameter): Fix warning.
28277 2004-01-27  Martin Baulig  <martin@ximian.com>
28279         * class.c (mono_class_from_generic_parameter): Don't create
28280         `klass->methods' here.  
28282 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
28284         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
28285         extension since it does not work with libraries named lib<FOO>.dll.so.
28287 2004-01-25  Martin Baulig  <martin@ximian.com>
28289         * class.c (mono_class_inflate_generic_type): Added support for
28290         MONO_TYPE_GENERICINST.
28292         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
28293         inflate methods on open constructed types.      
28295 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28297         * object.c: fire ProcessExit event in the root AppDomain after running
28298         Main. Fixes bug #53299.
28300 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
28302         * socket-io.c: include the new socket-wrappers.h header.
28303         Use the wrappers instead of the unix socket functions to make the code
28304         more clear.
28306 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
28308         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
28310         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
28311         Fixes #22532.
28313 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
28315         * reflection.c (mono_image_create_pefile): Handle the case when the
28316         entry point is not a MethodBuilder.
28318         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
28319         field to ReflectionMethod since it is not allways a builder.
28321         * reflection.c (type_get_fully_qualified_name): New helper function to
28322         return the fully qualified name of a type.
28324         * reflection.c (encode_marshal_blob): Always emit the fully qualified
28325         type name for custom marshallers.
28327         * reflection.c (mono_marshal_spec_from_builder): Ditto.
28329         * class.c (mono_class_setup_vtable): If a parent class already 
28330         implements an interface, use the implementing methods from that class.
28331         Fixes #53148.
28333 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28335         * threadpool.c: just return instead of ExitThread to allow for thread
28336         clean up earlier.
28338 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
28340         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
28341         when closing resource modules.
28343         * reflection.c (mono_image_create_pefile): Handle the case when the
28344         entry point is not a MethodBuilder.
28346         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
28347         field to ReflectionMethod since it is not allways a builder.
28349 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
28351         * marshal.c (mono_marshal_get_managed_wrapper): 
28352         mono_marshal_alloc takes native int so CONV_I
28353         the arg for 64bits.
28355 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
28357         * reflection.c (fixup_cattrs): New function to fixup the methoddef
28358         tokens in the cattr table. Fixes #53108.
28360 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28362         * loader.c: don't trim ".dll" before looking up in the config file.
28363         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
28365 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
28367         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
28368         Return the module which contains the resource as well.
28369         (ves_icall_System_Reflection_Module_Close): New icall.
28371         * appdomain.c: Bump corlib version number.
28373         * image.c (mono_image_addref): New public function.
28375         * assembly.c: Call mono_image_addref.
28377         * reflection.c (mono_module_get_object): Increase reference count of 
28378         the image.
28380         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
28381         Fixes #22532.
28383         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
28384         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
28385         proper exceptions on DllImport problems.
28387 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
28389         * class.c, metadata.c: eliminate CSIZE macro.
28391 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
28393         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
28394         * object.h: Added async_callback field in MonoAsyncResult.
28395         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
28396         * verify.c: Added async_callback in MonoAsyncResult layout.
28398 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
28400         * reflection.c (mono_reflection_get_custom_attrs): Add support
28401         for Modules.
28403 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
28405         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
28406         marshalling.
28407         (mono_marshal_method_from_wrapper): Add null pointer check.
28409 2004-01-16  Martin Baulig  <martin@ximian.com>
28411         * debug-mono-symfile.h: Set version number to 36 and reflect
28412         latest symbol writer changes.
28414 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
28416         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
28417         multi-dimensional arrays.
28418         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
28419         (mono_class_from_mono_type): Use bounded_array_class_get.
28420         
28421         * class.c (mono_bounded_array_class_get): New function which takes
28422         a 'bounded' bool argument to distinguish vectors from one dimensional
28423         arrays.
28425         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
28426         bounded_array_class_get if the array has bounds.
28428         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28429         Search modules loaded using AssemblyBuilder:AddModule as well.
28431 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28433         * appdomain.c: increased corlib version.
28434         * filewatcher.c: removed g_print.
28435         * icall.c:
28436         (get_property_info): only allocate what is actually requested.
28437         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
28439 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28441         * Makefile.am: added filewatcher.[ch]
28442         * filewatcher.[ch]: FileSystemWatcher runtime support.
28443         * icall.c: added new FSW icalls.
28445 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
28447         * string-icalls.c: fix stringbuilder regression as suggested by
28448         Iain McCoy <iain@mccoy.id.au>.
28450 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
28452         * process.c (process_read_stringtable_block): Recognize '007f' as
28453         a language neutral stringtable block.
28455 2004-01-12  Patrik Torstensson
28457         * object.h (MonoStringBuilder) : Changed layout to support our
28458         new stringbuilder class.
28459         * marshal.c: Change marshalling to support the new layout of 
28460         string builder.
28461         * appdomain.c: increased version number because new layout of
28462         string builder.
28464 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
28466         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
28467         assembly name as an string instead of an AssemblyName, since it is
28468         easier to extract info from it.
28470         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
28471         the culture subdirectories too. Fixes #52231.
28473 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28475         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
28476         It takes 2 new parameters with an optional name for the method to look
28477         for and case ignoring info.
28479         * threadpool.c: removed unused variable.
28481 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28483         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
28484         It takes 2 new parameters with an optional name for the property to look
28485         for and case ignoring info.
28486         Fixes bug #52753.
28488 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
28490         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
28491         Fix #52451.
28493 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28495         * appdomain.c:
28496         * assembly.c: escape the uri before passing it to g_filename_from_uri.
28497         Fixes bug #52630.
28499 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
28501         * reflection.c: Add support for more than one unmanaged resource.
28503         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
28504         in field->def_value, as done in all other cases.
28506         * reflection.c (mono_reflection_get_custom_attrs): Add support for
28507         TypeBuilders.
28509         * reflection.c (mono_reflection_create_runtime_class): Remove 
28510         errorneous assignment to klass->element_class, since it is already
28511         done in mono_reflection_setup_internal_class.
28513 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28515         * gc.c: added missing LeaveCriticalSection.
28516         * icall.c: indented a couple of lines.
28517         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
28518         if we call EndInvoke inside a callback. Fixes bug #52601.
28520 2004-01-07  Martin Baulig  <martin@ximian.com>
28522         * mono-debug-debugger.h
28523         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
28525 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
28527         * appdomain.c: Use messages in NotImplementedException.
28529         * exception.c (mono_get_exception_not_implemented): Now this takes
28530         a message argument.
28532         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
28533         exception instead of g_asserting an aborting when something is not
28534         implemented.
28536         Add some inline docs.
28538 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
28540         * reflection.h: Update after changes to object layout.
28542         * reflection.c: Implement saving of unmanaged aka win32 resources.
28544         * appdomain.c: Bump version number.
28546         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
28547         Handle missing domains gracefully.
28549 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
28551         * file-io.c : On Windows, there are much more invalid_path_chars.
28553 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
28555         * class.h, object.c: prepare for GetType () speedup.
28557 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
28559         * profiler.c: workaround for --profile null reference exception on
28560           cygwin. Patch by Patrik Torstensson.
28562 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
28564         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
28565         make work for unaligned access.
28567 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
28569         * class.c: small cleanup (class->fields [i] -> field).
28570         * image.c: check address of metadata is valid.
28572 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
28574         * assembly.h assembly.c (mono_assembly_loaded): New public function to
28575         search the list of loaded assemblies.
28577         * reflection.c (mono_reflection_type_from_name): Use 
28578         mono_assembly_loaded instead of mono_image_loaded.
28580         * reflection.c: Fix warnings.
28582 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
28584         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
28585         is dynamic. This is needed since an assembly can contain both dynamic and
28586         non-dynamic images.
28588         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
28589         assembly->dynamic.
28591         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
28593         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
28594         to store modules loaded using AddModule.
28596         * reflection.c (mono_image_fill_file_table): Generalize this so it works
28597         on Modules.
28599         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
28601         * reflection.c (mono_image_fill_export_table_from_module): New function to
28602         fill out the EXPORTEDTYPES table from a module.
28604         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
28605         into a separate function. Also handle loaded non-dynamic modules.
28607         * reflection.c (mono_image_basic_init): Fix memory allocation.
28609         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
28611         * assembly.c (mono_assembly_load_references): Make this public.
28613 2003-12-19  Martin Baulig  <martin@ximian.com>
28615         * class.c (mono_class_initialize_generic): Made this static, take
28616         a `MonoGenericInst *' instead of a `MonoClass *'.
28617         (mono_class_from_generic): Call mono_class_initialize_generic()
28618         unless we're already initialized or being called from
28619         do_mono_metadata_parse_generic_inst().
28621         * class.h (MonoGenericInst): Added `initialized' and
28622         `init_pending' flags.
28624         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
28625         `mono_class_init (gklass)' or mono_class_initialize_generic()
28626         here; set `generic_inst->init_pending' while parsing the
28627         `type_argv'.
28629 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
28631         * locales.c: include string.h for memxxx prototypes
28633 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
28635         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
28636         constructor when accessing literal fields.
28638 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
28640         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
28642         * reflection.c (assembly_add_resource_manifest): New function to fill
28643         the MANIFESTRESOURCE table.
28645         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
28647         * reflection.h: Update to changes in class layout.
28649         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
28650         Reenable call to mono_runtime_is_shutting_down ().
28652         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
28653         determine if the runtime is shutting down.
28655 2003-12-16  Jackson Harper <jackson@ximian.com>
28657         * icall.c: comment out call to mono_runtime_is_shutting_down to
28658         fix build.
28659         
28660 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
28662         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
28663         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
28665 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
28667         * reflection.c: move definition of swap_with_size
28668         to before its first call
28670 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
28672         * appdomain.c (mono_runtime_is_shutting_down): New public function.
28674         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
28675         icall.
28677         * object.c: Fix warnings.
28679         * icall.c (ves_icall_Type_Get...): Only consider inherited static
28680         members if FlattenHierarchy is set.
28682         * reflection.c (mono_image_add_decl_security): New function to emit
28683         declarative security.
28685         * reflection.h reflection.c: Add support for declarative security.
28687         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
28688         
28689 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
28691         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
28692         
28693         * appdomain.c verify.c: Moved corlib version checking into its own
28694         function in appdomain.c since it needs to create vtables etc.
28696 2003-12-13  Patrik Torstensson <p@rxc.se>
28698         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
28699         instead of unwrapped server.
28701 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
28703         * verify.c (check_corlib): Fix field index.
28705 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
28707         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
28708         GetGacPath icall.
28710 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
28712         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
28713         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
28714         cope with sizeof(size_t) != sizeof(guint32).
28716 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28718         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
28719         in case of failure.
28721 2003-12-10  Mark Crichton <crichton@gimp.org>
28723         * icall.c: removed the GetNonZeroBytes.  We now handle this case
28724         in managed code.
28726         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
28728 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
28730         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
28731         marked as deleted.
28733 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
28735         * verify.c (check_corlib): Handle the case when the version field is 
28736         initialized by a static constructor.
28738 2003-12-08  Patrik Torstensson  <p@rxc.se>
28740     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
28742 2003-12-08  Martin Baulig  <martin@ximian.com>
28744         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
28745         a MonoReflectionGenericParameter, also take the parameter index
28746         and name as arguments.
28747         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
28748         (ves_icall_MonoGenericParam_initialize): New interncall.
28749         (ves_icall_Type_make_byref_type): New interncall.
28751         * reflection.h (MonoReflectionGenericParam): Derive from
28752         MonoReflectionType, not just from MonoObject.  Added `refobj' and
28753         `index' fields.
28755         * reflection.c (mono_reflection_define_generic_parameter): Create
28756         and return a new MonoReflectionGenericParam; don't initialize the
28757         constraints here.
28758         (mono_reflection_initialize_generic_parameter): New public method;
28759         initializes the constraints and creates the `param->pklass'.
28761 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
28763         * reflection.h reflection.c: Use the new fields 'num_types', 
28764         'num_fields' and 'num_methods' to track the number of types etc.
28766         * verify.c (check_corlib): Check corlib version number.
28768 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
28770         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
28771         function works on all methods.
28773 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
28775         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
28776         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
28777         the custom_type_info flag of the transparent proxy.
28778         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
28779         objects that supports IRemotingTypeInfo.
28780         * object.h: Added custom_type_info field in transparent proxy.
28782 2003-12-06  Martin Baulig  <martin@ximian.com>
28784         * class.c (mono_class_create_from_generic): Removed.
28785         (mono_class_from_generic): Check `ginst->klass' before doing
28786         anything else.  This is important to fully support "recursive"
28787         generic types.
28789         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
28790         empty `generic_inst->klass' before doing anything else.
28792 2003-12-06  Dick Porter  <dick@ximian.com>
28794         * verify.c: 
28795         * object.h:
28796         * icall.c:
28797         * locales.c: Use C structs to access class fields.  Don't do a
28798         conversion between MonoString and UChar because both are
28799         platform-endian UTF-16.  Compare now takes startindex and count
28800         parameters.  Add a char overload for IndexOf.  Speed up the
28801         invariant string IndexOf.
28803 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
28805         * Makefile.am (monosn_LDADD): Fix parallel build.
28807 2003-12-04  Martin Baulig  <martin@ximian.com>
28809         * icall.c
28810         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
28811         (ves_icall_Type_make_array_type): New interncall.       
28813 2003-12-04  Martin Baulig  <martin@ximian.com>
28815         * locales.c: also change it in the !HAVE_ICU case.
28817 2003-12-04  Dick Porter  <dick@ximian.com>
28819         * icall.c:
28820         * locales.c: construct_compareinfo is now in CompareInfo, not
28821         CultureInfo.
28823 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
28825         * image.c (mono_image_load_file_for_image): Cache loaded images in the
28826         image->files array.
28828         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
28829         table as well.
28831         * assembly.c (mono_assembly_load_references): Only load references
28832         once.
28834         * class.c (mono_class_from_name): Avoid linear search of the 
28835         EXPORTEDTYPE table.
28837         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
28839 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
28841         * image.h (MonoImage): Add 'field_cache' field.
28843         * loader.c (mono_field_from_token): Cache field lookups.
28844         
28845         * reflection.c (mono_module_get_object): Fix name property.
28847         * icall.c (ves_icall_get_enum_info): Update after changes to 
28848         mono_metadata_get_constant_index ().
28850         * icall.c: Get rid of get_type_info icall, use a separate icall for
28851         each type property to avoid needless memory allocations. Fixes #51514.
28853         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
28854         to avoid needless binary searches.
28856         * class.c (class_compute_field_layout): Move the initialization of
28857         field->def_value to mono_class_vtable ().
28859         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
28860         non-corlib types.
28862         * object.c (mono_object_allocate): Make it inline.
28864         * object.c (mono_object_allocate_spec): Make it inline.
28865         
28866 2003-12-02  Dick Porter  <dick@ximian.com>
28868         * locales.c (create_NumberFormat): NumberFormatInfo construction.
28869         Patch by Mohammad DAMT (mdamt@cdl2000.com).
28871 2003-12-01  Dick Porter  <dick@ximian.com>
28873         * threads.c: Fix signature and call in CreateMutex and
28874         CreateEvent.
28876 2003-12-01  Dick Porter  <dick@ximian.com>
28878         * icall.c: 
28879         * locales.c: Implement string compares and searching
28881         * object.h: Add extra Thread field
28883 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
28885         * reflection.c (fixup_method): Add support for MonoCMethod.
28887 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
28889         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
28891         * reflection.c (assembly_name_to_aname): Allow extra characters in
28892         assembly names. Fixes #51468.
28894 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
28896         * exception.c (mono_exception_from_name_domain): New helper function.
28898         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
28899         exception object in the correct domain.
28901         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
28902         formatting + make a copy a the input data.
28904         * loader.c (mono_get_method_from_token): Methods which contain
28905         native code do not have entries in the ImplMap.
28907         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
28908         Thanks to Gonzalo for spotting this.
28909         
28910         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
28911         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
28913         * assembly.h (mono_assembly_load_from): Split the second part of 
28914         assembly loading into a new public function.
28916         * exception.h (mono_get_exception_bad_image_format): New function.
28918 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
28920         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
28921         Enumerate all modules inside a dynamic assembly. Fixes #51293.
28922         
28923         * icall.c: Add new icall for creating dynamic methods.
28925         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
28927         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
28929         * reflection.c (mono_reflection_create_dynamic_method): New icall to
28930         create a dynamic method.
28932         * reflection.c (resolve_object): New helper function.
28934         * reflection.c: Generalize ReflectionMethodBuilder and the functions
28935         which manipulate it so they can also work on dynamic methods.
28937         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
28938         creating the MonoReflectionMethodAux structure if it is not needed.
28939         
28940         * reflection.h verify.c: Update after changes to object layout.
28942         * reflection.c (method_builder_encode_signature): Fix compilation on
28943         gcc 2.95.x.
28945 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
28947         * appdomain.h: Added support for context static fields. Added static_data
28948           field to MonoAppContext and renamed thread_static_fields to a more
28949           generic special_static_fields in MonoAppDomain, since it can now contain
28950           context static fields.
28951         * domain.c: Updated hashtable name.
28952         * object.c: Replaced field_is_thread_static() for a more generic
28953           field_is_special_static() which also checks for context static attribute.
28954           In mono_class_vtable(), added support for static context fields.
28955         * threads.c: Changed methods that manage thread static fields to more
28956           generic methods so they can be reused both for thread and context static
28957           data.
28958         * threads.h: Declared some new methods.
28960 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
28962         * reflection.h: Update after changes to the managed types.
28964         * reflection.c (encode_custom_modifiers): New helper function.
28966         * reflection.c (method_encode_signature): Emit custom modifiers.
28968         * reflection.c (field_encode_signature): Emit custom modifiers.
28970 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
28972         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
28974         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
28975         implementation.
28977         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
28978         icall.
28980         * object.c (mono_field_get_value_object): New function.
28982         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
28983         specific.
28985 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
28987         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
28988         return a preallocated out-of-memory exception instance.
28990         * object.c (out_of_memory): Use the new function.
28992         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
28993         flag is before the custom modifiers. Fixes #49802.
28995 2003-11-16  Martin Baulig  <martin@ximian.com>
28997         * class.c (mono_class_is_open_constructed_type): Implemented the
28998         MONO_TYPE_GENERICINST case.
29000 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
29002         * assembly.c (mono_assembly_fill_assembly_name): New function to
29003         fill out the MonoAssemblyName structure.
29004         (mono_assembly_open): Use the new function.
29006         * icall.c (fill_reflection_assembly_name): New helper function.
29008         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
29009         new function.
29011         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
29013 2003-11-15  Martin Baulig  <martin@ximian.com>
29015         * class.c (mono_class_is_open_constructed_type): New public
29016         function; checks whether a type is an open constructed type,
29017         ie. whether it still contains type parameters.
29018         (mono_class_inflate_generic_type): If we're a type parameter and
29019         the inflated type is also a MONO_TYPE_(M)VAR, return the original
29020         type.
29022         * class.h (MonoGenericInst): Added `guint32 is_open'.
29024         * loader.c (method_from_methodspec): Check whether we're an open
29025         or closed constructed type and set `ginst->is_open'.
29027         * reflection.c (mono_reflection_bind_generic_parameters): Check
29028         whether we're an open or closed constructed type and set
29029         `ginst->is_open'.
29030         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
29031         from open constructed types.
29033 2003-11-15  Martin Baulig  <martin@ximian.com>
29035         * reflection.c (mono_reflection_bind_generic_parameters): If we're
29036         a generic instance (instead of a generic type declaration) with
29037         unbound generic parameters, bind them to our actual types.
29039 2003-11-14  Martin Baulig  <martin@ximian.com>
29041         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
29043         * reflection.c (mono_reflection_bind_generic_parameters): If we're
29044         an interface type, populate `res->interfaces' with instantiated
29045         versions of all the interfaces we inherit.
29047 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
29049         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
29050         when MONO_PATH is set but doesn't contain the install dir.
29052 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29054         * icall.c:
29055         (ves_icall_Type_GetInterfaces): don't return an interface twice when
29056         it's also implemented in base classes. Fixes bug #50927.
29058 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
29060         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
29061         if this method is called from a finalizer. Fixes #50913.
29063 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
29065         * threads.c: Implement VolatileRead/VolatileWrite
29067         * icall.c: Add new icalls for VolatileRead/VolatileWrite
29069 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
29071         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
29072         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
29073         2.95.3.
29075         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
29076         from Peter Ross (pro@missioncriticalit.com).
29077         
29078 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
29080         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
29082 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
29084         * assembly.c (mono_assembly_load_references): Disable check because it
29085         triggers on older corlibs which lots of people have.
29087 2003-11-12  Jackson Harper  <jackson@ximian.com>
29089         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
29090         load corlib.dll if mscorlib.dll is not found.
29091         * assembly.h: Remove corlib name define.
29092         * class.c:
29093         * domain.c:
29094         * image.c: Change corlib name to mscorlib.
29095         
29096 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
29098         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
29100 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
29102         * appdomain.h: Added loader_optimization here to sync with the C#
29103         code, and add disallow_binding_redirects field.
29105 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
29107         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
29109         * reflection.c (mono_image_build_metadata): Fix crash on modules
29110         with no types.
29112         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
29114         * icall.c (ves_icall_get_method_info): Return callingConvention as
29115         well.
29117         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
29118         namespaces from the EXPORTEDTYPE table as well.
29120         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
29121         from all modules inside the assembly.
29122         
29123 2003-11-11  Martin Baulig  <martin@ximian.com>
29125         * reflection.c (mono_reflection_bind_generic_parameters): Make
29126         this work for interfaces.
29128 2003-11-11  Martin Baulig  <martin@ximian.com>
29130         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
29132 2003-11-11  Martin Baulig  <martin@ximian.com>
29134         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
29135         "MonoInflatedMethod" and "MonoInflatedCtor".
29137 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
29139         * reflection.c (resolution_scope_from_image): Use the assembly table
29140         from the manifest module, since other modules don't have it.
29142         * debug-helpers.c (mono_type_full_name): New helper function.
29144         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
29146         * image.c (mono_image_load_file_for_image): New public function which
29147         is a replacement for the load_file_for_image in class.c.
29149         * assembly.c (mono_assembly_load_module): A wrapper for the function
29150         above which does assembly association and reference loading too.
29152         * class.c (mono_class_from_name): Call mono_assembly_load_module.
29154 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29156         * appdomain.c: not all of the attributes for the full assembly name
29157         are required and the order doesn't matter. Fixes bug #50787.
29159 2003-11-10  Dick Porter  <dick@ximian.com>
29161         * locales.c: Use platform-endian UTF16
29163 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
29165         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
29166         
29167 2003-11-10  Martin Baulig  <martin@ximian.com>
29169         * metadata.c
29170         (mono_metadata_load_generic_params): Make this actually work.
29172         * reflection.c (mono_reflection_bind_generic_parameters): If our
29173         parent is a generic instance, pass all the `types' to it, no
29174         matter whether it has the same number of type parameters or not.
29176 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
29178         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
29180         * assembly.c (mono_assembly_load_references): Move the image<->assembly
29181         assignment code to this function so it gets called recursively for all
29182         modules.
29184         * image.c (load_modules): Remove the assembly assignment since it is
29185         now done by mono_assembly_load_references.
29186         
29187         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
29188         Add 'module' argument.
29189         (mono_module_get_types): New helper function.
29190         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
29192 2003-11-08  Martin Baulig  <martin@ximian.com>
29194         * class.c (mono_class_inflate_generic_method): Interface method
29195         don't have a header.
29197         * reflection.c (mono_image_get_methodspec_token): Take an
29198         additional `MonoGenericInst *' argument instead of reading it from
29199         the header; this is necessary to support interfaces.
29200         (mono_image_create_token): Pass the `MonoGenericInst *' from the
29201         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
29202         (inflated_method_get_object): Take an additional `MonoGenericInst *'
29203         argument.
29205         * reflection.h (MonoReflectionInflatedMethod): Added
29206         `MonoGenericInst *ginst'.
29208 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
29210         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
29212 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
29214         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
29216 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
29218         * reflection.c 
29219         (reflection_methodbuilder_from_method_builder):
29220         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
29221         initialize a ReflectionMethodBuilder structure.
29222         (mono_image_get_methodbuilder_token):
29223         (mono_image_get_ctorbuilder_token): New functions to emit memberref
29224         tokens which point to types in another module inside the same assembly.
29226         * reflection.c: Use the new helper functions.
29227         
29228         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
29230         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
29231         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
29233         * reflection.c (resolution_scope_from_image): Emit a moduleref if
29234         neccesary.
29236         * reflection.c (mono_image_build_metadata): Emit metadata only for the
29237         current module. Emit the manifest only for the main module.
29239         * reflection.c (mono_image_create_token): Add assertion when a 
29240         memberref needs to be created.
29242         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
29244         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
29245         larger buffer for the custom attribute blob. Fixes #50637.
29246         
29247 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29249         * threadpool.c: notify listener on async processing handles after
29250         invoking the async callback. Thanks to Zoltan.
29252 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
29254         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
29255         avoid code duplication.
29257         * reflection.h (MonoDynamicImage): New type which is currently unused,
29258         but will be used through the ref.emit code in place of 
29259         MonoDynamicAssembly.
29261         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
29262         object layout.
29264         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
29265         a MonoDynamicImage instead of just a MonoImage.
29266         
29267         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
29268         icalls to ModuleBuilder but keep their semantics, so they will work
29269         with moduleb->assemblyb. This will change later.
29270         
29271 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
29273         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
29274         object layout.
29276         * reflection.c (mono_image_build_metadata): Avoid creation of a default
29277         main module, since it is now done by the managed code.
29279 2003-11-03  Martin Baulig  <martin@ximian.com>
29281         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
29282         `ginst->klass' here.
29283         (method_encode_methodspec): Don't use the `ginst->generic_method's
29284         klass if it's a generic instance, use `ginst->klass' in this case.
29286 2003-11-03  Martin Baulig  <martin@ximian.com>
29288         * reflection.c (mono_image_get_generic_method_param_info):
29289         Removed, use mono_image_get_generic_param_info() instead.
29290         (mono_image_get_type_info): Write the GenericParam table before
29291         the Method table.  This is neccessary because in the GenericParam
29292         table, type parameters of the class (ie. '!0' etc.) must come
29293         before the ones from its generic methods (ie. '!!0' etc).
29295 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
29297         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
29299 2003-11-02  Martin Baulig  <martin@ximian.com>
29301         * reflection.c (create_generic_typespec): Take a
29302         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
29303         the generic parameters from it.
29305 2003-11-02  Martin Baulig  <martin@ximian.com>
29307         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
29308         instead of a `MonoClassField *' since we just need the type.
29309         (create_generic_typespec): New static function.  Creates a
29310         TypeSpec token for a generic type declaration.
29311         (mono_image_get_generic_field_token): New static function.
29312         (mono_image_create_token): If we're a FieldBuilder in a generic
29313         type declaration, call mono_image_get_generic_field_token() to get
29314         the token.
29316 2003-11-02  Martin Baulig  <martin@ximian.com>
29318         * reflection.h
29319         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
29320         `MonoReflectionGenericInst *declaring_type' and
29321         `MonoReflectionGenericInst *reflected_type' fields.
29323         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
29324         `MonoReflectionGenericInst *declaring_type' and a
29325         `MonoReflectionGenericInst *reflected_type' argument instead of a
29326         single `MonoReflectionGenericInst *type' one.  Set
29327         `res->declaring_type' and `res->reflected_type' from them.
29328         (mono_reflection_inflate_field): Likewise.      
29330 2003-11-02  Martin Baulig  <martin@ximian.com>
29332         * class.c (mono_class_setup_vtable): Don't store generic methods
29333         in the vtable.  
29335 2003-11-02  Martin Baulig  <martin@ximian.com>
29337         * reflection.h (MonoReflectionGenericInst): Added
29338         `MonoReflectionType *declaring_type'.
29340         * reflection.c (mono_reflection_bind_generic_parameters): Use
29341         `if (tb->parent)' instead of `klass->parent'.
29343 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
29345         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
29346         with an empty ASSEMBLY table.
29348         * reflection.c (mono_image_build_metadata): Avoid using the same loop
29349         variable in the inner and outer loops.
29351 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
29353         * metadata.h (mono_metadata_make_token): Put parentheses around macro
29354         argument.
29356         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
29357         
29358         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
29359         icalls. Instead, do everything in managed code. This is needed since
29360         it is hard to restore the original domain etc. in unmanaged code in the
29361         presence of undeniable exceptions.
29363         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
29364         New icalls to push and pop appdomain refs.
29366 2003-10-31  Martin Baulig  <martin@ximian.com>
29368         * class.c (inflate_generic_type): Renamed to
29369         mono_class_inflate_generic_type() and made it public.
29371         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
29372         New interncall.
29374         * loader.c (mono_field_from_memberref): Also set the retklass for
29375         typespecs.
29377         * fielder.c (mono_image_get_inflated_field_token): New static
29378         method; creates a metadata token for an inflated field.
29379         (mono_image_create_token, fixup_method): Added support for
29380         "MonoInflatedField".
29381         (fieldbuilder_to_mono_class_field): New static function.
29382         (mono_reflection_inflate_field): New public function.
29384         * reflection.h
29385         (MonoReflectionGenericInst): Added `MonoArray *fields'.
29386         (MonoReflectionInflatedField): New typedef.     
29388 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
29390         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
29391         for Solaris and other platforms without s6_addr16
29393 2003-10-30  Martin Baulig  <martin@ximian.com>
29395         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
29396         argument instead of two.
29397         (mono_class_inflate_generic_signature): Likewise.
29398         (inflate_generic_header): Likewise.
29399         (mono_class_inflate_generic_method): Likewise.  In addition, if
29400         `ginst->klass' is set, it becomes the new `method->klass'.
29402         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
29403         field.
29405         * reflection.c (encode_generic_method_sig): Write a 0xa as the
29406         first byte. [FIXME]
29407         (method_encode_methodspec): If we have generic parameters, create
29408         a MethodSpec instead of a MethodRef.
29409         (fixup_method): Added support for "MonoInflatedMethod" and
29410         "MonoInflatedCtor".
29411         (mono_image_create_token): Added support for "MonoInflatedMethod"
29412         and "MonoInflatedCtor".
29413         (inflated_method_get_object): New static function; returns a
29414         managed "System.Reflection.MonoInflatedMethod" object.
29415         (mono_reflection_bind_generic_method_parameters): Return a
29416         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
29417         (mono_reflection_inflate_method_or_ctor): Likewise.
29418         (mono_image_get_generic_method_param_info): Initialize unused
29419         fields to zero.
29420         (mono_image_get_generic_param_info): Likewise.
29422         * reflection.h (MonoReflectionInflatedMethod): New public
29423         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
29424         "S.R.MonoInflatedCtor" classes.
29426         * loader.c (method_from_memberref): If we're a TypeSpec and it
29427         resolves to a generic instance, inflate the method.
29429 2003-10-28  Dick Porter  <dick@ximian.com>
29431         * object.c (mono_runtime_run_main): Convert command-line arguments
29432         into utf8, falling back to the user's locale encoding to do so.
29434 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
29436         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
29437         at this time.
29439         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
29441         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
29442         up icalls at method definition time. Partially fixes #33569.
29444 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
29446         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
29447         marshalling of arrays. Fixes #50116.
29449         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
29451         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
29452         points to a vtable in the dying appdomain.
29454         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
29455         listeners into unmanaged code inside the lock.
29457         * object.c (mono_class_vtable): Turn off typed allocation in non-root
29458         domains and add some comments.
29460 2003-10-25  Martin Baulig  <martin@ximian.com>
29462         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
29464         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
29466         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
29467         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
29468         currently parsing.  Create the generic class and store it in
29469         `generic_inst->klass' before parsing the type arguments.  This is
29470         required to support "recursive" definitions; see mcs/tests/gen-23.cs
29471         for an example.
29472         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
29473         to support recursive typespec entries.
29475         * class.c (mono_class_setup_parent): If our parent is a generic
29476         instance, we may get called before it has its name set.
29477         (mono_class_from_generic): Splitted into
29478         mono_class_create_from_generic() and mono_class_initialize_generic().
29480 2003-10-25  Martin Baulig  <martin@ximian.com>
29482         * icall.c (ves_icall_Type_BindGenericParameters): Return a
29483         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
29484         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
29485         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
29487         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
29488         (create_typespec): Likewise.
29489         (mono_reflection_bind_generic_parameters): Return a
29490         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
29491         (mono_reflection_inflate_method_or_ctor): New public function.
29493         * reflection.h (MonoReflectionGenericInst): New typedef.        
29495 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
29497         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
29498         inside the domain lock. Fixes #49993.
29499         
29500         * object.c (mono_class_vtable): When typed allocation is used, 
29501         allocate vtables in the GC heap instead of in the mempool, since the
29502         vtables contain GC descriptors which are used by the collector even
29503         after the domain owning the mempool is unloaded.
29505         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
29507         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
29508         reflect what it does. Also invalidate mempools instead of freeing
29509         them if a define is set.
29511         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
29512         of the appdomain.
29513         
29514         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
29515         hold the finalizable objects in this domain.
29517         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
29518         appdomain.
29520         * appdomain.c (mono_domain_set): New function to set the current
29521         appdomain, but only if it is not being unloaded.
29523         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
29524         appdomain which is being unloaded.
29525         
29526         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
29527         unloading of the root appdomain.
29529         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
29530         icall to execute a method in another appdomain. Intended as a 
29531         replacement for InternalSetDomain, which can confuse the code 
29532         generation in the JIT.
29534         * appdomain.c (mono_domain_is_unloading): New function to determine
29535         whenever an appdomain is unloading.
29537         * appdomain.c (mono_domain_unload): New function to correctly unload
29538         an appdomain.
29540         * assembly.c (mono_assembly_load_references): Check that an assembly
29541         does not references itself.
29543         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
29544         domain manually, it asks the finalizer thread to do it, then waits for
29545         the result. Also added a timeout.
29547         * icall.c: Register the new icalls.
29549         * threads.h threads.c: Export the mono_gc_stop_world and 
29550         mono_gc_start_world functions.
29551         
29552         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
29553         function to fill out the mempool with 0x2a.
29555 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
29557         * reflection.h (MonoReflectionMethodAux): New structure to store
29558         information which is rarely used, thus is not in the MonoMethod
29559         structure.
29561         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
29562         store the aux info.
29564         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
29565         and marshalling info into the aux structure.
29567         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
29568         from the aux structure.
29570         * loader.c (mono_method_get_param_names): Retrieve the param names from
29571         the aux structure.
29572         
29573 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
29575         * exception.h exception.c: Add AppDomainUnloadedException && fix 
29576         warning.
29578 2003-10-21  Dick Porter  <dick@ximian.com>
29580         * socket-io.c
29581         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
29582         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
29584 2003-10-21  Martin Baulig  <martin@ximian.com>
29586         * reflection.c (mono_reflection_bind_generic_parameters):
29587         `klass->parent' is NULL for interfaces.
29589 2003-10-21  Martin Baulig  <martin@ximian.com>
29591         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
29593 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
29595         * exception.c (mono_exception_from_name_msg): New helper function for
29596         creating exceptions and initializing their message field.
29598         * exception.c: Simplify functions using the new helper.
29600         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
29601         New function.
29603         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
29604         mono_raise_exception, since otherwise gcc doesn't generate the function
29605         epilog for raise_exception, confusing the stack unwinding in the JIT.
29606         Fixes #45043.
29608         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
29609         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
29610         Fixes #49499.
29612 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29614         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
29615         utf8.
29617 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
29619         * icall.c: Removed GetUninitializedObject method because
29620           AllocateUninitializedClassInstance does the same.
29622 2003-10-18  Martin Baulig  <martin@ximian.com>
29624         * class.c (inflate_generic_signature): Renamed to
29625         mono_class_inflate_generic_signature() and made it public.
29626         (my_mono_class_from_generic_parameter): New static function; if we
29627         don't already have the generic parameter's MonoClass, create a
29628         very simple one which is just used internally in the runtime and
29629         not passed back to managed code.
29631         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
29633         * metadata.h (MonoMethodSignature): Moved the
29634         `MonoGenericParam *gen_params' to the MonoMethodHeader.
29635         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
29637         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
29638         ves_icall_MonoMethod_GetGenericArguments(); this is now an
29639         interncall on the MonoMethod class, not on MethodInfo.
29640         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
29641         calling mono_reflection_bind_generic_method_parameters() directly.
29643         * loader.c (mono_method_get_signature): If this is a MethodSpec;
29644         return the already computed `method->signature'.
29645         (method_from_methodspec): New static function to load a method
29646         from a MethodSpec entry.
29647         (mono_get_method_from_token): Call the new method_from_methodspec()
29648         for MethodSpec tokens.  
29649         (mono_get_method_from_token): If we're a generic method, load the
29650         type parameters.
29652         * reflection.c (mono_image_get_memberref_token): Allow
29653         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
29654         table.
29655         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
29656         (mono_image_create_token): First check whether it's a generic
29657         method (so we'd need to create a MethodSpec), then do the other
29658         two alternatives.
29659         (mono_reflection_bind_generic_method_parameters): Return a
29660         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
29661         called directly from the interncall.
29663 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
29665         * reflection.c (load_public_key): Move loading of the public key
29666         into managed code.
29668         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
29670         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
29671         fields.
29673         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
29674         culture, hash_alg and public_key. Fixes #49555.
29676 2003-10-17  Martin Baulig  <martin@ximian.com>
29678         * class.h (MonoGenericInst): Moved this declaration here and added
29679         `MonoMethod *generic_method'.
29681         * icall.c
29682         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
29683         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
29685         * metadata.c (mono_metadata_type_equal): Two types of
29686         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
29687         index; ie. don't compare the address of the `MonoGenericParam'
29688         structure.
29689         (mono_metadata_load_generic_params): Removed the `MonoMethod
29690         *method' argument.
29692         * metadata.h (MonoGenericInst): Moved declaration to class.h.
29693         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
29695         * reflection.c (method_encode_signature): Encode the number of
29696         generic parameters.
29697         (encode_generic_method_sig): New static function.
29698         (method_encode_methodspec): New static function; creates an entry
29699         in the MethodSpec table for a generic method.
29700         (mono_image_get_methodspec_token): New static function.
29701         (mono_image_create_token): Call mono_image_get_methodspec_token()
29702         for generic methods.
29703         (mono_reflection_bind_generic_method_parameters): New public
29704         function.  Instantiates a generic method.
29706 2003-10-16  Martin Baulig  <martin@ximian.com>
29708         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
29709         *gen_params' here from MonoMethodHeader.
29711         * metadata.c (mono_metadata_parse_method_signature): If we have
29712         generic parameters, initialize `method->gen_params' and then set
29713         the correct `type->data.generic_param' in all the parameters.
29715 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
29717         * threads.c (mono_threads_get_default_stacksize): New function to 
29718         return the default stacksize.
29720         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
29721         termination of the finalizer thread, since the previous method had
29722         race conditions. Fixes #49628.
29724         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
29725         as for the other managed threads.
29727 2003-10-16  Martin Baulig  <martin@ximian.com>
29729         * class.c (inflate_generic_signature): Copy `generic_param_count'
29730         and `gen_params'.
29732         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
29733         New interncall.
29735         * metadata.c (mono_metadata_parse_method_signature): Actually set
29736         the `method->generic_param_count' here.
29737         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
29739 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
29741         * object.h: Add a new field to TypedRef to simplify the implementation
29742         of the REFANY opcodes in the JIT.
29744         * icall.c: Make use of the new field.
29746         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
29747         dynamically.
29749 2003-10-15  Martin Baulig  <martin@ximian.com>
29751         * class.c (mono_class_from_gen_param): Renamed to
29752         mono_class_from_generic_parameter() and moved most of the
29753         functionality from mono_reflection_define_generic_parameter()
29754         here; ie. we create a "real" class here.
29755         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
29756         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
29757         previously been called.
29759         * class.h (MonoGenericParam): Moved the declaration of this struct
29760         here from metadata.h and added `MonoMethod *method'.
29762         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
29763         interncall.
29765         * loader.c (mono_get_method_from_token): If we have any generic
29766         parameters, call mono_metadata_load_generic_params() to read them
29767         from the MONO_TABLE_GENERICPAR.
29769         * metadata.c (mono_metadata_load_generic_params): Added
29770         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
29772         * metadata.h (MonoMethodSignature): Replaced
29773         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
29774         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
29776         * reflection.c (mono_reflection_define_generic_parameter): Moved
29777         most of the functionality into the new
29778         mono_class_from_generic_parameter(); set the `method' field if
29779         we're a method parameter.       
29781 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
29783         * marshal.c (emit_struct_conv): if native size is 0
29784         emit no code.
29786 2003-10-14  Martin Baulig  <martin@ximian.com>
29788         * icall.c: The generics API has changed in the spec since it was
29789         added to System.Type; these modifications make it match the spec
29790         again.
29791         (ves_icall_Type_GetGenericParameters): Renamed to
29792         `ves_icall_Type_GetGenericArguments'.
29793         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
29794         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
29795         `ves_icall_MonoType_get_HasGenericArguments'.
29796         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
29797         `ves_icall_MonoType_get_IsGenericParameter'.
29798         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
29799         this is no interncall anymore.
29800         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
29801         `ves_icall_TypeBuilder_get_IsGenericParameter'.
29803 2003-10-14  Martin Baulig  <martin@ximian.com>
29805         * reflection.c (mono_reflection_bind_generic_parameters): Also
29806         inflate generic methods if we're reading the class from IL.
29808 2003-10-13  Martin Baulig  <martin@ximian.com>
29810         * reflection.c (mono_reflection_define_generic_parameter): This
29811         method isn't called directly from the icall anymore; take a
29812         `MonoReflectionAssemblyBuilder *' so we can use this for type and
29813         method generic parameters.
29814         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
29815         (method_builder_encode_signature): Encode generic parameters.
29816         (mono_image_get_method_info): Write generic params to the
29817         MONO_TABLE_GENERICPARAM table.
29819         * reflection.h (MonoReflectionMethodBuilder): Added
29820         `MonoArray *generic_params'.
29822         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
29824         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
29825         wrapper for mono_reflection_define_generic_parameter().
29826         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
29828 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
29830         * marshal.h: Add missing function to fix build.
29832         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
29833         the SetLastError pinvoke attribute.
29835         * marshal.c (mono_marshal_set_last_error): New helper function called
29836         by the generated code.
29837         
29838         * marshal.c (mono_mb_emit_branch): New helper function.
29840         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
29842         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
29843         classes as parameters and return values of delegates. Fixes #29256. 
29845 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
29847         * locales.c: use gint32 in non HAVE_ICU case
29849 2003-10-11  Martin Baulig  <martin@ximian.com>
29851         * mono-debug.c (mono_debug_add_method): Added a workaround for
29852         bug #48591.
29854 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
29856         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
29857         delegates passed to native code must use the STDCALL calling 
29858         convention. Fixes #35987.
29860 2003-10-10  Martin Baulig  <martin@ximian.com>
29862         * class.c (inflate_generic_type): If we're inflating for a generic
29863         type instance (and not for a generic method), return
29864         MONO_TYPE_MVAR unchanged.
29866 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29868         * string-icalls.c: Join ignores null strings in the source array.
29869         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
29870         * threads.c: GetAvailableTheads is slightly more accurate.
29872 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
29874         * threads.h threads.c : add mono_threads_set_default_stacksize
29875         and pass default to CreateThread calls.
29877 2003-10-09  Dick Porter  <dick@ximian.com>
29879         * icall.c:
29880         * locales.h:
29881         * locales.c: Internal calls for constructing CultureInfo and
29882         related objects from libicu (if its available.)
29884 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
29886         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
29888 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29890         * threadpool.c: added an argument to async_invoke_thread that is the
29891         item to process, pass the MonoAsyncResult to the thread start function
29892         when creating a new thread. This way we don't need to acquire any lock
29893         when we're creating a new thread. Readded a semaphore for faster
29894         response times (instead of that Sleep i added).
29896 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
29898         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
29899         get daylight change dates better on Windows, fix handling
29900         of platforms without tm_gmtoff.
29902 2003-10-06  Martin Baulig  <martin@ximian.com>
29904         * class.c (inflate_generic_method): Renamed to
29905         mono_class_inflate_generic_method() and made public.
29906         (mono_class_init): Don't inflate the generic methods here.
29907         (mono_class_from_generic): Added `gboolean inflate_methods'
29908         argument.  Inflate the methods here.
29910         * loader.c (mono_method_get_param_names): Ignore instances of
29911         generic types for the moment.
29913         * reflection.c (fixup_method): Added support for inflated methods.
29914         (mono_image_create_token): Use mono_image_get_methodref_token()
29915         for inflated methods.
29916         (mono_custom_attrs_from_param): Ignore instances of generic types
29917         for the moment.
29918         (mono_reflection_bind_generic_parameters): New public function.
29919         Moved all the functionality from
29920         ves_icall_Type_BindGenericParameters() here and added support for
29921         dynamic types.
29922         (mono_reflection_define_generic_parameter): Initialize
29923         `klass->methods' here.
29925         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
29926         functionality into mono_reflection_define_generic_parameter().
29927         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
29928         TypeBuilder, return that TypeBuilder.
29930 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29932         * appdomain.c: removed mono_delegate_semaphore.
29934         * threadpool.c:
29935         (mono_thread_pool_add): moved hash table creation inside and the thread 
29936         creation outside of the critical region.
29937         (mono_thread_pool_finish): removed obsolete code.
29938         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
29939         continue or exit the thread depending on the queue.
29941 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
29943         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
29944         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
29945         handle more bool marshalling options
29947 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
29949         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
29950         arrays of structs. Also add a more descriptive error message when
29951         a structure member is marshalled as LPArray.
29953 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
29955         * marshal.c (mono_marshal_get_native_wrapper): Add support for
29956         marshalling arrays of complex types. Fixes #29098. Also remove an
29957         usused and incomplete function.
29959 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
29961         * gc.c: report heap_size - free_bytes as total memory allocated
29962         (bug#49362).
29964 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
29966         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
29967         fix timezone handling problems on Windows.
29968         
29969         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
29970         asserts when the year is outside the range handled by ms the functions.
29972         * class.c (setup_interface_offsets): If the class is an interface,
29973         fill out its interface_offsets slot.
29975 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29977         * threadpool.c: mark threadpool threads as background.
29979 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
29981         * decimal.c - define DECINLINE to nothing if not using GCC
29983 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
29985         * assembly.c: More refcount fixes.
29987 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29989         * string-icalls.c: if we're not trimming, return the same string.
29990         When not splitting, don't create a new string.
29992 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29994         * image.c:
29995         (mono_image_open): increment the ref_count inside the critical section.
29997 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
29999         * image.c (mono_image_open): Fix reference counting bug.
30001 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
30003         * marshal.c (mono_marshal_type_size) struct alignment changed for 
30004         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
30005         64bits. Avoid leak in mono_marshal_get_native_wrapper when
30006         mono_lookup_pinvoke_call throws.        
30008 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
30010         * reflection.c (mono_reflection_parse_type): Fix #49114.
30012         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
30013         temporary workaround for cygwin header problem.
30015         * object.c (mono_object_isinst): Synchronize this with the code
30016         generated by the JIT for casts.
30018 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
30020         * reflection.c (encode_type): Fix #38332.
30022 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
30024         * marshal.c (mono_marshal_method_from_wrapper): New function to return
30025         the original method from the wrapper method.
30027 2003-09-25  Martin Baulig  <martin@ximian.com>
30029         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
30030         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
30031         (ves_icall_Type_get_IsGenericInstance): New interncall.
30033 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
30035         * object.c: fix cast warning in big endian code.
30037 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
30039         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
30040         
30041 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30043         * assembly.c: don't call check_env from mono_assembly_load. It's
30044         already done once in mono_assemblies_init and may cause headaches when
30045         multiple threads are loading assemblies.
30047 2003-09-19  Martin Baulig  <martin@ximian.com>
30049         * reflection.c (mono_reflection_define_generic_parameter): Don't
30050         allocate `klass->methods', set `klass->flags' to
30051         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
30053 2003-09-18  Martin Baulig  <martin@ximian.com>
30055         * class.c (mono_class_init): Don't create `class->methods' if it's
30056         already initialized.
30058         * metadata.c (mono_metadata_load_generic_params): Make this
30059         actually work.
30061         * reflection.c (mono_reflection_define_generic_parameter): Set
30062         parent class and interfaces from the constraints.
30064         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
30065         to keep this struct in sync with the declaration in TypeBuilder.cs.
30067 2003-09-17  Martin Baulig  <martin@ximian.com>
30069         * metadata.h (MonoType): Replaced the data's `int type_param'
30070         field with `MonoGenericParam *generic_param'.
30071         (MonoGenericParam): Added `MonoClass *klass'.
30073         * class.c (mono_class_from_gen_param): Removed the
30074         `MonoImage *image' and `int type_num' arguments.
30076         * metadata.c (mono_metadata_parse_generic_param): New static
30077         method; creates a MonoGenericParam which just contains the index.
30078         (do_mono_metadata_parse_type): Call
30079         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
30080         MONO_TYPE_MVAR.
30082         * reflection.c (mono_image_typedef_or_ref): Generic type
30083         parameters may be in the same assembly, but never use a typedef
30084         for them.
30085         (mono_reflection_define_generic_parameter): We're now creating a
30086         "real" class for the type parameter; it's now safe to call
30087         mono_class_from_mono_type() on the class'es type, it'll do the
30088         right thing.
30090 2003-09-16  Martin Baulig  <martin@ximian.com>
30092         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
30093         `symfile->range_entry_size' and `symfile->class_entry_size' here;
30094         the `symfile' data structure must be fully initialized before it
30095         gets added to the table.
30097 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
30099         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
30101         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
30102         class init trampolines.
30104 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
30106         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
30107         to the built-in profiler to turn off time and allocation profiling
30108         respectively.
30110 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
30112         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
30113         g_direct_equal.
30115         * debug-helpers.c (mono_method_full_name): Print the wrapper type
30116         in human readable form.
30118 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
30120         * reflection.c icall.c: Fixed warnings.
30122         * image.c (load_class_names): Use a temporary hash table to hold the
30123         namespaces in order to avoid doing many string comparisons.
30125         * image.h: Fix typo.
30127         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
30128         Pass NULL instead of g_direct_equal to the GHashTable constructor 
30129         since the NULL case is short-circuited inside g_hash_table_lookup, 
30130         leading to better performance.  
30132         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
30133         obtain the first custom attribute for a given index. Depends on the
30134         CustomAttribute table being sorted by the parent field.
30136         * reflection.c (mono_custom_attrs_from_index): Use the new function 
30137         for better performance.
30139 2003-09-07  Martin Baulig  <martin@ximian.com>
30141         * class.c (mono_class_init): If we're a generic instance, inflate
30142         all our methods instead of loading them from the image.
30143         (mono_class_from_generic): Set `class->methods = gklass->methods'.
30145 2003-09-07  Martin Baulig  <martin@ximian.com>
30147         * mono-debug-debugger.c: Added support for constructors.
30149 2003-09-06  Martin Baulig  <martin@ximian.com>
30151         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
30152         New interncall.
30154         * reflection.c (mono_reflection_setup_generic_class): Call
30155         ensure_runtime_vtable() to create the vtable.
30157 2003-09-05  Martin Baulig  <martin@ximian.com>
30159         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
30160         MONO_TYPE_MVAR.
30162 2003-09-04  Martin Baulig  <martin@ximian.com>
30164         * reflection.c (mono_reflection_define_generic_parameter): Generic
30165         parameters start with zero.
30167 2003-09-04  Martin Baulig  <martin@ximian.com>
30169         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
30171         * reflection.h (MonoReflectionGenericParam): New typedef.
30172         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
30173         the generic parameters from the managed TypeBuilder.
30175         * reflection.c (mono_reflection_define_generic_parameter): New function.
30176         (mono_reflection_create_runtime_class): Encode generic parameters.
30177         (mono_reflection_setup_generic_class): New function; this is
30178         called after adding adding all generic params to the TypeBuilder.
30179         (encode_type): Added MONO_TYPE_VAR.
30181 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
30183         * class.h class.c (mono_class_needs_cctor_run): Moved this method
30184         here from the JIT.
30186         * assembly.h assembly.c: Moved the AOT loading code into an assembly
30187         load hook.
30189 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
30191         * reflection.h reflection.c class.h class.c: Delete duplicate 
30192         definition of mono_type_get_name () from reflection.c and export the
30193         one in class.c.
30195         * class.c: Class loading fixes from Bernie Solomon 
30196         (bernard@ugsolutions.com).
30198         * reflection.c: Endianness fixes from Bernie Solomon 
30199         (bernard@ugsolutions.com).
30200         
30201 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
30203         * assembly.h assembly.c: Define a file format version for AOT
30204         libraries.
30205         
30206         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
30208         * appdomain.h (MonoJitInfo): New field to determine whenever the
30209         code is domain neutral.
30210         
30211 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
30213         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
30215 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
30217         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
30218         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
30219         Avoid caching the result since strings must be domain specific. Fixes
30220         #48050.
30222 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
30224         * marshal.c (mono_marshal_init): Make this callable multiple times
30225         since it is hard to find a correct place to call it.
30227         * object.c (mono_runtime_class_init): Execute static constructors in
30228         the correct appdomain.
30230         * image.c (build_guid_table): Handle the case when multiple images have
30231         the same GUID.
30233 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30235         * icall.c: added a couple of icalls for System.Web.
30237 2003-08-28  Martin Baulig  <martin@ximian.com>
30239         * icall.c (ves_icall_Type_BindGenericParameters): Use
30240         `klass->generic_inst' instead of `&klass->byval_arg' in the
30241         mono_type_get_object() call.  The returned type must be
30242         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
30244 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
30246         * NOTES: New file.
30248         * object.c (mono_class_proxy_vtable): Make it thread safe.
30250         * pedump.c: Fix warning.
30252         * object.c appdomain.h: Get rid of metadata_section. 
30253         It is no longer needed and it was causing deadlocks with domain->lock.
30255         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
30257 2003-08-26  Martin Baulig  <martin@ximian.com>
30259         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
30261 2003-08-26  Martin Baulig  <martin@ximian.com>
30263         * pedump.c (main): Call mono_metadata_init(),
30264         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
30265         and mono_loader_init().
30267 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
30269         * loader.h: Add missing include to fix build.
30271         * image.h: mono_image_load_references is no more.
30273         * assembly.c: Reworked assembly loading to make it really thread safe.
30274         After these changes, the assembly returned by mono_assembly_open is
30275         fully initialized, i.e. all its references assemblies are loaded.
30277         * assembly.c (mono_image_load_references): Renamed to 
30278         mono_assembly_load_references, and made private, since clients no
30279         longer need to call it.
30281         * class.c: Removed calls to mono_assembly_load_references, since it was
30282         a source of deadlocks.
30284         * loader.h loader.c class.h class.c: Protect data structures using a 
30285         new lock, the loader lock.
30287         * class.c (mono_class_setup_vtable): Create temporary hash tables and
30288         GPtrArrays only when needed.
30290         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
30291         into empty structures by mcs. Fixes pinvoke7.cs.
30292         
30293         * domain.c (mono_init): Call a new initialization function.
30295         * appdomain.c (mono_runtime_init): Call the new initializer function
30296         of the marshal module.
30298         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
30299         inserted into empty structures by mcs. Fixes pinvoke7.cs.
30301         * marshal.h marshal.c: Added locks around the wrapper caches to make
30302         this module thread safe.
30304         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
30305         this argument. Fixes pinvoke1.exe.
30307 2003-08-25  Lluis Sanchez <lluis@ximian.com>
30309         * object.h: Added call_type field to MonoMethodMessage and the corresponding
30310         enumeration of values. Removed fields to store remote call output values in
30311         MonoAsyncResult. Not needed any more.
30312         * object.c: Initialize call_type and async_result fields in mono_message_init.
30313         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
30314         dispatching the message.
30315         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
30316         async call to finish. To do it use a message with EndInvoke call type.
30318 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
30320         * loader.h loader.c (mono_method_hash_marhal_info): New function which
30321         determines whenever a method has marshalling info.
30323 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30325         * assembly.c: fix the build on windows.
30327 2003-08-22 Lluis Sanchez <lluis@ximian.com>
30329         * object.cs: Fixed bug #47785.
30331 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
30333         * string-icalls.c (StringReplace): If their are no occurances of
30334         the old string found return a reference to the supplied
30335         string. This saves some memory and matches MS behavoir.
30336         
30337 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30339         * socket-io.c: fixed compilation for systems that define AF_INET6
30340         and don't define SOL_IP/SOL_IPV6.
30342 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
30344         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
30345         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
30347         * rawbuffer.c rawbuffer.h: Make this module thread safe.
30349         * domain.c: Make this module thread safe.
30351         * domain.c (mono_init): Call new initialization function.
30353         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
30354         reference types too. Fixes #38812.
30356         * image.c (mono_image_init): Fixed warnings.
30358         * class.c (mono_class_from_typeref): Handle assembly load failure
30359         correctly.
30361         * appdomain.c (add_assemblies_to_domain): Handle the case when
30362         the references of an assembly are not yet loaded.
30364         * metadata.c image.c assembly.c: Moved initialization of global
30365         variables to a separate function called at startup since lazy 
30366         initialization of these variables is not thread safe.
30367         
30368         * image.c assembly.c: Made this module thread safe by adding locks in 
30369         the appropriate places.
30371         * domain.c (mono_init): Call the new initialization functions of the
30372         three modules.
30374 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
30376         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
30377           make a direct call. It is proxy's work to make the call asynchronous.
30378           mono_delegate_end_invoke(): If the targe is a proxy, just collect
30379           the return values.
30380         * object.cs: mono_method_call_message_new(): read AsyncResult and
30381           state object from parameters list, if this info is requested.
30382         * object.h: Added fields to store remote call output values in
30383           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
30385 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
30387         * object.h: add needed fields to MonoThread.
30388         * threads.c, threads.h: allow registering a function to cleanup data
30389         allocated per thread by the JIT.
30391 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
30393         * loader.h: portability fix by Bernie Solomon
30394         * <bernard@ugsolutions.com>.
30396 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
30398         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
30399         return a MonoArray. This simplifies the code and also ensures that
30400         the cache allways contains an object reference as a value.
30402         * icall.c (ves_icall_get_parameter_info): Simplified using the new
30403         function.
30405 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30407         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
30408         fixes a problem with byte ordering when getting the address family for
30409         a socket.
30411 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
30413         * .cvsignore: Added monosn.
30415         * reflection.h reflection.c loader.c: Added support for parameter
30416         marshalling to dynamically created types. Fixes #47295.
30418 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
30420         * rand.c: remove useless warnings.
30422 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
30424         * class.c: implemented ldtoken for methods and fieldrefs.
30426 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30428         * threadpool.c: when mono_async_invoke was called, no one took care of
30429         monitoring the queue. So if the method invoked took some time and we
30430         got new async invoke requests after 500 ms (the thread created waited
30431         that long in WaitForSingleObject), the new async invoke was not called
30432         until the previous one finished.
30434         This is fixed now. Thanks to Totte for helping with it.
30436 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30438         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
30440 2003-08-11  Martin Baulig  <martin@ximian.com>
30442         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
30444 2003-08-06  Martin Baulig  <martin@ximian.com>
30446         * mono-debug-debugger.c: Added support for static fields,
30447         properties and methods.
30449 2003-08-06  Martin Baulig  <martin@ximian.com>
30451         * mono-debug-debugger.c: Don't store the MonoString's vtable to
30452         make this work for applications with multiple application domains.
30454 2003-08-04  Martin Baulig  <martin@ximian.com>
30456         * mono-debug-debugger.c: Completely reworked the type support; the
30457         most important thing is that we're now just using one single
30458         `MonoType' instance per type.
30460 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
30462         * mono-endian.h, mono-endian.c, icall.c: Added icall
30463         ves_icall_System_Double_AssertEndianity to assert double word endianity
30464         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
30466 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
30468         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
30469         support, icalls and fixes.
30471 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
30473         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
30474         classes that are a punctuation character in .NET is not the same a
30475         g_unichar_ispunct.
30477 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
30479         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
30481 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
30483         * icall.c: Add new MemCopy internalcall.
30484         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
30485         Simplified code; It is not necessary to handle all the cases here,
30486         as the C# code takes care of it.  Only handle the case of the name
30487         resource embedded into the assembly.
30489         Changed signature to return the data pointer and the size of the
30490         data. 
30492 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
30494         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
30495         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
30497 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
30499         * socket-io.c: ignore EINTR error in select.
30501 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
30503         * class.h, class.c: removed unused subclasses field in MonoClass.
30505 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
30507         * icall.c: improve fix of get_base_definition(). If the parent class
30508           doesn't have the mehod, look at the parent of the parent.
30509         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
30510           to check if a parameter is an in or out parameter
30511           (PARAM_ATTRIBUTE_IN is not set by default).
30512           mono_method_return_message_restore(): Use mono_class_value_size to
30513           get the size of a value type. mono_type_stack_size (parameterType)
30514           does not return the correct value if parameterType is byRef.
30515           mono_load_remote_field(), mono_load_remote_field_new(),
30516           mono_store_remote_field(), mono_store_remote_field_new():
30517           raise exception if the remote call returns an exception.
30519 2003-07-28  Martin Baulig  <martin@ximian.com>
30521         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
30522         method.  This is a wrapper around mono_runtime_invoke() which
30523         boxes the instance object if neccessary.
30525 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
30527         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
30528         metadata.h, row-indexes.h, verify.c: first cut of generics support.
30530 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
30532         * icall.c: disable mcs bug workaround.
30534 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
30536         * object.c (mono_runtime_class_init): Take the metadata_section
30537         mutex before obtaining the domain mutex.
30539         * appdomain.h: Added definition of metadata_section mutex here. 
30541         * object.c: define metadata_mutex here.
30543 2003-07-24  Ravi Pratap  <ravi@ximian.com>
30545         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
30546         fixed.
30548 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
30550         * reflection.c: Fix bug #46669
30552 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30554         * exception.c:
30555         * exception.h:
30556         * icall.c:
30557         * object.h: fill in the type name for TypeLoadException.
30559 2003-07-23  Ravi Pratap  <ravi@ximian.com>
30561         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
30562         relationship between TypeBuilders while compiling corlib) and bug
30563         45993 (Array types returned from the runtime while compiling
30564         corlib were from the loaded corlib).
30566 2003-07-22  Martin Baulig  <martin@ximian.com>
30568         * mono-debug-debugger.c: Reworked the type support a bit more;
30569         distinguish between types and classes.
30571 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
30573         * icall.c: add IsArrayImpl icall.
30575 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
30577         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
30578         initializing real_size only once. Also fix bug #46602.
30580 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
30582         * object.c: Renamed mono_metadata_section to metadata_section.
30584 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
30586         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
30587           empty array if the type is an array. Fixed.
30588           ves_icall_MonoMethod_get_base_definition: if the base method
30589           is abstract, get the MethodInfo from the list of methods of
30590           the class.
30591         * reflection.c: ParameterInfo.PositionImpl should be zero-based
30592           and it was 1-based. Fixed in mono_param_get_objects.
30594 2003-07-20  Martin Baulig  <martin@ximian.com>
30596         * mono-debug.h: Set version number to 31.
30597         (mono_debug_init): Added `MonoDomain *' argument.
30599         * mono-debug-debugger.c: Reworked the type support; explicitly
30600         tell the debugger about builtin types; pass the `klass' address to
30601         the debugger.
30603 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
30605         * image.c: Allow new metadata tables to be loaded without a
30606         warning. Also update the warning message to give the new constant value.
30607                 
30608 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
30610         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
30611         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
30612         array type representation changes.
30614 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
30616         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
30617         on Environment.Exit () call.
30619 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
30621         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
30622         requires a matching corlib.
30624 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
30626         * Changelog: My editor decided to add a CR to each line. Sorry about that.
30627           Committed again without the CRs.
30628         
30629 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
30631         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
30632           getting it from the "this" socket instance. Did not work
30633           if the socket is a subclass of Socket.
30634           Also fixed bug #35371.
30636 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
30638         * metadata.c: fixed size for TypedByRef.
30639         * loader.c: when searching for a method, consider the vararg amrker.
30640         * unicode.c, decimal.c: constify some arrays.
30642 2003-07-15  Dick Porter  <dick@ximian.com>
30644         * socket-io.c: Fixed compilation for gcc < 3.2.
30646         Fixed compilation for machines that don't have AF_INET6 (thanks to
30647         Bernie Solomon <bernard@ugsolutions.com> for that part.)
30649         Fixed compile warnings.
30650         
30651         Fixed formatting and line endings.
30653 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
30655         * socket-io.h:
30656         * socket-io.c: Added IPv6 support.
30658 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
30660         * class.c (mono_class_is_assignable_from): New function to implement
30661         the is_assignable_from logic. Used by mono_object_isinst, 
30662         Type::IsAssignableFrom () and the interpreter.
30664         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
30665         Object, even interfaces.
30666         
30667         * object.c (mono_object_isinst): Implement in terms of 
30668         is_assignable_from.
30670         * icall.c (ves_icall_type_is_assignable_from): New icall.
30672 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
30674         * domain.c (foreach_domain): fix compiler warning.
30676 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
30678         * image.c (load_metadata_ptrs): use g_strndup because strndup is
30679         not available on all plattforms
30681 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
30683         * image.h image.c: Store the metadata version string in MonoImage.
30684         * icall.c: New icall to retrieve the image version.
30685         * reflection.c (create_dynamic_image): Fill in the image version field
30686         * reflection.c (build_compressed_metadata): Use the image version
30687         from the image structure.
30689 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30691         * appdomain.c: modified comment.
30692         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
30693         That will be its last iteration when mono_gc_cleanup is called from
30694         mono_runtime_cleanup and before the domain is unloaded.
30696         Fixes bug #45962.
30698 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
30700         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
30701         attributes.
30703 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
30705         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
30706         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
30707         Bernie Solomon <bernard@ugsolutions.com>.
30709 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
30711         * object.c, object.h: provide mono_object_new_fast() for faster
30712         allocation in some special cases.
30714 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
30716         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
30717         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
30719 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
30721         * threadpool.c: fix leaks.
30723 2003-07-01  Dick Porter  <dick@ximian.com>
30725         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
30726         using MonoGHashTables.  Fixes threadpool bug posted to list.
30728 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
30730         * image.h, image.c: added support to load an assembly from a byte array.
30731         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
30732         assembly bundle support.
30734 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
30736         * threadpool.c (mono_thread_pool_add): keep a reference to the
30737         AsyncResult to prevent GC
30739 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
30741         * class.c: leak fix.
30743 2003-06-25  Dick Porter  <dick@ximian.com>
30745         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
30746         for the async object, the WaitHandle object will close the handle.
30747         Fixes bug 45321.
30749 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
30751         * class.c: in mono_array_class_get (), lookup from the hash with the
30752         same type we insert: this works around a bug in
30753         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
30754         lluis. The real fix will have to wait for after the release.
30756 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
30758         * icall.c: fix memory leak when getting type members.
30760 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
30762         * reflection.c: added more pubtoken special cases.
30764 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
30766         * class.c: handle field offset correctly when class size
30767         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
30769 2003-06-20  Martin Baulig  <martin@ximian.com>
30771         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
30772         *image' field.
30774 2003-06-20  Martin Baulig  <martin@ximian.com>
30776         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
30778 2003-06-20  Martin Baulig  <martin@ximian.com>
30780         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
30781         just distinguish between variables in registers and variables at
30782         an offset relative to a register.
30784 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30786         * icall.c: #ifdef out latest changes until mcs is fixed.
30788 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
30790         * icall.c: return members in metadata order.
30792 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
30794         * icall.c: avoid infinite loop in GetTimeZoneData.
30796 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
30798         * icall.c: added Marshal.Prelink/All icalls.
30800 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
30802         * object.c, object.h: fix warnings and do some overflow checking
30803         when creating arrays.
30805 2003-06-17  Dick Porter  <dick@ximian.com>
30807         * file-io.h:
30808         * file-io.c: File attributes need to be tweaked slightly when
30809         passed from the managed to the w32 world.
30811 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
30812         * profiler.h profiler-private.h profiler.c: Rework last patch
30813         based on suggestion by Paolo.
30814         
30815 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
30817         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
30818         instruction level coverage data collection.
30819         * profiler.h profiler.c (: Added new callback function which can be
30820         used by the profiler to limit which functions should have coverage
30821         instrumentation.
30822         * profiler.c (mono_profiler_load): Call g_module_build_path to
30823         generate the file name of the profiler library.
30825 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
30827         * profiler.c, profiler.h, profiler-private.h: added basic block 
30828         coverage profiling API.
30830 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
30832         * reflection.c (mono_reflection_create_runtime_class): Add support
30833         for events in dynamically generated code.
30835         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
30836         not allocated.
30838 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
30840         * icall.c: when getting timezone info, return reasonable values if we
30841         can't get the actual data.
30843 2003-06-14  Dick Porter  <dick@ximian.com>
30845         * threads.c (start_wrapper): Remove the reference to the thread
30846         object in the TLS data, so the thread object can be finalized.
30847         This won't be reached if the thread threw an uncaught exception,
30848         so those thread handles will stay referenced :-( (This is due to
30849         missing support for scanning thread-specific data in the Boehm GC
30850         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
30852 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
30854         * reflection.c: ensure streams and tables are first allocated with
30855         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
30857 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
30859         * icall.c: fixed GetElementType for byrefs (bug# 44792).
30861 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
30863         * reflection.c (mono_reflection_create_runtime_class): Add support for
30864         properties to dynamically created classes.
30865         * reflection.c: Fix a few places where non-MonoObjects were inserted
30866         into the tokens hashtable.
30868 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30870         * object.c: some support to handle out of memory exceptions.
30872 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
30874         * marshal.c (mono_marshal_get_native_wrapper): support reference
30875         return types
30877 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
30879         * object.h, object.c: more portability stuff from Bernie Solomon.
30880         Unexport mono_object_allocate(). Added mono_object_unbox ().
30881         Set exitcode when an unhandled exception is thrown.
30883 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
30885         * marshal.c (mono_marshal_get_native_wrapper): use custom
30886         marshaler for return types.
30888 2003-06-10  Dick Porter  <dick@ximian.com>
30890         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
30891         ip_mreq is available
30893 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
30895         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
30896         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
30897         by Bernie Solomon <bernard@ugsolutions.com>.
30899 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
30901         * gc.c (mono_gc_init): Avoid error message on shutdown when
30902         GC_DONT_GC=1 is used.
30904         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
30905         New icall to return the GUID of a module.
30907 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
30909         * class.c: ensure instance size always includes the parent's size
30910         even whem class size is set explicitly (fixes bug#44294).
30912 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
30914         * profiler.h, profiler.c: made the simple profiler thread-safe,
30915         get more accurate timing info. Allow the loading of an
30916         externally-developed profiler module.
30918 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
30920         * marshal.c (mono_marshal_get_native_wrapper): improved
30921         class/byref arguments.
30922         (mono_marshal_get_native_wrapper): better string marshaling support.
30924 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
30926         * class.c: ensure .pack and .size are handled correctly and
30927         simplified layout of static fields.
30929 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
30931         * appdomain.c
30932         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
30934         * loader.c (mono_lookup_pinvoke_call): look for modules in the
30935         current directory (fix bug 44008)
30937 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
30939         * marshal.c (mono_marshal_get_native_wrapper): started support for
30940         custom marshalers.
30941         (mono_delegate_to_ftnptr): consider marshalling specifications
30943 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
30945         * reflection.c, reflection.h: emit custom marshal info.
30947 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30949         * object.c: free the GError.
30950         * icall.c: added CloseEvent_internal.
30951         * threads.[ch]:
30952         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
30953         call.
30955 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
30957         * loader.c (mono_method_get_signature): Add support for dynamic
30958         assemblies.
30960 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
30962         * reflection.c: fixed bug #43905.
30964 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
30966         * class.c, domain.c, icall.c, metadata.h, object.h: support for
30967         handling TypedReference and ArgIterator.
30968         * loader.c, loader.h: added function to get signature at call site.
30970 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
30972         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
30973         data readonly. Buglets and warning fixes. Some MethodSpec support.
30975 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
30977         * class.h, class.c, object.c: remove relative numbering support.
30979 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
30981         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
30982         free the string, until we get a chance to fix Gtk#
30984 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30986         * marshal.c: revert last patch.
30988 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
30990         * icall.c: updates for new mono_class_vtable() not calling
30991         the type constructor anymore.
30993 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
30995         * object.h, object.c: separate vtable creation from type
30996         initialization. Make running the .cctor thread safe.
30998 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
31000         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
31002 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
31004         * loader.c (mono_get_method): consider calling convention
31006 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
31008         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
31009         to return the invisible global type for a module.
31011         * reflection.c (mono_image_build_metadata): Emit global fields too.
31013 2003-05-20  Peter Williams  <peterw@ximian.com>
31015         * loader.c (mono_lookup_internal_call): Add a few newlines.
31017 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
31019         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
31020         literal strings.
31022         * appdomain.c (set_domain_search_path): Recalculate search path when
31023         AppDomainSetup.PrivateBinPath changes.
31025         * object.c (mono_class_compute_gc_descriptor): It turns out some
31026         parts of the class libs (like System.Thread) holds pointers to
31027         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
31028         to treat native int a pointer type here.
31029         
31030 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
31032         * appdomain.h, domain.c: add hashtable for jump target resolution.
31034 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
31036         * reflection.h reflection.c icall.c: Added new icalls 
31037         GetManifestResourceInfoInternal, GetModulesInternal and support
31038         infrastructure.
31040 2003-05-16  Dick Porter  <dick@ximian.com>
31042         * icall.c:
31043         * file-io.h:
31044         * file-io.c: Implement System.IO.MonoIO::GetTempPath
31046 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
31048         * object.c: mono_store_remote_field: little fix to previous patch.
31050 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
31052         * class.c: add constructors to array classes.
31053         * icall.c: special case array construction for InternalInvoke (),
31055 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
31057         * class.h class.c reflection.c object.c: Added support for field
31058         defaults in dynamically generated classes.
31060 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
31062         * reflection.c: properly encode charset for ddlimport.
31064 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
31066         * threads.c: allow compiling without GC.
31068 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
31070         * appdomain.h, object.c, object.h, threads.c, threads.h: added
31071         handling of thread static data.
31073 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
31075         * reflection.h, reflection.c: added mono_custom_attrs_free ().
31077 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
31079         * class.c (mono_array_class_get): always set the serializable flags
31080         (mono_array_class_get): always set the SEALED attribute for array types
31082 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
31084         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
31085         attributes (fix for bug 42021).
31087 2003-05-12  Dick Porter  <dick@ximian.com>
31089         * gc.c: Don't run finalizers when the finalizer thread is
31090         finishing up, because the default domain has already been
31091         destroyed.
31093 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
31095         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
31096         value is null, we should throw an exception.   This is slightly
31097         different than the other conventions used for the constructor.
31099 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31101         * socket-io.c: fixed windows build.
31103 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31105         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
31107 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
31109         * object.c (mono_string_new_wrapper): Compatibility fix for MS
31110         compilers.
31112 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
31114         * class.c (mono_class_layout_fields): Add experimental GC aware
31115         auto layout facility. Requires class library changes to work correctly.
31117         (mono_class_setup_vtable): Avoid overriding explicit interface
31118         method implementations. Fixes iface3.exe test.
31120         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
31121         object reference.
31122         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
31123         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
31125         * metadata.h: Add new type classification macro which determines
31126         whenever the type holds an object reference.
31128 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
31130         * marshal.c (mono_marshal_get_native_wrapper): cleanups
31132 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
31134         * gc.c (finalizer_thread): Work around a GC bug.
31136 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
31138         * marshal.c (emit_struct_conv): allow unions
31140         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
31142 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
31144         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
31146 2003-05-06  Martin Baulig  <martin@ximian.com>
31148         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
31150 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31152         * socket-io.c:
31153         (Select_internal): allow NULLs, don't create arrays if not needed.
31154         Coupled with Socket.cs changes.
31156         * threadpool.c:
31157         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
31158         register a finalizer for it that will close the semaphore handle. This
31159         fixes the leak and make Lupus' test run with > 4080 loops.
31161 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
31163         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
31164         Jerome Laban (bug #42287)
31166 2003-05-02  Martin Baulig  <martin@ximian.com>
31168         * debug-mono-symfile.h
31169         (MonoSymbolFile): Moved declaration into mono-debug.h.
31170         (MonoDebugMethodJitInfo): Likewise.
31171         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
31172         argument.
31173         (_mono_debug_address_from_il_offset): Take a
31174         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
31176         * mono-debug.h
31177         (MonoDebugDomainData): New struct.
31178         (mono_debug_get_domain_data): New function.
31179         (mono_debug_add_method): Take an additional `MonoDomain *'
31180         argument.
31181         (mono_debug_source_location_from_address): Likewise.
31182         (mono_debug_il_offset_from_address): Likewise.
31183         (mono_debug_address_from_il_offset): Likewise.
31185 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
31187         * reflection.c: one more check for null type in custom attrs.
31189 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31191         * reflection.c: avoid warning (comparison is always false due to limited
31192         range of data type).
31194 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31196         * icall.c: throw an exception in Type.GetField if the argument 'name'
31197         is NULL.
31199 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
31201         * reflection.c: fixed handling of enums in named arguments to custom
31202         attributes (bug #42123).
31204 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
31206         * reflection.c: use the right array element type and handle
31207         a null for a Type argument, too.
31209 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
31211         * reflection.c: handle arrays as arguments to custom attributes.
31213 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
31215         * reflection.c: handle a string value in a custom attr
31216         ctor that takes an object.
31218 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
31220         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
31221         (fix bug #42063)
31223 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
31225         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
31227 2003-04-27  Martin Baulig  <martin@ximian.com>
31229         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
31230         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
31231         MONO_DEBUGGER_EVENT_BREAKPOINT.
31232         (mono_breakpoint_trampoline_code): Removed.
31233         (mono_debugger_event_handler): The last argument is now a
31234         `guint32'.
31235         (mono_debugger_insert_breakpoint_full): Removed the
31236         `use_trampoline' argument.
31237         (mono_debugger_method_has_breakpoint): Likewise.
31238         (mono_debugger_trampoline_breakpoint_callback): Renamed to
31239         mono_debugger_breakpoint_callback(); take the method and
31240         breakpoint number as arguments.
31242 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
31244         * metadata.c: fix off by one when loading parameters attributes.
31246 2003-04-24  Martin Baulig  <martin@ximian.com>
31248         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
31250 2003-04-24  Martin Baulig  <martin@ximian.com>
31252         * mono-debug-debugger.c: Moved all code which interacts with the
31253         Mono Debugger here.
31255         * debug-mono-symfile.c: This code now just deals with the symbol
31256         file itself, the debugger code is now in mono-debug-debugger.c.
31258 2003-04-23  Martin Baulig  <martin@ximian.com>
31260         * mono-debug.c (mono_debug_source_location_from_il_offset):
31261         New method; like mono_debug_source_location_from_address(), but
31262         takes an IL offset instead of a machine address.
31264 2003-04-23  Martin Baulig  <martin@ximian.com>
31266         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
31267         `line' field; this is now computed by the debugger.
31269 2003-04-23  Martin Baulig  <martin@ximian.com>
31271         * mono-debug.[ch]: New files.  This is the new debugging interface.
31273         * mono-debug-debugger.[ch]: New files.  Moved all code which
31274         interacts with the Mono Debugger here.
31276 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
31278         * domain.c (mono_init): initialize mono_defaults.monitor_class
31280 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
31282         * reflection.c (method_encode_code): Add a spicy exception to help
31283         future compiler authors.
31285 2003-04-21  Martin Baulig  <martin@ximian.com>
31287         * icall.c
31288         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
31289         Make this work with relative pathnames; g_filename_to_uri() needs
31290         an absolute filename.
31292 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
31294         * icall.c: Track name changes in Object and ValueType.
31296 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
31298         * metadata.c (mono_type_stack_size): size should be a multiple of
31299         sizeof (gpointer)
31301 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31303         * gc.c:
31304         (internal_domain_finalize): moved into mono_domain_finalize. No need
31305         to create another thread because the finalizers will be run in the
31306         finalizer thread.
31307         
31308         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
31309         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
31310         to be run (MS does this too).
31312 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
31314         * object.c (mono_class_compute_gc_descriptor): Update comment.
31316         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
31318         * image.h: Add synchronized wrapper cache.
31320         * image.c (do_mono_image_open): Initialize cache.
31322         * reflection.c (create_dynamic_mono_image): Initialize cache.
31324 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31326         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
31327         ves_icall_System_Buffer_ByteLengthInternal.
31329 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
31331         * reflection.c: setup klass->nested_in earlier. Allow
31332         a dash in the assembly name.
31334 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
31336         * metadata.c (mono_type_to_unmanaged): dont access
31337         type->data.klass for MONO_TYPE_OBJECT
31338         (mono_type_to_unmanaged): consider System.Delegate class
31340 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
31342         * class.c: just setup supertypes in the proper place instead of
31343         initializing the full element class for arrays.
31345 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
31347         * class.c: ensure the element class of arrays is initialized.
31348         Setup the supertype info for array classes, too.
31350 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
31352         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
31354 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31356         * Makefile.am: re-added -m option when running cygpath. This way,
31357         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
31358         separator.
31359         * mono-config.c: same codepath for locating mono config file for WIN32
31360         and the rest.
31361         * assembly.c: if mono_assembly_setrootdir is called, don't override
31362         the value set.
31364 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31366         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
31367         MONO_ASSEMBLIES variable.
31369 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
31371         * icall.c: added Assembly::GetNamespaces() icall.
31373 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31375         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
31377 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
31379         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
31380         * object.c: fixed bug in the construction of vtable for proxies
31382 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
31384         * object.c (mono_array_new): Mark mono_array_new as an icall.
31386 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31388         * class.c: fixed test for public method when overriding interfaces.
31389         Closes bug #40970.
31391 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
31393         * appdomain.h, domain.c: added mono_domain_foreach() to
31394         be able to access the currently loaded appdomains.
31395         * object.c: make string interning work across sppdomains.
31396         Mark some functions for use as icalls.
31398 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
31400         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
31402         * reflection.h reflection.c: Allocate long living data using 
31403         GC_MALLOC_ATOMIC so the collector does not need to scan it.
31405         * reflection.c: Double the allocation size in streams instead of
31406         increasing it, to prevent unneccesary copying on large assemblies.
31407         
31408         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
31409         creation if the assembly does not have the Run flag set.
31411 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
31413         * class.h: avoid the C++ keywords in header files (Jerome Laban
31414         spotted and fixed this).
31416 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31418         * object.c:
31419         (mono_unhandled_exception): fill in the arguments for the
31420         UnhandledException event. Only trigger that event for the default
31421         domain (as MS does).
31423 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
31425         * object.c: Improve typed allocation stuff based on suggestions from
31426         Paolo. Also turn it on if the GC library supports it.
31428 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
31430         * object.c object.h class.h: Added experimental typed allocation
31431         facility using the interfaces in gc_gcj.h.
31433         * os/gc_wrapper.h: Added new include files.
31434         
31435 2003-04-03  Martin Baulig  <martin@ximian.com>
31437         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
31438         which is not yet enabled by default.
31440         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
31441         functions.
31442         (mono_gc_lock, mono_gc_unlock): New static functions.
31444         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
31445         functions; stop/start the world for the garbage collector.  This
31446         is using the windows API; we need to complete the SuspendThread()/
31447         ResumeThread() implementation in the io-layer to make this work on Unix.
31448         (mono_gc_push_all_stacks): New public function; tells the garbage
31449         collector about the stack pointers from all managed threads.
31451 2003-04-03  Martin Baulig  <martin@ximian.com>
31453         * object.h (MonoThread): Added `gpointer stack_ptr'.
31455         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
31457 2003-04-03  Martin Baulig  <martin@ximian.com>
31459         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
31461 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
31463         * reflection.c (typebuilder_setup_fields): Initialize field.first and
31464         field.last.
31466 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
31468         * loader.c (mono_lookup_internal_call): Report the corlib that is
31469         out of sync.
31471 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
31473         * icall.c (ves_icall_type_GetTypeCode): fixed check for
31474         System.DBNull (it's class not valuetype).
31476 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
31478         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
31479         if the array method was already assigned a token (fixes bug#40646).
31481 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
31483         * reflection.c (mono_reflection_get_type): Attempt type resolve even
31484         if no assembly is given.
31486 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
31488         * metadata.h: Added the new tables.
31490         * row-indexes.h: Added definitions for new tables.
31492         * metadata.c: Add schemas for new tables, and add support for
31493         computing the sizes of them.
31495         * class.c: Update for handling the new type cases.
31497 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
31499         * metadata.h (MONO_TYPE_IS_VOID): new macro
31501 2003-03-31  Martin Baulig  <martin@ximian.com>
31503         * threads.h (MonoThreadCallbacks): Added `thread_created'.
31505         * threads.c (mono_thread_new_init): Call `thread_created' in the
31506         mono_thread_callbacks.
31508 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
31510         * loader.h: added marshalbyrefobject_class to mono_defaults
31511         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
31512         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
31513           generation of output parameters.
31514           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
31515         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
31516           contextbound and the target object belongs to the context of the caller.
31517         * object.h: added context and unwrapped_server variables in MonoRealProxy.
31518         * object.c: Implemented support for interfaces and abstract classes
31519           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
31520           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
31522 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
31524         * class.h class.c (mono_class_is_subclass_of): New function.
31525         
31526         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
31527         routines for most common case (calls from ArrayList::ToArray).
31529         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
31530         routine so programs which call Environment::Exit() can be profiled.
31532         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
31533         Added MONO_ARCH_SAVE_REGS.
31535         * icall.c (ves_icall_type_is_subtype_of): Use new function.
31537 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
31539         * blob.h: Add a couple of new MonoType types definitions.
31541         * tabledefs.h: Add a couple of new call convs.
31543 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
31545         * reflection.h (MonoReflectionDynamicAssembly): track changes in
31546         the layout of the class.
31548         * reflection.c (alloc_table): double the size on overflow to avoid
31549         unnecessary copying.
31551         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
31552         avoid filling out metadata tables and blobs. Also set mb->ilgen to
31553         null so it can be garbage collected.
31554         
31555 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
31557         * reflection.c (mono_reflection_get_type): Return the resolved type
31558         only if it is in the assembly we searched.
31560         * reflection.c (ensure_runtime_vtable): Initialize method slots.
31562         * class.c (mono_class_setup_vtable): Set the slot of the overriding
31563         method.
31565 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31567         * appdomain.c:
31568         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
31569         the right one is 'file:///blah', but MS allows it.
31570         * assembly.c:
31571         (mono_assembly_open): allow 'file://blah'
31573         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
31575 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
31577         * socket-io.c: fixes bug #40310.
31579 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
31581         * reflection.c (mono_reflection_parse_type): handle deeply nested
31582         types correctly.
31584         * reflection.c (mono_image_create_token): Use unique token values
31585         since they will be put into a hash table.
31587         * class.c (mono_class_setup_vtable): If a method occurs in more than
31588         one place in the vtable, and it gets overriden, then change the
31589         other occurances too.
31591         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
31592         object as return type.
31594 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
31596         * icall.c: Deleted "ToString" implementation for double and float
31597         because they are full implemented in managed code.
31599 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
31601         * reflection.c, reflection.h: implemented and exported functions
31602         to retrieve info about custom attributes.
31604 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31606         * appdomain.c: moved Uri handling to assembly.c
31607         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
31608         work when using a file Uri in *nix and windows.
31610         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
31611         GetReferencedAssemblies.
31613 2003-03-18  Dick Porter  <dick@ximian.com>
31615         * icall.c: Rename a couple of internal calls
31617         * threads.c: Set the thread state to Stopped when a thread exits.
31618         Fixes bug 39377.
31620 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
31622         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
31623         New icall.
31625         * object.c (mono_class_vtable): fix warning.
31627 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
31629         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
31631         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
31632         memory.
31633         (method_encode_clauses): Create exception info structures in the right
31634         order.
31635         (mono_reflection_setup_internal_class): Initialize supertypes field.
31637         * class.c object.c: Handle interfaces which implement other interfaces 
31638         correctly.
31640         * class.h class.c: Move the supertypes array initialization code into 
31641         a separate function so it can be used for dynamic types too. Also call
31642         it earlier, in mono_class_init(), since it can be used before the
31643         type is initialized.
31645 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31647         * Makefile.am:
31648         * assembly.c:
31649         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
31651         * appdomain.c:
31652         * appdomain.h:
31653         * marshal.c:
31654         * object.c: remove warnings.
31656 2003-03-13  Martin Baulig  <martin@ximian.com>
31658         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
31659         (MonoDebugLexicalBlockEntry): New types.
31661         * debug-mono-symfile.c
31662         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
31664 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31666         * process.c: ret can be any non-zero value accroding to MS doc.
31668 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
31670         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
31671         fixing a warning for a miss-used prototype, would have cause
31672         random memory corruption.
31674 2003-03-07  Martin Baulig  <martin@ximian.com>
31676         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
31677         getting really annoying ....
31679 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
31681         * reflection.c (fixup_method): added support for array methods.
31683 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
31685         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
31686         (pointed out by Michael Adams).
31688 2003-03-04  Dick Porter  <dick@ximian.com>
31690         * icall.c: Temporarily reverted the Double and Single ToString()
31691         change, because it broke nunit.
31693 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
31695         * object.h, threads.h: make include files compatible with C++
31696         (patch by Jerome Laban <jlaban@wanadoo.fr>).
31698 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
31700         * icall.c: Erased ToString helper functions for Double and Single.
31701         Now, that implementations ar all in managed code (Double and Single
31702         Formatters).
31704 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
31706         * appdomain.c: Added method for initializing the default context of
31707         a domain. Added internal call for getting the default context.
31708         * appdomain.h: Added context variable in MonoDomain struct.
31709         * domain.c: mono_domain_set also sets the default context of the domain
31710         * icall.c: Mapped internal method InternalGetDefaultContext.
31711         * object.c: mono_object_get_virtual_method returns always a remoting
31712         wrapper if the object is a transparent proxy.
31713         mono_runtime_invoke_array: when creating an object by calling the
31714         constructor, if the created object is a proxy, then the constructor should
31715         be called using the a remoting wrapper.
31717 2003-03-03  Dick Porter  <dick@ximian.com>
31719         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
31720         variable so it compiles on solaris.  Problem spotted by
31721         Christopher Taylor <ct@cs.clemson.edu>
31723 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31725         * appdomain.c:
31726         (get_info_from_assembly_name): don't leak value.
31728         * icall.c:
31729         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
31730         result.
31732 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
31734         * assembly.c: export mono_image_load_references ().
31735         * class.c: handle function pointers. mono_class_from_name() now
31736         supports nested type names directly.
31738 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
31740         * reflection.h reflection.c: Encode already created dynamic methods 
31741         and fields correctly as a DEF instead of a REF.
31743         * reflection.c: Get rid of the force_ref argument to 
31744         mono_image_typedef_or_ref since it was wrong in the first place.
31746         * string-icalls.c: add error checking to string constructors according
31747         to the MSDN docs.
31749         * reflection.c: Emit types in the order their TypeBuilders were 
31750         created. Previously, a new table index was assigned to each type before
31751         the tables were emitted. This was wrong because the signature blob
31752         might already refer to a type by its original table index.
31754 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
31756         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
31757         change.
31758         
31759 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31761         * Makefile.am: make assemblies dir have \ instead of / on windows.
31763 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
31765         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
31766         iterate over the NESTEDCLASS table using a linear search since the
31767         table is not guaranteed to be sorted by the secondary key.
31769         * class.c (mono_class_create_from_typedef): fixed up call to
31770         mono_metadata_nesting_typedef.
31771         
31772 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
31774         * marshal.c (mono_string_to_byvalstr): clear the memory as
31775         suggested by Jerome Laban <jlaban@wanadoo.fr>
31777 2003-02-26  Dick Porter  <dick@ximian.com>
31779         * process.c: Cope with padding in .rsrc blocks
31781 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
31783         * metadata.h: reverted the filter_len change, it breaks reflection
31784         
31785 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
31787         * metadata.h: added a new field to store the filter_len
31788         
31790 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
31792         * reflection.c: handle custom attributes for types and members
31793         created with Reflection.Emit (bug#38422).
31795 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
31797         * reflection.c: define RTSpecialName automatically for constructors for
31798         compatibility with MS.NET.
31800         * reflection.c (mono_reflection_create_runtime_class): initialize
31801         nested_in field of dynamically created classes.
31803 2003-02-22  Martin Baulig  <martin@ximian.com>
31805         * debug-mono-symfile.h: Incremented version number.
31807 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
31809         * object.h icall.c process.c: fix warnings.
31811 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
31813         * appdomain.h appdomain.c:
31814         (mono_domain_try_type_resolve): split the 
31815         name_or_tb argument into a name and a tb argument.
31816         (mono_domain_has_type_resolve): new function to check whenever the
31817         application has registered a TypeResolve event handler.
31818         
31819         * icall.c reflection.h reflection.c: move the type resolve logic into
31820         mono_reflection_get_type () so it will be invoked when 
31821         Assembly::GetType () is called.
31823         * reflection.c:
31824         (mono_reflection_get_type): renamed to get_type_internal.
31825         (mono_reflection_get_type): fixed type name generation so it works 
31826         for nested types too.
31827         (mono_reflection_get_type): call has_type_resolve () to avoid the 
31828         costly type name generation if there is no resolve event handler.
31830 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
31832         * class.c, image.c: load exported types from file references.
31834 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
31836         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
31837           used to cache the managed methods used to create proxies and make 
31838           remote invocation of methods.
31839         * class.h: Added in MonoVTable a flag to indicate that a class needs 
31840           to be remotely created.
31841         * object.c: Modified the method mono_class_vtable(). It now initializes 
31842           the remote flag of the vtable. Modified mono_object_new_specific(), 
31843           so now it checks the remote flag.
31844         * icall.c: Added a couple of internal methods, one for enabling instance 
31845           creation interception for a type, and one for creating objects bypassing
31846           the remote check.
31848 2003-02-18  Martin Baulig  <martin@ximian.com>
31850         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
31851         New interncall to get a method's metadata token.
31853         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
31854         New interncall for the debugger.
31856 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
31858         * class.c (mono_class_setup_vtable): allocate supertype array
31860 2003-02-18  Martin Baulig  <martin@ximian.com>
31862         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
31864 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31866         * reflection.c:
31867         (assembly_name_to_aname): jump over unknown properties (i've found
31868         something like: 'type, assembly, version=xxx, custom=null, public...',
31869         so now will ignore custom=null and still get the rest of the values).
31871 2003-02-17  Dick Porter  <dick@ximian.com>
31873         * threads.c: Have Thread.Start() wait for a semaphore to signal
31874         that the thread has set up all its local data.  This fixes bug
31875         34323, where Abort() raced the new thread's TLS data.
31877         Also removes the handle_store() call from start_wrapper, because
31878         threads are now always created suspended and there is no longer a
31879         race between the parent and child threads to store the info.
31881 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
31883         * image.c: explain the #- heap issue in a message, hopefully
31884         avoiding FAQs on mono-list.
31886 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31888         * icall.c:
31889         (GetEntryAssembly): if the domain has not invoked
31890         AppDomain.ExecuteAssembly yet, return the assembly of the default
31891         AppDomain.
31893 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
31895         * class.c (mono_ldtoken): make it work in dynamic assemblies.
31897 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
31899         * metadata.c, reflection.c: simple speedup to type hash
31900         and equals code.
31902 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
31904         * image.c, image.h, class.c, assembly.c: move module loading
31905         to MonoImage. When loading metadata, consider alignemnet from
31906         the start of metadata, not from the metadata address in memory.
31908 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
31910         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
31911         AssemblyBuilder objects. Factored out custom attribute creation into
31912         a separate function.
31913         (create_custom_attr): new function to create custom attributes.
31915 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
31917         * Makefile.am: Got tired of typing the full pathname to pedump.
31918         Until there is another option, am installing this.
31920 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
31922         * class.c (class_compute_field_layout): always set field->parent 
31923         (mono_ldtoken): use mono_defaults.fieldhandle_class;
31925 2003-02-11  Dick Porter  <dick@ximian.com>
31927         * threads-types.h:
31928         * monitor.c: Rewrote Monitor, making lock much faster and
31929         Pulse/Wait work as specified.  Also uses much fewer handles, and only
31930         creates them as needed.
31932         * exception.c: Added SynchronizationLockException
31934         * threads.c: Deleted old Monitor implementation.  The new one is
31935         in a new file.
31937 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
31939         * class.c: handled TypedReference type code. Set the correct size for
31940         class data. Setup interface_offsets for interface classes, too.
31942 2003-02-09  Martin Baulig  <martin@ximian.com>
31944         * debug-mono-symfile.h: Reflect latest symbol writer changes.
31946 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
31948         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
31949         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
31950         * object.c: fixed mono_object_get_virtual_method () for interfaces.
31951         * verify.c: check for code that runs after the end of the method.
31953 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
31955         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
31956         "System.Math::Round2".
31957         * sysmath.h: Added Floor, Round and Round2 definitions.
31958         * sysmath.c: Modified certain functions that were not 100% compliant
31959         with MS.NET (math precision) and added the implementation of Floor,
31960         Round and Round2.
31962 2003-02-07  Martin Baulig  <martin@ximian.com>
31964         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
31966 2003-02-07  Martin Baulig  <martin@ximian.com>
31968         * debug-mono-symfile.c: Reflected latest symwriter changes.
31969         (mono_debug_create_mono_symbol_file): Removed.
31970         (mono_debug_open_mono_symbol_file): Take an argument which
31971         specifies whether to create a dynamic symbol file.
31973 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
31975         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
31977 2003-02-05  Martin Baulig  <martin@ximian.com>
31979         * reflection.c (mono_image_build_metadata): Make this public,
31980         protect it against being called multiple times, don't create
31981         resources and don't build the compressed metadata here.
31982         (mono_image_create_pefile): Do this here.
31984         * icall.c
31985         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
31987 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31989         * socket-io.c: fixed bug #36322.
31991 2003-02-06  Piers Haken <piersh@friskit.com>
31993         * appdomain.[ch]:
31994         * class.h:
31995         * debug-mono-symfile.c:
31996         * icall.c:
31997         * loader.c:
31998         * mono-config.c:
31999         * monosn.c:
32000         * reflection.c:
32001         * socket-io.c: warning cleanups
32003 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
32005         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
32006         function. works like remoting invoke, but does a check for the Proxy first.
32008 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
32010         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
32012 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
32014         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
32015         array of pointers.
32016         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
32017         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
32019         * object.c (mono_store_remote_field_new): used by the new jit
32020         instead of mono_store_remote_field
32021         (mono_load_remote_field_new): used by the new jit
32022         instead of mono_load_remote_field
32024 2003-02-05  Patrik Torstensson
32026         * appdomain.c: changed unload to take the domain id instead
32027         of domain
32028         
32029         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
32032 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32034         * appdomain.c: don't look for assemblies in ApplicationBase if
32035         PrivateBinPathProbe is set.
32037 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32039         * object.c: make the first argument in main_args contain the absolute
32040         path to the assembly. Fixes bug #37511.
32042 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32044         * icall.c: get correct UTC offset for countries not using daylight
32045         time saving. Fixes bug #30030.
32047 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32049         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
32050         and 1 are the family).
32052 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
32054         * icall.c (ves_icall_InternalExecute): removed wrong assertion
32056         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
32058 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
32060         * reflection.c: added support for SignatureHelper tokens, which is
32061         needed by the Calli opcode.
32063         * reflection.h: track changes to SignatureHelper class.
32065         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
32067 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32069         * appdomain.c: fixed loading assemblies from PrivateBinPath.
32071 2003-02-03  Patrik Torstensson
32072         * appdomain.[c|h], domain.c : 
32073          - Added support for getting a domain via domain id
32074          - Support for setting and getting domain from System.AppDomain 
32075            (used in cross appdomain channel)
32076          - Added support for get/set for a MonoAppContext on a thread 
32077            (Context class in System.Runtime.Remoting.Contexts),
32078          - Removed hack in Get/SetData and ExecuteAssembly.
32079         
32080         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
32081         the managed world to get control when a proxy is created.
32083         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
32084         
32085 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
32087         * icall.c
32088         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
32089         Populate the codebase field as well.
32091 2003-02-02  Martin Baulig  <martin@ximian.com>
32093         * debug-mono-symfile.c
32094         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
32095         (mono_debug_symfile_add_method): Allow interncalls.
32097 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32099         * icall.c: throw parse exception if strtod fails or the string is empty.
32101 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
32103         * marshal.c: handle object type separately from defined
32104         class types.
32106 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
32108         * marshal.c: handle NATIVE_LPSTR for strings when it's
32109         explicitly specified.
32111 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
32113         * reflection.c, reflection.h, icall.c: setup the reflection
32114         handle cache for ModuleBuilders and AssemblyBuilders.
32116 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
32118         * reflection.c (reflection_methodbuilder_to_mono_method): set
32119         pinvoke flag
32121 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32123         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
32125 2003-01-29  Dick Porter  <dick@ximian.com>
32127         * threads.c: No need for the fake_thread kludge now that Thread
32128         doesn't run a class constructor
32129         
32130 2003-01-29  Dick Porter  <dick@ximian.com>
32132         * threads.c: Use g_direct_hash instead of the rather bogus
32133         g_int_hash
32135 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
32137         * marshal.c (mono_marshal_get_native_wrapper): add check for null
32138         (fix pinvoke12.exe)
32139         (mono_marshal_get_struct_to_ptr): generate valid IL code
32140         (mono_marshal_get_ptr_to_struct): generate valid IL code
32141         (*): correctly set sig->pinvoke, we need to memdup the signature
32142         to do that
32144 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
32146         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
32147         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
32149 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
32151         * profiler.c: provide more callers information.
32153 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
32155         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
32157         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
32159         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
32161 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
32163         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
32164         exception instead of going into an infinite loop on dates which it 
32165         can't yet handle.
32167         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
32168         out-of-range exception if needed.
32170         * class.c (mono_class_setup_vtable): allow a virtual method to provide
32171         an implementation for an interface method and to override an inherited
32172         method at the same time. 
32173         Imagine a scenario when a virtual method is used to override a
32174         virtual abstract method in a parent class, and this same method 
32175         provides an implementation for an method inherited from an interface. 
32176         In this case, the interface resolution code will set im->slot, which 
32177         means that the virtual method override pass will skip this method 
32178         which means a pointer to the abstract method inherited from the parent
32179         will remain in the vtable of this non-abstract class.
32181         * class.c: (mono_class_setup_vtable): continue search for a real 
32182         method if only an abstract method is found.     
32184 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
32186         * reflection.c: add size to encoding for ByValStr and ByValArray
32187         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
32189 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
32191         * class.c (mono_class_setup_vtable): pass the override info as an
32192         argument.
32194         * class.c (mono_class_setup_vtable): set the slot of overriding methods
32195         correctly.
32196         
32197         * reflection.c (ensure_runtime_vtable); add support for method 
32198         overrides.
32199         
32200 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
32202         * reflection.c (resolution_scope_from_image): Hack to work to work with
32203         dynamic assemblies.
32205         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
32206         added a 'force_ref' argument to force this function to allways return 
32207         a TypeRef. This is needed by mono_image_get_memberref_token ().
32208         
32209 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
32211         * reflection.c (mono_image_get_type_info): interfaces really don't have
32212         a parent.
32214         * reflection.c (mono_image_basic_init): fill out missing fields of
32215         image structure.
32217         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
32218         dynamic assemblies. This is required so dynamic assemblies show up in
32219         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
32220         Type::GetType() etc. This is consistent with MS behaviour.
32222         * image.c image.h reflection.c: add newly created classes to the name 
32223         cache so mono_class_get () will find them.      
32225 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
32227         First part of changes to get IKVM.NET running under mono.
32228         
32229         * appdomain.h, appdomain.c: added new function 
32230         mono_domain_try_type_resolve() which will emit TypeResolve events. 
32231         This function will call AppDomain::DoTypeResolve to do the actual work.
32233         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
32234         moved existing code dealing with dynamic tokens to a new function 
32235         called mono_reflection_lookup_dynamic_token (). This function will 
32236         raise TypeResolve events when appropriate. Since reflection.c is not 
32237         part of libmetadata, a new hook function called 
32238         mono_lookup_dynamic_token() is added to class.c which will call this.
32240         * assembly.h assembly.c: make the invoke_load_hook function public,
32241         so it can be called for dynamic assemblies.
32243         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
32245         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
32246         type isn't found.
32248         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
32249         MonoGHashTable, since it contains pointers to objects which the GC 
32250         needs to track.
32252         * assembly.c (search_loaded): remove unused variable.
32253         
32254 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
32256         * object.c: fixed issue exposed by gcc-generated IL programs
32257         that use RVA data for pointers.
32259 2003-01-25  Martin Baulig  <martin@ximian.com>
32261         * threads.c (start_wrapper): Moved the initialization of
32262         `start_func' above the mono_new_thread_init() call to which we
32263         pass it as argument.
32265 2003-01-24  Martin Baulig  <martin@ximian.com>
32267         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
32268         the MonoThread pointer.
32270 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
32272         * icall.c: Rename `PowImpl' to Pow.
32274 2003-01-23  Dick Porter  <dick@ximian.com>
32276         * threads.c (start_wrapper): Create a Thread object if needed, so
32277         the Main() thread can do the class initialisation in a subthread
32278         that has been set up to allow managed code execution.
32280         Pass the thread ID instead of the MonoThread pointer to the thread
32281         start and attach callbacks.  This change is required, because the
32282         jit thread start callback must be called _before_ the Thread
32283         object can be created.
32284         
32285         (mono_thread_init): Removed much object creation code that is no
32286         longer needed.  No managed code is called from here now.
32288         * object.c (mono_runtime_exec_managed_code): Create a subthread
32289         for Main, and call back to the runtime to use it.
32290         Set the exit code when Main exits.
32292         * gc.c: Make sure domain finalisation happens in a subthread.
32293         Re-enable threaded GC, fixing bug 31333 (again).
32295         * environment.c: System.Environment internall calls (so far just
32296         ExitCode is here, the others are still in icall.c)
32298         * appdomain.c (mono_runtime_cleanup): All threads running managed
32299         code should have finished before mono_runtime_cleanup() is
32300         reached, so no need to clean up threads.
32302 2003-01-22  Martin Baulig  <martin@ximian.com>
32304         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
32305         `gpointer func' arguments.      
32306         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
32307         but added `MonoThread *thread' argument.
32308         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
32310         * threads.c (mono_new_thread_init): Added `gpointer func' argument
32311         and pass it to the mono_thread_start_cb callback.
32312         (mono_install_thread_callbacks): New public function to install a
32313         set of callbacks which are set by the debugger.
32314         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
32316 2003-01-22  Martin Baulig  <martin@ximian.com>
32318         * Makefile.am: Install debug-mono-symfile.h.
32320 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
32322         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
32324 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
32326         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
32327         * class.c (mono_ptr_class_get): correctly set access levels of pointers
32328         (mono_array_class_get): correctly set access levels of arrays
32330 2003-01-20      Patrik Torstensson
32331         * image.h (MonoAssemblyName): changed major, minor, build, revision
32332         from signed to unsigned.
32334 2003-01-20  sean kasun <skasun@azstarnet.com>
32336         * reflection.c (load_cattr_value): Now this handles
32337         MONO_TYPE_SZARRAY.  Fixes bug #35629
32339 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
32341         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
32342         integer value
32344 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32346         * decimal.c: fixed bug #26056.
32348 2003-01-17  Martin Baulig  <martin@ximian.com>
32350         * gc.c: Raise an ExecutionEngineException instead of using g_error().
32352 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32354         * exception.[ch]:
32355         (mono_get_exception_type_initialization): new function.
32357         * object.c: throw a TypeInitializationException when an exception is
32358         thrown invoking the class constructor.
32360 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32362         * reflection.c: fixed attribute reading.
32364 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32366         * icall.c:
32367         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
32368         provided, look for the type in the calling assembly and then in
32369         mscorlib; if the assembly name is provided, only try that one.
32371 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
32373         * object.c: register the vtable before there is a chance it's
32374         queried again recursively.
32376 2003-01-13  Duncan Mak  <duncan@ximian.com>
32378         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
32379         gc-internal.h. 
32380         
32381 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
32383         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
32385 2003-01-11  Martin Baulig  <martin@ximian.com>
32387         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
32388         this to 20 for the release.
32390 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
32392         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
32394         * loader.c (mono_method_get_marshal_info): bug fix
32396         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
32397         structures with explicit layout
32399 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
32401         * profiler.c: made the output more readable (and sorted). 
32402         Added caller information for the allocation profiler.
32404 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
32406         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
32408 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32410         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
32411         to get value types.
32412         
32413 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
32415         * object.c, profiler.h, profiler.c, profiler-private.h:
32416         Added object allocation profiler.
32418 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
32420         * reflection.h, reflection.c: handle global methods.
32421         Compress blob entries.
32423 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
32425         * marshal.c: fix compilation.
32427 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
32429         * loader.c (mono_method_get_marshal_info): impl.
32431         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
32433 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32435         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
32436         for reference types.
32438 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
32440         * loader.c: fixed off by one error in loaded parameter names.
32442 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
32444         * marshal.c (mono_marshal_get_icall_wrapper): like
32445         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
32446         instead of a MonoMethod.
32448 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32450         * decimal.c: fixed bug #36537.
32452 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
32454         * marshal.c: throw a missing method exception if a
32455         P/Invoke method is not found.
32457 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
32459         * icall.c: allow a null this for constructors.
32461 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
32463         * icall.c: raise the proper exceptions if the arguments to the
32464         internal Invoke are incorrect.
32466 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
32468         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
32470 2003-01-03  Martin Baulig  <martin@ximian.com>
32472         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
32474 2002-12-31  Martin Baulig  <martin@ximian.com>
32476         * debug-mono-symfile.c: Completely rewrote the type section.
32477         Instead of using individual malloc()ed fields, we use one big
32478         continuous memory area and offsets into this area.
32479         See the comments in the source code for details.
32481 2002-12-30  Martin Baulig  <martin@ximian.com>
32483         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
32485 2002-12-30  Martin Baulig  <martin@ximian.com>
32487         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
32488         line number table in this data blob instead of using an external
32489         pointer.
32491 2002-12-28  Martin Baulig  <martin@ximian.com>
32493         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
32495 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
32497         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
32498         as a boxed return type.
32500 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
32502         * appdomain.c
32503         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
32504         g_build_filename to properly get separators on the filename created.
32506         * object.h: Small change, introduce MonoMarshalByRefObject to
32507         track the layout of that structure in the C# universe as we make
32508         changes there.
32510 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
32512         * object.c: removed assert to allow static fields on interfaces.
32513         * loader.c: a TypeSpec may be used for any type, not just arrays.
32515 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
32517         * class.c, class.h: added mono_class_array_element_size ().
32518         Ignore static methods in interfaces.
32520 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32522         * threads.c: fixed the build under cygwin.
32524 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
32526         * reflection.c: handle nullref constants. Allocate keys for
32527         reflection handles with the GC.
32529 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
32531         * threads.c, threads.h: added mono_thread_get_abort_signal()
32532         to get a suitable signal for thread abort.
32534 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
32536         * metadata.c: fix handling of ExportedType table.
32538 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32540         * icall.c: added WriteWindowsDebugString internal call.
32542 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32544         * reflection.h: added fields to match C# implementation.
32546 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32548         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
32550 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
32552         * gc.h, gc-internal.h: Rename header for GC internal calls to
32553         gc-internal.h from gc.h as to not clash with Boehm GC having its
32554         header installed as <gc.h> in outside include paths.
32555         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
32556         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
32558 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32560         * icall.c: assign minor, build and revision in FillName.
32562 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
32564         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
32565         Added support for running code generated by Reflection.Emit.
32567 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32569         * appdomain.c: check for NULL argument in LoadFrom.
32571 2002-12-10  Dick Porter  <dick@ximian.com>
32573         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
32575 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32577         * appdomain.c: fix buglet when building exe file name.  Handle full
32578         assembly name (needed after latest changes to AssemblyName).
32579         * image.c:
32580         (mono_image_close): free some hashtables.
32582 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
32584         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
32585         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
32586         on some systems (redhat 7.3) 
32588 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
32590         * threads.c: delete the critical section of a sync block,
32591         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
32593 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
32595         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
32597 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32599         * appdomain.[ch]: handle the assembly preload event to try loading the
32600         assemblies using the paths we have in the current domain.
32602         * assembly.[ch]: created an assembly preload hook that is called to try
32603         loading the assembly by other means that the ones provided here.
32605         * domain.c: initialize the domain search path.
32607         From now on, assemblies (TODO: except corlib and System) are loaded
32608         according to these rules when using mono_assembly_load ():
32610                 1. It tries to load the assembly from the ApplicationBase
32611                 of the current domain appending .dll and .exe (TODO: have to
32612                 try loading from name/name.dll and name/name.exe).
32614                 2. It tries the search path specified in PrivateBinPath for the
32615                 current domain (if any).
32617                 3. Previous behavior.
32619 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
32621         * icall.c: implemented GetInterfaceMap() related icall.
32622         * domain.c, loader.h: load MethodInfo in mono_defaults.
32624 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
32626         * gc.c: disable the finalizer thread for now, untill all the issues
32627         with it are resolved.
32629 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
32631         * string-icalls.c: handle embedded nulls in string ctor when the
32632         length is specified.
32634 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
32636         * class.c: look for explicit interface implementation in parent
32637         classes, too.
32639 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
32641         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
32643 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
32645         * gc.c: protect handles with a critical section.
32647 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32649         * icall.c:
32650         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
32651         parameters. If no assembly specified, try getting the type from all
32652         the assemblies in the current domain, else, load the assembly and get
32653         the type from it.
32655 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32657         * marshal.c: applied patch from Aleksey Demakov that fixes
32658         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
32660 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32662         * icall.c: fixed get_location.
32664 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
32666         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
32667         declarations to make it work with older gcc. 
32669         * loader.c (mono_get_method): set signature->pinvoke for native calls
32671 2002-11-20  Dick Porter  <dick@ximian.com>
32673         * threads.c (mono_thread_init): Set the main thread's handle
32675 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
32677         * gc.c: allow compilation without GC support. Changed to match the
32678         mono coding style.
32680 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
32682         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
32684 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
32686         * reflection.c: set a public key token on the core assemblies.
32688 2002-11-18  Dick Porter  <dick@ximian.com>
32690         * threads.c: Split out some thread initialisation so that other
32691         files can set the start callback function.
32693         * gc.c: Run finalisers in a separate thread, to avoid stack
32694         overflow.  Fixes bug 31333.
32696         * appdomain.c: Set up GC finalisation thread.
32698         * reflection.c: 
32699         * object.c: 
32700         * domain.c: Use gc.h macros for GC_malloc
32701         
32702 2002-11-15  Dick Porter  <dick@ximian.com>
32704         * threadpool.c: 
32705         * threads.c:
32706         * appdomain.c: Removed mono_runtime_init_with_attach(),
32707         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
32708         merging the extra parameter with the existing function.  Removed
32709         unneeded code in mono_thread_attach().
32711 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
32713         * image.c (mono_image_loaded_by_guid): a method to get loaded
32714         images by guid. 
32715         (load_metadata_ptrs): we store the guid as string.
32717 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
32719         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
32721         * metadata.c (mono_guid_to_string): imported method form Zoltan
32722         Varga (slightly modified)
32724         * assembly.c (mono_assembly_open): load precompiled code
32726         * loader.h (MonoMethod): we store the method token for use in the
32727         aot compiler. 
32729 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32731         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
32732         the hook function called when an assembly is loaded.
32733         
32734         * domain.c: Modified file.
32735         (mono_domain_assembly_load): removed hash table insertion of assemblies.
32737         Fixes bug #33196.
32739 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
32741         * reflection.c: Map PEFileKind to the value expected by the WinNT
32742         image loader. 
32744 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32746         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
32747         Read until the buffer is filled completely.
32749 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32751         * icall.c: implemented MonoType.InternalGetEvent ().
32753 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32755         * appdomain.c: implemented InitAppDomainSetup. Delayed
32756         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
32757         the entry_assembly.
32759         * assembly.c: base_dir is now an absolute path ending with
32760         G_DIR_SEPARATOR.
32762         * icall.c: modified get_location according to the above changes.
32764         * object.c: init AppDomain.SetupInformation for the default domain after
32765         we have the entry assembly.
32767         * domain.c: when unloading a domain, setup = NULL.
32769 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
32771         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
32773 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
32775         * object.h, object.c: introduced mono_object_get_virtual_method ()
32776         to lookup the method invoked on an object when a callvirt is done on
32777         a method.
32778         * icall.c: make MethodInfo::Invoke() always do a virtual call.
32780 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32782         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
32783         current domain when loaded an assembly and failed to load it.
32785         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
32787 2002-10-31  Dick Porter  <dick@ximian.com>
32789         * icall.c: 
32790         * file-io.h: 
32791         * file-io.c: Return the error status in a parameter, as the
32792         GetLastError() value has long since been blown away if we try and
32793         look it up in a subsequent internal call invocation.  Delete the
32794         GetLastError() internal call, because it's useless.
32796 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
32798         * class.[ch]: added cast_class to fix bug 29517
32800 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
32802         * marshal.c: create valid IL code in the filter clause:
32803         the new JIT is less forgiving:-)
32805 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32807         * icall.c: removed get_property internal call.
32809 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
32811         * appdomain.h domain.c: Added an ID to appdomains.
32812         
32813         * threads.c threads.h icall.c: Implement icall
32814         Thread:GetDomainID(), and remove unused icall 
32815         CurrentThreadDomain_internal.
32817 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32819         * icall.c: Don't recurse through the base types in GetConstructor.
32820         Fixes bug #32063. 
32822 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
32824         * mempool.h, mempool.c: added mono_mempool_empty() and
32825         mono_mempool_stats().
32827 2002-10-23  Dick Porter  <dick@ximian.com>
32829         * file-io.c: 
32830         * file-io.h: 
32831         * icall.c: Added MonoIO.GetFileType internal call
32833 2002-10-17  Dick Porter  <dick@ximian.com>
32835         * appdomain.c (mono_runtime_cleanup): Don't signal the async
32836         delegate semaphore before waiting for all threads to finish,
32837         because new threads can also call async delegates.  Fixes bug
32838         32004.
32840         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
32841         of 3 seconds, in case another async job is queued.  (This part is
32842         needed because the bug fix reintroduced the 3s exit lag.)  This
32843         makes the mono_runtime_shutdown flag superfluous.
32845 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
32847         * reflection.c: include ehader size in method section headers.
32848         Really check for suplicated modules entries.
32850 2002-10-17  Martin Baulig  <martin@gnome.org>
32852         * debug-mono-symfile.c: Added back support for locals.
32854 2002-10-14  Martin Baulig  <martin@gnome.org>
32856         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
32857         MONO_TYPE_VOID.
32859 2002-10-14  Martin Baulig  <martin@gnome.org>
32861         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
32862         mono_class_get() instead of looking in the class cache. 
32864 2002-10-13  Martin Baulig  <martin@gnome.org>
32866         * debug-mono-symfile.c: Set version number to 28, include the
32867         signature in method names.
32869 2002-10-13  Martin Baulig  <martin@gnome.org>
32871         * debug-mono-symfile.h: Set version number to 27.
32873 2002-10-11  Martin Baulig  <martin@gnome.org>
32875         * gc.c: Don't register/unregister NULL pointers as disappearing links.
32877 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32879         * metadata.c, metadata.h: added helper function to allocate signatures.
32881 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32883         * icall.c: added internal call to get the location of machine.config.
32885 2002-10-08  Martin Baulig  <martin@gnome.org>
32887         * debug-mono-symfile.c: Ignore classes with a pending init for the
32888         moment.
32890 2002-10-03  Dick Porter  <dick@ximian.com>
32892         * threads.c: Freebsd pthread_t is a pointer
32894 2002-10-03  Dick Porter  <dick@ximian.com>
32896         * socket-io.c: Implemented GetHostName_internal
32898 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32900         * mono-config.c:
32901         (mono_config_parse_file): don't leak the text.
32903 2002-10-02  Martin Baulig  <martin@gnome.org>
32905         * debug-mono-symfile.c: Added support for methods.
32907 2002-10-01  Martin Baulig  <martin@gnome.org>
32909         * debug-mono-symfile.c: Don't emit methods and line numbers for
32910         the dynamic symbol file, just write the type table.  We can easily
32911         have an external helper program which creates a symbol file for an
32912         IL file.        
32914 2002-10-01  Dick Porter  <dick@ximian.com>
32916         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
32917         Only add the handle to the cleanup array when we're about to
32918         launch the thread.  Bug 31425 deadlocked when the test was run on
32919         mono under w32.
32921 2002-10-01  Martin Baulig  <martin@gnome.org>
32923         * debug-mono-symfile.c: Added support for properties.
32925 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32927         * reflection.c: unaligned store fix from Mark Crichton
32928         <crichton@gimp.org>.
32930 2002-09-27  Martin Baulig  <martin@gnome.org>
32932         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
32933         New interncall.
32935 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
32937         * assembly.h, assembly.c: use a sane API to hook into the assembly
32938         loading process instead of a useless special-purpouse hack
32939         (ngen needs a hook, too, for example).
32941 2002-09-27  Dick Porter  <dick@ximian.com>
32943         * threads.c (mono_thread_init): Call GetCurrentProcess() so
32944         io-layer can set up some process handle info.  Not needed on w32,
32945         but doesn't hurt either.
32947         * process.c: Pass the program name in the second parameter to
32948         CreateProcess, so the path is searched.  Include the working
32949         directory. Implemented process name, process enumeration, and some
32950         process detail internal calls.
32951         
32952         * icall.c: Added internal calls for process lookup, and some
32953         process details
32955 2002-09-26  Martin Baulig  <martin@gnome.org>
32957         * assembly.c (mono_install_open_assembly_hook): New global
32958         function to install a function to be invoked each time a new
32959         assembly is loaded.
32960         (mono_assembly_open): Run this callback function if set.
32962         * debug-mono-symfile.c: Put back line numbers for the dynamic
32963         symbol file and also record the .il file as source file.  This
32964         allows us to install the temporary symbol file as `file.dbg' just
32965         like a compiler-generated one.
32967 2002-09-26  Nick Zigarovich <nick@chemlab.org>
32969         * Corrected typo in gc.c (BOHEM vs BOEHM).
32971 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32973         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
32974         GetProperties. Also avoid calling g_slist_length in GetProperties and
32975         GetMethods.
32977 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
32979         * reflection.c: avoid unaligned stores (bug spotted by
32980         Mark Crichton  <crichton@gimp.org>).
32982 2002-09-25  Martin Baulig  <martin@gnome.org>
32984         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
32985         instead of guint64 for addresses and added prologue/epilogue info.
32987 2002-09-25  Martin Baulig  <martin@gnome.org>
32989         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
32990         store line number info.  For the dynamic symbol file, we only need
32991         to provide the JIT generated dynamic line number info for the dynamic
32992         symbol file.
32994 2002-09-25  Martin Baulig  <martin@gnome.org>
32996         * debug-mono-symfile.h: Incremented version number.
32998 2002-09-24  Martin Baulig  <martin@gnome.org>
33000         * class.c (mono_debugger_class_init_func): New global function
33001         pointer variable.
33002         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
33003         call it.
33005         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
33006         function.  This is called via the mono_debugger_class_init_func
33007         hook to add all types to the dynamic type table.
33008         (ves_icall_MonoDebugger_GetType): New interncall to get a class
33009         from its metadata token.
33011         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
33012         New interncall for the debugger.
33014 2002-09-24  Nick Drochak <ndrochak@gol.com>
33016         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
33017         before using it in case it is null.
33018         
33019 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33021         * metadata.c: allow custom modifiers in local var signatures
33022         (bug spotted by Zoltan Varga).
33024 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
33026         * class.c: deal with the <Module> class that may have a NULL vtable.
33027         Eliminate warnings.
33029 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
33031         * image.c, image.h: more strong name helpers.
33032         * monosn.c: more work: convert pem keys to cryptoapi format.
33034 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
33036         * string-icalls.c: speedup IndexOf.
33038 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
33040         * icall.c: updates from Zoltan.2.Varga@nokia.com.
33042 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
33044         * icall.c: cleanup: use mono_object_domain ().
33046 2002-09-23  Martin Baulig  <martin@gnome.org>
33048         * debug-mono-symfile.c: Improved type support.
33050 2002-09-22  Martin Baulig  <martin@gnome.org>
33052         * debug-mono-symfile.c: Added support for reference types and strings.
33054 2002-09-22  Martin Baulig  <martin@gnome.org>
33056         * debug-mono-symfile.c: Started to work on the type table.
33058 2002-09-21  Martin Baulig  <martin@gnome.org>
33060         * debug-mono-symfile.c: Largely reworked the symbol table format.
33061         The symbol table is now incrementally updated each time a new
33062         method is added.  We're now also using our own magic and version
33063         so that you don't need to recompile all your classes if the
33064         dynamic table changes.
33065         (mono_debug_update_mono_symbol_file): Removed.
33066         (mono_debug_symfile_add_method): New function to add a method.
33068 2002-09-21  Martin Baulig  <martin@gnome.org>
33070         * icall.c
33071         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
33072         New interncall.
33074         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
33075         New interncall to get a method from its metadata token.
33077 2002-09-21  Martin Baulig  <martin@gnome.org>
33079         * debug-mono-symfile.c: Create type table.
33081 2002-09-20  Martin Baulig  <martin@gnome.org>
33083         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
33085 2002-09-20  Martin Baulig  <martin@gnome.org>
33087         * debug-mono-symfile.c: Provide information about params and locals.
33089 2002-09-20  Martin Baulig  <martin@gnome.org>
33091         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
33092         New interncall.
33094         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
33095         interncall to get a method from its metadata token.
33097 2002-09-20  Martin Baulig  <martin@gnome.org>
33099         * debug-mono-symfile.c: Added a few checks for method->header
33100         being non-NULL.  This should never happen, but for the moment
33101         let's use a g_warning() rather than a g_assert().
33103 2002-09-19  Mark Crichton  <crichton@gimp.org>
33105         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
33106         even if support for it isn't present.  Added an #ifdef to fix this.
33108         * socket-io.c: Added checks back for Solaris support.
33110 2002-09-19  Martin Baulig  <martin@gnome.org>
33112         * debug-mono-symfile.c (read_string, write_string): Reflect latest
33113         changes in the symbol file format.
33115 2002-09-18  Martin Baulig  <martin@gnome.org>
33117         * debug-mono-symfile.c: Set version number to 21.
33119 2002-09-18  Dick Porter  <dick@ximian.com>
33121         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
33122         on netbsd.  Fixes bug 30051.
33124 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33126         * reflection.c:
33127         (set_version_from_string): little fix.
33129 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
33131         * monosn.c, Makefile.am: added strong name utility.
33132         * reflection.h, reflection.c: implemented delayed signing,
33133         locale, version and hash id assembly attributes.
33135 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
33137         * loader.c, metadata.c: load param attributes in signatures.
33139 2002-09-16  Martin Baulig  <martin@gnome.org>
33141         * debug-mono-symfile.c: Added string table with all method names.
33143 2002-09-14  Martin Baulig  <martin@gnome.org>
33145         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
33146         fast method lookup.
33148 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
33150         * reflection.c: record the public key token of referenced assemblies.
33152 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33154         * image.c, image.h: added functions to get the strong name and the
33155         public key of an assembly.
33156         * pedump.c: use them.
33158 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
33160         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
33162 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
33164         * marshal.c (mono_marshal_get_managed_wrapper): Added
33165         MONO_TYPE_BOOLEAN 
33167 2002-09-11  Martin Baulig  <martin@gnome.org>
33169         * gc.c: Call GC_unregister_disappearing_link() on all links when
33170         finalizing them, this is necessary to aviod a crash in boehm's
33171         finalize handler.
33173 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33175         * gc.c: handle GetTarget for finalized objects spotted and fixed by
33176         nick@chemlab.org.
33178 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
33180         * icall.c: implemented MonoType::Module.
33181         * reflection.c, reflection.h: mono_module_get_object () from
33182         Tomi Pakarinen <tomi.pakarinen@welho.com>.
33184 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
33186         * icall.c: ignore overridden methods in GetMethods ().
33187         Fix for FieldInfo::SetValue().
33188         * object.c: handle float/double in runtime invoke.
33190 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33192         * object.c: allow a constructor to be called again on an object.
33194 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
33196         * class.h, class.c: move field layout code to it's own function and
33197         export it. Get an interface id earlier. Move fields in MonoClass
33198         so they are more cache friendly and align the bitfields.
33199         * loader.c: temporary handle get_param_names() for a runtime method.
33200         * reflection.c, reflection.h: more code to handle runtime creation of
33201         types.
33203 2002-09-09  Martin Baulig  <martin@gnome.org>
33205         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
33206         signature with the pinvoke field being set for the actual call.
33208 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33210         * icall.c: removed some unused icalls. Start of map of glib charsets
33211         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
33213 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
33215         * debug-helpers.c: break infinite loop (found and fixed by
33216         Holger Arnold <harnold@gmx.de>).
33218 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
33220         * icall.c: target may be null in create_delegate.
33222 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
33224         * marshal.c: handle a boolean return type.
33226 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
33228         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
33230 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
33232         * gc.c: fix weakreferences.
33234 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
33236         * icall.c: added icall to get default codepage.
33238 2002-09-03  Dick Porter  <dick@ximian.com>
33240         * threads.h: 
33241         * threads.c: Use MonoThread instead of MonoObject where
33242         apropriate.
33244         Store running thread objects in a hash table, so that we have all
33245         the info to hand when waiting for them to finish
33246         (means we don't need OpenThread() any more, so mingw builds should
33247         be fully functional again.)
33249         * verify.c:
33250         * object.h: Added thread ID to MonoThread
33252 2002-09-03  Martin Baulig  <martin@gnome.org>
33254         * icall.c (System.Reflection.Assembly::get_location): New interncall.
33256 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33258         * icall.c: fixed leak in get_temp_path. Thanks lupus.
33260 2002-09-03  Martin Baulig  <martin@gnome.org>
33262         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
33263         argument to store the end address of the disassembled instruction.
33265         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
33266         here from debug-symfile.h.
33267         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
33268         JIT into this struct.
33269         (MonoSymbolFile): Added `char *image_file' field.
33270         (MonoDebugGetMethodFunc): Removed.
33271         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
33272         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
33273         (mono_debug_find_method): New method.
33275         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
33276         create a full symbol file.
33277         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
33278         and static symbol files.
33279         (mono_debug_find_method): The symbol file keeps an internal method hash,
33280         call this to get a MonoDebugMethodInfo from a MonoMethod.
33282         * debug-symfile.[ch]: Removed.
33284 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
33286         * image.c (do_mono_image_open): Remove linker version check.
33288 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
33290         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
33291         wrappers for instance methods.
33292         
33293 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33295         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
33297 2002-08-28  Dick Porter  <dick@ximian.com>
33299         * Makefile.am: Export HOST_CC for w32 builds
33301 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
33303         * file-io.c process.c: MonoString are null terminated, no
33304         need for mono_string_to_utf16() anymore.
33306 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33308         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
33310 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
33312         * icall.c, reflection.h: speedup System.MonoType.
33314 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
33316         * reflection.c: allow null as the value of a string argument in
33317         custom attributes constructors.
33319 2002-08-27  Martin Baulig  <martin@gnome.org>
33321         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
33322         `trampoline_address' field.
33324 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
33326         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
33327         check (fixes bug #29486) 
33329 2002-08-27  Martin Baulig  <martin@gnome.org>
33331         * debug-mono-symfile.c: Changed the file format in a way that allows us
33332         open it read-only and to use a specially malloced area for all the
33333         dynamic data.  We can now also generate a symbol file on-the-fly if we're
33334         debugging IL code and there is no MCS generated symbol file for it.
33336 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
33338         * object.c: added a define for a good string and array
33339         creation speedup (not enabled by default because we need to deal with
33340         the synch stuff).
33342 2002-08-26  Martin Baulig  <martin@gnome.org>
33344         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
33345         function to create a dynamic symbol file.  This is used by the
33346         debugger to create a symbol file for IL code on-the-fly.
33348 2002-08-26  Martin Baulig  <martin@gnome.org>
33350         * loader.c (mono_lookup_pinvoke_call): Include the error message
33351         from g_module_error() in the error message.
33353 2002-08-24  Martin Baulig  <martin@gnome.org>
33355         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
33356         function to update the symbol file.  The symbol file is mmap()ed
33357         writable, but private.  This allows us to install the symbol file
33358         together with the assembly.
33360 2002-08-24  Martin Baulig  <martin@gnome.org>
33362         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
33363         but they can read the new symbol file format which mcs is now creating.
33365         * debug-symfile.c (mono_debug_find_source_location): Moved to
33366         debug-mono-symfile.c; this is now operating on the new symbol file.
33368 2002-08-23  Martin Baulig  <martin@gnome.org>
33370         * debug-helpers.c (mono_method_desc_from_method): New function to get
33371         a MonoMethodDesc from a MonoMethod.
33373 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
33375         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
33376         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
33378 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
33380         * string-icalls.[ch]: make helper methods static.
33382 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33384         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
33385         types to it and to SetValueInternal.
33387         * object.c: Moved handle_enum label to its proper place. This was the
33388         f... bug! ;-)
33390         This time i compiled mcs and gtk-sharp and they both work.
33392 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33394         * icall.c: reverted partially my previous patch until 
33395         object.c:set_value handles enums correcly.
33397 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33399         * icall.c:
33400         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
33401         (ves_icall_System_Environment_get_MachineName): removed warning when
33402         compiling under cygwin.
33404 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33406         * object.c: fixed field_get_value() for reference types.
33408 2002-08-22  Dick Porter  <dick@ximian.com>
33410         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
33411         Don't free a buffer while it's still needed.  Patch from Jonathan
33412         Liger <Jonathan.liger@wanadoo.fr>
33414 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
33416         * icall.c (ves_icall_System_Environment_get_Platform): Add new
33417         internal call.
33419 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
33421         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
33422         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
33424         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
33425         we call unmanaged code which throws exceptions.
33427 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33429         * appdomain.h: added per-domain entry_assembly.
33430         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
33431         arguments.
33432         * icall.c: Assembly::GetEntryAssembly icall.
33433         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
33434         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
33436 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
33438         * appdomain.h, gc.c: added mono_domain_finalize ().
33440 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33442         * object.c:
33443         (mono_print_unhandled_exception): changed g_warning by g_printerr
33444         because g_log has a 1024 characters limit (yeah, i got a big stack
33445         trace). Don't print exception name, that should be in ToString 
33446         returned string.
33448 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33450         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
33451         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
33453 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33455         * object.c:
33456         (mono_print_unhandled_exception): after previous commit, i realized
33457         that MS calls ToString on the exception. I changed this function to
33458         do that. This way we get stack_trace for free.
33460 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33462         * object.c:
33463         (mono_print_unhandled_exception): invoke Message property instead of
33464         getting 'message' field from Exception. Don't allocate memory for
33465         'trace' and 'message' if not needed.
33467 2002-08-18  Dick Porter  <dick@ximian.com>
33469         * unicode.c: Fix asserts to match Encoder.cs checks
33471 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33473         * marshal.c: fix unaligned store issue and a few wrong
33474         opcode argument types.
33476 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33478         * icall.c: added GetUninitializedObjectInternal internal call.
33480 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
33482         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
33483         to the right domain.
33485 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
33487         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
33489         * class.c (class_compute_field_layout): set blittable to false for Strings
33491         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
33493 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33495         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
33496         first chunk of code to create types at runtime. Code to
33497         handle ReflectedType/DeclaringType. Make reflection handles
33498         domain specific.
33500 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
33502         * class.c: set correct name in arrays.
33504 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
33506         * appdomain.c (mono_domain_transfer_object): make it work with
33507         valuetypes. bug fixes.
33509 2002-08-12  Dick Porter  <dick@ximian.com>
33511         * object.h: Rename some parameters to avoid c++ keywords (Patch
33512         from Joseph Wenninger <kde@jowenn.at>)
33514 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
33516         * icall.c: added icall to implement Assembly.GetFile*.
33518 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
33520         * reflection.h, reflection.c: code to embed managed resources.
33522 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
33524         * class.c: move all the type size stuff into
33525         class_compute_field_layout().
33527 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
33529         * class.c: ensure enums have always the correct instance size.
33530         * unicode.c: remove wrong assert.
33532 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
33534         * assembly.c: fix mem corruption issue.
33535         * image.h, image.c: added mono_image_get_resource () to access
33536         managed resources.
33537         * icall.c: implemented Assembly.EntryPoint property and some
33538         Managed Resources related internalcalls.
33541 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
33543         * image.c, image.h: impemented mono_image_get_entry_point ().
33544         * appdomain.c: use mono_image_get_entry_point.
33546 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
33548         * reflection.c: support the object type argument when loading
33549         custom attributes.
33551 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
33553         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
33554         String as return type.
33556 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
33558         * reflection.c: fix encoding of named args for custom attrs to match
33559         the ms implementation. Read them back when instantiating custom
33560         attributes.
33562 2002-08-02  Radek Doulik  <rodo@ximian.com>
33564         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
33565         by Dietmar as quick fix
33566         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
33567         16 as stack size, used on more places as quick fix before Dietmar
33568         will fix it properly
33570 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
33572         * object.h, object.c: added accessors for fields and properties.
33574 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
33576         * class.c, class.h: made mono_class_get_field_from_name ()
33577         loop on parent types.
33578         Added mono_class_get_property_from_name ().
33580 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33582         * class.c, class.h: move the code to setup the type vtable in its own
33583         function so that it can be reused also for types created at runtime.
33584         Eliminate the "class" identifier from the header file.
33585         * reflection.c: setup the vtable for enums so that we can create
33586         objects for use in SetConstant ().
33588 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
33590         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
33591         instead of the delegate itself as this pointer (bug #28383)
33593 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
33595         * marshal.c (mono_marshal_get_managed_wrapper): added return type
33596         conversions.
33598 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33600         * loader.c: don't set the pinvoke bit on icalls.
33602 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
33604         * debug-helpers.c (mono_method_full_name): only print a number to
33605         indicate wrapper type (so that the output is more readable in traces).
33607 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
33609         * class.c (mono_class_init): include method override patch from Paolo
33611 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
33613         * icall.c: fixed GetTypeCode().
33615 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
33617         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
33618         use real delegate invoke function to make it work with multicast
33619         delegates (fix bug# 28291).
33621 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33623         * object.c: load constant strings.
33625 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33627         * reflection.c: no magic numbers.
33628         * tabledefs.h: security action enum.
33630 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33632         * assembly.c: fix possible memory corruption.
33634 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
33636         * reflection.h, reflection.c: added support for linking resources.
33637         * verify.c: check we have an updated corlib.
33639 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
33641         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
33642         string arrays.
33643         (mono_marshal_string_array): null terminate unmanaged string arrays.
33644         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
33646 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33648         * icall.c: Type.GetType () can now return also types from the
33649         calling assembly.
33651 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
33653         * loader.h, loader.c: stack walking support.
33654         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
33655         GetCallingAssembly.
33657 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
33659         * marshal.c: added optimisations for blittable types 
33661         * class.c (mono_array_class_get): do not set blittable attribute on arrays
33662         (mono_class_setup_mono_type): set blittable attribute for single
33663         and double.
33665         * marshal.c (mono_string_utf8_to_builder): impl.
33666         (mono_string_builder_to_utf8): impl.
33667         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
33669 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
33671         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
33672         (mono_marshal_get_managed_wrapper): impl. byref types
33674 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33676         * icall.c:
33677         (search_method): don't display debug message. 
33679 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
33681         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
33683 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
33685         * appdomain.c: set the missing filename when throwing exception.
33687 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
33689         * metadata.c (mono_type_size): code cleanup
33690         (mono_type_stack_size): removed some test code
33692 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
33694         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
33695         mono_get_exception_file_not_found now.
33697         * exception.c (mono_exception_from_name_two_strings): New version
33698         that will call a constructor with two string arguments. 
33699         (mono_get_exception_file_not_found): New helper routine, used to
33700         report file-not-found errors.
33702 2002-07-20  Dick Porter  <dick@ximian.com>
33704         * process.h:
33705         * process.c: Pass file handles to CreateProcess
33706         
33707         * icall.c:
33708         * file-io.h:
33709         * file-io.c: Implemented CreatePipe
33711 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
33713         * metadata.c (mono_get_param_info): set alignment for value types
33715 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
33717         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
33718         Constify mono_domain_assembly_open().
33719         * loader.c: handle null namespace in icalls.
33721 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
33723         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
33724         (emit_str_to_ptr_conv): marshal object as structs
33726         * metadata.c (mono_type_to_unmanaged): marshal object as structs
33728         * marshal.c (mono_marshal_get_runtime_invoke): support value types
33730 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
33732         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
33733         (mono_marshal_get_native_wrapper): we an now return value types
33735 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33737         * verify.c: more checks implemented.
33739 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
33741         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
33742         (fix bug #27695)
33743         (mono_marshal_get_native_wrapper): allow byref arguments
33744         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
33745         impl. PtrToStringXXX methods
33746         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
33747         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
33748         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
33749         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
33750         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
33752 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33754         * reflection.c: fix buglet in parsing an assembly name.
33756 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
33758         * marshal.c (emit_ptr_to_str_conv): first impl.
33760 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
33762         * object.c, class.h: cache the vtable in the class as suggested by
33763         vargaz@freemail.hu (Zoltan Varga).
33765 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
33767         * class.h, loader.c: added mono_field_from_token().
33768         * verify.c: first cut of type checking code.
33770 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
33772         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
33774 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
33776         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
33777         (fix bug #27782)
33778         (mono_marshal_get_remoting_invoke): impl.
33779         (mono_delegate_begin_invoke): impl.
33780         (mono_mb_emit_save_args): impl.
33781         (mono_delegate_end_invoke): impl.
33782         (mono_marshal_get_delegate_begin_invoke):
33783         (mono_marshal_get_delegate_end_invoke):
33784         (mono_marshal_get_delegate_invoke): generate a special name for
33785         those methods (including the signature) and associate them whith
33786         the delegate class. 
33788 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
33790         * reflection.[ch]: 
33791         (mono_reflection_type_from_name): now it has a MonoImage parameter
33792         which is used as the default image to search the type in. If the image
33793         is NULL or getting the type from it fails, it defaults to corlib.
33795         * icall.c: changed 1 call to mono_reflection_type_from_name to match
33796         new parameter.
33798 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
33800         * reflection.c: update the parameter table index.
33802 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
33804         * domain.c: don't include the mark byte in the string hash.
33806 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
33808         * icall.cs: icall for Type.GetTypeCode ().
33809         * verify: a couple of fixes and disabled local initialization checks.
33811 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
33813         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
33815         * debug-helpers.c (mono_method_full_name): print the type of the
33816         runtime wrapper
33818         * metadata.c (mono_signature_hash): a hash function for signatures
33819         (mono_signature_hash): better hash algorithm
33821         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
33823         * debug-helpers.c (mono_method_full_name): this can now generate
33824         method names with signatures
33826         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
33827         method dont have this pointers.
33829 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
33831         * reflection.c: fixup typebuilder tokens.
33832         * image.c: fix buglet.
33833         * marshal.h: remove whitespace.
33834         * metadata.h, metadata.c: reinstate code that was removed.
33835         * verify.c: handle catch directives and fix another couple of bugs.
33837 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
33839         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
33840         (mono_marshal_get_native_wrapper): make it comp. with the old code
33841         (mono_marshal_get_native_wrapper): support boolean
33842         (mono_marshal_get_managed_wrapper): support more types
33844 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
33846         * class.c (class_compute_field_layout): compute class->blittable attribute.
33848 2002-07-09  Dick Porter  <dick@ximian.com>
33850         * threads.c: Make the thread cleaning up cope with threads that
33851         call ExitThread()
33853 2002-07-08  Radek Doulik  <rodo@ximian.com>
33855         * reflection.c (method_encode_code): use non-translated values to
33856         compute finally_start, this fixes exception handling on ppc, yay!
33858         * decimal.h (struct signscale): fix endianess
33860 2002-07-07  Radek Doulik  <rodo@ximian.com>
33862         * reflection.c: swap box_val and not val
33864 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
33866         * reflection.c, reflection.h: handle full assembly info in type name.
33867         Handle Type arguments when loading custom attributes.
33868         * icall.c: updated to use new mono_reflection_type_from_name () method.
33870 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33872         * loader.c:
33873         (method_from_memberref): also print assembly name when method not found.
33875 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33877         * icall.c:
33878         (ves_icall_TypeGetProperties): fixed bug #27473. 
33880 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33882         * reflection.c: display image name and token when cannot find the
33883         .ctor for an attribute.
33885 2002-07-05  Martin Baulig  <martin@gnome.org>
33887         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
33889 2002-07-04  Dick Porter  <dick@ximian.com>
33891         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
33892         compile on mingw.  This will cause mingw builds to not wait for
33893         subthreads to terminate after the main thread does.  I've lodged a
33894         bug with the mingw developers for them to wrap OpenThread().
33896 2002-07-03  Dick Porter  <dick@ximian.com>
33898         * threads.c: Store thread IDs instead of handles, because
33899         GetCurrentThread() returns a pseudohandle and therefore stores
33900         useless values.  mono_thread_cleanup() continues checking the
33901         array of threads until it is empty, to cope with subthreads
33902         spawning new threads after the main thread has finished.
33904         * profiler.h:
33905         * profiler.c:
33906         * profiler-private.h: Pass the thread ID to thread profiler
33907         functions, instead of a handle
33909 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33911         * verify.c: fixes to make it more usable.
33912         * pedump.c: added --verify code to verify IL code in an assembly.
33914 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33916         * reflection.c: turn errors into warnings to allow compiling corlib.
33918 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
33920         * reflection.c: add special cases to compile corlib.
33922 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
33924         * reflection.c: handle properties with only a set method.
33926 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
33928         * opcodes.h: add enum with opcodes in opval order.
33930 2002-07-01  Dick Porter  <dick@ximian.com>
33931         
33932         * object.h:
33933         * object.c (mono_runtime_run_main): Removed unneeded argument
33935 2002-06-28  Martin Baulig  <martin@gnome.org>
33937         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
33939 2002-06-27  Dick Porter  <dick@ximian.com>
33941         * threads.c: Store the handle in both the parent thread and in the
33942         subthread, to minimise the time between starting a new thread and
33943         storing its ID.
33945 2002-06-26  Dick Porter  <dick@ximian.com>
33947         * appdomain.c (mono_runtime_cleanup): Close the socket library
33948         after all the threads have finished, not before
33950 2002-06-26  Martin Baulig  <martin@gnome.org>
33952         * debug-symfile.c (mono_debug_find_source_location): Added
33953         `guint32 *line_number' argument.  If it's not NULL, store the line number
33954         there and return the file name without the line number.
33956 2002-06-25  Dick Porter  <dick@ximian.com>
33958         * icall.c:
33959         * process.h:
33960         * process.c: Process forking and other support functions
33962 2002-06-25  Dick Porter  <dick@ximian.com>
33964         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
33965         things dont happen when the image is closed.
33966         (mono_image_lookup_resource): Walk the resource section looking
33967         for a particular entry
33969         * cil-coff.h: PE resource section decoding
33971 2002-06-25  Dick Porter  <dick@ximian.com>
33972         
33973         * assembly.h:
33974         * assembly.c: 
33975         (mono_assembly_foreach): Accessor functions to walk the list of
33976         loaded assemblies
33977         (mono_assembly_set_main):
33978         (mono_assembly_get_main): Process methods need to know which
33979         assembly is the "main" one
33981         * object.c (mono_runtime_run_main): Record the main assembly
33983         * debug-helpers.c: Fix typo
33985 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
33987         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
33988         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
33990 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
33992         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
33994 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
33996         * image.c (do_mono_image_open): Initialize reference count,
33997         otherwise we leak the MonoImage.
33999 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
34001         * reflection.c: small tweak to handle self-hosting.
34003 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
34005         * reflection.c: fix type name parse code.
34007 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
34009         * reflection.c: break out of the loop.
34010         * image.c: special case corlib.
34012 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34014         * reflection.c: add all the custom attrs at the end to ensure the
34015         ctors have been properly initialized when the attributes are defined
34016         in the current assembly.
34018 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
34020         * reflection.c: handle correctly multiple-nested types.
34022 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
34024         * row-indexes.h: fix typos.
34025         * reflection.c: adjust for typos and fix method_def_or_ref
34026         encoding in MethodImpl table.
34028 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
34030         * reflection.c: fix entry point patching (thanks Serge!).
34032 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
34034         * verify.c: add check for System.Exception
34036 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
34038         * image.c, class.c: minifix for code just c&p'ed.
34039         * reflection.c: warning fix.
34040         * object.h, loader.h, domain.c: load also StringBuilder.
34042 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
34044         * marshal.h, marshal.c: some support code to handle complex marshaling.
34046 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34048         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
34049         Better signatures with vtable error dump.
34051 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
34053         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
34055 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
34057         * icall.c (ves_icall_Type_GetField): impl.
34059 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34061         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
34062         to retrieve a marshal description blob for a field or param.
34064 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
34066         * reflection.h, reflection.c: change order of nested type emission
34067         to avoid table corruption. The NestedTypes table is sorted.
34068         * icall.c: change order of GetConstructor results to workaround mcs bug.
34070 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
34072         * reflection.h, reflection.c: handle field and param marshal
34073         information.
34075 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
34077         * icall.c, marshal.c marshal.h: more Marshal class implementation.
34079 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
34081         * reflection.c: fix call convention.
34083 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
34085         * reflection.h, reflection.c: mono_image_get_memberref_token()
34086         takes a type instead of a class, now. Added
34087         mono_image_get_array_token() to create tokens for the special
34088         multi-dim array methods.
34090 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
34092         * assembly.c: handle modules (no assembly table). Split
34093         loading references in its own function.
34094         * class.c: handle moduleref resolution scope.
34095         * image.c, image.h: cache module name in image.
34097 2002-06-07  Martin Baulig  <martin@gnome.org>
34099         * reflection.c (mono_image_get_type_info): Only add a class layout entry
34100         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
34102 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
34104         * icall.c: more signature fixes that used uint instead of int.
34106 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34108         * reflection.c: fixed signature of field refs.
34110 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34112         * class.c, reflection.c: handle typerefs of nested types
34113         (both on read and when writing files).
34115 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
34117         * icall.c: fix method signatures that tried to workaround the previous
34118         typo, d'oh!
34120 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
34122         * debug-helpers.c: fix typo.
34124 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
34126         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
34127         rewrote the PE/COFF writing code (our programs are understood by the
34128         ms runtime, now).
34130 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
34132         * gc.c, gc.h, icall.c: weakreference support.
34134 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
34136         * Makefile.am, mono-config.c: use $(sysconfdir).
34138 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
34140         * icall.c: changed default precision of Double.ToString() to 15.
34141         Fixed memory leak. Unified with Single.ToString.
34143 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
34145         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
34147 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
34149         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
34150         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
34151         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
34152         and myself.
34154 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34156         * debug-symfile.c, sysmath.c: yet more compilation fixes.
34158 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34160         * reflection.c, socket-io.c: more compilation fixes.
34162 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
34164         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
34165         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
34166         unicode.c: warning and compiler compatibility fixes.
34168 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
34170         * class.h, metadata.c: fixed warnings/compilation errors.
34172 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
34174         * Makefile.am, mono-config.c, mono-config.h: configuration file
34175         support routines.
34176         * loader.c, loader.h: make Dll mapping configurable at runtime in the
34177         config file. Export methods to insert and lookup mappings.
34179 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
34181         * reflection.c: handle types and boxed objects in custom attr
34182         constructors.
34184 2002-05-30  Martin Baulig  <martin@gnome.org>
34186         * debug-symfile.c
34187         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
34189 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
34191         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
34192         to lookup the implmap row for a P/Invoke method.
34193         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
34194         P/Invoke method from the runtime on an as needed basis.
34196 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
34198         * metadata.c (mono_metadata_parse_signature): impl.
34200 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34202         * class.c: handle .pack directive.
34204 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
34206         * object.c: initialize static fields with RVA data.
34208 2002-05-25  Martin Baulig  <martin@gnome.org>
34210         * debug-symfile.c
34211         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
34213 2002-05-24  Martin Baulig  <martin@gnome.org>
34215         * debug-symfile.c
34216         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
34217         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
34218         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
34220 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
34222         * object.c: special case string ctros in invoke.
34223         * gc.c: silly whitespace changes.
34225 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
34227         * threadpool.[ch]: impl. a threadpool that can
34228         be used by mint and mono.
34230 2002-05-22  Martin Baulig  <martin@gnome.org>
34232         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
34233         The first argument is now a `MonoReflectionModuleBuilder *', the return
34234         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
34235         `methods' field to get the method builder.  The `token' argument is the
34236         unfixed token.
34238         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
34239         invalid characters instead of g_assert_not_reached()ing.  This seems
34240         to be the behaviour of mscorlib.
34242 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
34244         * object.c (mono_runtime_invoke_array): applied patch from Rachel
34245         Hestilow to fix bug #25104
34247 2002-05-21  Martin Baulig  <martin@gnome.org>
34249         * debug-symfile.c (mono_debug_find_source_location): New function.
34250         Looks up an IL offset in the line number table and returns the source
34251         location as a string.
34253 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34255         * icall.c:
34256         (mono_double_ToStringImpl): changed %f by %g until we have something
34257         better.
34259 2002-05-21  Nick Drochak  <ndrochak@gol.com>
34261         * icall.c : Use different name for Math.Pow's icall.  Needed to check
34262         parameters first in C#.
34264 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34266         * icall.c, reflection.h: added icall to get info about an event.
34268 2002-05-20  Radek Doulik  <rodo@ximian.com>
34270         * object.c (mono_value_box): don't use memcpy for boxing on BIG
34271         endian
34272         (mono_value_box): don't use memcpy for small sizes on
34273         architectures with unaligned access
34275 2002-05-20  Martin Baulig  <martin@gnome.org>
34277         * reflection.c (mono_reflection_setup_internal_class): Don't crash
34278         if `tb->parent == NULL'.
34279         (mono_reflection_create_internal_class): New function.  This is
34280         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
34281         for enum types.
34283         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
34284         New interncall.
34286 2002-05-19  Martin Baulig  <martin@gnome.org>
34288         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
34289         argument to get the length, don't default to the array length.
34291 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
34293         * assembly.c (mono_assembly_setrootdir): New function used to
34294         override the MONO_ASSEMBLIES directory.
34296 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
34298         * icall.c: ValueType_GetHashCode() initialize local var.
34300 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
34302         * reflection.c: sort custom attributes table.
34304 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
34306         * reflection.c: support named args in custom attributes (write support).
34308 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
34310         * reflection.c: fix finally position calculation.
34312 2002-05-15  Radek Doulik  <rodo@ximian.com>
34314         * reflection.c: fixed endianess at many places
34316         * icall.c (ves_icall_InitializeArray): comment out debug msg
34318 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
34320         * object.c (mono_unhandled_exception): new function to handle
34321         unhandled exceptions.
34322         (mono_unhandled_exception): call the UnhandledException event.
34323         (mono_runtime_delegate_invoke): impl.
34325 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
34327         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
34328         returns the RVA, not the direct pointer to the data. Handle the case
34329         when the class size is fixed.
34331 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
34333         * reflection.c: fix some endianess issues.
34335 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
34337         * object.c (mono_runtime_invoke): is now able to catch exceptions.
34339         * threads.c (mono_thread_init): added a callback which is invoked
34340         at thread start.
34342 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
34343         
34344         * icall.c: make GetHashCode return non-negative values.
34346 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
34348         * object.c, icall.c, gc.c: revert to address-based hashcode.
34350 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
34352         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
34354 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
34356         * icall.c, class.c: special case <Module>.
34358 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
34360         * icall.c: fix bug in GetNow().
34362 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
34364         * object.c (mono_runtime_class_init): make sure that we call all
34365         static class constructors.
34367 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
34369         * reflection.c: sort methodsemantics table.
34371 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
34373         * reflection.h, reflection.c: honour init locals setting.
34375 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
34377         * icall.c: copied Double ToStringImpl for Single ToStringImpl
34379 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
34381         * reflection.c: support ContructorBuilders in attribute blob creation.
34383 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34385         * reflection.c: some changes to build a binary that can be run
34386         directly in windows.
34388 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
34390         * loader.c: print a big message when an icall can't be found.
34392 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34394         * string-icalls.c: fix bug 24248.
34396 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
34398         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
34399         icall.c, reflection.h: separate assembly loading by pathname and by
34400         assembly name. Use the MONO_PATH env var to search for assemblies.
34402 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
34404         * assembly.c, image.h: add some support for assemblies
34405         with multiple modules.
34406         * class.c, class.h: export mono_class_from_typeref().
34407         * loader.c: remove duplicated code and use mono_class_from_typeref(),
34408         instead.
34410 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
34412         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
34413         documentation says (the ECMA one is correct).
34415 2002-05-02  Dick Porter  <dick@ximian.com>
34417         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
34418         Don't name the synchronisation mutex.
34420 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
34422         * rand.c
34423         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
34424         Make the prototypes match.
34425         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
34426         Same.
34428         * icall.c
34429         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
34430         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
34431         all systems have tm.tm_zone, so use strftime() with %Z to print
34432         the timezone abreviation into a temp string.
34434         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
34435         rather than mono_array_addr() on a MonoString on Big Endian
34436         machines.
34438 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
34440         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
34441         fix bug 24041
34443 2002-04-30  Dick Porter  <dick@ximian.com>
34445         * socket-io.c: Cope with SOCKET being an integer rather than a
34446         pointer now.
34448         * threads.c: Added Thread_free_internal, to deal with thread
34449         handle cleanup.  Moved calls to handle_store() and handle_remove()
34450         to start_wrapper(), so each can only be called once.  Allocate
34451         synchronisation blocks with GC_malloc(), and use GC finalisation
34452         to close the handles.
34454         * icall.c: added System.Threading.Thread::Thread_free_internal
34456 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
34458         * icall.c: support Environment.Exit, CommandLineArgs().
34460 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
34462         * object.c, object.h: added mono_runtime_run_main () and
34463         mono_runtime_get_main_args () for use in System.Environment.
34465 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
34467         * gc.c: fix thinko, enable actual finalization since the jit is now
34468         fixed.
34470 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34472         * gc.c, object.c: take into account that an object may be offset wrt the address
34473         returned by GC_malloc().
34475 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
34477         * image.c: handle files without entries in the assembly table (modules).
34479 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
34481         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
34482         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
34483         allowed to be null when it's System.Object class setup.
34485 2002-04-27  Martin Baulig  <martin@gnome.org>
34487         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
34488         if `tb->parent == NULL' rather than crashing.
34490 2002-04-28  Nick Drochak  <ndrochak@gol.com>
34492         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
34493         calling acos() where asin() should have been called.
34495 2002-04-26  Martin Baulig  <martin@gnome.org>
34497         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
34498         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
34499         there's a subdirectory called `System', but we don't want to read that
34500         subdirectory as an assembly.
34502 2002-04-25  Martin Baulig  <martin@gnome.org>
34504         * debug-symfile.c: Reflect latest MonoString changes.
34506 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
34508         * rand.c, rand.h: instance method icalls need to have an explicit
34509         this pointer as first argument in the C implementation.
34511 2002-04-25  Nick Drochak <ndrochak@gol.com>
34513         * icall.c: Fix typo in map for GetNonZeroBytes
34515 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
34517         * string-icalls.c : String does now passes unit tests without any 
34518         errors, the following changes has been made:
34519         
34520         Implemented replace methods.
34521         Renaming of methods to (try) follow the standard.
34522         Fixed compare ordinal
34523         Made all memory allocated directly to function instead of via icall function.
34524         Small performance fix in is_in_array function
34525                         
34526  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
34528         c (mono_string_Internal_ctor_charp_int_int):
34529         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
34530         sindex < 0, throw ArgumentOutOfRangeException instead of
34531         ArgumentNullException.
34533         Added new check for length == 0, however
34534         I need to make it return String.Empty from the C code.
34535         
34536         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
34537         that calculate the length for us here.
34538         
34539         (mono_string_Internal_ctor_sbytep_int_int): Replaced
34540         mono_string_new_utf16 with mono_string_new, since value is utf8.
34542 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34544         * object.c: register the object for finalization if needed.
34545         Allocate one more char in the string for the terminating 0 char.
34547 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
34549         * class.c, class.h, image.c: check if a type implemenst a destructor.
34550         Use the proper key for array class lookups.
34551         * icall.c: register the icalls in the System.GC class.
34552         * gc.c, gc.h: GC-related functions and icalls.
34554 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34556         * icall.c:
34557         * socket-io.c:
34558         * unicode.c: free some strings gotten from mono_string_to_utf8 and
34559         changed a couple of free () by g_free ().
34561         * decimal.c: one-liner in the comments for decimal2string ().
34563 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
34565         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
34567 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
34569         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
34570         * object.c (mono_runtime_invoke_array) : handle null in params
34572 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
34574         * string-icalls.c: fixed bug in split (one off bug)
34576 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
34578         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
34579         * icalls.c: added String::Equals as internal method
34581 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
34583         * threads.c: fixed bug in the double interlocked functions
34585 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
34587         * threads.c: implemented all of the new interlocked icalls.
34588         * string-icalls.c: fix a bug in insert.
34589         * icalls.c: added the icalls for interlocked, removed old string functions.
34590         
34591 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
34593         * loader.c: fix off-by-one error when reading argument names.
34595 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34597         * profiler.c: win32 counter implementation (untested).
34598         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
34599         (the latter needs testing and more complete impl. from win32 folks).
34601 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
34603         * object.c: mono_array_new_full workaround mono_array_class_get
34604         problem.
34606 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34608         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
34609         * object.h (mono_string_chars): Changed casting type.
34611 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34613         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
34614                            method signatures to use gunichar2 instead of gint16.
34616 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
34618         * object.h, object.c: domain-specific versions of mono_object_new and
34619         mono_array_new.
34621 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
34623         * object.c: changed String layout
34625         * string-icalls.c (mono_string_Internal_ctor_chara): added
34626         internal string constructors.
34628 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
34630         * threads.c: pass 'this' to the thread start routine.
34632 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34634         * string-icalls.c: fix IndexOf and LastIndexOf. Now
34635         InternalCompareStr don't call twice mono_string_cmp_char for the last
34636         character. Improved performance in mono_string_cmp_char.
34638 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
34640         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
34641         code into its own library: libmonoruntime.
34643 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
34645         * object.h, object.c: changed array format so that szarrays do not
34646         require a bounds structure.
34647         * icall.c, appdomain.c: support for new szarray format.
34649 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
34651         * metadata.c: compare also the retuns type when comparing signatures:
34652         we didn't do this as an optimization since really overloaded methods
34653         must differ also in the arguments, but this doesn't work with
34654         low-level IL code (or when using explicit conversion operators: see
34655         bug#23498 for an example).
34657 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
34659         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
34661 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
34663         * icall.c: make MonoType::GetElementType its own icall.
34665 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
34667         * icall.c: remove MonoMethod_get_Name().
34668         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
34669         object.
34671 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34673         * string-icalls.c: optimized a few methods.
34675 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
34677         * icall.c: added all new string internal calls
34678         * string-icalls.c: added, new string internal call implementation.
34679         * object.c: added mono_string_new_size for allocating a string a size
34681 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
34683         * object.c (mono_object_isinst): use the same code as in the
34684         optimized x86 version.
34686 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
34688         * profiler.c: TSC-based timer code (faster and more accurate).
34689         Not hooked up in configure, yet (set USE_X86TSC to 1).
34691 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
34693         * profiler.c, profiler.h: track time spent compiling methods.
34694         * threads.c: track thread creation/destruction.
34696 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
34698         * profiler.c, profiler.h, profiler-private.h: profiling interface
34699         and sample implementation. Moved here so that it can be used also by
34700         the jit.
34702 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
34704         * reflection.c, reflection.h: keep types and other handles separate in
34705         the hash tables for referred tokens. Add guid for modules.
34707 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
34709         * assembly.c: fix bugs found with valgrind.
34710         * metadata.h, metadata.c: added mono_metadata_guid_heap().
34712 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
34714         * threads: added icall support for getting current domain for
34715                    the thread.
34717 2002-04-13  Martin Baulig  <martin@gnome.org>
34719         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
34720         (MonoDebugVarInfo): Added `index' field for register based addresses.
34721         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
34722         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
34723         `MonoDebugVarInfo *params' and `guint32 this_offset' with
34724         `MonoDebugVarInfo *this_var'.
34726         * debug-symfile.c (relocate_variable): New static function to write
34727         a location description for a local variable or method parameter.
34729 2002-04-12  Martin Baulig  <martin@gnome.org>
34731         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
34732         stack offset and begin/end scope address of a local variable.
34733         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
34734         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
34735         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
34737         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
34738         Added new relocation types for start/end scope of a local variable.
34740 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
34742         * object.h: add mono_object_domain() macro.
34743         * reflection.c: handle typespecs.
34744         * icall.c: MonoMethod::get_Name() implementation.
34746 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34748         * icall.c: String::GetHashCode() icall implementation.
34750 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34752         * icall.c: String::IndexOfAny icall.
34753         * object.c, object.h: make array->max_length more useful.
34754         Intrduced mono_object_class() and mono_string_length() macros.
34756 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34758         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
34759         instead of g_unichar_isdigit.
34761 2002-04-11  Nick Drochak  <ndrochak@gol.com>
34763         * icall.c: Implement a simple Double.ToString().
34765 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
34767         * appdomain.h: only io-layer.h is supposed to be included.
34768         * icall.c: explicitly import environ. Fix warning.
34770 2002-04-10  Nick Drochak  <ndrochak@gol.com>
34772         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
34773                 return true even if it's not Daylight Savings time.
34774                 Only return false for the case where the function isn't
34775                 implemented for a plaform (read Windows).
34777 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
34779         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
34780         data with a mutex.
34782 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
34784         * mempool.c (mono_mempool_alloc): only use g_malloc when
34785         absolutely necessary.
34787 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
34789         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
34791         * class.c (mono_class_vtable): use domain mempool to allocate vtable
34792         (mono_class_proxy_vtable): use domain mempool
34794 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
34796         * appdomain.h, appdomain.c: split initialization that requires the
34797         execution engine support into mono_runtime_init().
34799 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
34801         * class.c (mono_class_init): don't include vtable inside MonoClass
34802         to save some memory, gather some statistics.
34803         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
34805 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
34807         * icall.c: internalcall implementation for ValueType.Equals().
34809 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
34811         * object.c (mono_message_init): moved 
34812         (mono_runtime_exec_main): new arch. independent impl.
34813         (mono_runtime_invoke_array): new method - like
34814         mono_runtime_invoke, but you can pass an array of objects.
34815         (mono_remoting_invoke): new arch. independent impl.
34816         (mono_message_invoke): new arch. independent impl.
34817         (mono_runtime_class_init): new arch. independent impl.
34818         (mono_runtime_object_init): new arch. independent impl.
34820 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
34822         * metadata.c, object.c, reflection.c: documented the exported
34823         functions.
34825 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
34827         * icall.c: simpler code to pass the assembly builder data to corlib.
34828         Implement GetNestedTypes() internalcall.
34830 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
34832         * class.c: warn if a type can't be loaded.
34834 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
34836         * image.h: typedef MonoImageOpenStatus
34837         * types.h: removed unused file
34838         
34839 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
34841         * icall.c: Enum_ToObject accepts enum value arguments.
34843 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
34845         * class.c: move initialization of properties, events and nested
34846         classes, so that they happen for interfaces, too.
34848 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
34850         * icall.c: cleanup some ugly casts in Array_SetValue*.
34852 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
34854         * icall.c: the values array fro enums is of the correct type, now.
34855         Implement (correctly) getFullName instead of assQualifiedName for
34856         MonoType.
34857         * reflection.h, reflection.c: added mono_type_get_name ().
34859 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
34861         * assembly.c, image.h: for each MonoImage, record from wich assembly
34862         it was loaded.
34863         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
34864         Make Type.Assembly work.
34866 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
34868         * debug-symfile.h: use char* instead of gpointer to avoid
34869         unnecessary casts.
34871         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
34873         * icall.c (ves_icall_InternalExecute): impl. FielSetter
34874         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
34876 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
34878         * icall.c (mono_message_init): impl. (code cleanup)
34879         (ves_icall_InternalExecute): impl. FieldGetter
34881         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
34882         defined we call all (non-static)methods through the vtable. 
34884 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
34886         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
34887         finalizer even though the memory is still referenced (and the chunk of
34888         memory is not freed).
34890 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
34892         * assembly.c: fix brokeness.
34894 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
34896         * class.c: kill some warnings. Check explicit interface method
34897         implementation also without considering the namespace.
34898         Load also literal strings in static class data.
34900 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
34902         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
34903         (default_assembly_name_resolver): Make the resolver take the
34904         "base" directory where the assembly was originally defined, so we
34905         can load DLLs that are in the same directory as the assembly that
34906         is being referenced.
34908 2002-03-28  Dick Porter  <dick@ximian.com>
34910         * file-io.h: 
34911         * file-io.c:
34912         * socket-io.c: 
34913         * unicode.h: 
34914         * unicode.c: Warning cleanups
34916 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
34918         * object.h, reflection.h: use the correct type instead of MonoObject.
34920 2002-03-28  Martin Baulig  <martin@gnome.org>
34922         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
34923         (mono_debug_update_symbol_file): Initialize classes if necessary.
34925 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
34927         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
34928         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
34930 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
34932         * assembly.h: fix function prototype.
34933         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
34934         * mono-endian.h: use const cast.
34936 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
34938         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
34940 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
34942         * loader.c: don't assert when a typeref can't be loaded, give
34943         a chance to the runtime to trow an exception instead.
34944         * loader.h: fix warning.
34946 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
34948         * class.c (mono_class_proxy_vtable): added proxy support
34950 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
34952         * icall.c: removed last of PAL calls, added System.Environment
34953         * file-io.h, file-io.c: MonoIO implementation
34954         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
34956 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
34958         * appdomain.c: do not use the byte marker in ldstr table lookup.
34959         * debug-helpers.c: allow two ':' to separate class and method name.
34960         * object.c: allocate arrays bounds with the GC, too.
34961         * verify: add a few more checks.
34963 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
34965         * reflection.c: output also literal strings. Allocate parameter data
34966         with GC_malloc() (thanks, Martin, for catching this!).
34968 2002-03-26  Martin Baulig  <martin@gnome.org>
34970         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
34971         include the `this' offset in the `param_offsets'.
34973 2002-03-25  Martin Baulig  <martin@gnome.org>
34975         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
34976         mono_debug_get_class() function to get the classes. Added new
34977         relocation types for arrays and strings.
34978         (mono_debug_get_class): New static function to search in all
34979         referenced assemblies for a metadata token.
34981         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
34983 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
34985         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
34986         hold gc-allocated objects. Make the string heap a stream like the
34987         others. Removed duplicated code when writing stream info.
34988         Added asserts to catch possible buffer overflows. Set the sorted map
34989         for tables that need sorting. Added some documentation.
34991 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
34993         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
34994         for interned strings and vtables.
34996 2002-03-24  Martin Baulig  <martin@gnome.org>
34998         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
34999         it in the array since it was created with g_slist_prepend().
35001 2002-03-24  Martin Baulig  <martin@gnome.org>
35003         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
35004         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
35005         (mono_debug_method_from_token): Renamed to
35006         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
35007         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
35009         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
35010         relocation types.
35012         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
35014 2002-03-24  Martin Baulig  <martin@gnome.org>
35016         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
35017         (mono_debug_method_from_token): New func.
35019         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
35020         New interncall, calls mono_debug_local_type_from_signature().
35021         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
35022         calls mono_debug_method_from_token().
35024 2002-03-23  Martin Baulig  <martin@gnome.org>
35026         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
35027         specifies the number of bytes to be converted, not the array size.
35028         Return the number of chars, not the number of bytes.
35029         (ves_icall_iconv_get_chars): The `byteCount' argument
35030         specifies the number of bytes to be converted, not the array size.
35032 2002-03-23  Martin Baulig  <martin@gnome.org>
35034         * reflection.h (MonoReflectionSigHelper): New type.
35036         * reflection.c (mono_reflection_sighelper_get_signature_local),
35037         (mono_reflection_sighelper_get_signature_local): New functions.
35039         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
35040         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
35041         interncalls.
35043 2002-03-23  Martin Baulig  <martin@gnome.org>
35045         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
35046         is_writeable is set.
35047         (mono_raw_buffer_update): New function to write the modified map
35048         back to disk.
35050         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
35052         * debug-symfile.c (mono_debug_update_symbol_file): Call
35053         mono_raw_buffer_update() when done writing.
35055 2002-03-23  Martin Baulig  <martin@gnome.org>
35057         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
35059         * debug-symfile.c: Added support for arguments and local variables.
35061 2002-03-23  Dick Porter  <dick@ximian.com>
35063         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
35064         protected by ifdefs, hence breaking the w32 build.
35066 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
35068         * object.c: implement is_interned() the right way.
35070 2002-03-21  Martin Baulig  <martin@gnome.org>
35072         * debug-symfile.[ch]: New files to handle debugging information
35073         files. There's also support to dynamically update these symbol
35074         files to include machine dependent information.
35076 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
35078         * threads.c (mono_thread_create): new function to create thread
35079         from C
35081 2002-03-20  Martin Baulig  <martin@gnome.org>
35083         * icall.c (ves_icall_InternalInvoke): Create a new object if the
35084         method is a constructor.
35085         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
35086         points to ves_icall_InternalInvoke().
35088 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
35090         * file-io.c: Flush shouldn't throw exceptions.
35092 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
35094         * file-io.c: FileStream flush support; FileSetLength now
35095         restores file pointer.
35097 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
35099         * class.c: set image for pointer classes.
35101 2002/03/19  Nick Drochak <ndrochak@gol.com>
35103         * sysmath.c: Forgot one.
35105 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
35107         * sysmath.c: Avoid redefining existing names.
35109 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
35111         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
35112         handled by runtime as icall rather than dllimport from libm.so
35113         * file-io.c, file-io.h: fixed handle argument type.
35115 2002-03-18  Dick Porter  <dick@ximian.com>
35117         * reflection.c (mono_image_get_type_info): rename interface to
35118         iface, because of "#define interface struct" on windows.
35120 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
35122         * class.c, class.h: rename and export mono_ptr_class_get().
35123         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
35124         * reflection.c, reflection.h, icall.c: better/saner type name
35125         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
35126         method signatures.
35128 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
35130         * class.c (mono_class_init): removed hardcoded GHC_SLOT
35132         * icall.c (ves_icall_InternalInvoke): impl.
35134 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
35136         * reflection.c: output the interface map table, too.
35138 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
35140         * class.c (class_compute_field_layout): separate computation of 
35141         static field layout
35143 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
35145         * icall.c: added System.Buffer support.
35146         * file-io.c: moved file icalls from PAL to FileStream.
35148 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
35150         * icall.c (ves_icall_System_Object_GetHashCode): impl.
35152 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
35154         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
35156 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
35158         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
35160 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
35162         * debug-helpers.{c,h}: moved here from monograph some useful functions
35163         to locate a method by name/signature in a class or image. Included
35164         also a small and flexible IL disassembler.
35166 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
35168         * reflection.c: fixup tokens in methods with small header size, too.
35170 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
35172         * object.c (mono_string_to_utf8): remove assert(!error), instead
35173         print a warning. 
35175 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
35177         * icall.c: update to the new mono_Array_class_get interface.
35179 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
35181         * appdomain.c, object.c: Boehm-GC enable.
35182         * icall.c: make get_data_chunk() support split data requests.
35183         Ensure a class is initialized in more cases. Return only the first
35184         property found in GetProperties() or the compiler gets confused. 
35185         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
35186         * reflection.h, reflection.c: add fixup mechanism for field and method
35187         tokens. Initialize assembly->typeref in a single place. Output
35188         properties after events. Support custom attributes for events, too.
35189         Typo fix for paramter custom attrs.
35191 2002-03-07  Martin Baulig  <martin@gnome.org>
35193         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
35195 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
35197         * class.c (mono_array_class_get): fix. for multi. dim. arrays
35199 2002-03-06  Martin Baulig  <martin@gnome.org>
35201         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
35202         non-zero lower bounds. See testcases #F10-#F13.
35204 2002-03-05  Martin Baulig  <martin@gnome.org>
35206         * exception.c (mono_get_exception_argument_out_of_range): New exception.
35208         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
35209         ves_icall_System_Array_GetValue(), only calculate the absolute array position
35210         here.
35211         (ves_icall_System_Array_SetValue): Likewise.
35212         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
35213         as argument and does the actual work. This function is used when copying a
35214         multi-dimensional array.
35215         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
35216         now do all the widening conversions of value types.
35217         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
35219 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
35221         * class.c: remove some magic numbers and use the smbolic names,
35222         instead. Added init_events() to load event info at class init time.
35223         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
35224         and mono_metadata_methods_from_event().
35225         * reflection.h, reflection.c: added support for writing out the evnets
35226         related information.
35228 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
35230         * reflection.h, icall.c: use a different method (GetInterfaces)
35231         to gather interface info and add isbyref, isprimitive and
35232         ispointer to the ves_icall_get_type_info() return value.
35234 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
35236         * class.h: stared adding support for events.
35237         * icall.c: split find_members implementation. Added debug icall to get
35238         the address of an object.
35239         * reflection.c: handle TypeBuilders in mono_type_get_object().
35241 2002-03-01  Martin Baulig  <martin@gnome.org>
35243         * icall.c (ves_icall_System_Array_GetLength): This must throw an
35244         ArgumentOutOfRangeException(), not an ArgumentException().
35245         (ves_icall_System_Array_GetLowerBound): Likewise.
35246         (ves_icall_System_Array_GetValue): Improved argument checking.
35247         (ves_icall_System_Array_SetValue): Improved argument checking.
35249 2002-03-01  Martin Baulig  <martin@gnome.org>
35251         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
35252         called with invalid arguments rather than just dying with g_assert().
35253         (ves_icall_System_Array_SetValue): Likewise.
35254         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
35255         raise a NotImplementedException instead.
35256         (ves_icall_System_Array_GetLength): Added argument checking.
35257         (ves_icall_System_Array_GetLowerBound): Added argument checking.
35259 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
35261         * object.h (mono_assert): new macros mono_assert and
35262         mono_assert_not_reached
35264 2002-02-28  Martin Baulig  <martin@gnome.org>
35266         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
35267         and "System::String::IsInterned" to "System::String::_IsInterned".
35269 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
35271         * icall.c: remove hacks for typebuilder. Added icall to create a
35272         modified type from a tybebuilder.
35273         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
35274         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
35275         to create a backing MonoClass for a TypeBuilder.
35277 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
35279         * class.c, class.h: more refactoring of class init.
35280         Export mono_class_setup_mono_type() and mono_class_setup_parent().
35282 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
35284         * marshal.c, marshal.h: start of marshaling interface.
35286 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
35288         * icall.c: fix order in assembly qualified name icall.
35290 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
35292         * class.c: do not free str, since we store it in the hash table.
35293         * reflection.h: add label field to MonoILExceptionInfo.
35294         * reflection.c: handle references to more than one assembly. Handle
35295         case when there isn't a module created in the assembly.
35297 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
35299         * class.c: Fix typo. Start refactoring of class init code.
35301 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
35303         * appdomain.c: exit with 1 on error.
35304         * class.c: we already have the name in MonoClassField.
35305         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
35306         MonoStreamHeader instead of an offset of image->raw_metadata.
35308 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
35310         * appdomain.c (mono_init): Be even more descriptive about the error.
35312 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
35314         * appdomain.c: give the user an informative message when corlib can't
35315         be loaded.
35317 2002-02-26  Martin Baulig  <martin@gnome.org>
35319         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
35320         New icall to get the time zone data.
35322 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
35324         * reflection.c: set virtual and raw size of section correctly.
35325         * threads.c: transfer domain information to newly created threads.
35327 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
35329         * class.c: when instancing a class in a domain, load the default
35330         vaules for static fields from the constant table. Fix System.Enum to
35331         not be an enum.
35332         * icall.c: implement Object::GetType() internalcall. Implemented
35333         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
35334         Fixed checking of binding flags in find_members().
35335         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
35336         * reflection.c: handle enumerations when writing to the constant
35337         table. Use a different object cache for types.
35340 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
35342         * object.c (mono_object_isinst): fix for arrays
35344         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
35346 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
35348         * object.c: don't use mprotect ()  and fix intern pool hash table
35349         lookup for big endian systems.
35351 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
35353         * icall.c: change type_is_subtype_of () signature.
35355 2002-02-21  Mark Crichton  <crichton@gimp.org>
35357         * rand.c, rand.h: Added random number generator for
35358         System.Security.Cryptography classes.
35360         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
35362         * icall.c: Added System.Security.Cryptography calls.
35364 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
35366         * class.c, icall.c, metadata.c: better support for pointer types.
35367         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
35368         * reflection.c: Add support for getting custom attrs for properties
35369         and simplify some code.
35371 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
35373         * icall.c: change getToken () and add custom attribute GetBlob()helper
35374         method.
35375         * reflection.h: add custom attrs array to the reflection builder structures.
35376         * reflection.c: encode and emit custom attributes for all the relevant
35377         reflection objects. Cache fieldref and methodref tokens. Change
35378         mono_image_create_token() interface to take a MonoDynamicAssembly.
35379         More complete custom attributes decoder. Load custom attributes for
35380         Assembly, Field, Method and Constructor objects, too. Make the
35381         returned array an Attribute[] one, not object[]. Added
35382         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
35383         custom attribute constructor.
35385 2002-02-20  Dick Porter  <dick@ximian.com>
35387         * icall.c:
35388         * rawbuffer.c:
35389         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
35390         problem code out for now).
35392 2002-02-19  Radek Doulik  <rodo@ximian.com>
35394         * object.c (mono_ldstr): use hash table to avoid multiple swapping
35396 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
35398         * icall.c: register the GetCustomAttributes method.
35399         * object.c, object.h: add mono_string_new_len ().
35400         * reflection.h, reflection.c: added mono_runtime_invoke(),
35401         mono_install_runtime_invoke(). Added
35402         mono_reflection_get_custom_attrs () to load custom attributes and
35403         create the attribute objects.
35405 2002-02-19  Dick Porter  <dick@ximian.com>
35406         * threads-dummy-types.c:
35407         * threads-dummy-types.h:
35408         * threads-dummy.c:
35409         * threads-dummy.h:
35410         * threads-pthread-types.c:
35411         * threads-pthread-types.h:
35412         * threads-pthread.c:
35413         * threads-pthread.h:  Deleted obsolete files
35415 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
35417         * class.c (mono_class_vtable): runtime init the class when we
35418         allocate static class data.
35420         * icall.c (ves_icall_System_Array_SetValue): check for null values.
35422         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
35423         and String - but we will need generic marshalling support in the
35424         future. 
35425         (mono_init): set the domain name in a ms compatible way
35427         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
35428         String[].
35430 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
35432         * object.c (mono_array_clone): use alloca() instead of g_malloc  
35433         for sizes
35435         * appdomain.c (mono_domain_unload): impl.
35437 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
35439         * appdomain.c, object.c: fix intern pool implementation.
35440         * class.c: fix alignment code.
35442 2002-02-16  Radek Doulik  <rodo@ximian.com>
35444         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
35445         and s2 > s1, just copy lower bytes to be compatible with little
35446         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
35447         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
35449         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
35450         force big_endian to be 1 for big endian machines 
35451         (ves_icall_iconv_new_decoder): ditto
35453 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
35455         * socket-io.c (convert_sockopt_level_and_name): If the system
35456         doesn't define SOL_IP or SOL_TCP, get them by hand using
35457         getprotobyname() and caching the values (because this could be a
35458         slow operation).
35459         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
35460         Use the appropriate struct when the system does support it. Ie,
35461         not all systems have struct ip_mreqn so use struct ip_mreq when
35462         appropriate.
35464 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
35466         * reflection.c: handle finally clauses.
35468 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
35470         * socket-io.c: use g_snprintf() instead of snprintf.
35472 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
35474         * reflection.c (mono_param_get_objects): Cast second argument to
35475         mono_method_get_param_names to a const char** to silence the
35476         compiler warning.
35478         * appdomain.c (mono_domain_assembly_open): Put parens around the
35479         truth statement in the for-loop.
35481         * unicode.c (iconv_convert): Got rid of a compiler warning about
35482         int i being unused when the system has a new iconv.
35483         (iconv_get_length): Same.
35485         * image.c (load_class_names): Cast the second argument to
35486         g_hash_table_insert() to char* to hush compiler warnings about the
35487         arg being a const.
35488         (mono_image_open): Same here.
35490         * socket-io.c: Don't conditionally include sys/filio.h or
35491         sys/sockio.h here anymore since we now get them from
35492         io-layer/io-layer.h
35493         (inet_pton): If the system doesn't support inet_aton, implement
35494         using inet_addr and also #define INADDR_NONE if it isn't defined
35495         by the system.
35497 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
35499         * metadata.c, metadata.h: added function to get packing and size info
35500         of a typedef.
35501         * reflection.h, reflection.c: handle field RVA data. Save info about
35502         the table layout if needed. Assign typedef indexes to all the types
35503         before dumping the info about them to avoid forward reference problems.
35505 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
35507         * socket-io.c (convert_sockopt_level_and_name): ifdef
35508         SO_ACCEPTCONN because it is not defined on my system (old debian)
35510 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
35512         * opcode.c: use stddef.h to get NULL.
35514 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
35516         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
35517         for FIONBIO, FIONREAD and SIOCATMARK.
35518         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
35519         define INADDR_NONE and besides, inet_addr() is deprecated and
35520         should not be used. Use inet_pton() instead - it also has the
35521         added bonus that it can easily handle IPv6 addresses as well.
35522         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
35524 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
35526         * decimal.c: remove _MSC_VER conditional.
35528 2002-02-13  Dick Porter  <dick@ximian.com>
35530         * socket-io.c: 
35531         * icall.c: Internal calls for Blocking, Select, Shutdown,
35532         GetSocketOption and SetSocketOption
35534 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
35536         * assembly.cs: better resolver: use it instead of some kludgy
35537         code.
35539 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
35541         * reflection.c: the best way to speed-up the compiler is to avoid
35542         infinite loops.
35544 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
35546         * class.c (mono_class_vtable): changed the object layout
35547         (obj->vtable->class). 
35548         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
35550 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
35552         * assembly.c: look for assemblies in the assembly dir, too.
35554 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
35556         * class.c: fix thinko in mono_class_from_type().
35558 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
35560         * exception.h, exception.c: added TypeLoadException.
35561         * object.h, object.c: added mono_array_clone ().
35562         * icall.c: handle throwOnError in AssemblyGetType().
35563         Added Array.Clone().
35564         * opcode.h, opcode.c: use a single value for the opcode val.
35565         Compile fix for non-gcc compilers.
35567 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
35569         * opcodes.c, opcodes.h: export interesting info about opcodes.
35571 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
35573         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
35574         icalls. 
35576         * class.c (class_compute_field_layout): set element_class for enums
35577         (mono_class_create_from_typedef): set element_class for normal classes
35579         * icall.c (ves_icall_System_Enum_get_value): impl.
35581         * class.c (mono_class_create_from_typedef): do not set valuetype
35582         flag for System.ValueType and System.Enum
35584 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
35586         * unicode.c (iconv_convert): fix big endian problem.
35588 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
35590         * class.c: add asserts if we are ever going to scribble over memory.
35591         * socket-io.c: not all systems have AF_IRDA defined.
35593 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
35595         * class.c (class_compute_field_layout): do not consider static
35596         fields to compute alignment
35598 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
35600         * appdomain.c (mono_appdomain_get): impl.
35601         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
35603 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
35605         * icall.c: ignore "file://" prefix when loading an assembly.
35607 2002-01-23  Dick Porter  <dick@ximian.com>
35609         * socket-io.c:
35610         * icall.c:
35611         * Makefile.am: Added socket support
35613 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
35615         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
35616         code back.  This should return the assemblies that are loaded by
35617         the runtime on behalf of an application domain. 
35619         The current implementation is still broken, it just returns every
35620         assembly loaded, but until we get real applications domain this
35621         will do.
35623 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
35625         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
35626         AppDomain object.
35628 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
35630         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
35631         the mono_class_from_name lookup.
35632         (ves_icall_get_parameter_info): ditto.
35633         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
35634         method.
35635         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
35637 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
35639         * class.c: load also nested classes on class init.
35640         System.ValueType instance methods gets passed boxed
35641         values, unless methods in derived classed that get a pointer to the
35642         data.
35643         * icall.c: use better name parsing code in GetType().
35644         * image.c, image.h: add mono_image_loaded ().
35645         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
35646         * reflection.c, reflection.h: added mono_reflection_parse_type().
35648 2002-01-22  Veronica De Santis <veron78@interfree.it>
35650         * icall.c : Added mapping of internal calls for Manual and Auto reset events
35651         * threads.c : Added the implementation of internal calls for events
35652         * threads.h : Added prototypes of internal calls for events
35653         
35654 2002-01-21  Radek Doulik  <rodo@ximian.com>
35656         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
35658 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
35660         * class.c (mono_class_init): set min_align to 1 (instead of 0)
35661         (mono_class_value_size): use min_align
35663 2002-01-20  Dick Porter  <dick@ximian.com>
35665         * threads.h:
35666         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
35667         so it compiles on w32.
35669 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
35671         * metadata.c (mono_type_stack_size): impl.
35673         * class.c (mono_class_get_field): impl. memberref token
35675 2002-01-16 Veronica De Santis <veron78@@interfree.it>
35677         * icall.h : Added the internal calls mapping for CreateMutex_internal
35678                     and ReleaseMutex_internal.
35679         * threads.h : Added the prototype of mutexes internal calls.
35680         * threads.c : Added the implementations of mutexes internal calls.
35682 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
35684         * metaparse.h: removed unused file.
35685         * reflection.c, reflection.h: added stream_data_align () function 
35686         to align data in streams and keep stream aligned. Add support for
35687         exception support in method headers.
35689 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
35691         * unicode.c: make iconv_convert () return the number of bytess written
35692         in the output buffer.
35694 2002-01-15  Dick Porter  <dick@ximian.com>
35695         * threads.c: Make the runtime's idea of infinite timeouts coincide
35696         with the class library's
35698         Fix a particularly egregious bug in mono_thread_cleanup(). That
35699         code was so utterly bogus it must have been written on a Monday.
35701 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
35703         * reflection.h: add subtypes field to TypeBuilder.
35704         * reflection.c: encode constants for literal fields.
35705         Handle subtypes. Fix user string token (and add a zero byte)
35706         at the end.
35707         
35708 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
35710         * class.c (mono_class_init): bug fix: assign slot numbers for
35711         abstract methods.
35713 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
35715         * reflection.c: don't try to output a code RVA for abstract methods.
35716         Small fixes for method header format. Output parameter info to the
35717         ParamDef table. Save method overriding info to MethodImpl table.
35718         Fix property support. Allow typedef.extends to be a type in the
35719         building assembly.
35720         * verify.c: fix off-by-one error.
35722 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
35724         * class.c: fix mono_class_from_mono_type () for szarray types.
35725         Remove unused cache check in mono_class_from_type_spec().
35726         * icall.c: *type_from_name () functions handle simple arrays and byref.
35727         * reflection.c: handle byref and szarray types. Handle methods without
35728         body (gets P/Invoke compilation working). Handle types and fields in
35729         get_token ().
35730         * reflection.h: add rank to MonoTypeInfo.
35732 2002-01-10  Dick Porter  <dick@ximian.com>
35734         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
35735         internal calls
35737 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
35739         * icall.c: initialize class in type_from_handle ().
35740         Loop also in parent classes for get_method ().
35741         * reflection.c: properly encode class and valuetype types.
35742         Start on encoding TypeBuilder types. Handle fieldrefs.
35743         Use correct length when registering a user string.
35744         Handle ConstructorBuilder and MonoMethod in get_token ().
35745         Make mono_type_get_object () aware of cached types.
35746         * object.c: back out change to mono_string_new ().
35748 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
35749         * object.c: mono_string_new should return a NULL when the string 
35750         passed in is NULL -- not try to deference it.
35751         
35752 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
35754         * icall.c: hack to make IsSubType work for TypeBuilders.
35755         * reflection.c: emit constructors before methods.
35756         Retrieve param names in mono_param_get_objects().
35758 2002/01/05  Nick Drochak  <ndrochak@gol.com>
35760         * Makefile.am: fix list of headers and sources so automake 1.5
35761         doesn't complain. Removed \# at end of list.
35763 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
35765         * reflection.c: get token for a method ref. Set return type of
35766         constructor to void.
35767         * loader.c: debug message.
35768         * class.c: typo fix.
35770 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
35772         * icall.c: fix array init with rank > 1. FindMembers
35773         loops in parent class as well.
35774         * image.c: do not insert nested types in name cache.
35775         * reflection.c: warning fix.
35776         * reflection.h: add override method (for interface impl).
35778 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
35780         * metadata.c: fix customattr decoding.
35782 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
35784         * rawbuffer.cs: Added native Win32 implementation, avoids using
35785         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
35787 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
35789         * class.c: make the low-level routines handle the cache.
35791 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
35793         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
35795 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
35797         * class.c: fix mono_array_element_size() for objects.
35798         * class.h, class.c: add properties to MonoClass and load them
35799         at init time.
35800         * icall.c: check with isinst() when assigning a value to an array
35801         instead of requiring the classes to match exactly.
35802         Implemented icall for System.Type::GetType().
35803         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
35804         enums. Handle bindingflags when looking for methods and fields.
35805         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
35806         and mono_metadata_methods_from_property().
35807         * reflection.h, reflection.c: added structures for propreties,
35808         parameters and enums. Implemented mono_property_get_object() and
35809         mono_param_get_objects().
35811 2001-12-18  Dick Porter  <dick@ximian.com>
35813         * file-io.c: Use mono_string_to_utf16() instead of
35814         mono_string_chars()
35816         * object.c: Added mono_string_to_utf16(), which copies the non
35817         NULL-terminated MonoString into a new double-null-terminated
35818         buffer.
35820 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
35822         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
35824 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
35826         * file-io.c: raise exceptions if handle is invalid.
35828 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
35830         * assembly.c: yet another check for mscorlib.
35831         * class.c, class.h: load nesting info for classes.
35832         * icall.c: many new functions to support the Reflection classes.
35833         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
35834         * reflection.h, reflection.c: mono_image_create_token(),
35835         mono_assembly_get_object(), mono_type_get_object(),
35836         mono_method_get_object(), mono_field_get_object(): methods to return
35837         objects that parallel the C representation of assemblies, types,
35838         methods, fields.
35840 2001-12-11  Dick Porter  <dick@ximian.com>
35842         * icall.c:
35843         * file-io.c: Internal calls for file IO.
35845 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
35847         * tabledefs.h: missing FileAttributes.
35848         * verify.h, verify.c: use is_valid_string () to simplify and check for
35849         valid strings more correctly. Fix warnings and speeling.
35850         Check more tables: Filed, File, ModuleRef, StandAloneSig.
35851         Check code: branches, maxstack, method calls.
35853 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
35855         * object.c (mono_object_allocate): removed static, so that the jit
35856         can allocate value types.
35858         * icall.c (ves_icall_System_DateTime_GetNow): impl.
35860 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35862         * class.c: init enum types right away and register the
35863         token->MonoClass map in mono_class_create_from_typedef ().
35864         * verify.h, verify.c: first cut of the verifier.
35865         * pedump.c: add --verify switch to verify metadata tables.
35866         * tabledefs.h: add some missing enums.
35868 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
35870         * class.c (mono_install_runtime_class_init): impl.
35871         (mono_class_init): renamed mono_class_metadata_init to
35872         mono_class_init, also removed the metadata_inited flag
35874         * object.c (mono_object_isinst): use faster algorithm
35876 2001-11-30  Radek Doulik  <rodo@ximian.com>
35878         * mono-endian.h: reverted last change
35879         added function prototypes
35881         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
35882         add mono-endian.c back
35884         * mono-endian.c: returned back, as Paolo pointed out, it's needed
35885         for unaligned access, I've mistaked it with endianess. I am
35886         sorry.
35887         (mono_read16): fix reverted endianess
35888         (mono_read64): ditto
35889         (mono_read32): ditto
35891 2001-11-30  Dick Porter  <dick@ximian.com>
35893         * exception.c: Implement mono_exception_from_name()
35895 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
35897         * metadata.h, metadata.c: remove params_size and locals_size and their
35898         calculation from the metadata code: they are only usefult to the
35899         interp.
35901 2001-11-29  Radek Doulik  <rodo@ximian.com>
35903         * object.c (mono_ldstr): swap bytes here, it's probably not the
35904         best place, but works for me now, I'll redo it once I know mono
35905         better, also note that I add PROT_WRITE and don't reset back, also
35906         note that it's only affects big endians, so x86 should be OK
35908         * mono-endian.h (read16): use just glib macros for both endians
35910         * mono-endian.c: removed as glib macros are used in in
35911         mono-endian.h so we don't need to care about endianess for read
35912         macros as glib does that for us already
35914 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
35916         * class.h, class.h: take minimum alignment into consideration so
35917         that the fields of a class remain aligned also when in an array.
35919 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
35921         * loader.h, loader.c: add mono_method_get_param_names().
35922         * class.c: 0-init class fields.
35924 2001-11-26  Dick Porter  <dick@ximian.com>
35926         * icall.c:
35927         * threads-types.h:
35928         * threads.c: New file that handles System.Threading on all platforms
35930         * object.c: 
35931         * object.h: Remove the synchronisation struct from MonoObject,
35932         replace it with a pointer that gets initialised on demand
35934         * Makefile.am: Replace all the system-specific threading code with
35935         a single file that uses the new wrapper library
35937 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
35939         * class.c, class.h: add mono_install_trampoline() so that the runtime
35940         can register a function to create a trampoline: removes the ugly
35941         requirement that a runtime needed to export arch_create_jit_trampoline.
35942         * object.h, object.c: added mono_install_handler() so that the runtime
35943         can install an handler for exceptions generated in C code (with
35944         mono_raise_exception()). Added C struct for System.Delegate.
35945         * pedump.c: removed arch_create_jit_trampoline.
35946         * reflection.c: some cleanups to allow registering user strings and
35947         later getting a token for methodrefs and fieldrefs before the assembly
35948         is built.
35949         * row-indexes.h: updates and fixes from the new ECMA specs.
35951 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
35953         * class.h, class.c: add enum_basetype field to MonoClass.
35954         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
35955         to get index in the constant table reated to a field, param or
35956         property.
35957         * reflection.h, reflection.c: handle constructors. Set public-key and
35958         version number of the built assembly to 0.
35959         * row-indexes.h: update from new ECMA spec.
35961 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
35963         * class.h, class.c: add a max_interface_id to MonoClass.
35964         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
35965         since it's used to do that. Added mono_type_type_from_obj().
35966         Make GetType() return NULL instead of segfaulting if the type was not
35967         found. Handle simple arrays in assQualifiedName.
35968         * object.h: add a struct to represent an Exception.
35969         * reflection.c: output call convention in method signature.
35970         Add code to support P/Invoke methods and fixed offsets for fields.
35972 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
35974         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
35975         the value.
35976         * icall.c: use mono_array_addr instead of array->vector: fixes the
35977         reflection image writing.
35978         * reflection.c: init call convention byte to 0 in method signature.
35979         Encode the property signature. Don't output property-related methods
35980         twice. Really process the properties for a type (don't cast a field to
35981         a property, my mom always told me that).
35982         Fix 64 bit issues in pointer alignment in a different and more
35983         readable way.
35985 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
35987         * loader.h: Removed type class from MonoDefaults, added monotype
35989         * loader.c: Loaded MonoType, removed loading of Type
35991         * icall.c (my_mono_new_object): Now returns a System.MonoType,
35992         and fills in System.Type._impl with a RuntimeTypeHandle rather
35993         than the actual MonoClass *
35995         (ves_icall_type_from_handle): change from type_class to
35996         monotype_class
35998         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
35999         implemented
36001         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
36002         implemented
36004         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
36006         (ves_icall_System_Reflection_Assembly_GetType): implemented
36008         (ves_icall_System_MonoType_assQualifiedName): implemented
36010         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
36012 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
36014         * assembly.c (mono_assembly_open): Implement a cache for the
36015         assemblies. 
36017         (mono_assembly_close): only destroy the assembly when the last
36018         reference is gone.
36019         
36020 2001-11-09  Dick Porter  <dick@ximian.com>
36022         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
36024 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
36026         * class.c (mono_class_metadata_init): bug fix: compute the right slot
36028 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
36030         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
36031         from Martin Weindel.
36032         * object.h: add mono_string_chars ().
36034 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
36036         * reflection.c (build_compressed_metadata): Eliminates warnings
36037         and uses 64-bit clean code.
36039         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
36040         (mono_type_equal): Change signature to eliminate warnings.
36042 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
36044         * icall.c, loader.c: remove the internalcall array constructors.
36045         Changes to match the new MonoArray structure.
36046         * object.h, object.c: an array object doesn't allocate an extra
36047         vector. Add mono_array_new_full () to create jagged arrays easily.
36049 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
36051         * metadata.h, metadata.c: add mono_metadata_field_info () to
36052         retreive all the info about a field from vairous tables.
36053         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
36054         * class.h, class.c: augment MonoClassField with more info.
36055         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
36056         policy and load a field's RVA if needed.
36058 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
36060         * class.c (mono_class_metadata_init): create a trampoline for all
36061         virtual functions instead of actually compiling them.
36063 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
36065         * class.h, class.c: include name in MonoClassField.
36066         * class.c: fix fundamental type of System.Object and System.String.
36067         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
36068         tokens in ldtoken.
36069         * icall.c: remove internalcalls for the Reflection stuff that is now
36070         done in C# code.
36071         * loader.c: mono_field_from_memberref () implementation.
36072         * mono-endian.c: thinko (s/struct/union/g).
36073         * object.c, object.h: make the mono_string_* prototypes actually use
36074         MonoString instead of MonoObject.
36075         * reflection.c, reflection.h: updates for changes in the reflection
36076         code in corlib: we use C structures that map to the actual C# classes.
36077         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
36078         fat method header if needed and use the info from the ILGenerator for
36079         methods. Handle fields in types. Misc fixes.
36081 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
36083         * class.c (mono_class_metadata_init): bug fix: always allocate
36084         space for static class data
36086 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
36088         * class.c (mono_compute_relative_numbering): use relative
36089         numbering to support fast runtime type checks.
36091 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
36093         * class.c (mono_class_create_from_typeref): added debugging output
36094         to print class name when MonoDummy is returned instead of real class
36096 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
36098         * class.c (mono_class_metadata_init): interface offset table now
36099         contains pointers into the vtable - this is more efficient for the jit
36101 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
36103         * class.c (mono_class_metadata_init): use a temporary vtable (the
36104         old algorithm only worked for the interpreter, but not for the jit)
36106 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
36108         * loader.c (method_from_memberref): use mono_class_get to get the
36109         class of an array instead of using System.Array directly.
36110         (mono_get_method): also add MEMBERREF methods to the method cache
36111         which usefull for arrays.
36113 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
36115         * pedump.c (arch_compile_method): added to compute vtable entry
36117         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
36118         number of interfaces.
36119         
36120         * class.h: merged MonoArrayClass into MonoClass
36122         * class.c (mono_class_create_from_typedef): compute the vtable size and
36123         allocate space to include the vtable inside MonoClass
36124         (mono_class_metadata_init): initialize the vtable
36126 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
36128         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
36129         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
36130         * image.c: endian fixes by Laurent Rioux.
36131         * object.h, object.c: rename MonoStringObject to MonoString and
36132         MonoArrayObject to MonoArray. Change some function names to conform to
36133         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
36134         guint16* as first argument, so don't use char*.
36135         Provide macros to do the interesting things on arrays in a portable way.
36136         * threads-pthread.c: updates for the API changes and #include <sched.h>
36137         (required for sched_yield()).
36138         * icall.c: updates for the API changes above.
36139         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
36140         platforms that need them.
36142 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
36144         * class.c: set the correct type for all the fundamental
36145         type when loading the class.
36147 2001-10-05  Dick Porter  <dick@ximian.com>
36149         * threads-pthread.c (pthread_mutex_timedlock): Simple
36150         compatibility version for C libraries that lack this call.
36152 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
36154         * class.c: MonoTypes stored in MonoClass are stored as
36155         fundamental MonoTypes when the class represents a
36156         fundamental type (System.Int32, ...).
36157         The TypeHandle return by ldtoken is a MonoType*.
36158         * icall.c: ves_icall_get_data_chunk () write out all the
36159         PE/COFF stuff. Implement ves_icall_define_method (),
36160         ves_icall_set_method_body (), ves_icall_type_from_handle ().
36161         * image.c: properly skip unknown streams.
36162         * loader.h, loader.c: add type_class to mono_defaults.
36163         * metadata.c, metadata.h: export compute_size () as
36164         mono_metadata_compute_size () with a better interface.
36165         Typo and C&P fixes.
36166         * pedump.c: don't try to print the entry point RVA if there is no entry point.
36167         * reflection.c, reflection.h: many cleanups, fixes, output method
36168         signatures and headers, typedef and typeref info, compress the metadata
36169         tables, output all the heap streams, cli header etc.
36170         * row-indexes.h: typo fixes.
36172 2001-10-04  Dick Porter  <dick@ximian.com>
36174         * object.h: Add a synchronisation mutex struct to MonoObject
36176         * object.c (mono_new_object): Initialise the object
36177         synchronisation mutexes
36179         * icall.c: System.Threading.Monitor internal calls
36180         
36181         * threads-pthread.h:
36182         * threads-pthread.c: System.Threading.Monitor internal calls
36184         * threads-types.h: New file, includes the system-specific thread
36185         structures
36186         
36187         * threads-pthread-types.h:
36188         * threads-pthread-types.c: New files, handle pthread-specific
36189         synchronisation types
36191         * threads-dummy-types.h: 
36192         * threads-dummy-types.c: New files of dummy support for
36193         thread-specific types
36195         * metadata.c:
36196         * image.c:
36197         * pedump.c: include mono-endian.h not endian.h
36198         
36199         * Makefile.am: More threads files.
36200         Name mono-endian.h not endian.h
36202 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
36204         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
36205         stuff and implement a few more bits.
36206         * icall.c: a field needs to be dereferenced twice. Do not use the same
36207         name for two variables in the same scope.
36208         * image.c, image.h: cleanups.
36210 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
36212         * class.c (mono_class_metadata_init): bug fix: compute the right size
36214 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
36216         * icall.c: implemented some of the Reflection internalcalls.
36217         * image.c, image.h: start writing out the PE/COFF image.
36218         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
36219         that does the reverse than decode_blob_size ().
36220         * object.c: use mono_metadata_encode_value (). Move here
36221         temporary implementation of mono_string_to_utf8 ().
36222         * rawbuffer.c: make malloc_map static.
36224 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
36226         * metadata.c: fix type comparison for arrays.
36227         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
36228         Added a couple of new classes to monodefaults.
36229         * icall.c: added a couple of Reflection-related internalcalls.
36230         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
36231         Added a byval_arg MonoType to MonoClass.
36233 2001-09-28  Dick Porter  <dick@ximian.com>
36235         * icall.c:
36236         * threads-pthread.h: 
36237         * threads-pthread.c: Implemented internal calls for
36238         LocalDataStoreSlot operations.  Applied mutexes around all shared
36239         data.  Reworked the thread creation and Start() operations to
36240         avoid a race condition.
36241         
36242         * threads-dummy.h:
36243         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
36245 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
36247         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
36249 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
36251         * class.c, loader.c: warn and return NULL instead of erroring out.
36252         * icall.c: added System.AppDomain::getCurDomain().
36253         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
36255 2001-09-25  Dick Porter  <dick@ximian.com>
36257         * threads-pthread.h:
36258         * threads-pthread.c: Implemented timed thread joining and added
36259         System.Threading.Thread::Join_internal internal call
36261         * icall.c: Added System.Threading.Thread::Join_internal internal call
36263         * threads-dummy.h:
36264         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
36266 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
36268         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
36269         mono_string_intern () to implement the semantics of the ldstr opcode
36270         and the interning of System.Strings.
36271         * icall.c: provide hooks to make String::IsIntern and String::Intern
36272         internalcalls.
36274 2001-09-23  Dick Porter  <dick@ximian.com>
36276         * threads-dummy.c: 
36277         * threads-dummy.h: New files of dummy threading routines
36279         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
36280         support code based on system specifics
36282         Rename PTHREAD_LIBS to THREAD_LIBS
36283         
36284 2001-09-23  Dick Porter  <dick@ximian.com>
36286         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
36287         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
36288         internal calls.
36289         (mono_thread_init): Set up a Thread object instance to return when
36290         the main thread calls Thread.CurrentThread
36291         (mono_thread_cleanup): Wait for all subthreads to exit
36293         * icall.c: New internal calls for System.Threading.Thread::Sleep
36294         (including Schedule) and CurrentThread
36296         * threads.h: New file, to insulate thread-specific stuff from the
36297         rest of the code
36299 2001-09-21  Dick Porter  <dick@ximian.com>
36301         * threads-pthread.h: 
36302         * threads-pthread.c: New file, for handling pthreads-style
36303         threading support.  Start() now starts a new thread and executes
36304         the ThreadStart delegate instance.
36306         * icall.c: Added the internalcall for
36307         System.Threading.Thread::Start_internal
36309         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
36311 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
36313         * loader.c: work around the different signatures for delegates
36314         constructors csc generates in compiled code vs the ones compiled in mscorlib.
36316 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
36318         * class.h, class.c: add mono_class_get_field_from_name ().
36319         * *: Fix C comments and other ANSI C issues.
36321 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
36323         * endian.h, assembly.c: fix some endianness issues.
36325 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
36327         * loader.h, load.c: add delegate_class to mono_defaults.
36328         Handle runtime provided methods in mono_get_method ().
36330 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
36332         * loader.c (mono_get_method): use pinvoke for internal call
36334         * icall.c: use pinvoke for internal call
36336         * loader.c (method_from_memberref): set the method name
36338 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
36340         * metadata.c: help the compiler generate better code for
36341         mono_class_from_mono_type ().
36343 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
36345         * class.c (mono_class_metadata_init): delayed computing of the
36346         class size to mono_class_metadata_init ()
36348 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
36350         * class.c, class.h: add an interfaces member to MonoClass.
36351         * image.c, image.h: add assembly_name field to MonoImage
36352         from the assembly table.
36353         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
36355 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
36357         * class.c: Handle Array in mono_class_from_mono_type ().
36358         * metadata.c, pedump.c: some endian fixes.
36360 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
36362         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
36363         * metadata.c: fix small problem introduced with the latest commit.
36365 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
36367         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
36368         We don't need a MonoMetadata pointer anymore to compare signatures in
36369         mono_metadata_signature_equal (), update callers.
36370         Reduced memory usage an number of allocations for MonoMethodHeader and
36371         MonoMethodSignature.
36373 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
36375         * metadata.c: added compare for szarray.
36377 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
36379         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
36380         and add a couple more types to it and mono_defaults. Give an hint on
36381         classes that need implementing in our corlib and are referenced
36382         in mscorlib.
36384 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
36386         * class.h, class.c: keep track if a class is also an Enum.
36387         * loader.c: Implement a couple more types for use in libffi
36388         marshalling. Gives better diagnostics when failing to dlopen
36389         a library. Set method->klass for P/Invoke methods, too.
36391 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
36393         * class.c, class.h: add a MonoType this_arg to MonoClass that
36394         represents a pointer to an object of the class' type that
36395         can be used by the interpreter and later the type cache.
36396         Add best guess alignment info for valuetype objects.
36398 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
36400         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
36401         into MonoType: one less level of indirection and allocation and
36402         simplifies quite a bit of code. Added cache for MonoTypes that are
36403         used frequently, so that we don't need to allocate them all the time.
36405 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
36407         * class.c (mono_class_create_from_typedef): System.Enum is also a
36408         value type, although it does not derive from System.ValueType
36409         (maybe a bug in the ms compiler?)
36411         * metadata.c (mono_type_size): return the right size for value types
36413         * loader.c (mono_get_method): only initialize method header if not abstract
36415         * class.c (mono_class_from_mono_type): use mono_default values. 
36417 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
36419         * *: use MonoClass pointers instead of <type_tokens>
36420         
36421         * class.h: new flag: metadata_inited.
36423         * class.c (mono_class_metadata_init): impl.
36424         (mono_class_instance_size): impl.
36425         (mono_class_data_size): impl.
36427 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
36429         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
36430         MonoClass now has the name and name_space fields. 
36431         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
36432         mono_get_method () takes and optional MonoClass as argument.
36433         Removed mono_typedef_from_name() and added mono_class_token_from_name()
36434         instead that takes advantage of a map from class names to typedef
36435         tokens in MonoImage.
36437 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
36439         * metadata.c: zero is not a valid alignment boundary.
36440         Merge MONO_TYPE_VOID in default decoding code.
36442 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
36444         * image.h: merged MonoMetadata into MonoImage
36446         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
36447         identify the type of elements.
36449 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
36451         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
36452         * cil-coff.h: split MonoMSDOSHeader and add size info.
36453         * image.c: add some consistency checks.
36454         * metadata.c: fix row size computation: one programmer
36455         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
36456         add explanation for the locator routine.
36457         Fix decoding of size in method header.
36458         
36459 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
36461         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
36462         (g_concat_dir_and_file): Bring g_concat_dir_and_file
36463         function from gnome-libs.  This uses the right path separator
36464         based on the OS, and also works around a bug in some systems where
36465         a double slash is not allowed. 
36466         (default_assembly_name_resolver): Use g_concat_dir_and_file
36467         (mono_assembly_open): ditto.
36469 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
36471         * metadata.c (mono_metadata_signature_equal): impl.
36473         * *: void is now a realy MonoType (instead of using NULL)
36474         
36475         * metadata.c (do_mono_metadata_parse_type): use
36476         mono_metadata_parse_type to parse void value.
36478 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
36480         * metadata.c, metadata.h: in the signature and method header store
36481         only the space required for holding the loca vars and incoming arguments.
36483 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
36485         * metadata.c (do_mono_metadata_parse_type): treat void like any
36486         other type (instead of assigning NULL);
36488 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
36490         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
36492 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
36494         * image.c (do_mono_image_open): added a cache for arrays.
36496 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
36498         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
36499         decode a single column from a row in a metadata table and changes
36500         to take advantage of it in the typedef locator (gives a nice speed up).
36501         Store offset info for function params.
36503 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
36505         * image.h (MONO_IMAGE_IS_CORLIB): removed 
36507 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
36509         * assembly.c: how could mono_assembly_close () had ever worked?
36510         * metadata.c, metadata.h: provide offset info for local vars.
36511         Implement mono_type_size () to take care of alignment as well
36512         as size (it was mono_field_type_size in cli/class.c before).
36514 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
36516         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
36518         * assembly.h (CORLIB_NAME): set to corlib.dll
36520         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
36522 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
36524         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
36525         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
36526         tokentype.h: massive namespace cleanup.
36528 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
36530         * metadata.h, metadata.c: decode exception clauses when parsing method header.
36532 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
36534         * metadata.c (mono_metadata_free_type): added check for type !=
36535         NULL (void) before calling mono_metadata_free_type()
36537 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
36539         * metadata.h, row_indexes.h: added header with enumerations to use
36540         to index in the columns from tables in metadata and to decode coded
36541         tokens: we should start using this instead of embedding magic numbers
36542         all over the code.
36544 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
36546         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
36547         Move metadata_t info from cli_image_info_t to MonoImage, where
36548         it's easily accessible. Changed all the uses accordingly.
36549         Added the method and class caches to MonoImage.
36550         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
36551         and mono_metadata_decode_value () signature to be more consistent
36552         with the other parse functions (and simplify code). Taken advantage
36553         of zero-length array allocation with GCC. Removed reduntant (and
36554         wrong) MonoFieldType struct and use MonoParam instead. Changed
36555         mono_metadata_parse_field_type () to use common code for parsing.
36556         Added mono_metadata_typedef_from_field () and
36557         mono_metadata_typedef_from_method () to lookup a typedef index from a
36558         field or method token.
36559         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
36561 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
36563         * metadata.c (mono_metadata_parse_field_type): Implement. 
36564         (do_mono_metadata_parse_type): Split engine from
36565         mono_metadata_parse_type, so that we can create smaller structures
36566         for things that just have one pointer to the MonoType (look at
36567         the MonoFieldType)
36569 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
36571         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
36572         as Jan Gray found out, it is incorrect. 
36574 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
36576         * assembly.c: Implement asssembly loading.  This loads an image
36577         and loads all the referenced assemblies.  Come to think of it, we
36578         could always do lazy loading of the assemblies. 
36580         * image.c (mono_image_open): Keep loaded images in a hashtable.
36582         * image.h (MonoImage): Add reference count.
36584 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
36586         * assembly.c (mono_assembly_open): Keep track of the file name in
36587         case the assembly has no ASSEMBLY table.
36589         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
36590         from get.c here.
36592 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
36594         * metadata.c, metadata.h: decode local vars in method header
36595         parse function. Change callers accordingly.
36597 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
36599         * metadata.h, cil-coff.h: protect against multiple inclusion.
36600         Added some new structures to hold information decoded from metadata:
36601         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
36602         and relevant decoding/free functions.
36603         * metadata.c: implement decoding functions. Add warning for out of bounds
36604         index in mono_metadata_locate(). Implement mono_get_method () to retreive
36605         all the info about a method signature and invocation. Remove check on
36606         uninitialized local var in parse_mh() and fix memory leak.
36608 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
36610         * metadata.h: More macros.
36612         * tokentype.h: New file.
36614 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
36616         * assembly.c: added a consistency check and initialize
36617         some structures with g_new0().
36618         * metadata.c: fixed a couple more bugs in table size computation
36619         and add other checks for out-of bound access to metadata.
36621 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
36623         * metatada.c: fix bugs computing table sizes. Spew a
36624         warning when index in string heap is out of bounds.
36626 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
36628         * metadata.h: Add a couple of macros to manipulate tokens. 
36630 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
36632         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
36633         cli_section_tables).
36635 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
36637         * metadata.c (mono_metadata_user_string): New function, provides
36638         access to the UserString heap. 
36640 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
36642         * metadata.c: Add inline documentation.
36644 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
36646         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
36647         files. 
36649 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
36651         * typeattr.h: New file, TypeAttribute flags. 
36653 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
36655         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
36656         mono_assembly_ensure_section): Section loading code.
36657         (load_section_tables): Load the sections.
36659         * mono/metadata/metadata.c (mono_metadata_locate_token,
36660         mono_metadata_locate): Functions to locate the information
36661         definition given a token or a table and an index.
36662         (mono_metadata_compute_table_bases): New.
36663         (compute_size): New function to compute the sizes of the various
36664         tables.
36666         * mono/metadata/metadata.h: Finish listing the different index
36667         types. 
36669         * mono/metadata/pedump.c: Improve to dump new information.
36671 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
36673         * mono/metadata/metadata.c: Entered all the tables matching
36674         Beta2. 
36676         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2