2007-09-12 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mono / metadata / ChangeLog
blob7da0d99c1a180f29de2f7ca9aaff8bb2c91e35bd
1 2007-09-12  Jonathan Chambers <joncham@gmail.com>
3         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
4         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
5         
6         Code is contributed under MIT/X11 license.
8 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
10         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
12 2007-09-12  Marek Habersack  <mhabersack@novell.com>
14         * image.c (do_mono_image_open): if assembly file fails to open and
15         MONO_IOMAP is in effect, try to find the path in a
16         case-insensitive way.
18         * appdomain.c (mono_runtime_init): do not install postload hooks -
19         tests show that MS.NET doesn't use anything of that sort to
20         trigger the AppDomain.AssemblyResolve event.
21         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
22         made non-static.
23         (mono_runtime_init): init portability helpers here.
25         * assembly.c (mono_assembly_load_with_partial_name): if other   
26         attempts fail, trigger the AppDomain.AssemblyResolve event handler
27         to resolve the assembly.
29         * domain-internals.h: added mono_try_assembly_resolve and marked
30         it as internal.
32 2007-09-11  Jb Evain  <jbevain@novell.com>
34         * object-internals.h (MonoReflectionDynamicMethod): add
35         a `MonoReflectionType *owner` field. The owner is used
36         * reflection.c:
37         (mono_reflection_create_dynamic_method): use the owner of the dynamic
38         method as the class declaring the dynamic method.
39         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
40         dynamic method to the declaring type of the methodbuilder.
42 2007-09-11  Mark Probst  <mark.probst@gmail.com>
44         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
45         rules for calling methods via reflection.
47 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
49         * reflection.c (resolve_object): Add support for MonoGenericClass. 
50         Inflate MonoType's.
52 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
54         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
55         provide a managed method that does fast allocations without needing
56         a managed->unmanaged transition. Boehm GC implementation currently
57         enabled for ptrfree objects on sane architectures.
59 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
61         * marshal.c, marshal.h: exported a couple of useful functions and
62         added mono_mb_get_label () to easily handle backward branches.
64 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
66         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
68 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
70         * loader.c (find_method): Fixed the regression introduced while
71         fixing bug #81466.
73 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
75         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
76         well.
77         
78         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
79         icall.c reflection.c: Pass a MonoGenericContext argument to 
80         mono_lookup_dynamic_token ().
82         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
83         #82744.
84         
85 2007-09-09  Robert Jordan  <robertj@gmx.net>
87         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
88         for generic methods.
90         * object.c (mono_object_get_virtual_method): Handle generic methods.
91         Fixes bug #78882.
93         Code is contributed under MIT/X11 license.
95 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
97         * image.c: fix locking in mono_image_load_file_for_image ().
99 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
101         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
102         used only as a cache: added an icall to fill it.
104 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
106         * reflection.h: exposed mono_reflection_free_type_info
107         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
108         since mono_reflection_bind_generic_parameters makes a copy of it.
109         * reflection.c (free_type_info): subinfos should be freed.
110         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
111         made non static.
112         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
113         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
114         this fixes #82695 and #81726.
115    
117 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
119         * process.h, process.c:  added support for user profile/info in
120           ProcessStartInfo. For now only Windows works.
122 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
124         * metadata.c: consider the generic arguments when comparing
125         signatures (bug #82614).
127 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
129         * cil-coff.h, image.c: updated assembly loader to cope with the
130         PE32+ 64 bit file format.
132 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
134         * assembly.c, class.c, domain.c, loader.c: remove useless
135         inclusion of cil-coff.h.
137 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
139         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
140         if interface is marked with CoClassAttribute. 
141    
142         Code is contributed under MIT/X11 license.
144 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
146         * sgen-gc.c: ensure no object from the to space is copied again or finalized
147         if it's seen twice in major collections.
149 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
151         * sgen-gc.c: big objects are not copied to the gray area, but they
152         need to be considered for scanning, too, if they are brought alive
153         by an object ready for finalizations or a survived one.
155 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
157         * sgen-gc.c: properly account the number of disappearing links when
158         they are nullified.
160 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
162         * sgen-gc.c: share the code to scan the registered roots between the
163         different types of collections.
165 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
167         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
169 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
171         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
172         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
174 2007-08-28  Mark Probst  <mark.probst@gmail.com>
176         * security-manager.c (mono_security_manager_get_methods):
177         LinkDemandSecurityException now has 2 arguments instead of 3.
179 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
181         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
182         platforms which need it.
184 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
186         * sgen-gc.c: unregister thread data structures with a pthread_key_t
187         dtor.
189 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
191         * threads.c: free the thread static data on thread exit.
193 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
195         * class.c: walk the hierarchy to find the generic definition for
196         a class (fixes runtime part of bug #82498).
198 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
200         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
201         ...
203         * image.c (mono_image_close): Here. Hopefully fixes #82510.
205 2007-08-24  Mark Probst  <mark.probst@gmail.com>
207         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
209 2007-08-24  Robert Jordan  <robertj@gmx.net>
211         * appdomain.c: don't perform the ':'->';' substitution on Win32.
213 2007-08-24  Jb Evain  <jbevain@novell.com>
215         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
216         for byref types.
218 2007-08-24  Mark Probst  <mark.probst@gmail.com>
220         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
221         #82286.
223 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
225         * assembly.c: Fix a warning.
226         
227 2007-08-23  Marek Habersack  <mhabersack@novell.com>
229         * appdomain.c: parse the <runtime> section looking for the probing
230         element with the 'privatePath' attribute, which sets additional
231         directories in which the runtime should look for assemblies.
233 2007-08-23  Robert Jordan  <robertj@gmx.net>
235         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
236         Fixes #82499.
238 2007-08-23  Martin Baulig  <martin@ximian.com>
240         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
241         _mono_debug_init_corlib() and remove it from the header file.
243 2007-08-23  Martin Baulig  <martin@ximian.com>
245         * mono-debug-debugger.c
246         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
247         don't notify the debugger about it.
249         * mono-debug-debugger.h
250         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
252 2007-08-23  Robert Jordan  <robertj@gmx.net>
254         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
255         Code is contributed under MIT/X11 license.
257 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
259         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
261 2007-08-22  Martin Baulig  <martin@ximian.com>
263         * mono-debug.c: Store debugging info on a per-domain basis and
264         free it on domain unload.  Add support for unloading symbol files.
266         * mono-debug.h
267         (MonoDebugList): New typedef.
268         (MonoSymbolTable):
269         - add `data_tables and `type_table'.
270         - replace 'symbol_files' and `num_symbol_files' with a
271           `MonoDebugList *'.
272         (mono_debug_data_table): Removed.
273         (mono_debug_list_add): New public function.
274         (mono_debug_list_remove): New public function.
275         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
276         (mono_debug_init_2_memory): Renamed into
277         mono_debug_open_image_from_memory().
278         (mono_debug_close_image): New public function.
279         (mono_debug_domain_create): Likewise.
280         (mono_debug_domain_unload): Likewise.
281         (MONO_DEBUGGER_VERSION): Bump to 60.
283         * mono-debug-debugger.h
284         (MonoDebuggerEvent):
285         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
286         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
287         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
288         - rename `THREAD_CREATED' and `THREAD_EXITED' into
289           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
290         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
291           meaning.
292         (mono_debugger_add_symbol_file): Removed.
293         (mono_debugger_add_type): Removed.
294         (mono_debugger_lookup_type): Removed.
295         (mono_debugger_lookup_assembly): Removed.
297         * domain.c
298         (mono_domain_create): Call mono_debug_domain_create().
299         (mono_init_internal): Call mono_debug_init_corlib().
301         * assembly.c
302         (mono_assembly_close): Call mono_debug_close_image().
304 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
306         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
307         mmap call.
309 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
311         * sgen-gc.c: ensure section->pin_queue_end is initialized
312         correctly when non pinning objects in the section have been found.
314 2007-08-22  Marek Habersack  <mhabersack@novell.com>
316         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
317         containing a list of directories separated by ':'. MSDN docs say
318         the directories should be separated with ';'. Part of a bugfix for
319         bug #81446
321 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
323         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
324         it should MonoType and not MonoClass.
326 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
328         * culture-info-table.h : regenerated.
330 2007-08-20  William Holmes  <billholmes54@gmail.com>
332         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
333          to call ReplaceFile Kernel32 on windows or in io-layer.
334         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
335         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
336          as an internal call.
338         Code is contributed under MIT/X11 license.
340 2007-08-20  Jb Evain  <jbevain@novell.com>
342         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
343         and MONO_EXCEPTION_FIELD_ACCESS.
345         * debug-helpers.[c|h]: new mono_field_full_name function.
347 2007-08-20  Mark Probst  <mark.probst@gmail.com>
349         * class.c: Removed class_security_level() and moved it to
350         security-core-clr.c.
352         * security-core-clr.c, security-core-clr.h: class_security_level()
353         is now public and renamed to mono_security_core_clr_class_level().
354         It also looks for security attributes in the classes a class is
355         nested in.
357 2007-08-20  Mark Probst  <mark.probst@gmail.com>
359         * security-core-clr.c, security-core-clr.h: CoreCLR security
360         utility functions.
362         * Makefile.am: Added security-core-clr.[ch].
364         * security-manager.c, security-manager.h: Functions and enum for
365         setting and getting the security mode.
367         * class.c: CoreCLR security checks.
369 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
371         * icall-def.h, process.c, process.h: implemented icall to get
372         user/system processor times.
374 2007-08-17  Mark Probst  <mark.probst@gmail.com>
376         * domain.c, threads.c, class-internals.h, domain-internals.h: New
377         reader-lock-free jit_info_table.
379 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
381         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
383         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
385         * object-internals.h (MonoException): Add missing _data member.
387 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
389         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
390         checking that only methods with matching qname or fqname are picked
391         from implemented interfaces.
393 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
395         * verify.c (do_newarr):added, do type verification of
396         newarr ops, push the right value on the eval stack.
397         * verify.c (mono_method_verify): use do_newarr
400 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
402         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
403         factored the common code into get_boxable_mono_type, which
404         is now using mono_type_get_full, this fixed byref related tests.
406 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
408         * class.c: added mono_type_get_full, this function has the same
409         behavior of mono_class_get_full but the returned MonoType has
410         all metadata of the associated token in case of a typespec token.
411         * class.c: added mono_type_retrieve_from_typespec, used by 
412         mono_type_get_full to retrieve the token type.
413         * class.c (mono_class_create_from_typespec): changed to use
414         mono_type_retrieve_from_typespec.
415         * class.c (mono_ldtoken): changed to use mono_type_get_full
416         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
417         * class-internals.h: exported mono_type_get_full for internal use.
419 2007-08-16  Jb Evain  <jbevain@novell.com>
421         * domain.c (supported_runtimes): add entry for
422         the 'moonlight' runtime version.
424 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
426         * verify.c (mono_method_verify): small typo sliped in.  
428 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
430         * verify.c (do_unbox_value): added, do type verification of
431         unboxing ops
432         * verify.c (mono_method_verify): use do_unbox_value
435 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
437         * verify.c (dump_stack_value): fixed typo, was printing string
438         instead of object on stack.
439         * verify.c (do_box_value): moved the byref check up as it leads
440         to invalid code and should be done earlier.
441         * verify.c: improved error messages for and ldobj
443 2007-08-15  William Holmes  <billholmes54@gmail.com>
445         * marshal.c (emit_marshal_custom): Omit the call to 
446           marshal_native_to_managed when calling native to managed 
447           and the argument is specified as an out argument.
449         Code is contributed under MIT/X11 license.
451 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
453         * verify.c: fixed the type checks for generics, function pointers and vectors.
454         Added type verification for ldobj and ldtoken. The verifier
455         would segfault if header or signature of a method contained references
456         to non-existant types.
458 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
460         * marshal.c (cominterop_get_ccw): Patch from
461         Bill Holmes to no walk up interface hierarchy. 
462         All parent methods should be present in the interface for COM.
463    
464         Code is contributed under MIT/X11 license.
466 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
468         * marshal.c (emit_marshal_com_interface): Patch from
469         Bill Holmes to handle COM Interfaces as return values
470         for native->managed calls.
471    
472         Code is contributed under MIT/X11 license.
474 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
476         * marshal.c (cominterop_get_idispatch_for_object): Implement
477         for runtime callable wrappers.
478    
479         Code is contributed under MIT/X11 license.
481 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
483         * pedump.c (main): changed from mono_init to mono_init_from_assembly
484         so 2.0 types are accessible
487 2007-08-13  Miguel de Icaza  <miguel@novell.com>
489         * domain.c (mono_init_internal): Call mono_assembly_load_friends
490         once we load mscorlib.   Due to the order in which we initialize,
491         the mono_assembly_load_full routine that loads mscorlib did not
492         load friends.   We now load it once we load the
493         mono_defaults.internals_visible_class class. 
495         * assembly.c: Expose the mono_load_friend_assemblies method.
497 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
499         * verify.c: improved the handling of boxing, better
500         type checking for unary ops and conversion. Fix bug
501         regarding managed pointer compatibility checking
503 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
505         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
507         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
509 2007-08-09  Raja R Harinath  <rharinath@novell.com>
511         * reflection.c (dup_type): Remove.
512         * class.c (dup_type): Remove.
513         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
514         instead of the dodgy 'dup_type'.
515         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
516         handle the case where 'dup_type' needed the second argument.
518 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
520         * domain.c: Fix a warning.
522 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
524         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
525         checking that methods with the same fqname are not overridden
526         with a method from an ancestor.
528 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
530         * threads.c (free_thread_static_data_helper): Avoid a crash if
531         thread->static_data is not yet set.
533 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
535         * marshal.c: Use correct image when emitting
536         native wrapper for COM calls.
537    
538         Code is contributed under MIT/X11 license.
540 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
542         * icall-def.h, security.c, security.h :
543           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
545 2007-08-07  Martin Baulig  <martin@ximian.com>
547         * mono-debug-debugger.h
548         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
550         * domain.c (mono_domain_free): Call
551         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
553 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
555         * verify.c (check_underflow, check_overflow): error message now returns IL offset
556         * verify.c (in_same_block): code should test if either offset is inside the clauses
557         * verify.c (mono_method_verify): push the exception into the eval stack of exception
558         and filter blocks
560 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
562         * image.c (mono_image_close): Fix a leak.
564         * object.c (mono_runtime_invoke_array): Avoid using alloca.
566         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
568 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
570         * domain.c, threads.c, threads-types.h: fix memory retention issue
571         with thread static variables not being cleared on domain unload.
572         Reuse thread static slots after domain unload.
574 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
576         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
577         nullable type.
579         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
580         now done in mono_runtime_invoke_array.
582         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
583         receiver is a nullable type.
585         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
586         generic parameter.
588 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
590         * marshal.c: Implement COM Objects as return type for 
591         managed->unmanaged calls. Added Release calls for COM Object
592         out/return values in managed->unmanaged calls.
594         Code is contributed under MIT/X11 license.
596 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
598         * threads.h, threads-type.h: move the hazard pointer declarations
599         to the private header.
601 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
603         * file-io.c, appdomain.c: memory leak fixes.
605 2007-08-02  Dick Porter  <dick@ximian.com>
607         * socket-io.c
608         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
609         SO_REUSEADDR setting into io-layer/sockets.c.
611 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
613         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
614         from Object when called on a generic parameter. Fixes #82211.
616 2007-08-01  Dick Porter  <dick@ximian.com>
618         * file-io.c (convert_share): Test FileShare values bit-by-bit.
619         Fixes bug 79250 yet again.
621 2007-07-30  Martin Baulig  <martin@ximian.com>
623         Merged the `debugger-dublin' branch.
625         * mono-debug.h
626         (MonoDebugDataTable): New typedef.
627         (MonoDebugMethodAddressList): New typedef.
628         (MonoDebugWrapperData): Removed.
629         (MonoDebugSymbolTable): Removed `current_data_table',
630         `current_data_table_size', `current_data_table_offset'.
631         (MonoDebugDataItemType): Moved into mono-debug.c.
632         (MonoDebugMethodJitInfo): Remove `address'.
633         (mono_debug_data_table): New global variable.
634         (mono_debug_lookup_method_addresses): New public function.
635         (mono_debug_find_method): Take a `MonoMethod *', not a
636         `MonoDebugMethodInfo *'.
638         * mono-debug.c: Drop support for the old symbol tables.
640 2007-06-28  Martin Baulig  <martin@ximian.com>
642         * mono-debug.c (mono_debug_debugger_version): New public variable.
644 2007-07-31  William Holmes  <billholmes54@gmail.com>
646         * metadata.c Changed mono_type_create_from_typespec to not insert
647           the type into the hash map until after
648           do_mono_metadata_parse_type has completed.
649         Fixes Bug #82194
650         Code is contributed under MIT/X11 license.
652 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
654         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
655         generic parameter. Fixes #82211.
657 2007-07-27  Jb Evain  <jbevain@novell.com>
659         * pedump.c (dump_metadata, dump_metadata_header): dump
660         versions contained in the metadata header.
662 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
664         * threads.c: register small_id_table with the GC.
666 2007-07-27  Mark Probst  <mark.probst@gmail.com>
668         * threads.c, threads.h, class-internals.h, object-internals.h:
669         Hazard pointers, to be used by lock-free parallel algorithms.
671 2007-07-26  Dick Porter  <dick@ximian.com>
673         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
674         routine on non-windows platforms, as I've not managed to think of
675         a non-kludgy way of doing this.  Finishes off bug 78739.
677 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
679         * object.c: properly setup interface_bitmap in proxy vtables.
681 2007-07-25  Marek Habersack  <mhabersack@novell.com>
683         * appdomain.c (get_shadow_assembly_location): do not use TickCount
684         to create unique shadow copy target directories, use the domain's
685         serial number instead. Each domain gets a unique target directory
686         that way.
688         * domain.c (mono_domain_create): added code to increment domain
689         shadow copy serial number and cache the value in the current
690         domain structure.
692         * domain-internals.h (struct _MonoDomain): added a new field -
693         shadow_serial to hold the serial number used in generation of
694         shadow-copy directories. This is to make sure that the directory
695         name is unique for each and every domain created. We avoid a race
696         condition with overriding assemblies already in use by other app
697         domains.
699 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
701         * class.c (mono_bounded_array_class_get): fixed memory leak when 
702         binding generic parameters.
704 2007-07-24  Raja R Harinath  <rharinath@novell.com>
706         * metadata.c (do_mono_metadata_parse_generic_class): Use
707         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
708         error.
710 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
712         * loader.c, class-internals.h, reflection.c: removed the per-method
713         generics hashtable: we use the global one through the call of
714         mono_class_inflate_generic_method ().
716 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
718         * class.c, metadata.c, class-internals.h: introduce yet another
719         generics global cache for inflated methods (fixes 98% of the perf
720         issue in bug #81806).
722 2007-07-23  Raja R Harinath  <rharinath@novell.com>
724         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
725         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
726         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
727         return a MonoGenericInst containing (a copy) of those types.
728         (mono_metadata_inflate_generic_inst): Update to changes.
729         (mono_metadata_parse_generic_inst): Likewise.
730         (mono_get_shared_generic_inst): Likewise.
731         * reflection.c (mono_class_bind_generic_parameters): Likewise.
732         (mono_reflection_bind_generic_method_parameters): Likewise.
733         * metadata-internals.h: Likewise.
734         * icall.c (free_generic_context): Kill.
735         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
737         * reflection.c (reflection_methodbuilder_to_mono_method): Use
738         mono_metadata_type_dup.
739         * marshal.c (mono_mb_create_method): Likewise.
741         * metadata.c (mono_metadata_type_dup): Rename from
742         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
743         MonoImage.  Handle a few more cases, esp. when no mempool is given.
744         * marshal.c, metadata-internals.h: Update to changes.
746 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
748         * class.c: fixed a small leak for array classes and removed warning.
750 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
752         * loader.c (mono_method_get_param_token): Make this work on generic methods.
753         Return 0x8000000 for return parameters. Fixes #82161.
755 2007-07-21  Marek Habersack  <grendello@gmail.com>
757         * appdomain.c (get_shadow_assembly_location): append the current
758         ticks value to the path. Avoids overwriting the same assemblies by
759         several threads at the same time.
761 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
762         and Raja R Harinath  <rharinath@novell.com>
764         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
765         Simplify slightly.
766         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
767         property for testing if a method is a generic method definition.
769 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
771         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
773 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
775         * verify.c: used function from private branch, reverted to the one in class.h 
777 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
779         * verify.c: a typo slipped in and the code wont compile
781 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
783         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
784         disabled box instruction as it is doing the wrong thing
785         improved stack dump messages, now it is easier to debug type related issues
788 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
790         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
792 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
794         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
795         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
796         grouped with class and valuetype. This change will simply 
797         the code as it should be handled just like unmanaged pointers.
799 2007-07-19  Mark Probst  <mark.probst@gmail.com>
801         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
803 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
805         * verify.c: several stack merge issues fixed, reference comparisons now
806         check the type size. strict type check now works correctly.
807         added more uses of IS_MANAGED_POINTER macro.
808         fixed issues pointed by running the test suite against .net.
809         
811 2007-07-19  Mark Probst  <mark.probst@gmail.com>
813         * class.c, loader.c, class-internals.h: Removed the
814         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
815         defines.
817         * icall.c: Better error checking in some internal reflection
818         methods.
820 2007-07-18  William Holmes  <billholmes54@gmail.com>
822         * filewatcher.c : removed unused variable 'filename' in 
823           ves_icall_System_IO_FSW_SupportsFSW
825 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
827         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
828         obsolete, removed.
830 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
832         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
833         
834         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
836 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
838         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
839         Implement generics support.
840         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
842         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
843         type_args and method_args arguments.
844         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
845         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
846         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
848 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
850         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
851           It adds a rootimage parameter to mono_reflection_get_type_internal,
852           adds new function mono_reflection_get_type_with_rootimage and use
853           the rootimage to resolve the types instead of the current image
855 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
857         * culture-info-table.h: Forgot to update after r78304.
859 2007-07-13  Raja R Harinath  <rharinath@novell.com>
861         * class.c (mono_class_is_open_constructed_type)
862         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
864 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
866         * class.c (mono_bounded_array_class_get):  method fails if used with
867         an incomplete TypeBuilder enum (no basetype field), fixed it by 
868         avoiding calculating the size for such array as it cannot be instantiated.
869         Fix bug #82015
871 2007-07-12  Raja R Harinath  <rharinath@novell.com>
873         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
874         field.
875         * metadata.c, reflection.c: Update to changes.
877 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
879         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
880         mono_class_is_valid_enum, they are used to valide a enum when loading.
881         * reflection.c: used new functions to throw TypeLoadException when and
882         invalid enum is build with TypeBuilder. Fixes #82018
883   
884 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
886         * object.c: forgot commit of mono_class_setup_methods () to access
887         iface->methods.
888         * object-internals.h: added a few more handy fields to
889         MonoIMTCheckItem.
891 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
893         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
894         iface->methods.
896 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
898         * class-internals.h, object-internals.h, object.c: IMT-based
899         interface invocation core from Massimiliano Mantione
900         (massi@ximian.com) with a reworked arch-specific interface,
901         bsearch implementation and a few bugfixes and memory savings by me.
903 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
905         * class.c (mono_class_create_from_typedef): mono would segfault if 
906         an enum did not have a __value field. It now throws a TypeLoadException
907         for such cases. Fix bug #82022
909 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
911         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
913 2007-07-09  Mark Probst  <mark.probst@gmail.com>
915         * class.c (mono_class_init): If a class is already inited but has
916         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
918 2007-07-09  Mark Probst  <mark.probst@gmail.com>
920         * class.c: Properly handle the case of an unimplemented interface
921         method.  Fixes: 81673.
923 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
925         * class-internals.h, object.c: cleanup patch from massi: use
926         MonoVTable->interface_bitmap since the vtable interfaces offset array
927         is going away.
929 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
931         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
932         GetMDStreamVersion icall instead.
934 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
936         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
937         not use mono_dl_build_path() with a full library name: makes
938         fallbacks to libgaim and libfam work.
940 2007-07-06  William Holmes  <billholmes54@gmail.com>
942         * assembly.c: Added a continue statement in probe_for_partial_name when
943          parse_assembly_directory_name fails.  Fixes : 82002
945 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
947         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
948         and added a verification  for TYPEDBYREF.
949         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
950         make native int interchangeable with int32 and some small cleanup and formating.
951         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
952         handle byref of byref.
953         * verify.c (push_local): handle byref of byref.
954         * verify.c (do_binop): invalid mix of values is unverifiable
955         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
956         added visibility checks
957         * verify.c (field related method): added visibility checks
958         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
960 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
962         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
963         string.
965 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
967         * profiler.c (mono_profiler_load): Fix an off-by-one error.
969         * marshal.c (emit_marshal_string): When returning a string from managed code,
970         allways make a copy even for unicode strings. Fixes #81990.
972 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
974         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
975         of byref generic inst types (bug #81997).
977 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
979         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
980         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
982 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
984         * marshal.c (emit_marshal_string): Add support for unicode strings in
985         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
987 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
989         * verify.c: field load/store are now verified, missing only access checks now
991 2007-06-28  Martin Baulig  <martin@ximian.com>
993         * mono-debug.c (mono_debug_debugger_version): New public variable.
995 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
997         * locales.c: When constructing DateTimeFormat or NumberFormat for
998         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
999         MonoCultureInfo contructed from the current locale is always
1000         read-only and has UseUserOverride set to true. All MonoCultureInfo
1001         instances returned for GetCultures have both IsReadOnly and
1002         UseUserOverride set to true. Fixes part of bug #81930.
1004 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
1006        * icall-def.h: Update System.__ComObject icalls
1007        * marshal.c: Avoid managed transition (and object creation)
1008        when looking up COM interface in RCW.
1009        * marshal.h: Ditto.
1010        
1011        Code is contributed under MIT/X11 license.
1013 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
1015         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
1016         to avoid crashes during assembly unloading.
1018 2007-06-22  Raja R Harinath  <rharinath@novell.com>
1020         Fix MethodInfo.IsGenericMethodDefinition
1021         * reflection.c (mono_reflection_bind_generic_method_parameters):
1022         Rearrange code to ensure we always uses a generic method definition.
1023         * class.c (mono_class_inflate_generic_method_full): Set
1024         'generic_container' field only for generic method definitions.
1025         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
1026         Use presense of 'generic_container' field as indication of being a
1027         generic method definition.
1029 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
1031         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1033         * object-internals.h: Reflect changes in the layout of the managed Delegate
1034         class.
1035         
1036         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
1037         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
1038         runtime memory used by the dynamic method. Fixes #77146.
1040 2007-06-21  Dick Porter  <dick@ximian.com>
1042         * file-io.h: 
1043         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
1044         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
1045         81767.
1047 2007-06-21  Raja R Harinath  <rharinath@novell.com>
1049         * reflection.c (method_encode_methodspec): Add a tripwire.
1050         * class.c (inflate_generic_type): The fully open generic type is
1051         not the same as the generic type definition.
1053 2007-06-21  Martin Baulig  <martin@ximian.com>
1055         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
1057         * mono-debug-debugger.h
1058         (MonoDebuggerBreakpointInfo): Removed.
1059         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
1060         (mono_debugger_remove_breakpoint): Likewise.
1061         (mono_debugger_breakpoint_callback): Likewise.
1062         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
1064 2007-06-21  Raja R Harinath  <rharinath@novell.com>
1066         * metadata.c (mono_metadata_lookup_generic_class): The fully open
1067         generic type is not the same as the generic type definition.
1068         * class.c (mono_generic_class_get_class): Likewise.
1070 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
1072         * icall.c: The second argument to 
1073         System.Reflection.MethodBase.GetMethodFromHandleInternalType
1074         is a MonoType not a MonoClass.
1076 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
1078         * verify.c: support for function pointers in the verifier
1080 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
1082         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
1084 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
1086         * assembly.c: removed Mono.Data.SqliteClient from the list of
1087         forward-compatible assemblies as it breaks the ABI (bug #81899).
1089 2007-06-19  Raja R Harinath  <rharinath@novell.com>
1091         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
1092         lookup/update with the loader lock.
1093         * reflection.c (mono_class_bind_generic_parameters): No need to
1094         protect mono_metadata_lookup_* with the loader lock.
1095         * class.c (inflate_generic_type): Likewise.
1096         
1097         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
1098         on a generic instantiated type.
1100 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
1102         *verify.c: produce meanfull error messages on verification error
1103         *verify.c: fixed some cases of verification errors reported as validation errors
1104         *pedump.c: fixed the error name array, now it shows validation errors properly
1105         *verify.h: fixed the contant that should be used for verification errors
1107 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
1109         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
1110         for bug #77596, 81858 and 80743 (generics data structures on domain
1111         unload).
1113 2007-06-15  Raja R Harinath  <rharinath@novell.com>
1115         Avoid allocating 'MonoGenericContext' on the heap.
1116         * class-internals (_MonoMethodInflated::context): Make field
1117         inline, not a pointer.
1118         * loader.c (method_from_methodspec): Allocate 'new_context' on the
1119         stack.  Use the context embedded within the inflated method as the
1120         hash key, rather than 'new_context'.
1121         * class.c (inflate_generic_context): Simplify.  Return a struct
1122         rather than allocating on the heap.
1123         (mono_class_inflate_generic_method_full): Update to changes.  Now,
1124         doesn't salt away a copy of the context -- simplifying the
1125         lifetime rules of a 'MonoGenericContext *'.
1126         (mono_method_get_context): Return pointer to embedded context.
1127         (setup_generic_array_ifaces): Allocate temporary context on stack.
1128         * reflection.c (inflate_mono_method): Likewise.
1129         (mono_reflection_bind_generic_method_parameters): Likewise.
1130         Use the context embedded within the inflated method as the hash key.
1132         Avoid a source of allocation of 'MonoGenericContext'.
1133         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
1134         and 'cached_context' fields into embedded 'MonoGenericContext' field.
1135         * class.c: Update to changes.
1136         (mono_generic_class_get_context): Simplify drastically.  Now just
1137         returns a pointer to the field.
1138         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
1139         argument as a const pointer.
1140         (mono_metadata_generic_context_equal): Likewise.
1141         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
1142         Update to changes.
1144 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
1146         * verify.c improved the handling of brtrue/brfalse, factored out common code
1148 2007-06-14  Raja R Harinath  <rharinath@novell.com>
1150         Kill MonoGenericMethod.
1151         * class-internals.h (MonoGenericContext::method_inst): Rename from
1152         'gmethod' and convert to a MonoGenericInst.
1153         (MonoGenericMethod): Remove.
1154         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
1155         * loader.c (method_from_methodspec): Update to changes.  Use a
1156         MonoGenericContext as the key to the hashtable.
1157         * metadata.c (mono_metadata_generic_context_equal): Rename from 
1158         'mono_metadata_generic_method_equal' and take MonoGenericContext.
1159         (mono_metadata_generic_context_hash): Likewise from
1160         'mono_metadata_generic_method_hash'.  Change hash function.
1161         (mono_metadata_load_generic_params): Update to changes.
1162         (mono_get_shared_generic_method): Remove.
1163         * metadata-internals.h (mono_get_shared_generic_method): Remove.
1164         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
1165         (inflate_generic_context): Likewise.
1166         (mono_class_inflate_generic_method_full): Likewise.
1167         (setup_generic_array_ifaces): Likewise.
1168         (mono_class_create_from_typespec): Likewise.
1169         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
1170         (method_encode_methodspec): Update callsite.
1171         (reflection_methodbuilder_to_mono_method): Update to changes.
1172         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
1173         MonoGenericContext as the key to the hashtable.
1174         (inflate_mono_method): Update to changes.
1176         * class-internals.h (MonoGenericMethod::container): Remove.
1177         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
1179 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
1181         * profiler-private.h, profiler.c, profiler.h: added API to profile
1182         exception events.
1184 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
1186         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
1188 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
1190         * verify.c: method invocation is now validated, now we verify parameter types on stack.
1191         Fixed overflow and underflow not aborting the verification process.
1193 2007-06-13  Mark Probst  <mark.probst@gmail.com>
1195         * class-internals.h (MonoStats): Added stats entries for dynamic
1196         code allocations.
1198 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
1200         * loader.c (mono_free_method): Free header->locals and header->clauses.
1202         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
1203         dynamic case.
1205         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
1207         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
1209 2007-06-12  Raja R Harinath  <rharinath@novell.com>
1211         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
1212         the tables.
1214 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1216         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
1218 2007-06-11  Raja R Harinath  <harinath@gmail.com>
1220         MonoGenericMethod on a diet
1221         * class-internals.h (_MonoMethodInflated::reflection_info): Move
1222         here ...
1223         (_MonoGenericMethod::reflection_info): ... from here.
1224         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
1225         Update to changes.
1226         * reflection.c (inflate_mono_method): Likewise.
1227         (mono_reflection_bind_generic_method_parameters): Likewise.
1229 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1231         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
1232         *verify.c: factored long ldarg forms to share code with short forms
1234 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1236         *verify.c: fixed code formating factored some duplicate code
1237         into a new function
1239         *verify.h: fixed binary incompatibility introduced earlier
1241         *pedump.c: fixed formating
1243 2007-06-11  Raja R Harinath  <harinath@gmail.com>
1245         Fix assertion when disassembling Mono.C5.dll
1246         * loader.c (method_from_methodspec): Avoid inflating a method
1247         twice with the same context.  If the methodref is inflated, use
1248         the declaring method instead.
1250         * class.c (mono_class_from_generic_parameter): Fix case similar to
1251         bug #81830 handled below, but for method containers.
1253 2007-06-10  Raja R Harinath  <harinath@gmail.com>
1255         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
1256         get_shared_generic_class.  Directly inflate the instance.
1257         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
1258         (inflate_generic_class): Delete.
1259         (get_shared_generic_class): Delete.  Move setting of
1260         'cached_class' and 'cached_context' ...
1261         * metadata.c (mono_metadata_lookup_generic_class): ... here.
1263         * metadata.c (mono_metadata_lookup_generic_class): Change
1264         signature to take the components of a MonoGenericClass rather than
1265         an allocated MonoGenericClass.  Change semantics to be intern-like.
1266         * reflection.c (mono_class_bind_generic_parameters): Update to
1267         changes.  Make locking region tighter.
1268         * class.c (inflate_generic_class): Update to changes.
1269         (get_shared_generic_class): Likewise.
1270         * metadata-internals.h: Likewise.
1272         * reflection.c (mono_class_bind_generic_parameters): Take and
1273         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
1274         (mono_reflection_bind_generic_parameters): Use
1275         'mono_class_bind_generic_parameters' rather than duplicate the code.
1276         * class.c (mono_bounded_array_class_get): Update to changes.
1277         * object-internals.h: Likewise.
1279         * reflection.c (mono_class_bind_generic_parameters): Only support
1280         parameterizing generic type definitions.  Remove support for other
1281         open types.
1283 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
1285         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
1287         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
1288         in the dynamic case.
1290 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
1292         * threads.c: When cleaning up thread, reset the Background bit.
1293         Fixes bug #81720.
1295 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
1297        * metadata.c: Move variable declarations to top of scope.
1298        * verify.c: Move variable declarations to top of scope.
1300        Code is contributed under MIT/X11 license.
1302 2007-06-08  Raja R Harinath  <rharinath@novell.com>
1304         * reflection.c (mono_class_bind_generic_parameters): Replace
1305         open-coded loop with mono_metadata_inflate_generic_inst.
1307         * class.c (get_shared_generic_class): Don't call
1308         mono_get_shared_generic_inst.  Use the container's own
1309         'class_inst'.
1311         * metadata.c (mono_metadata_load_generic_params): Move
1312         initialization of 'context' field here from ...
1313         * class.c (mono_class_create_from_typedef): ... here, and ...
1314         * loader.c (mono_get_method_from_token): ... here.
1316         * class.c (get_shared_generic_class): Rename from
1317         mono_get_shared_generic_class and make static.
1318         (mono_get_shared_generic_inst): Move to metadata.c.
1319         * loader.c (mono_get_shared_generic_method): Likewise.
1320         * class-internals.h, metadata-internals.h: Update to changes.
1322         Fix #81830
1323         * class.c (mono_class_from_generic_parameter): Don't assume a
1324         generic container owner exists.  Generic containers from monodis
1325         don't have any.
1327 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
1329         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
1330         * verify.h: new typedefs to returns the non-verifiable status
1331         * verify.c: initial implementation of generics, stack merging and object compatibility check
1333 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1335         * class.c, image.c, class-internals.h (MonoImage): class_cache is
1336         a MonoInternalHashTable again (fixed bug in internal hash table
1337         code).
1339 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1341         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
1342         MonoInternalHashTable again (fixed bug in internal hash table
1343         code).
1345 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1347         * class.c, image.c, class-internals.h, domain.c,
1348         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
1349         changes.  Have to figure out what makes them break the SWF
1350         regression.
1352 2007-06-04  Mark Probst  <mark.probst@gmail.com>
1354         * class.c, image.c, class-internals.h (MonoImage): class_cache is
1355         a MonoInternalHashTable now.
1357 2007-06-04  Mark Probst  <mark.probst@gmail.com>
1359         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
1360         MonoInternalHashTable now.
1362 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
1364         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
1365         invoke_impl code.
1367         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
1369         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
1370         dependent trampoline.
1372         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1374         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
1376 2007-05-29  Robert Jordan  <robertj@gmx.net>
1378         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
1380 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
1382         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
1384 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
1386        * marshal.c: Fix interface lookup loops for
1387        cominterop_get_com_slot_for_method and 
1388        cominterop_get_method_interface. Only need to lookup
1389        if type is a class, else use interface type method is on.
1391        Code is contributed under MIT/X11 license.
1393 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
1395         * reflection.c: HasSecurity can be present even if no specially 
1396         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
1397         SecurityAttribute). Fix CAS regression tests on buildbot.
1399 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
1401        * appdomain.c: Add configure checks for header files.
1402        * image.c: Add configure checks for header files.
1403        * file-io.c: Add configure checks for header files.
1404        * debug-mono-symfile.c: Add configure checks for header files.
1405        * threadpool.c: Add configure checks for header files.
1406        * console-io.c: Add configure checks for header files.
1407        * profiler.c: Add configure checks for header files.
1408        * rawbuffer.c: Add configure checks for header files.
1409        * icall.c: Add configure checks for header files.
1410        * rand.c: Add configure checks for header files.
1411        * socket-io.c: Add configure checks for header files.
1413        Code is contributed under MIT/X11 license.
1415 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
1417         * reflection.c (mono_custom_attrs_from_builders): Remove the 
1418         assertion as it breaks the build.
1419         
1420         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
1422         * reflection.c (lookup_custom_attr): Make a copy here too.
1424         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
1425         dynamic images.
1427         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
1428         images.
1430         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
1431         info.
1433 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
1435         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
1436         (load_cattr_value): Ditto.
1438 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
1440         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
1442 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
1444         * threads.c: In "start_wrapper", set apartment_state to MTA if
1445         apartment_state is Unknown and we're running on 2.0 profile or
1446         higher.
1447         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
1448         to main method, then set apartment_state to Unknown on 1.0 profile,
1449         and MTA on 2.0 profile.
1451 2007-05-16  Jb Evain  <jb@nurv.fr>
1453         * class-internals.h (MonoDefaults): Add an attribute_class and
1454           customattribute_data_class.
1455         * domain.c (mono_init_internal): Populate them.
1456         * reflection.c: Use them to remove duplicates. Make a vew
1457         MonoClass variables `static'.
1459 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
1461         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
1462         step in implementing IMT, so that all isinst checks now can go
1463         through the bitmap.
1464         This was needed because vtables for TransparentProxy need to look
1465         like the vtable of the "target" class, so they need to point to
1466         its interface bitmap directly.
1468         * object.c: inside "mono_class_create_runtime_vtable" and
1469         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
1471 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
1473         * object-internals.h
1474           culture-info.h : added territory field in MonoCulture and
1475           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
1476         * locales.c : fill territory field above too.
1477         * culture-info-table.h : regenerated.
1479 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
1481         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
1482         Fixes #81599.
1484 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
1486         * object.c: Always initialize apartment, even if 
1487         there is no custom attributes on entry point.
1488         
1489         Code is contributed under MIT/X11 license.
1491 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
1493         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
1494         * metadata.c: If no encoding is set, check for unicode
1495         on class.
1496         
1497         Code is contributed under MIT/X11 license.
1499 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
1501         * threads.c: Handle if mono_thread_current returns NULL 
1502         
1503         Code is contributed under MIT/X11 license.
1505 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
1507         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
1508         in start_wrapper. Added mono_thread_init_apartment_state and
1509         mono_thread_cleanup_apartment_state.
1510         * object.c: Initialize thread apartment state on main thread
1511         by checking for STAThreadAttribute on entry point.
1512         * object-internals.h: Add apartment_state field to MonoThread.
1513         * threads-types.h: Add unmanaged definition of 
1514         System.Threading.ApartmentState, MonoThreadApartmentState.
1515         
1516         Code is contributed under MIT/X11 license.
1517         
1518 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
1520         * class.c: Fix windows build.
1521         * class-internals.h: Fix windows build.
1522         
1523         Code is contributed under MIT/X11 license.
1525 2007-05-08  Robert Jordan  <robertj@gmx.net>
1527         * process.c (CreateProcess_internal):
1528         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
1529         .CreateNoWindow was specified. Fixes #81496.
1531 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
1533         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
1534         step in implementing IMT, replaced it with two compact arrays
1535         (interfaces_packed and interface_offsets_packed) and a bitmap that
1536         is used for isinst checks (interface_bitmap).
1538         * class.c: (compare_interface_ids): compare function to pass to
1539         bsearch when looking for an interface with a given id.
1540         (mono_class_interface_offset): reimplemented using bsearch on
1541         interfaces_packed, getting the offset from interface_offsets_packed.
1542         (print_implemented_interfaces): utility debugging function.
1543         (setup_interface_offsets): reworked to initialize interfaces_packed,
1544         interface_offsets_packed and interface_bitmap.
1546         * object.c: replaced all accesses to "MonoClass.interface_offsets"
1547         with uses of interfaces_packed and interface_offsets_packed.
1549 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
1551         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
1552         mono_class_interface_offset prototype to wrap all accesses to
1553         "MonoClass.interface_offsets".
1555         * class.c: Implemented mono_class_interface_offset, and wrapped all
1556         accesses to "MonoClass.interface_offsets".
1558         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
1559         "MonoClass.interface_offsets".
1561 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
1563         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
1564         GetMethodFromHandle overloads (bug #78637).
1566 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
1568         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
1569         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
1571 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
1573         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
1574         #81498.
1576         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
1577         gracefully.
1578         (mono_custom_attrs_from_index): Ditto.
1580         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
1581         Fixes #81501.
1583 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
1585         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
1586         is now allocated from a mempool.
1588 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
1590         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
1591         caller holds threads_lock, leading to deadlocks. Fixes #81476.
1593 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
1595         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
1596         mono_loader_clear_error () too late. Fixes #81463.
1598 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
1600         * culture-info-table.h : regenerated.
1602 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
1604         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
1605         is missing.
1607 2007-04-25  Dick Porter  <dick@ximian.com>
1609         * Makefile.am: Put the mingw enforced-optimisation back into the
1610         PLATFORM_WIN32 section.
1612 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
1614         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
1615         patch.
1617         * image.c (mono_image_load_module): New API function to load a module reference.
1619         * image.c (load_modules): Load modules lazily. Fixes #80812.
1621         * class.c (mono_class_from_typeref): Use mono_image_load_module.
1622         
1623         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
1625         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
1626         to mono_image_load_module_dynamic.
1628 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
1630         * marshal.c: Fix calling convention for CCW on non-windows
1631         platforms. STDCALL on windows, CDECL everywhere else to work 
1632         with XPCOM and MainWin COM.
1633         
1634         Code is contributed under MIT/X11 license.
1636 2007-04-23  Martin Baulig  <martin@ximian.com>
1638         Fix #80969.
1640         * loader.c
1641         (method_from_memberref): Added `gboolean *used_context' argument.
1642         (mono_get_method_from_token): Likewise.
1643         (mono_get_method_full): Don't insert the method in the cache when
1644         `used_context' is true.
1646 2007-04-23  Raja R Harinath  <rharinath@novell.com>
1648         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
1650         * reflection.c (mono_reflection_bind_generic_parameters): Don't
1651         create new MonoTypes for returned types.
1652         * class.c (mono_generic_class_get_class): Export mono-internal.
1653         * class-internals.h: Update to changes.
1655 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
1657         * threadpool.c, threadpool.h, icall-def.h: patch from
1658         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
1660 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
1662         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
1663         
1664         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
1666         * threads.c (mono_thread_get_stack_bounds): New helper function.
1668         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
1669         Correctly compute stack bounds when attaching. Fixes #81394.
1671 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
1673         * reflection.c: fix handling of doubles in custom attributes
1674         for the arm-fpa format (bug #81368).
1676 2007-04-18  Raja R Harinath  <rharinath@novell.com>
1678         * reflection.c (assembly_add_win32_resources): Mildly relax an
1679         bounds check to let the end pointer point just past the end of the
1680         allocated buffer.  (may fix #81384)
1682 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
1684         * culture-info-table.h : regenerated.
1686 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
1688         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
1689         the thread is aborted early.
1691 2007-04-05  Dick Porter  <dick@ximian.com>
1693         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
1694         FindFirstFile()/FindNextFile() to find entries.  This lets the
1695         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
1696         81038.
1698         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
1699         the parameters of
1700         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
1702 2007-04-04  Martin Baulig  <martin@ximian.com>
1704         * debug-helpers.c
1705         (mono_method_desc_full_match): Add support for nested classes.
1707 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
1709         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
1711 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
1713         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
1714         waiting for too many threads.
1716 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
1718         * environment.c: Fix return value check on uname so we can get the 
1719         executing version on Solaris operating systems.
1721 2007-03-28  Jb Evain  <jbevain@gmail.com>
1723         * class.c (mono_type_get_name_recurse): Complete the
1724         fix for the creation of assembly qualified names for
1725         pointer types. Fixes #81208.
1727 2007-03-27  Dick Porter  <dick@ximian.com>
1729         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
1730         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
1731         changed.
1733         * threads.c
1734         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
1735         the value of ReleaseMutex().
1737 2007-03-27  Dick Porter  <dick@ximian.com>
1739         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
1740         in little-endian order, not network endian, so must be converted
1741         to host endian here.  Fixes bug 80593.
1743 2007-03-22  Jb Evain  <jbevain@gmail.com>
1745         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
1746         qualified names for pointer types. Fixes #81208.
1748 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
1750         * marshal.c: Add support for PreserveSigAttribute. 
1751         
1752         Code is contributed under MIT/X11 license.
1754 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
1756         * process.c: Fix endianness issues. Fixes #81126.
1758         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
1759         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
1761         * image.c (mono_image_lookup_resource): Make this work on big-endian
1762         machines.Change API contract so the caller needs to free the return value.
1763         
1764         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
1765         API change.
1766         
1767 2007-03-14  Martin Baulig  <martin@ximian.com>
1769         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
1770         mono_type_get_desc() as well.
1772 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
1774         * icall.c:  Fix environ access in VS.  
1775         
1776 2007-03-13  Alp Toker  <alp@atoker.com>
1778         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
1779         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
1780         #63841.
1782 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
1784         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
1785         circular references among dynamic methods. Fixes #81091.
1787         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
1789 2007-03-09  Martin Baulig  <martin@ximian.com>
1791         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
1793 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
1795         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
1796         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
1797         
1798         Code is contributed under MIT/X11 license.
1799         
1800 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
1802         * loader.c: Reapply patch for bug #79424.
1804 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
1806         * metadata.c (mono_type_to_unmanaged): Only convert object to
1807         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
1809 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
1811         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
1812         (and incorrectly set) is_reference field from MonoGenericInst.
1814 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
1816         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
1817         a little earlier.
1819         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
1821         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
1823 2007-03-05  Miguel de Icaza  <miguel@novell.com>
1825         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
1826         FileOptions.1 value to mean "temporary", map that to
1827         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
1829         Fixes 80688
1831 2007-03-03  Marek Habersack  <mhabersack@novell.com>
1833         * appdomain.c: implement MS .Net style shadow copying. Copies of
1834         the assemblies are made in a subdirectory of the dynamic base
1835         directory, the assembly names are preserved.
1836         Copy .mdb and .config files along with the assemblies being shadowed.
1838 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
1840         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
1841         (emit_marshal_handleref): Ditto.
1843         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
1844         on Visual C++. Fixes #80671.
1846 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
1848         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
1849         for clone operations.
1851 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
1853         * marshal.c: Fix warnings.
1855 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
1857         * loader.c: allow case-insensitive matching of the dll name
1858         in dllmap handling when prefixed with "i:".
1860 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
1862         * threads.c: Fix #ifdef for dummy_apc function for VS.
1864 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
1866         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
1868 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
1869         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
1870         giving precedence to the methods with a fully qualified name
1871         (InterfaceName.MethodName) when building the interface sections
1872         of the vtable.
1874 2007-02-16  Dick Porter  <dick@ximian.com>
1876         * threadpool.c (append_job): Fix fast-path array handling, so it's
1877         less likely the array will grow exponentially when the load is
1878         heavy.
1880 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
1882         * metadata-internals.h, loader.c: fix dllmap lookup order
1883         for non-function maps, too, and prepare for fallback code.
1885 2007-02-12  Robert Jordan  <robertj@gmx.net>
1887         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
1888         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
1889         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
1890         GlobalFree. Fixes a part of bug #77075.
1892 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
1894         * loader.c: implemented typedef parent in field memberref.
1896 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
1898         * marshal.c: Fix warnings and remember to call Release on
1899         IUnknown of RCW.
1900         
1901         Code is contributed under MIT/X11 license.
1903 2007-02-10  Miguel de Icaza  <miguel@novell.com>
1905         * class-internals.h: Add MonoHandleRef definition, and
1906         handleref_class to mono_defaults. 
1908         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
1909         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
1911         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
1912         (do nothing on this stage)
1913         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
1914         (emit_marshal_handleref): New method, used for argument handling
1915         of HandleRefs. 
1917 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
1919         * class.c (mono_class_setup_parent): Lazily init com types.
1920         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
1921         init com types.
1922         * object.c (mono_remote_class_vtable): Lazily init com types.
1923         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
1924         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
1925         * domain-internals.h: Expose mono_init_com_types.
1926         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
1927         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
1928         Add support for COM Callable Wrapper marshalling.
1929         * marshal.h: Add icall definitions.
1930         * gc.c: Handle freeing of CCWs in finalizer code.
1931         
1932         Code is contributed under MIT/X11 license.
1934 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
1936         * reflection.c: changed all the signature encoding code to use
1937         a variable-sized buffer.
1939 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
1941         * marshal.c: locking fixes: never take the loader lock
1942         or other runtime locks when holding the marshal lock
1943         (fixes bug#80664).
1945 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
1947         * marshal.c: make the delegate function pointer mapping
1948         work for the moving GC.
1950 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
1952         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
1953         for bug #80618.
1955 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
1957         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
1958         gmodule.
1960 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
1962         * threadpool.c: made the code moving-GC safe.
1964 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
1966         * assembly.c, boehm-gc.c, class-internals.h, class.c,
1967         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
1968         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
1969         warning cleanup.
1970         * reflection.c: warning cleanup, some threading and moving GC fixes.
1972 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
1974         * class.c, loader.c: create the needed Set/Get/Address array methods
1975         as well as the .ctors in mono_class_init (), fixes bug #80567.
1977 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
1979         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
1980         we doesn't decrease its alignment. Should fix the sparc build.
1982 2007-01-24  Dick Porter  <dick@ximian.com>
1984         * socket-io.c
1985         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
1986         Create the returned object if we need to ignore an unsupported
1987         socket option.  Fixes a segfault reported by Atsushi.
1989 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
1991         * class.c, object.c: restrict GC-tracked fields to
1992         UIntPtr fields used inside corlib, so we provide better
1993         type info to the GC and also allow broken packing as in
1994         bug #80580.
1996 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
1998         * sgen-gc.c: removed duplicated function.
2000 2007-01-19  Miguel de Icaza  <miguel@novell.com>
2002         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
2003         value that means that the value is not supported, but that we
2004         should not return a failure, but instead report this as a
2005         successful operation.
2007 2007-01-19  Raja R Harinath  <rharinath@novell.com>
2009         Fix tests/bug79956.2.il
2010         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
2011         (mono_generic_class_get_class): If the generic definition in an
2012         enum, copy over other fields related to it.
2014 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
2016         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
2017         genericinst enums (bug #79215).
2019 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
2020         * class.c: Fix bug 80307.
2022 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
2024         * image.c: if the file table is not present, try to load
2025         all the modules, since we don't have info about them
2026         having or not metadata (bug #80517).
2027         * assembly.c: allow mono_assembly_load_references () to
2028         work for netmodules.
2030 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
2032         * image.c, metadata-internals.h, object.c: execute module
2033         cctors when running on the 2 runtime if present (bug #80487).
2035 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
2037         * icall.c: optimized InitializeArray() on bigendian.
2039 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
2041         * icall.c: fix for the broken ARM FPA double format.
2043 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
2045         * icall.c: handle endian issues for r4 and r8 types, too, in
2046         the InitializeArray() icall.
2048 2007-01-15  Miguel de Icaza  <miguel@novell.com>
2050         * loader.c (mono_loader_error_prepare_exception): Clear the error
2051         once we have extracted the information from it, do this before we
2052         call into the JIT's class loading mechanisms.
2054         * object.c (mono_class_create_runtime_vtable): Do not clear the
2055         loader error before calling mono_class_get_exception_for_failure
2056         as the loader error is needed inside
2057         mono_class_get_exception_for_failure to throw the error (thinko).
2059         Fixes #80521
2060         
2061 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
2063         * reflection.c: align fields rva data so it's faster to load at
2064         runtime.
2066 2007-01-12  Raja R Harinath  <rharinath@novell.com>
2068         Prepare to simplify GenericMethod handling.
2069         * class-internals.h (mono_method_get_context): New accessor function.
2070         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
2071         rather than directly accessing '->context' field.
2073         * class-internals.h (_MonoGenericParam.method): Move ...
2074         (_MonoGenericContainer): ... here.  Add into union with klass field.
2075         * class.c, icall.c, loader.c, metadata.c, reflection.c:
2076         Update to changes.
2078 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
2080         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
2081         the wrapper type enum and reduce relocations.
2083 2007-01-12  Raja R Harinath  <rharinath@novell.com>
2085         * reflection.c (inflate_mono_method): Reuse method instantiation
2086         from the generic method, if available.
2088 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2090         * marshal.c (emit_marshal_variant): Fix conv_arg
2091         type in last commit, based on whether parameter is byref.
2092         
2093 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2095         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
2096         marshalling.
2097         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
2098         MONO_TYPE_OBJECT back for VARIANT support.
2100 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2102         * marshal.c, marshal.h, icall-def.h: Implement 
2103         Marshal.ReAllocCoTaskMem.
2105 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
2107         * marshal.c: memory retention fixes: use the proper
2108         image cache for runtime_invoke method lookups.
2110 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
2112         * mempool.c: added code to help debug mempool allocations.
2114 2007-01-11  Dick Porter  <dick@ximian.com>
2116         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
2117         support (experimenting with faking it with IP_MTU_DISCOVER for
2118         systems that don't have IP_DONTFRAGMENT.)
2119         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
2120         icall.
2122         * icall-def.h: new System.Net.Sockets.Disconnect icall.
2124         * socket-io.h: Add new fields to MonoSocketAsyncResult
2125         corresponding to the new ones in Socket.cs.
2127 2007-01-11  Raja R Harinath  <rharinath@novell.com>
2129         Fix IronPython regression mentioned in #80249
2130         * metadata.c (do_mono_metadata_parse_generic_class): Clear
2131         'cached_context' field, since it may have been initialized as a
2132         side-effect of metadata parsing.
2134         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
2135         (_MonoGenericClass.cached_class): Move here and rename from lone
2136         remaining field of ...
2137         (_MonoInflatedGenericClass): ... this.  Remove.
2138         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
2139         to changes.
2141         Fix mcs/tests/test-128.cs regression.
2142         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
2143         2007-01-10 change below.
2144         [MONO_TYPE_OBJECT]: Recurse into array case.
2146 2007-01-11  Raja R Harinath  <harinath@gmail.com>
2148         * class-internals.h (mono_get_inflated_generic_class): Remove.
2149         * class.c (mono_get_inflated_generic_class): Remove.
2150         (mono_generic_class_get_class): Rename from
2151         mono_class_create_generic.
2152         (mono_class_from_mono_type) [GENERICINST]: Use it.
2153         * reflection.c, metadata.c: Update to changes.  Use
2154         'mono_class_from_mono_type'.
2156 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
2158         * reflection.c: use passed type when encoding an array element
2159         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
2161 2007-01-09  Robert Jordan  <robertj@gmx.net>
2163         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
2164         result arguments (someDelegate.EndInvoke (unrelatedAres)).
2165         Fixes bug #80392.
2167 2007-01-09  Raja R Harinath  <rharinath@novell.com>
2169         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
2171         * object.c (set_value): Avoid aliasing between type->data.klass
2172         and type->data.generic_class.
2174         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
2176 2007-01-08  Raja R Harinath  <rharinath@novell.com>
2178         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
2179         between type->data.klass and type->data.generic_class.
2181 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
2183         * marshal.c: In MS.NET, StringBuilder objects are not copied by
2184         value in out parameters.
2186 2007-01-08  Raja R Harinath  <rharinath@novell.com>
2188         Simplify invariant for MonoGenericClass::klass field.
2189         * class.c (mono_class_create_generic): Verify 'klass' is null.
2190         * metadata.c (do_mono_metadata_parse_generic_class): Don't
2191         initialize 'klass' field.
2193 2007-01-05  Raja R Harinath  <rharinath@novell.com>
2195         Ongoing work to avoid redundant data and simplify invariants.
2196         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
2197         'generic_class', and change type to a GenericInst.
2198         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
2199         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
2201 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
2203         * class.c : skip io-layer under PLATFORM_WIN32.
2205 2007-01-03  Tor Lillqvist  <tml@novell.com>
2207         Fix #80305: In a bundled executable, look in the bundled exe
2208         assembly to determine the runtime version. Add the possibility to
2209         bundle also the machine.config file.
2210         
2211         * assembly.c (mono_assembly_open_from_bundle): Make
2212         non-static. Allow being called even if we have no bundled
2213         assemblies, and return NULL right away in that case.
2215         * domain-internals.h: Declare mono_assembly_open_from_bundle()
2216         here.
2218         * domain.c (app_config_parse): Take an assembly exe file name as
2219         parameter instead of a config file name. Check for a bundled
2220         config file for that assembly by calling
2221         mono_config_string_for_assembly_file() (see below) before looking
2222         for one in the file system.
2223         (get_runtimes_from_exe): Corrsponding change to call of
2224         app_config_parse().
2225         (get_runtimes_from_exe): Check for bundled assembly exe file first
2226         by calling mono_assembly_open_from_bundle(). If no bundled
2227         assembly exe file is found, call mono_image_open() as before to
2228         look it up in the file system.
2230         * mono-config.c: Add variable bundled_machinec_onfig.
2231         (mono_config_string_for_assembly_file): New function.
2232         (mono_config_for_assembly): Move code snippet that looks for a
2233         bundled assembly .config file into the above new function. Call
2234         it.
2235         (mono_register_machine_config, mono_get_machine_config): New
2236         functions to set and retrieve
2238         * assembly.h: Declare mono_register_machine_config().
2240         * mono-config.h: Declare mono_get_machine_config() and
2241         mono_config_string_for_assembly_file().
2243         * icall.c: No declaration of environ necessary on Win32. It is
2244         declared (as a macro expanding to a function call) in stdlib.h.
2245         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
2246         New internal mono function. Returns the value of
2247         mono_get_machine_config() as a Mono string.
2249         * icall-def.h: Add get_bundled_machine_config().
2251 2007-01-04  Raja R Harinath  <rharinath@novell.com>
2253         Remove redundant field
2254         * class-internals.h (_MonoGenericContext.container): Remove field.
2255         * loader.c (mono_method_get_signature_full): Don't parse a
2256         "container" for a signature parse when the signature is inflated
2257         immediately.
2258         (method_from_methodspec): Likewise, for a generic_inst.
2259         * class.c, metadata.c, reflection.c: Update to changes.
2261 2006-01-04  Raja R Harinath  <rharinath@novell.com>
2263         * class-internals.h (_MonoGenericClass): Rename 'context' field to
2264         'cached_context', and change semantics -- it starts off NULL, and
2265         is initialized on demand.
2266         * class.c (mono_generic_class_get_context): New accessor to
2267         replace 'context' field accesses.
2268         (mono_class_get_context): New helper.
2269         (*): Update to changes.
2270         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
2272 2007-01-03  Miguel de Icaza  <miguel@novell.com>
2274         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
2275         before the memcpy.   Fixes Marshal2 regression.
2277 2007-01-02  Jb Evain  <jbevain@gmail.com>
2279         * blob.h: add a MONO_TYPE_ENUM definition
2280         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
2281         fix the encoding of arrays of enums in custom attributes.
2283         Fixes #79666.
2285 2007-01-01  Miguel de Icaza  <miguel@novell.com>
2287         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
2288         string is null terminated, but only cut the string short if it
2289         overflows the buffer.   
2290         
2291         (mono_string_to_byvalstr): Also fix this routine.   The code here
2292         was not properly terminating a string (it was only terminated
2293         because of the previous catch-all memset). 
2295         I left the memset, because I do not know if applications expect
2296         the runtime to clear this region. 
2298         Fixes #79944.
2300         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
2301         Clear the error before returning to unmanaged code to prevent the
2302         runtime from being confused later on (fixes  80420).
2303         (ves_icall_type_from_name): Always call mono_loader_clear_error
2304         after parsing a type that could have failed.
2305         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
2307         * loader.c (mono_loader_clear_error): Fix indentation.
2309 2006-12-28  Martin Baulig  <martin@ximian.com>
2311         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
2313 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
2315         * reflection.c: patch from Rolf Bjarne Kvinge to fix
2316         getting a token for an EnumBuilder.
2318 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
2320         * reflection.c: be more careful in case resource generation
2321         fails to create the data array.
2323 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
2325         * sgen-gc.c: write barrier for clone and fix unregister handles.
2327 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
2329         * reflection.c: some fixes needed in the generics code for the moving GC.
2331 2006-12-22  Robert Jordan  <robertj@gmx.net>
2333         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
2334         account. Fixes bug #80299.
2336 2006-12-21  Raja R Harinath  <rharinath@novell.com>
2338         Fix WaitHandle usage in delegates.
2339         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
2340         * object.c (mono_wait_handle_new): Use the property set method to
2341         initialize the handle.
2342         (mono_wait_handle_get_handle): New.
2343         * threadpool.c (mono_async_invoke): Use it.
2344         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
2345         Likewise.
2346         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
2348 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
2350         * marshal.c (emit_marshal): Call emit_marshal_variant and
2351         emit_marshal_com_interface when applicable.
2352         (emit_marshal_variant, emit_marshal_com_interface): Add
2353         methods for this case and remove if's from emit_marshal_object.
2354         
2355 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
2357         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
2359 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
2361         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
2362         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
2363         and GlobalFree on Windows. Remove FIXME.
2365 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
2367         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
2368         implementation for managed objects.
2370 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
2372         * object.c: implemented code to be used for checking
2373         that no reference field overlaps with non-references.
2375 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2377         * threadpool.c: fix queue code to be compatible with the
2378         moving GC.
2380 2006-12-18  Miguel de Icaza  <miguel@novell.com>
2382         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
2383         in structures by throwing ArgumentNullException.
2385         (emit_marshal_safehandle): Also when they are null parameters.
2387         (emit_marshal_safehandle): Add support for ref
2388         SafeHandles parameters
2390 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
2392         * profiler.c: updated to use the mono-dl API instead of
2393         gmodule.
2395 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2397         * profiler.c: updated to use the mono-dl dynamic loading
2398         API instead of gmodule.
2400 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
2402         * profiler.c: use readlink, older versions of glib don't have
2403         g_file_read_link ().
2405 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
2407         * profiler.c: try to detect the path to mono if libc fails to provide
2408         a useful name (bug #80286).
2410 2006-12-16  Raja R Harinath  <rharinath@novell.com>
2412         Fix #80242
2413         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
2414         instance, use the generic type definition instead.
2415         (ves_icall_Type_GetNestedTypes): Likewise.
2416         * class.c (mono_class_create_generic): Always set the
2417         nested_classes of a generic instance to NULL, even if the generic
2418         type definition has nested types.
2420 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
2422         * marshal.c (mono_string_from_bstr): Revert previous Windows change
2423         and fix on Linux.
2424         
2425 2006-12-15  Miguel de Icaza  <miguel@novell.com>
2427         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
2428         my arguments were in the wrong order.   I also fixed the Windows
2429         version which seems to have had the same issue.
2431         (mono_free_bstr): On Unix, this is g_free.
2432         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
2433         conversions (for the tests in corlib to pass).
2435 2006-12-14  Miguel de Icaza  <miguel@novell.com>
2437         * marshal.c (emit_ptr_to_object_conv): For now, ignore
2438         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
2439         exception if a ref SafeHandle in a struct has changed).
2440         
2441         (emit_struct_conv): Do not perform layout checks for classes
2442         derived from SafeHandle, as those are specially handled. 
2444         (emit_object_to_ptr_conv): Add support for
2445         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
2447         (emit_marshal_safehandle): Implement conversion of return values
2448         of safehandles (MARSHAL_ACTION_CONV_RESULT).
2449         
2450         * threads.c: WaitHandle now is compiled with two different handles
2451         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
2452         for 2.0.
2453         
2454         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
2455         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
2456         these routines to cope with both kinds of fields.
2458 2006-12-12  Miguel de Icaza  <miguel@novell.com>
2460         * metadata.c (mono_type_to_unmanaged): Handle the case where
2461         type->data.klass is a SafeHandle, and in that case, return the
2462         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
2463         MONO_MARSHAL_CONV_SAFEHANDLE. 
2465 2006-12-11  Miguel de Icaza  <miguel@novell.com>
2467         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
2468         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
2469         calling emit_marshal_object.
2471         (emit_marshal_safehandle): Implement marshalling of
2472         SafeHandle parameters (no ref support yet).
2474         (MarshalAction): Document the defines as I implement
2475         them for SafeHandle.
2477         (emit_marshal_object): indentation police.
2479         * class-internals.h: Define MonoSafeHandle.
2480         Add safehandle_class to MonoDefaults type.
2482         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
2483         list of classes to check for fields. 
2485         * domain.c (mono_init_internal): Add SafeHandle to the list of
2486         mono_defaults loaded.
2488 2006-12-15  Raja R Harinath  <rharinath@novell.com>
2490         Fix #80253
2491         * reflection.c (mono_reflection_bind_generic_parameters): If the
2492         generic type definition is a type builder, ensure that it is fully
2493         initialized before instantiating it.  Kill some dead code.
2495 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
2497         * object.c: clear the loader_error () before loading
2498         more metadata stuff (bug #80258).
2500 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
2502         * icall.c, icall-defs.h: type modifiers icalls for
2503         parameters and properties.
2505 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
2507         * object.c, icall.c: fixed warnings.
2509 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
2511         * marshal.c: fixed a couple of leaks and coding style in a few places.
2513 2006-12-08  Dick Porter  <dick@ximian.com>
2515         * process.c: Cope with NULL ProcessStartInfo arguments on windows
2516         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
2517         80173.
2519 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
2521         * process.c: ProcessStartInfo may have only filename set and
2522         arguments can be NULL.
2524 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
2526         * icall.c: fix leak found by Robert Jordan.
2528 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
2530         * marshal.c, marshal.h: generate managed method to access an element
2531         of a multi-dimensional array.
2533 2006-11-30  Paolo Molaro (lupus@ximian.com)
2535         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
2537 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2539         * icall.c: back out GetFields () fix until the serialization code is
2540         fixed to not depend on the incorrect behaviour.
2542 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
2544         * profiler.c: provide defaults if none are set.
2546 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
2548         * Makefile.am, attrdefs.h: new public header file with
2549         constants for attributes for use by embedders.
2551 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
2553         * icall.c: GetFields () fix for bug #80064.
2555 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
2557         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
2558         removed long unused icalls.
2560 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
2561   
2562         * marshal.c: 
2563                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
2564                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
2565                 can be generated without a delegate class.
2566                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
2567         
2568         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
2570 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2572         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
2573         #80069.
2575 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
2577         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
2578         icall-def.h: added icalls needed by System.GC.
2580 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
2582         * loader.c: ensure the class in catch clauses is handled
2583         correctly for generics methods (fixes bug#79980).
2585 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
2587         * monitor.h, monitor.c: added mono_locks_dump () function
2588         to help debug deadlocks involving managed locks.
2590 2006-11-13  Dick Porter  <dick@ximian.com>
2592         * file-io.c (get_file_attributes): If the file is a symlink try
2593         and get the stat data for the target, but also add the
2594         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
2595         the specs for the windows symlink support, but will probably have
2596         to be reworked when I have test data from a vista machine.  Fixes
2597         bug 79887.
2599 2006-11-13  Dick Porter  <dick@ximian.com>
2601         * gc.c (mono_domain_finalize): 
2602         * marshal.c (mono_delegate_begin_invoke): 
2603         * threadpool.c (socket_io_init, mono_thread_pool_init)
2604         (mono_thread_pool_finish): 
2605         * monitor.c (mono_monitor_try_enter_internal): 
2606         * threads.c (mono_thread_resume, mono_thread_init)
2607         (mono_thread_suspend_all_other_threads)
2608         (mono_thread_execute_interruption): 
2609         * appdomain.c (mono_domain_unload): Check for NULL error returns
2610         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
2611         75733.
2613 2006-11-11  Miguel de Icaza  <miguel@novell.com>
2615         * process.c
2616         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
2617         Only close the handle if the value of the handle is not
2618         INVALID_HANDLE_VALUE.  This just makes the process a bit more
2619         robust.
2621         Improvement for #75733, so that we do not run into this problem. 
2623         
2624         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
2625         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
2626         internal variables.  Fixes #79462 
2627         
2629 2006-11-09  Dick Porter  <dick@ximian.com>
2631         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
2632         Use poll() not select().  Fixes bug 79397.
2634 2006-11-09  Raja R Harinath  <rharinath@novell.com>
2636         Fix #79872
2637         * assembly.c (mono_assembly_load_from_full): Check that the given
2638         image has an assembly manifest.
2640 2006-11-09  Ankit Jain  <jankit@novell.com>
2642         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
2643         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
2644         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
2646 2006-11-07  Dick Porter  <dick@ximian.com>
2648         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
2649         Put the old resolver behaviour back for pre-2.0 profiles.
2651 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
2653         * threadpool.c: precise GC and locking fixes.
2655 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
2657         * class.c: don't load types that have an explicit unaligned
2658         managed reference. Provide better info in the TypeLoad exception.
2659         Part of the fix for bug #79744.
2660         * object.c: use the correct check for class type load issues.
2662 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
2664         * class.c: enforce alignment of fields with managed references
2665         even when Pack=1 is forced by the user (bug #77788).
2667 2006-11-03  Dick Porter  <dick@ximian.com>
2669         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
2670         If the address reverse lookup fails, return it as the hostname
2671         anyway.  Fixes bug 79721.
2673 2006-11-03  Dick Porter  <dick@ximian.com>
2675         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
2676         Fix build on Windows.
2678 2006-11-02  Dick Porter  <dick@ximian.com>
2680         * icall-def.h: 
2681         * object-internals.h: 
2682         * exception.c (mono_get_exception_thread_interrupted): 
2683         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
2684         Fixes bug 74525.
2686         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
2687         Check for pending Thread.Interrupt.
2689 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
2690         * loader.c: Fixed bug 79684.
2692 2006-10-27  Dick Porter  <dick@ximian.com>
2694         * file-io.c (get_file_attributes): Force symlinks to directories
2695         to be returned as a regular file.  Fixes bug 79733.
2696 2006-10-26  Dick Porter  <dick@ximian.com>
2698         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
2699         CreateFile to open a directory then we need to set the
2700         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
2702 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
2704         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
2705         friends.
2707 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
2709         * sgengc.c: small cleanup of timer code.
2711 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
2713         * sgen-gc.c: fix some warnings and start adding support for
2714         complete object removal on domain unload.
2716 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
2718         * assembly.c: build_assembly_name should not consider a version
2719         number without build or revision number invalid. Fixes bug #79715.
2721 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
2723         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
2724         call kernel32 function OutputDebugString directly.
2725         
2726         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
2727         
2728 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
2730         * reflection.c: small cleanup, using a function to insert a MonoString
2731         in the string heap.
2733 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
2735         * reflection.c: moving GC fixes.
2737 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
2739         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
2740         all the objects with finalizers belonging to an unloading appdomain.
2742 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
2744         * sgen-gc.c: added ability to allocate even when the nursery is fully
2745         pinned and fixed a couple of bugs.
2747 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
2749         * threads.h: Revert the last change for now.
2751         * threads.h (mono_thread_get_pending_exception): Rename this to
2752         mono_thread_get_undeniable_exception ().
2754 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
2756         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
2757         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
2758         when fname does not refer to valid assembly. This result in a more
2759         meaningful error message.
2760         * exception.c: added mono_get_exception_bad_image_format2 which 
2761         constructs a BadImageFormatException using the ctor taking a custom
2762         message and the file name. Passing in a NULL msg results in a default
2763         message.
2764         * exception.h: define mono_get_exception_bad_image_format2 function.
2765         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
2766         when file name pointed to an invalid IL image. Use 
2767         mono_get_exception_file_not_found2 to construct FileNotFoundException,
2768         as this results in a more meaningful error message.
2770 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
2772         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
2773         #79465.
2775 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
2777         * metadata.c (mono_type_size): Change the align parameter to guint32 for
2778         consistency with the other _size functions.
2779         (mono_type_stack_size): Ditto.
2781         * class.c object.c icall.c: Fix warnings caused by the above change.
2783         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
2785         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
2787         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
2789 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
2791         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
2792         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
2793         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
2794         threadpool.h, threads-types.h: mark more internal functions.
2796 2006-10-11  Dick Porter  <dick@ximian.com>
2798         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
2799         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
2800         reproduce the bug even before applying the fix.)
2802 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
2804         * reflection.c: allow retrieving attributes for arguments in generic
2805         methods (bug #79241).
2807 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
2809         * debug-mono-symfile.c: properly check fopen () result (found by
2810         coverity).
2812 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
2814         * reflection.c: make error message clearer and fixed two
2815         issuelets found by Coverity.
2817 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
2819         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
2821 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
2823         * object-internals.h, gc-internal.h, profiler-private.h:
2824         mark internal functions.
2826 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
2828         * reflection.c: put data in the text section.
2829         * icall.c: recognize more types in type_from_typename ().
2830         * process.c, marshal.c: added some GC FIXMEs.
2832 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
2834         * loader.c: check for NULL before initializing.
2836 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
2838         * gc.c (finalizer_thread): Use a non-alertable wait here.
2840         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
2841         until the correct solution is found.
2843 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
2845         * reflection.c (mono_module_get_object): Avoid an assert when operating on
2846         modules with no metadata. Fixes #79596.
2848         * image.c (load_metadata_ptrs): Put back the error message when
2849         the #- heap is encountered since the support is not complete yet.
2851 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
2853         * gc.c: do not allow the user to SuppressFinalize () a
2854         delegate because it would leak the trampoline if present.
2856 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
2858         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
2859         PropertyPtr table.
2861 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
2863         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
2865         * metadata.c (mono_metadata_get_param_attrs): Ditto.
2867         * row-indexes.h: Add definitions for *Ptr tables.
2869         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
2871         * metadata.c (mono_metadata_translate_token_index): New helper function to
2872         translate table indexes used in uncompressed metadata.
2873         (mono_metadata_decode_table_row): Ditto.
2874         (mono_metadata_decode_table_row_col): Ditto.
2876         * metadata.c: Add table schema for *Ptr tables.
2878         * class.c loader.c: Use the new helper function to access the affected metadata
2879         tables.
2880         
2881         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
2882         #38532.
2883         
2884 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
2886         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
2887         sequences which can be unbounded in size. Fixes #79583.
2889 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
2891         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
2892         static initialization.
2894         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
2896         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
2898         * domain.c (mono_domain_free): Free up type_init_exception_hash.
2900         * object.c (mono_runtime_class_init): Implement correct semantics when a static
2901         ctor fails, i.e. throw the same exception on subsequent accesses.
2902         
2903 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
2905         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
2906         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
2907         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
2908         Handle marshalling of interfaces and VARIANTs contained in structs.
2909         
2910         Code is contributed under MIT/X11 license.
2911         
2912 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
2914         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
2915         
2916         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
2917         mempool.
2919 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2921         * console-io.c: ignore previous SIGINT handler.
2923 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
2925         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
2926         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
2927         #79460, #79461, #79485.
2929         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
2931         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
2932         #79217.
2934 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
2936         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
2937         could be generated from it.
2939 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
2941         * rand.c: fix read loop to correctly handle EINTR.
2943 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
2945         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
2946         internal calls are defined to keep methods closer to the declaring
2947         type and allow a significant reduction in runtime relocations and
2948         memory usage.
2950 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
2952         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
2953         exception message to have FileNotFoundException use the default
2954         assembly load error message. Fixes bug #79426.
2955         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
2957 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2959         * threadpool.c: (start_thread_or_queue) use the root domain when
2960         creating the thread instead of the async object one.
2962 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
2964         * class.c, object.c, class-internals.h, reflection.c:
2965         for arrays, store element_size inside MonoClass (speedup
2966         for array object creation).
2968 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
2970         * icall.c: fixed CodeBase to use the file name and not the module
2971         name (bug #79365).
2973 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
2975         * mono-debug.c, mono-debug.h: export find_method as
2976         mono_debug_find_method ().
2978 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
2980         * debug-helpers.c, class-internals.h: added a few functions useful
2981         when debugging under gdb.
2983 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2985         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
2986         characters that need special handling.
2988 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
2990         * mono-config.c: make the os/cpu specification more flexible,
2991         allowing lists and negation.
2993 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
2995         * marshal.c: COM Interop fixes. Handle case where method->klass.
2996         is interface. Handle BSTR/MonoString when null. Use CDECL as 
2997         calling convention on non-windows platforms. This is for
2998         compatibility with XPCOM and MainWin COM.
2999         
3000         Code is contributed under MIT/X11 license.
3001         
3003 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
3005         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
3006         correctly. Fixes #79217.
3008         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
3010 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
3012         * mono-config.c: allow both an os and cpu attribute for dllmap
3013         and dllentry elemnets to enable a single config file to be used
3014         for multiple architectures.
3016 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
3018         * loader.c: MonoLoaderError was cleared too soon on load failure.
3019         Fixes bug #79424.
3021 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
3023         * icall.c: use the defining class vtable when accessing a
3024         static field, not a pobblibly derived class.
3026 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
3028         * icall.c string-icalls.c: Remove references to unicode.h.
3030         * unicode.h unicode.c Makefile.am: Remove these unused source files.
3032         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
3034         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
3035         indicating the image where custom marshaller types should be looked up.
3036         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
3037         custom marshallers, instead of corlib. Fixes #79425.
3039 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
3041         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
3043 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
3045         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
3046         Implement Environment.ProcessorCount.
3047         
3048         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
3049         Implement Environment.ProcessorCount.
3050         
3051         * icall.c: 
3052         Add Environment.ProcessorCount icall.
3053         
3054         Patch by Jason McFall.
3056 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3058         * assembly.c: don't append .exe/.dll when the filename already contains
3059         one of those extensions.
3061 2006-09-12  Martin Baulig  <martin@ximian.com>
3063         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
3064         to array interfaces.
3066 2006-09-11  Martin Baulig  <martin@ximian.com>
3068         * reflection.c (mono_image_build_metadata): Create the
3069         MethodImpl's after emitting all types and methods, so we don't
3070         need another fixup pass for them.
3072 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
3074         * class.c (mono_class_from_name_case): Fix regression introduced by the last
3075         change.
3077 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
3079         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
3080         unload.
3082 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
3084         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
3085         args is not set. Fixes #78926.
3087 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
3089         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
3091         * image.c (load_class_names): Move this to class.c, and rename it to 
3092         'mono_image_init_name_cache'.
3093         (load_modules): Fix a warning.
3095         * class.c icall.c image.c: Initialize image->name_cache lazily.
3097         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
3098         on its name using information in the AOT file.
3100         * class.c (mono_class_from_name): Use the new hook function.
3102 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
3104         * reflection.c (mono_param_get_objects): Handle enum default parameter values
3105         correctly.
3107         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
3108         Fixes #79289.
3109         
3110 2006-09-06  Martin Baulig  <martin@ximian.com>
3112         * icall.c (mono_lookup_internal_call): Small fix.
3114 2006-09-05  Raja R Harinath  <rharinath@novell.com>
3116         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
3117         double g_free.
3119 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
3121         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
3122         when --debug is specified.
3124 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
3126         * class.c (setup_generic_array_ifaces): Fix a warning.
3128 2006-09-04  Miguel de Icaza  <miguel@novell.com>
3130         * Temporarily remove the patch to assemly.c that checks the
3131         assembly versions as it breaks our gacutil.
3133 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
3135         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
3137         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
3138         a net 1.0 runtime.
3140         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
3141         created using the default ctor. Fixes #79152.
3142         (mono_string_builder_to_utf16): Ditto.
3144 2006-09-01  Martin Baulig  <martin@ximian.com>
3146         Fix handling of the generic array interfaces.
3148         * class-internals.h
3149         (MonoDefaults): Removed `generic_array_class' and added
3150         `generic_ilist' class.
3152         * class.c
3153         (mono_bounded_array_class_get): Add the new generic array interfaces.
3154         (setup_generic_array_ifaces): New static method; create vtable
3155         entries for each method in the generic array interfaces.
3157         * metadata.c
3158         (select_container): Allow "parent-less" generic methods.
3160         * marshal.c
3161         (mono_marshal_get_generic_array_helper): New public method.
3163         * icall.c
3164         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
3165         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
3166         moved the interncall into System.Array.
3168 2006-09-01  Raja R Harinath  <rharinath@novell.com>
3170         A few more cases of avoiding work on types with ->byref set.
3171         Has the real fix for #79238
3172         * icall.c (is_generic_parameter): New helper.
3173         (ves_icall_Type_GetGenericParameterPosition): Use it.
3174         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
3175         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
3176         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
3177         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
3178         reference types.
3179         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
3180         reference types.
3181         (ves_icall_Type_get_IsGenericInstance): Likewise.
3182         (ves_icall_Type_get_IsGenericType): Likewise.
3184 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
3186         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
3187         class if possible.
3189         * mempool.h (mono_mempool_get_allocated): New helper function.
3191         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
3192         change.
3194         * mempool.c: Fix warnings and the calculation of stats.
3196         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
3198         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
3200         * loader.c (mono_get_method_from_token): Update method_count stat.
3202         * class-internals.h (MonoStats): Add some stats.
3204 2006-08-31 Robert Jordan  <robertj@gmx.net>
3206         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
3207         with managed variants.
3208         All code is contributed under the MIT/X11 license.
3209         
3210 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
3212         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
3213         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
3215         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
3217         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
3218         with cycles in classes.
3220         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
3222         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
3223         missing a [MarshalAs] directive. Fixes #79203.
3225         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
3226         klass->marshal_info. Fixes #79217.
3228 2006-08-30  Martin Baulig  <martin@ximian.com>
3230         Committing a patch from Joachim Ante <joe@otee.dk>:
3231         Add support for binary data symbol stores.
3233         * debug-mono-symfile.c
3234         (mono_debug_open_mono_symbol_file): Renamed into
3235         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
3236         arguments.
3238         * mono-debug.c
3239         (mono_debug_open_image): Added `raw_contents' and `size' args.
3240         (mono_debug_init_2_memory): New public function.
3242 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
3244         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
3246 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3248         * appdomain.c: implement support for ShadowCopyFiles.
3250 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
3252         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
3253         when value is NULL (and should remove CID #51).
3255 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3257         * image.c: moved 2 functions to ../utils.
3259 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
3261         * gc.c: cope with the target object of a GC handle being NULL
3262         (bug #78877).
3264 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
3266         * class.c: recursively check parent's explicit implementations
3267         of interface methods (fixes bug #79125).
3269 2006-08-19  Miguel de Icaza  <miguel@novell.com>
3271         * filewatcher.c: Avoid warnings when building, do not redefine
3272         constants that are defined.
3274         Remove warnings.
3276 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3278         * image.c: don't fail when the link points to an absolute path.
3280 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
3282         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
3283         Fix CID #3.
3285 2006-08-17  Miguel de Icaza  <miguel@novell.com>
3287         * image.c (full_path): A new method used to obtain the actual path
3288         of an assembly even in the presence of symbolic links.  
3290         This is necessary for the case where we are running a binary that
3291         has been GACed, but we are using the "published" path name
3292         ($prefix/mono/1.0/blah.exe) which happens to point to the real
3293         file in the GAC.
3295         This was the source of the failure for the `xsp' command with the
3296         recent AppDomain changes, as far as the runtime was concerned,
3297         there were two different assemblies: $prefix/mono/1.0/blah.exe and
3298         $prefix/mono/gac/blah/version/blah.exe.
3300         (do_mono_image_open): use full path
3302 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
3304         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
3306 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
3308         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
3309         domain_id is supplied. Fix CID #241 and corlib's unit tests.
3311 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
3313         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
3314         small structures. Fixes #78990.
3316 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
3318         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
3320         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
3322 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3324         * appdomain.c:
3325         * marshal.c: don't load all the assemblies from a domain into newly
3326         created ones. The new domains might have different rules and load
3327         assemblies from different locations. Fixes bug #76757.
3329         Patch by Lluis. Conflicts resolved by Brian Crowell.
3331 2006-08-16  Alp Toker  <alp@atoker.com>
3333         * socket-io.c: First half of the fix for #79084.
3334         Set sa_size to the length of the content, not that of the struct.
3335         Don't add NULL suffix to the content, this should be done in
3336         managed code if needed.
3338 2006-08-14  Raja R Harinath  <rharinath@novell.com>
3340         Fix part of #79012
3341         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
3342         mono_metadata_parse_type returns NULL.
3344 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
3346         * normalization-tables.h : new file for string normalization data.
3347         * locales.c, locales.h, icall.c :
3348           added load_normalization_resource() for string normalization,
3349           and icall as well.
3350         * Makefile.am : added normalization-tables.h to the sources.
3352 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
3354         * marshal.c: Add more helper functions to reduce code duplication and use them
3355         everywhere.
3357 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
3359         * marshal.c: Fix non-x86 stdcall warnings.
3360         
3361         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
3362         them everywhere.
3364 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
3366         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
3367         type check on multi-dimensional arrays. Fixes #79000.
3369 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
3371         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
3372         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
3373         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
3374         * class-internals.h: add is_com_object to class structure.
3375         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
3376         null checks to COM object marshalling. Fix .ctor call on RCW.
3377         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
3378         
3379         All code is contributed under the MIT/X11 license.
3381 2006-08-09  Dick Porter  <dick@ximian.com>
3383         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
3384         racing mono_monitor_allocator_lock() somewhere, so don't delete
3385         the critical section for now.  Found by running and exiting
3386         monodevelop.
3388 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
3390         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
3391         (ves_icall_System_ComObject_FindInterface): Ditto.
3392         (ves_icall_System_ComObject_CacheInterface): Ditto.
3394         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
3395         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
3397 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3399         * threadpool.c: treat pipes from process asynchronous reads as sockets
3400         when reading from them, so we get select/poll or epoll to wait for
3401         data.
3403 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
3405         * loader.c: Fix a typo (CID #233) in the null check.
3407 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
3409         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
3410         Hopefully fixes #78949.
3411         
3412         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
3413         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
3414         bytes. Fixes #78972.
3416 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3418         * filewatcher.c: we need to set errno here.
3420 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3422         * filewatcher.c: let Win32Exception get the error value.
3424 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3426         * filewatcher.c: translate errno into win32 errors for Win32Exception
3427         to know what happened.
3429 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
3431         * threadpool.c: Fix more warnings.
3433         * assembly.c (search_loaded): Fix warnings.
3435         * threadpool.c (mono_thread_pool_finish): Fix warnings.
3436         (mono_async_invoke): Ditto.
3438 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
3440         * object.c (mono_remote_class_vtable): Need to create proxy vtable
3441         entries for __ComObject type in addition to ComImport types.
3442         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
3443         about hash table.
3444         
3445         All code is contributed under the MIT/X11 license.
3447 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
3449         * image.c: avoid tentative loading of modulerefs that contain
3450         no metadata (P/Invoke library names).
3452 2006-07-28  Dick Porter  <dick@ximian.com>
3454         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
3455         mono_loader_lock() somewhere, so don't delete the critical section
3456         for now.  Found by running and exiting monodevelop.
3458 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3460         * filewatcher.c: define the inotify syscalls when we're building on
3461         linux and have sys/syscall.h. The build system might not have support
3462         for inotify but the target system might have it.
3464 2006-07-26  Miguel de Icaza  <miguel@novell.com>
3466         * domain.c: Documentation updates.
3468         * loader.c (mono_free_method): Do not release the method
3469         information if we are being profiled, as profilers will use this
3470         information at shut down to present some data to the user.
3472         This is needed so that the profiler does not crash, as the
3473         profiler tends to keep MonoMethods around, and they might become
3474         invalid if we free these.
3476         (mono_get_method_constrained): Return the original CIL stream
3477         method as well, so verification can be performed against it.
3479 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3481         * filewatcher.[ch]: support for inotify file system watcher.
3482         * icall.c: add new internal calls for the inotify file system watcher.
3484 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3486         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
3487         #78888.
3489 2006-07-20  Dick Porter  <dick@ximian.com>
3491         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
3492         warning.
3494 2006-07-20  Dick Porter  <dick@ximian.com>
3496         * threads.c (start_wrapper): Do the thread cleanup while we still
3497         hold a reference to its object.  Fixes bug 78123.
3499 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
3501         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
3502         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
3503           "managed-to-managed".
3504         * icall.c: Redirect string constructors that take sbyte* to
3505           ves_icall_System_String_ctor_RedirectToCreateString.
3506         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
3507           to CreateString () methods with matching signature.
3508         * reflection.c: Use original security informations for
3509           MONO_WRAPPER_MANAGED_TO_MANAGED.
3510         * security-manager.c: Use original security informations for
3511           MONO_WRAPPER_MANAGED_TO_MANAGED.
3512         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
3513           that is a placeholder and only its address should be used.
3514         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
3515           that is a placeholder and only its address should be used.
3517 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
3519         Begin implementing COM Interop.
3520         * appdomain.c: Increment corlib version.
3521         * class.c: Set ComImport classes' parent to __ComObject.
3522         * loader.c: Mark cominterop methods as such.
3523         * domain.c: Add __ComObject class to MonoDefaults structure.
3524         * image.c: Add 2 hashtables to the image for COM Interop related methods
3525         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
3526         using the mempool allocator
3527         
3528         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
3529         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
3530         declaration for mono_metadata_type_dup_mp.
3531         
3532         * debug-helpers.c: Added strings for two additional wrapper types
3533         * object.c: Create proxy objects for ComImport classes
3534         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
3535         and added __ComObject class to MonoDefaults structure.
3536         
3537         * object-internals.h: Finish MonoRealProxy definition, and add definition of
3538         MonoComInteropProxy and MonoComObject.
3539         
3540         * marshal.c: Added support for COM Interop
3541         (signature_cominterop): Converts managed signature to corresponding
3542         unmanaged COM signature.
3543         (cominterop_get_function_pointer): gets unmanaged function pointer via
3544         COM object vtable
3545         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
3546         (cominterop_get_method_interface): returns interface type that method is defined on
3547         (mono_mb_emit_cominterop_call): emits native call to function pointer
3548         gotten from vtable
3549         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
3550         that matches signature of unmanaged function.
3551         (cominterop_get_native_wrapper): wrapper around adjusted method call.
3552         (cominterop_get_invoke): forwards call from proxy to __ComObject
3553         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
3554         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
3555         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
3556         
3557         * marshal.h: Added Marshal icall declarations.
3558         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
3559         so we can access them in finalizer
3560         
3561 2006-07-14  Dick Porter  <dick@ximian.com>
3563         * object.c (mono_type_initialization_cleanup): Fix a race
3564         condition by temporarily commenting out the critical section
3565         deletion.
3567 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
3569         * reflection.c (create_custom_attr): Fix some warnings.
3570         (create_custom_attr_data): Ditto.
3571         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
3572         types. Fixes #78855.
3574 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
3576         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
3578         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
3580 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
3582         * reflection.c (resolve_object): Add support for DynamicMethod.
3584         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
3585         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
3587 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
3589         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
3590         don't leak GPtrArray's pdata has we have no use (nor free) for it.
3592 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
3594         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
3595         Fixes #77888.
3597 2006-06-30  Raja R Harinath  <rharinath@novell.com>
3599         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
3600         slightly: remove a shadow local variable.
3602 2006-06-29  Raja R Harinath  <rharinath@novell.com>
3604         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
3605         definition that introduces the virtual function slot.
3606         Also fix Coverity #105.
3608 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
3610         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
3611         for dynamic assemblies. Fixes #78724.
3613 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
3615         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
3616         Fixes #78722.
3618 2006-06-21  Martin Baulig  <martin@ximian.com>
3620         * reflection.c
3621         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
3622         fixes #76484.
3624 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
3626         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
3628 2006-06-20  Raja R Harinath  <rharinath@novell.com>
3630         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
3631         nor TYPEREFs.
3632         * class.c (mono_class_create_from_typespec): Add 'context' argument.
3633         Inflate result if necessary.
3634         (mono_class_get_full): Remove old version.  Rename from
3635         'mono_class_get' and add 'context' argument.  Pass it to
3636         ..._create_from_typespec.
3637         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
3638         (mono_ldtoken): Revert change below.
3640 2006-06-20  Martin Baulig  <martin@ximian.com>
3642         * class.c (mono_ldtoken): Don't pass the generic context to
3643         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
3645 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
3647         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
3648         and later freeing it. Fixes #78638.
3650 2006-06-15  Miguel de Icaza  <miguel@novell.com>
3652         * icall.c (mono_class_get_throw): Revert over-zealous error
3653         throwing, the caller for mono_class_get_throw will cope with
3654         errors when classes are not properly initialized already.
3656         The code still copes with loader exceptions though.
3658         Fixes the regression in reftype1 and reftype3 from the CAS tests.
3659         
3660 2006-06-14  Miguel de Icaza  <miguel@novell.com>
3662         Fixes the `make run1' version of RuntimeAbort (to be commited,
3663         source is in Bugzilla).
3664         
3665         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
3666         FALSE on class loading failure instead of returning true.
3668         * class.c (mono_class_create_from_typedef): It is possible for
3669         mono_metadata_interfaces_from_typedef_full to fail if a class is
3670         not found, cope with this.
3671         
3673 2006-06-14  Dick Porter  <dick@ximian.com>
3675         * socket-io.c: 
3676         * process.c: Fix a bunch of signed/unsigned warnings from gcc
3677         4.1.1
3679 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
3681         * culture-info-table.h : oops, forgot to make it nsync with r61548.
3683 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
3685         * icall.c: Another fix for building mono in Visual Studio.
3687 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
3689         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
3690         
3691 2006-06-09  Martin Baulig  <martin@ximian.com>
3693         * debug-mono-symfile.c: Put this back and really fix it this
3694         time. Sorry for all the trouble.
3696 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
3698         * icall.c (mono_class_get_throw): Fix a warning.
3699         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
3700         ReflectionTypeLoadException if needed. Fixes #78606.
3702         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
3703         (mono_class_init): Ditto.
3705         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
3706         ref_only exceptions.
3707         (mono_loader_clear_error): Make this work even if there is no error.
3709 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
3711         * object-internals.h marshal.c marshal.h icall.c: Implement method 
3712         Marshal.GetComSlotForMethodInfo using internal call.
3714 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
3716         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
3717         a function for signalling it.
3719         * class.c (mono_class_from_typeref): Use the new kind of loader error when
3720         a referenced assembly is not found.
3722         * loader.c (mono_loader_error_prepare_exception): Add support for 
3723         LOADER_ERROR_ASSEMBLY. Fix formatting.
3725 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
3727         * domain.c appdomain.c class-internals.h marshal.c: Add support 
3728         for VARIANT marshalling on windows and increment corlib version
3729         since Variant struct was added.
3731 2006-06-03  Miguel de Icaza  <miguel@novell.com>
3733         * debug-mono-symfile.c: Revert Martin's previous patch which broke
3734         stack trace line information:
3736         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
3737         (Martin) when looking up B which is between A and C, return A not C.
3739         Bug is #78573.
3741         Thanks to Alexander Olk for tracking this down.
3743 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
3745         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
3746         
3747         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
3748         avoid clobbering its value.
3749         (mono_string_to_lpstr): Fix a warning on windows.
3751 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
3753         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
3755         * reflection.c loader.c: Removed references to 'dummy' flag.
3757         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
3759         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
3760         it gets GC tracking.
3762         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
3763         GC tracking.
3764         
3765         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
3767         * marshal.c threadpool.c: Update callers of mono_async_result_new.
3769         * appdomain.c: Bump corlib version.
3771 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
3773         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
3774         CEE_STIND_REF when working with object references.
3776 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
3778         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
3779         Fixes #78539.
3781 2006-05-30  Miguel de Icaza  <miguel@novell.com>
3783         * loader.c (method_from_memberref): Fix argument value for
3784         mono_loader_set_error_method_load (I was passing the MonoClass
3785         instead of the class name char *).
3787 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
3789         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
3790         CEE_STIND_REF when working with object references.
3792 2006-05-30  Martin Baulig  <martin@ximian.com>
3794         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
3795         mono_method_full_name() change and replace the ':' with a '.'
3796         here.
3798 2006-05-30  Martin Baulig  <martin@ximian.com>
3800         * debug-mono-symfile.c
3801         (mono_debug_symfile_lookup_location): Fix the algorithm:
3802         when looking up B which is between A and C, return A not C.
3804 2006-05-29  Martin Baulig  <martin@ximian.com>
3806         * mono-debug.h
3807         (MonoDebugMethodInfo): Make the typedef public.
3808         (MonoDebugSourceLocation): New public struct.
3810         * mono-debug.c
3811         (mono_debug_source_location_from_address): Removed.
3812         (mono_debug_source_location_from_il_offset): Removed.
3813         (mono_debug_il_offset_from_address): Removed.
3814         (mono_debug_address_from_il_offset): Removed.
3815         (mono_debug_lookup_method): New public function.
3816         (mono_debug_lookup_source_location): New public function; replaces
3817         the old mono_debug_source_location_from_*() functions; see the
3818         inline documentation.
3819         (mono_debug_free_source_location): New public function.
3820         (mono_debug_print_stack_frame): New public function; see the
3821         inline documentation.
3823         * debug-mono-symfile.c
3824         (mono_debug_find_source_location): Renamed into
3825         mono_debug_symfile_lookup_location(); only take a
3826         `MonoDebugMethodInfo *' and an `offset' argument; added inline
3827         documentation.
3828         (mono_debug_find_method): Renamed into
3829         mono_debug_symfile_lookup_method().
3831 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
3833         * assembly.c (mono_assembly_open_full): Dont overwrite the status
3834         returned by mono_image_open_full ().
3836         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
3837         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
3838         #78517.
3840         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
3841         #78518.
3843 2006-05-27  Miguel de Icaza  <miguel@novell.com>
3845         * class.c (mono_class_from_typeref): handle missing images
3846         earlier, deals with bug #78418.   Refactor code; 
3848         Fix a warning introduced in my previous commit (some stale code
3849         from before I revisited my patch).
3851         * class.c (mono_class_create_from_typedef): On failure, remove the
3852         class from the MonoImage->class_cache as the class is not
3853         initialized;   Fixes the leak pointed out by Paolo.
3855 2006-05-25  Dick Porter  <dick@ximian.com>
3857         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
3858         DeleteCriticalSections until I figure out which one may still be
3859         sometimes locked when mono_thread_cleanup is called.
3861 2006-05-24  Dick Porter  <dick@ximian.com>
3863         * threads.c (mono_thread_cleanup): Move the threading cleanup out
3864         of mono_thread_manage and back into its own function, so it can be
3865         called after the finalizer thread has finished.
3867         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
3869 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
3871         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
3872         Fixes #78495.
3874         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
3875         with non-blittable elements.
3876         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
3878 2006-05-24  Martin Baulig  <martin@ximian.com>
3880         * mono-debug-debugger.h (MonoDebuggerEvent): Added
3881         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
3883         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
3884         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
3885         `mono_debugger_event_handler' to NULL.
3887 2006-05-24  Martin Baulig  <martin@ximian.com>
3889         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
3891 2006-05-24  Martin Baulig  <martin@ximian.com>
3893         * mono-debug-debugger.h
3894         (mono_debugger_create_notification_function): Added
3895         `MonoCodeManager *' argument.
3897 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
3899         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
3901 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
3903         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
3904         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
3905         implementation.
3907 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
3909         * icall.c: precise GC support: objects can't be stored in unmanaged
3910         memory anymore, even if they are kept alive by other references: since
3911         they can move the GC needs to be able to always find them.
3913 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
3915         * object.c: precise GC support for static fields. Support
3916         for moving GCs: write barriers and pinned allocation for interned
3917         strings.
3919 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
3921         * domain.c, domain-internals.h: precise GC support for the MonoDomain
3922         structure.
3924 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
3926         * class.c, gc.c: sgen and precise GC updates.
3928 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
3930         * marshal.h, marshal.c: added write barrier wrapper and precise type
3931         fixes.
3933 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
3935         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
3936         support.
3938 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
3940         * reflection.c: precise and sgen GC updates.
3942 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
3944         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
3946 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
3948         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
3950 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
3952         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
3953         MONO_TYPE_OBJECT. Fixes #78462.
3955 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
3957         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
3958         and blittable types.
3960 2006-05-17  Miguel de Icaza  <miguel@novell.com>
3962         * class.c (mono_class_get_exception_for_failure): Implement parts
3963         of a TODO: if the loader error is set (instead of the class
3964         error), we return a Loader exception that can be properly thrown
3965         elsewhere.
3967         This was exposed by some Winforms 2.0 code that I tried to run
3968         (Atsushi pointed me to it).
3970 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
3972         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
3973         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
3974         
3975         * marshal.c (emit_marshal_vtype): Add limited support for 
3976         UnmanagedType.LPStruct. Fixes #78427.
3978         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
3979         Applied a patch from kangaroo to fix #77523.
3981 2006-05-17  Martin Baulig  <martin@ximian.com>
3983         * threads.c
3984         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
3985         (debugger_thread_created): Removed.
3986         (debugger_thread_exited): Removed.
3988 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
3990         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3992         * object-internals.h (MonoReflectionResource): Sync with managed version.
3994 2006-05-12  Wade Berrier <wberrier@novell.com>
3996         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
3998 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
4000         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
4001         functions try to allocate from the image mempool.
4003 2006-05-12  Dick Porter  <dick@ximian.com>
4005         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
4007 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
4009         * object.c: The FieldGetter and FieldSetter methods require the full
4010         name of the class, not only the name. Fixes bug #78277.
4012 2006-05-11  Miguel de Icaza  <miguel@novell.com>
4014         * loader.c (method_from_memberref): Do not pass the NULL klass to
4015         mono_loader_set_error_() methods.  Pass the non-NULL value
4016         (class). 
4018 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
4020         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
4021         (mono_assembly_close): Null out assembly->image->references after freeing it.
4023         * image.c (mono_image_close): Free image->references.
4024         
4025         * reflection.c (mono_image_basic_init): Fix a small memory leak.
4027 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
4029         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
4030         before checking if it's NULL (g_assert).
4032 2006-05-10  Martin Baulig  <martin@ximian.com>
4034         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
4035         I thought I already killed that two months ago, but now it somehow reappeared.
4037 2006-05-10  Martin Baulig  <martin@ximian.com>
4039         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
4041 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
4043         * reflection.c: Allocate memory for dynamically created methods in the image
4044         mempools.
4046 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
4048         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
4049         don't use the ad pointer before checking if it's NULL (g_assert).
4051 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
4053         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
4054         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
4056         * marshal.c: Allocate all signatures from mempools.
4058         * marshal.c: Allocate some more signatures from mempools.
4060 2006-05-09  Miguel de Icaza  <miguel@novell.com>
4062         * object.c (mono_load_remote_field): The code used to provide a
4063         temporary variable for returning results if the user did not
4064         provide a result pointer.  But our temporary variable was allocted
4065         on the satck.
4067         Fix calling code to always pass a result area.   Coverity ID 103.
4069 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
4071         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
4072         value, not the old. Fixes #78312.
4073         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
4075         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
4076         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
4077         per-image cache.
4079         * assembly.c (mono_assembly_close): Free image->references.
4081         * assembly.c (mono_assembly_names_equal): Fix a warning.
4082         (mono_assemblies_cleanup): Cleanup more global data.
4084         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
4086         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
4087         ptr_cache and image->modules.
4089         * image.c (mono_image_init): Allocate array_cache lazily.
4090         
4091 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4093         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
4094         behavior was changed recently and has bad side effects.
4096 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
4098         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
4099         
4100         * assembly.c (mono_assembly_close): Remove a debug printf.
4102         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
4104         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
4105         to also allow for temporary references between mono_image_open ()/close ().
4107         * domain.c (get_runtimes_from_exe): Add a FIXME.        
4109 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
4111         * marshal.c: Fix support for dynamic methods.
4113         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
4115         * marshal.c (mono_marshal_cleanup): New cleanup function.
4117         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
4118         image mempools.
4120         * class.c (mono_class_init): Fix leaking class->nested_classes.
4122         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
4124         * image.c (mono_image_init): Initialize the new cashes.
4126         * image.c (mono_image_close): Destroy the new cashes.
4128         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
4130         * mempool.c (mono_mempool_strdup): New helper function.
4132         * class-internals.h: Add prototype for mono_loader_unlock ().
4134         * domain.c (mono_jit_info_table_find): Fix a warning.
4135         (mono_debugger_check_runtime_version): Ditto.
4137         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
4138         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
4139         functions to these modules.
4141         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
4142         metadata modules.
4143         
4144         * marshal.c (mono_free_bstr): Fix a warning.
4146         * assembly.c (mono_assembly_open_full): Fix another small leak.
4148         * object.c: Fix some unload leaks in the remoting code.
4150         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
4151         function.
4153         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
4155         * reflection.c: Fix some unload leaks in dynamic assemblies.
4157 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
4159         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
4160         * marshal.h: Add BSTR support on Win32
4161         * icall.c: Add BSTR icalls
4162         * metadata.h: Add BSTR enums
4164 2006-04-28  Miguel de Icaza  <miguel@novell.com>
4166         Work to catch the crash from #76795 and turn it into an
4167         exception.   As I stubbed out pieces of the VisualBasic support,
4168         I found a number of places where the code was failing and I added
4169         checks to those places. 
4170         
4171         * metadata.c (do_mono_metadata_parse_generic_class): Make this
4172         function return a status code.  If we fail to parse the signature
4173         from mono_metadata_parse_generic_inst, return FALSE.
4175         * loader.c (mono_get_method_from_token): If we fail to load the
4176         method (mono_class_get) return NULL.   
4178         * (method_from_memberref): Return NULL if we are unable to parse
4179         the method signature
4181         (mono_loader_error_prepare_exception): Since we now use the
4182         loader_error flag internally to stop processing, and obtaining
4183         exceptions that might be thrown will walk this code path the
4184         proper way of going from a MonoLoaderError into a
4185         MonoException was convoluted.   This new routine encapsulates the
4186         process of turning the error into an exception and *clearing* the
4187         error afterwards.
4188         
4189 2006-04-27  Miguel de Icaza  <miguel@novell.com>
4191         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
4192         with missing assemblies), and to cope with:
4194                 * Missing fieldref from a non-existing assembly.
4195                 * Missing methodref from a non-existing assembly.
4197         The first batch of work to address *some* of the issues from 76661.
4198         
4199         * object.c (mono_class_create_runtime_vtable): If we fail to
4200         initialize the class raise the exception here. 
4202         * metadata.c (mono_class_get_overrides_full): If any methods fail
4203         to load return the failure to the caller.
4205         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
4206         flagging assemblies that failed to load.   
4208         Do not crash if we are unable to load the assembly.
4210         (mono_assembly_close): Do nothing with REFERENCE_MISSING
4211         assemblies. 
4213         * loader.c (mono_loader_set_error_type_load): Change the
4214         convention to always pass unallocated strings, so we make our own
4215         copies (I know our own code had duplicated strings before, but
4216         this keeps the normal conventions).
4217         (method_from_memberref): Call mono_loader_set_error_method_load
4218         for all possible failures of loading the class. 
4219         Remove assert, turn into a loader error.
4221         (mono_loader_error_to_exception): Move this routine from mini
4222         (mini_loader_error_to_exception) there was no need to have that in
4223         mini. 
4225         * class.c (mono_class_from_typeref): If we were not able to load
4226         the assembly with mono_assembly_load_reference, call the
4227         mono_loader_set_error_type_load to register the problem.
4229         (mono_class_setup_fields): If we fail to load the type from
4230         mono_metadata_parse_type_full, call mono_class_set_failure and
4231         break from the loop.
4233         If class->exception_type is set, we do not layout the fields as
4234         that might crash the runtime, and instead return (from breaking
4235         from the previous loop).
4237         (mono_class_setup_vtable): This now returns a boolean indicating
4238         whether the table was properly setup.   The decision is driven by
4239         mono_class_get_overrides_full which might run into non-existing
4240         methods. 
4241         
4242         (mono_class_init): Returns TRUE on success or FALSE if there was a
4243         problem in loading the type (incorrect assemblies, missing
4244         assemblies, methods, etc).
4246         When we call mono_class_setup_fields we also check for a potential
4247         error inside this call (either a class exception or a general
4248         loader exception).
4250         (mono_class_create_from_typedef): If the parent fails to load
4251         (calling mono_class_get_full) return NULL.
4252         
4253         ** Important **
4255         calls to mono_metadata_parse_type_full should be checked
4256         everywhere and set the mono_class_set_failure
4257         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
4259         The current patch checks the places where my manually constructed
4260         tests show the errors are showing up, but we should do it
4261         everywhere. 
4263         ** Important2 **
4265         mono_class_init return values should be tested everywhere, like
4266         the previous case this is something that we should audit
4267         everywhere and not only on the cases exposed by the tests I
4268         created. 
4270 2006-04-26  Miguel de Icaza  <miguel@novell.com>
4272         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
4273         boolean parameter and instead pass the information on `options'
4274         parameter (FileOptions).
4276         * icall.c: Register the new signature for MonoIO.Open.
4278         * debug-helpers.c (dis_one): Trying to understand how coverity
4279         works.  Fix Run 5, item 78.
4281 2006-04-26  Dick Porter  <dick@ximian.com>
4283         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
4284         dereference.
4286 2006-04-25  Martin Baulig  <martin@ximian.com>
4288         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
4290         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
4291         debugger_thread_created().
4292         (debugger_gc_push_all_stacks): Don't handle the main thread in any
4293         special way.
4294         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
4295         (mono_debugger_finalize_threads): New function; undo the effects
4296         of mono_debugger_init_threads().
4297         (mono_debugger_create_all_threads): Removed.
4299 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
4301         * image.c (mono_image_close): Tidy up trace messages.
4303         * assembly.c (mono_assembly_close): Ditto.
4305         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
4306         no longer references an already freed assembly. Fixes #78168.
4308 2006-04-21  Dick Porter  <dick@ximian.com>
4310         * threads.c (mono_thread_detach): Fix reference counting when
4311         detaching threads.
4313 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
4315         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
4316         #78155.
4318 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
4320         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
4321         (mono_type_to_stind): Ditto.
4323         * marshal.c: Use the new helper functions to simplify code.
4325         * image.c (mono_image_close): Add some code for help debug assembly unloading
4326         problems.
4328         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
4329         image mempool.
4331         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
4332         assembly was already loaded in another appdomain. Fixes #78083.
4334 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
4336         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
4337         referenced assemblies.
4338         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
4340         * domain.c (mono_domain_free): Add a trace message.
4342         * appdomain.c (add_assemblies_to_domain): Ditto.        
4344         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
4345         field.  
4347 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
4349         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
4351 2006-04-12  Martin Baulig  <martin@ximian.com>
4353         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
4354         `USE_INCLUDED_LIBGC'.   
4356 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
4358         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
4359         the patch contains ../ and a small directory name later. Hopefully fixes
4360         #78035.
4362 2006-04-10  Martin Baulig  <martin@ximian.com>
4364         Clean up the debugger's thread-handling code.
4366         The debugger's thread-handling code has been moved from
4367         ../mini/debug-debugger.c to threads.c.  We now iterate directly
4368         over the `threads' hash, keep track of exiting threads and also
4369         use proper locking.
4371         We can now debug XSP and XSP based applications with the debugger.
4373         * object-internals.h (MonoThread): Added `gpointer end_stack'.
4375         * threads.h
4376         (MonoThreadCallbacks): Removed; this was only used by the debugger.
4377         (mono_install_thread_callbacks): Likewise.      
4379         * threads.c (mono_thread_callbacks): Removed.
4380         (debugger_thread_created, debugger_thread_exited): New static functions.
4381         (start_wrapper): Call debugger_thread_created().
4382         (thread_cleanup): Call debugger_thread_exited().
4383         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
4384         (mono_debugger_init_threads): New public function.
4385         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
4386         iterate directly over the `threads' hash and also use proper locking.
4388         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
4390         * mono-debug-debugger.h
4391         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
4393 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
4395         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
4396         argument type=array. Fixes #78057.
4398 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
4400         * culture-info-table.h : regenerated. Fixed bug #69652.
4402 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
4404         * loader.c metadata.c: Reapply a variant r59116.
4405         
4406         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
4408         * class.c (mono_class_setup_interface_offsets): New internal function.
4410         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
4411         interfaces too. Fixes #77398.
4413         * reflection.c (encode_cattr_value): Add support for 
4414         parameter type=object, argument type=array.
4415         (load_cattr_value): Ditto. Fixes #77916.
4417         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
4418         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
4420         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
4421         a byval char array and CharSet is Ansi.
4423         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
4425 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
4427         * metadata.c: Add some locking comments.
4428         
4429         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
4430         mempool.
4431         (mono_metadata_free_method_signature): Don't free the signature itself.
4433         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
4435         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
4436         reference the same MonoImage.
4437         (mono_assembly_load_from_full): Add an assert.
4439 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
4441         * image.c (mono_image_close): Don't put the image we are about to free into the
4442         loaded_images_guid_hash.
4444         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
4445         to reduce code duplication.
4447         * marshal.c: Register the native functions called by this module as icalls, to
4448         somewhat centralize the creation of MonoMethodSignature's.
4450         * loader.c (mono_method_signature): Add a cache for method signatures.
4452         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
4453         the parameter attributes of a method.
4454         (mono_metadata_parse_method_signature_full): Refactored the computation of
4455         parameter attributes into a separate function. Also avoid one allocation in
4456         most cases.
4458         * assembly.c (mono_assembly_close): Ditto.
4460         * image.c (mono_image_close): Log trace messages with INFO level.
4462         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
4464         * image.c reflection.c: Correct reference counting of image modules.
4465         
4466         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
4467         of this function from the image mempool.
4468         
4469         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
4470         to allow more cached types to be used.
4472         * mono-debug.c (mono_debug_add_method): Appled patch from
4473         David S. Miller  <davem@sunset.davemloft.net>: Access 
4474         minfo->lexical_blocks[] entry elements using read32().
4476 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
4478         * loader.c (mono_free_method): No longer free the method header for non-dynamic
4479         methods as it is allocated from the mempool.
4481         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
4482         image mempool.
4484         * metadata-internals.h: Add comments describing the reference counting scheme
4485         used for MonoImage and MonoAssembly.
4487         * image.c assembly.c reflection.c: Rework reference counting of images and 
4488         assemblies so they are freed when the runtime is shut down. Free some 
4489         additional memory structures when an image is unloaded.
4490         
4491 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
4493         * class.c loader.c reflection.c: Allocate more data structures in
4494         the image mempool.
4496 2006-03-31  Miguel de Icaza  <miguel@novell.com>
4498         * icall.c
4499         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
4500         build on pre glib 2.4 systems.
4502 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
4504         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
4506         * icall.c: Fix some warnings.
4508 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
4510         * culture-info-table.h : regenerated.
4512 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
4514         * threads.c, object-internals.h, verify.c: changed the culture caching
4515         code to use a normal MonoArray for storage so the GC can keep track of
4516         them easily. Fixed bits of the cache logic, too and simplified the
4517         code.
4519 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
4521         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
4522         thread for non-Boehm GCs.
4524 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
4526         * domain.c, object.c, domain-internals.h: reduce the amount of memory
4527         needed to keep track of the data for static fields.
4529 2006-03-29  Raja R Harinath  <rharinath@novell.com>
4531         Fix #75172
4532         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
4533         for interface classes.  Use 'num_methods' instead.
4534         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
4535         before using '->vtable_size' field.
4537 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
4539         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
4540         doesn't contain managed pointers, so use a normal hashtable.
4542 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
4544         * reflection.c, class-internals.h, domain.c: fixed handling of types
4545         used as values for objects in custom attributes (bug #77915):
4547 2006-03-24  Martin Baulig  <martin@ximian.com>
4549         * class.c (mono_class_setup_fields): Added support for generic
4550         instances; fixes #77580.
4552 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4554         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
4556 2006-03-24  Dick Porter  <dick@ximian.com>
4558         * file-io.c (get_file_attributes): More stat macro breakage.
4559         Fixes bug 77759.
4561 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
4563         * profiler.c: added the file=filename option in the default profiler
4564         to output the profile data to filename.
4566 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4568         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
4569         bug #77877.
4571 2006-03-22  Martin Baulig  <martin@ximian.com>
4573         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
4574         allocated `MonoClassField *' in `fb->handle'.
4576 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
4578         * class.c, image.c, metadata-internals.h: implemented new mechanism to
4579         allocate interface ID to save memory and allow better ID reuse on
4580         appdomain unload. setup_generic_vtable () removal from Martin.
4582 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
4584         * object.h, appdomain.c, domain.c, exception.c, icall.c,
4585         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
4586         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
4587         write barriers for reference stores with managed objects accessed with
4588         C structures in the runtime and in embedding programs.
4590 2006-03-20  Raja R Harinath  <rharinath@novell.com>
4592         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
4593         'interface_id' and 'max_interface_id' fields of MonoClasses
4594         representing open generic types.
4596 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
4598         * object.h, object.c, icall.c: added functions to deal with
4599         storing valuetypes that contain references in managed objects.
4600         * reflection.c, string-icalls.c, threads.c, marshal.c: small
4601         fixes and comments around uses of mono_array_addr ().
4603 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
4605         * object.h, icall.c, monitor.c: object.GetHashCode ()
4606         implementation that supports the moving garbage collector.
4608 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
4610         * icall.c, threads-types.h, threads.c: implemented finalizer for
4611         LocalDataStoreSlot.
4613 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
4615         * metadata.c (mono_type_size): Add a fixme.
4616         (mono_type_stack_size): Ditto.
4618         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
4619         'type_forwarders' field.
4621         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
4622         attribute from net 2.0.
4624         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
4625         from class.c.
4627         * class.c (mono_class_setup_fields): Fix a warning.
4628         
4629         * class.c (mono_class_from_name): Add support for assemblyref entries
4630         in the EXPORTEDTYPE table.
4632         * reflection.c: Add support for handling type forwarders under net 2.0.
4634         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
4635         
4636 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
4638         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
4639         overwriting entries in ModuleBuild->types, also clean up the code
4640         a little. Fixes #77774.
4642 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
4644         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
4645         load friend assembly info when present.
4647 2006-03-14  Raja R Harinath  <rharinath@novell.com>
4649         Fix crasher on gtest-158.cs.
4650         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
4651         the return value if the MonoClass we want is yet in an
4652         inconsistent state.
4653         * class.c (mono_class_create_from_typedef): Add an comment
4654         explaining an order dependency between mono_class_setup_parent and
4655         mono_class_setup_mono_type.
4657 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
4659         * class.c: documentation updates and events bug fix.
4661 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
4663         * class.c: some cleanup, locking fixes.
4665 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
4667         * class.c: fix the generics code to setup nested
4668         type info to the instantiated type (bug #77770).
4670 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
4672         * marshal.c: fixed a few type correctness issues.
4674 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
4676         * loader.c: the Set/Get/Addrtess array methods should be public.
4678 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
4680         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
4681         
4682         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
4683         info->wrapper.
4685 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
4687         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
4689         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
4691         * mempool.c (mono_mempool_alloc): Speed this up a bit.
4692         (mono_mempool_alloc0): Ditto.
4694 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4696         * socket-io.c:
4697         (create_object_from_sockaddr): it was allocating 4 extra bytes
4698         for the AF_UNIX data. Fixes bug #77747.
4700 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
4702         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
4704 2006-03-09  Dick Porter  <dick@ximian.com>
4706         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
4707         Fixes bug 76966 again.
4709 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
4711         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
4712         names from r57532
4713         * appdomain.c: Bumped corlib version to 48 (due to r57532)
4715 2006-03-07  Martin Baulig  <martin@ximian.com>
4717         * object.c
4718         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
4720 2006-03-07  Martin Baulig  <martin@ximian.com>
4722         * class.c
4723         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
4724         regression introduced in r56970; see gtest-252.cs.
4726         * loader.c (mono_get_method_constrained): Correctly handle generic
4727         methods; see gtest-253.cs.
4729 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
4731         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
4733 2006-03-04  Martin Baulig  <martin@ximian.com>
4735         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
4736         compute the parent type at runtime, just like we're already doing
4737         it for interfaces.
4739         * reflection.c
4740         (mono_reflection_bind_generic_parameters): Don't compute the
4741         parent type anymore.
4743         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
4745 2006-03-04  Martin Baulig  <martin@ximian.com>
4747         * mono-debug-debugger.h
4748         (mono_debugger_create_notification_function): Allocate memory at
4749         runtime and return a pointer to it.
4751 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
4753         * assembly.c: Fix windows build.
4754         
4755         * assembly.c: Fix build.
4757         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
4759         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
4760         
4761 2006-03-03  Dick Porter  <dick@ximian.com>
4763         * process.c
4764         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
4765         Check parameters before dereferencing them.  Fixes Aaron's part of
4766         bug 77393.
4768 2006-03-03  Raja R Harinath  <rharinath@novell.com>
4770         Fix performance regression.
4771         * loader.c (find_method_in_class): Add 'from_class' argument.
4772         Rename 'klass' argument to 'in_class'.  The signature is compared
4773         against the method in 'in_class', and the corresponding method is
4774         returned from 'from_class'.
4775         (find_method): Walk both 'in_class' and 'from_class' in parallel.
4776         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
4777         type definition and generic instantiation in parallel.
4778         (mono_get_method_constrained): Update to changes.
4780 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
4782         * threads.c: make sure the domain is correct, too when doing
4783         mono_thread_attach ().
4785 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
4787         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
4788         windows. Fixes #77683.
4790 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
4792         * object.h, *: introduced specific way to set elements of an array
4793         of references to be used as write barrier. Still need to audit the
4794         uses of mono_array_addr.
4796 2006-03-01  Miguel de Icaza  <miguel@novell.com>
4798         * object-internals.h: New field to cache the assmebly name, patch
4799         from Tambet Ingo (tambet@ximian.com)
4801 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
4803         * decimal.h, class-internals.h, metadata-internals.h,
4804         file-io.h: mark a few function declarations as internal, to
4805         reduce the number of PLT entries.
4807 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4809         * file-io.c: fix typo in warning message.
4811 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
4813         * loader.c: on unix, lookup the "*A" version of a function
4814         if charset is auto as a second option before failing.
4816 2006-02-28  Raja R Harinath  <rharinath@novell.com>
4818         * class.h (mono_class_inflate_generic_method): Revert to two
4819         argument version.
4820         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
4821         (mono_class_inflate_generic_method_full): Add.
4822         * class.c (mono_class_inflate_generic_method_full): Rename from
4823         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
4824         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
4825         * loader.c, reflection.c: Update to changes.
4827 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
4829         * icall.c: const fixes and small improvements.
4831 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4833         * threadpool.c: for asynchronous connect(), enable the same workaround
4834         for BSD 6 as for the Mac. Fixes bug #77637.
4836 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
4838         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
4839         formatted classes. Fixes #77524.
4841 2006-02-24  Raja R Harinath  <rharinath@novell.com>
4843         * class.c (inflate_generic_type): Add a couple more
4844         micro-optimizations.
4845         (inflate_generic_context): Don't use the 'gmethod' from
4846         'inflate_with'.
4847         (mono_class_inflate_generic_method): If the method has generic
4848         parameters, but the passed-in context doesn't have a 'gmethod',
4849         create one.  Use the possibly simplified generic instantiation
4850         from the declaring class instead of the one passed in.
4852 2006-02-24  Raja R Harinath  <harinath@gmail.com>
4854         Make generic method signature and method header handling lazy.
4855         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
4856         (inflate_generic_header): Likewise.
4857         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
4858         parameter to avoid inflating types.
4859         (mono_get_inflated_method): Empty out.
4860         * class.h (mono_class_inflate_generic_method): Update to changes.
4861         * loader.c (mono_get_method_from_token): Don't parse signature for
4862         generic methods, nor methods of generic classes.
4863         (mono_method_signature): Rename from 'mono_method_signature'.
4864         Inflate signature on demand.
4865         (mono_method_get_header): Inflate method header on demand.
4866         * reflection.c: Update to changes.
4868 2006-02-23  Raja R Harinath  <rharinath@novell.com>
4870         * metadata.c (mono_metadata_inflate_generic_inst): If the
4871         instantiation is closed, don't bother expanding it in the new
4872         context.
4873         * class.c (inflate_generic_class): If the generic instantiation
4874         doesn't change after inflation, return the argument itself.
4875         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
4876         Add bounds checks.
4877         (inflate_generic_context): If neither the generic class nor the
4878         generic method instantiations change, return the original context.
4879         * reflection.c (mono_method_get_object): Do
4880         'mono_get_inflated_method' before accessing the ->klass field.
4881         (inflate_mono_method): Don't create a MonoGenericMethod unless
4882         necessary.
4883         (inflate_method): Don't pass a constructed type as the declaring
4884         type of a methodbuilder.
4886 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
4888         * object.c: fix memory overwrite.
4890 2006-02-22  Dick Porter  <dick@ximian.com>
4892         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
4893         it doesn't work any more.
4894         (mono_threads_request_thread_dump): Fix unused variable warnings.
4896 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
4898         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
4899         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
4900         the public header file.
4902 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
4904         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
4906 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
4908         * class-internals.h, object.c: reduce the size of MonoVTable
4909         and store the interface_offsets array at negative offsets.
4911 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
4913         * metadata.c: tweak table descriptors data structures to reduce
4914         size and runtime relocations.
4916 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
4918         * marshal.c: fix some types and opcodes to be type-safe
4919         in marshaling wrappers.
4921 2006-02-21  Ankit Jain  <jankit@novell.com>
4923         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
4925 2006-02-21  Raja R Harinath  <rharinath@novell.com>
4927         * metadata.c (get_constraints): Relax debugging checks for monodis.
4929 2006-02-21  Ankit Jain  <jankit@novell.com>
4931         * metadata.c (mono_metadata_load_generic_params): Move the code
4932         checking for ambiguous generic params from here to mono/dis/get.c
4933         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
4935 2006-02-21  Raja R Harinath  <harinath@gmail.com>
4937         Fix assertion triggered when compiling nemerle.
4938         * class.c (mono_get_shared_generic_inst): Rename from
4939         get_shared_inst and make non-static.
4940         * loader.c (mono_get_shared_generic_method): New.  Used to create
4941         the MonoGenericContext-equivalent of a MonoGenericContainer.
4942         (mono_get_method_from_token): Initialize the 'context' field of
4943         the created MonoGenericContainer.
4944         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
4945         * metadata.c (get_constraints): Add sanity check.
4946         * class-internals.h: Add new internal methods.
4948         * reflection.c (verify_safe_for_managed_space): New sanity check.
4949         Currently checks that owner-less generic parameters aren't allowed
4950         in managed space.
4951         (mono_type_get_object): Use it.
4952         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
4953         that are now in mono_type_get_object.
4954         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
4956 2006-02-19  Raja R Harinath  <harinath@gmail.com>
4958         * metadata.c (mono_type_create_from_typespec): Rename from
4959         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
4960         argument and caching of types in the generic container.
4961         (unwrap_arrays, find_generic_param): Remove.
4962         * metadata-internals.h: Update.
4963         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
4965 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
4967         * class.c (mono_class_get_exception_for_failure): Fix a warning.
4969         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
4970         return values. Fixes #77581.
4972         * class.c (mono_fnptr_class_get): Switch name and name_space.
4974         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
4975         classes and add support for [In, Out] attributes.
4976         (mono_marshal_free_asany): Ditto. Fixes #77524.
4978 2006-02-18  Raja R Harinath  <harinath@gmail.com>
4980         * class.c (mono_class_from_generic_parameter): Make more robust to
4981         incomplete MonoGenericContainers from monodis.
4983 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
4985         * class-internals.h: added some more exception types.
4986         * class.c, metadata.c: added a few checks to handle missing
4987         types.
4989 2006-02-17  Raja R Harinath  <rharinath@novell.com>
4991         Use owner-less generic-params some more.
4992         * class.c (my_mono_class_from_generic_parameter): Remove.
4993         (mono_class_from_generic_parameter): Handle null image,
4994         param->name and param->owner.
4995         (mono_class_from_mono_type): Update.
4996         (mono_class_create_from_typespec): Remove 'container' parameter.
4997         If that parameter is non-null, the result is always inflated by
4998         'mono_class_get_full' anyway.
4999         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
5000         parameter.
5001         (mono_class_get_full): Update.
5003         * class.c (inflate_generic_type) [GENERICINST]: If the generic
5004         instance is not open, don't bother inflating.
5005         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
5006         parse metadata for inflated classes.
5007         (_mono_class_get): Change GenericContext* parameter to
5008         GenericContainer*.
5009         (mono_class_create_from_typespec): Likewise.  Simplify, and
5010         implement trivially.  All the cases are handled in
5011         mono_class_from_mono_type.  Don't inflate returned class.
5012         (mono_class_get_full): Delegate GENERICINST optimization to
5013         inflate_generic_type.
5014         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
5016 2006-02-16  Dick Porter  <dick@ximian.com>
5018         * socket-io.c (create_object_from_sockaddr): Fix typo.
5019         (create_sockaddr_from_object): Check array lengths before
5020         potentially accessing items off the end.
5021         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
5022         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
5023         (ves_icall_System_Net_Sockets_Socket_Send_internal)
5024         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
5025         length checks to avoid wraparound overflows.
5026         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
5027         contents of the array of sockets
5028         (hostent_to_IPHostEntry2)
5029         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
5030         Check return value of inet_ntop ().
5031         (addrinfo_to_IPHostEntry): Fix typo
5033 2006-02-16  Raja R Harinath  <rharinath@novell.com>
5035         Type metadata parsing doesn't use generic-instantiation information.
5036         * metadata.c (mono_metadata_parse_array_full): Change
5037         MonoGenericContext* parameter to MonoGenericContainer*.
5038         (mono_metadata_parse_type_full): Likewise.
5039         (mono_type_create_from_typespec_full): Likewise.
5040         (mono_metadata_parse_mh_full): Likewise.
5041         (mono_metadata_parse_generic_inst): Likewise.
5042         (do_mono_metadata_parse_generic_class): Likewise.
5043         (do_mono_metadata_parse_type): Likewise.
5044         * metadata-internals.h: Update to changes.
5045         * class.c (mono_class_find_enum_basetype): Likewise.
5046         (mono_class_setup_fields): Likewise.
5047         (mono_class_create_from_typespec): Likewise.
5048         * loader.c (method_from_methodspec): Likewise.
5049         (mono_get_method_from_token): Likewise.
5050         (mono_method_get_header): Likewise.
5052 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
5054         * marshal.c: handle additional GENERICINST case (patch from
5055         Thong Nguyen <tum@veridicus.com>).
5056         Fix a few cases where LDIND_I/STIND_I was used for references.
5058 2006-02-16  Raja R Harinath  <rharinath@novell.com>
5060         * reflection.c (mono_reflection_get_token): Remove unused variable.
5062 2006-02-16  Martin Baulig  <martin@ximian.com>
5064         * reflection.c (mono_reflection_get_token): Add support for fields
5065         in instantiated generic types.
5067         * icall.c
5068         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
5070 2006-02-15  Martin Baulig  <martin@ximian.com>
5072         * icall.c
5073         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
5074         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
5075         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
5076         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
5078 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
5080         * class.c, metadata.c, metadata.h, object.c, icall.c,
5081         marshal.c: changed mono_type_get_underlying_type () to do
5082         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
5083         Fixed handling of instantiated generic valuetypes (bug #75479).
5085 2006-02-15  Raja R Harinath  <rharinath@novell.com>
5087         * metadata.c (mono_metadata_decode_signed_value): Simplify.
5088         Delegate to mono_metadata_decode_value, and work on the returned value.
5090         * icall.c (ves_icall_MonoType_GetGenericArguments):
5091         Add consistency check here too.
5092         
5093 2006-02-15  Ankit Jain  <jankit@novell.com>
5095         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
5096         char/short etc.
5098 2006-02-15  Ankit Jain  <jankit@novell.com>
5100         * metadata.c (mono_metadata_decode_signed_value): New function to decode
5101         signed values, used only for representing lower bounds of arrays.
5102         (mono_metadata_parse_array_full): Use new
5103         mono_metadata_decode_signed_value to decode lower bounds.
5105 2006-02-14  Martin Baulig  <martin@ximian.com>
5107         * reflection.c
5108         (mono_reflection_get_token): Support "MonoGenericMethod" and
5109         "MonoGenericCMethod" and allow generic instances / methods.
5111 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
5113         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
5114         to obtain the terminal size using an ioctl.
5116         * object.c (mono_nullable_init): Revert this as nullable reference
5117         types are not valid.
5118         (mono_nullable_box): Ditto.
5120 2006-02-09  Dick Porter  <dick@ximian.com>
5122         * threads.c (mono_thread_detach): Drop a reference to the thread
5123         we're detaching.
5125 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
5127         * object.c (mono_nullable_init): Handle nullable reference types.
5128         (mono_nullable_box): Ditto. Fixes #77446.
5130 2006-02-07  Martin Baulig  <martin@ximian.com>
5132         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
5134 2006-02-07  Ankit Jain  <jankit@novell.com>
5136         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
5137         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
5138         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
5139         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
5140         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
5141         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
5143 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
5145         * class.c (mono_class_create_generic): Set type_token as well.
5147         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
5148         compatible with MS.
5150 2006-02-02  Martin Baulig  <martin@ximian.com>
5152         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
5153         has never been used so far.
5155 2006-02-02  Martin Baulig  <martin@ximian.com>
5157         * mono-debug-debugger.h: Changed comment at the top of this file;
5158         the header is not installed, but it's safe to #include it from
5159         within the JIT.
5161         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
5162         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
5164 2006-02-02  Martin Baulig  <martin@ximian.com>
5166         * mono-debug.h
5167         (MonoSymbolTable): Removed the `metadata_info' field.
5169         * mono-debug.c
5170         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
5172         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
5173         (mono_debugger_add_builtin_types): Removed.
5174         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
5175         (mono_debugger_create_notification_function): We now operate on a
5176         pre-allocated area; take a `gpointer' and return `void'.
5178         * mono-debug-debugger.c
5179         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
5180         (mono_debugger_add_builtin_types): Removed.
5182 2006-02-02  Martin Baulig  <martin@ximian.com>
5184         * threads.c (mono_debugger_create_all_threads): New public method.
5186 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
5188         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
5189         breaks on several platforms.
5191 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
5193         * assembly.c: the VS.NET build doesn't supply default values for
5194         MONO_ASSEMBLIES and MONO_CFG_DIR.
5196 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
5198         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
5199         helper function.
5201         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
5203         * loader.c (method_from_memberref): Fix a warning.
5205         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
5207         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
5208         with explicit layout. Fixes #77433.
5210 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
5212         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
5213         max_interface_id is initialized before using it. Fixes #77398.
5214         (ves_icall_Type_GetInterfaces): Ditto.
5216 2006-01-30  Raja R Harinath  <rharinath@novell.com>
5218         * metadata.c (mono_metadata_parse_method_signature_full): Don't
5219         allocate memory for parameter attributes when parsing memberref
5220         signatures.
5221         * loader.c (mono_loader_set_error_method_load): Don't warn.
5222         (method_from_memberref): Ensure MissingMethodException gets thrown
5223         if method is not found.  Make warning more informative.
5225 2006-01-29  Raja R Harinath  <harinath@gmail.com>
5227         Fix #77397
5228         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
5229         return true if is byref.
5230         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
5231         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
5232         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
5234 2006-01-27  Raja R Harinath  <rharinath@novell.com>
5236         Fix tests/find-method.2.il
5237         * loader.c (find_method, find_method_in_class): Remove is_inflated
5238         argument.  Revert 2006-01-18 change.
5239         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
5240         is generic, search for method in its generic definition.
5241         * class.c (mono_class_setup_vtable_general): Print generic
5242         arguments of generic types in debugging printf.
5244 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
5246         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
5248         * threads.c (mono_threads_request_thread_dump): New helper function.
5250 2006-01-25  Raja R Harinath  <rharinath@novell.com>
5252         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
5254 2006-01-25  Ankit Jain  <jankit@novell.com>
5256         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
5257         move definition to ..
5258         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
5259         
5260 2006-01-25  Ankit Jain  <jankit@novell.com>
5261             Raja R Harinath  <rharinath@novell.com>
5263         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
5264         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
5265         as necessary.
5267 2006-01-25  Martin Baulig  <martin@ximian.com>
5269         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
5270         `MonoDebuggerThread' into debug-debugger.c.
5272 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
5274         * profiler.c: fix printing of data.
5276 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
5278         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
5279           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
5281 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
5283         * object.c: fix deadlock related to string interning.
5285 2006-01-23  Martin Baulig  <martin@ximian.com>
5287         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
5289         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
5291 2006-01-23  Martin Baulig  <martin@ximian.com>
5293         * mono-debug.h: Moved the prototypes of some functions which are
5294         used by the JIT here from mono-debug-debugger.h.
5296 2006-01-21  Martin Baulig  <martin@ximian.com>
5298         * Makefile.am: Don't install mono-debug-debugger.h.
5300 2006-01-21  Martin Baulig  <martin@ximian.com>
5302         * mono-debug-debugger.h: Enforce the private status of this header
5303         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
5304         Moved some stuff from mono-debugger-jit-wrapper.h here.
5306 2006-01-20  Raja R Harinath  <rharinath@novell.com>
5308         * class.c (mono_class_from_typeref): Add a sanity test to help
5309         catch lack of assembly load/search hooks.
5311 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
5313         * marshal.c (emit_struct_conv): Relax the fields with same offset
5314         check even more. Fixes #77230.
5316 2006-01-18  Martin Baulig  <martin@ximian.com>
5318         * loader.c (find_method_in_class): Added `gboolean is_inflated'
5319         argument; if false, we compare the uninstantiated signatures.
5320         (method_from_memberref): Compare the uninstantiated signatures;
5321         fixes #76417.
5323 2006-01-18  Robert Jordan  <robertj@gmx.net>
5325         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
5326         Clear the weak link. Fixes bug #77170.
5328         * gc.c (mono_gchandle_free):
5329         Reflect *-gc.c changes (tiny optimization).
5331 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
5333         * metadata.c (mono_metadata_signature_dup): Applied patch from
5334         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
5335         Fixes #77288.
5337 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
5339         * marshal.c (emit_struct_conv): Allow fields with the same offset when
5340         marshalling from native to managed code. Fixes #77230.
5342 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5344         * threadpool.c: fix problem (Mac only) when more than one asynchronous
5345         connect. Fixes bug #77020.
5347 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
5349         * class.c: fixed id assignement for nested interfaces (bug #77275).
5350         Added also better info for --print-vtable debugging.
5352 2006-01-12  Martin Baulig  <martin@ximian.com>
5354         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
5355         interfaces on-the-fly; fixes #76625.
5357         * class-internals.h
5358         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
5359         don't need that anymore.
5361 2006-01-12  Miguel de Icaza  <miguel@novell.com>
5363         * socket-io.c
5364         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
5365         To avoid initing the nested_classes when not needed I turned the
5366         PeerCredData as a toplevel internal class, as it has to be shared
5367         anyways. 
5369         Fixes the CASA issue.
5371 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
5373         * domain.c: Accessors for MonoJitInfo
5375         * profiler-private.h: Add jitinfo to the end jit hook
5377         * profiler.[ch]: Define new hooks, called after jitting which give
5378         the MonoJitInfo that was compiled
5380 2006-01-10  Martin Baulig  <martin@ximian.com>
5382         * class.c (mono_class_setup_events): Add support for generic
5383         classes; fixes #76440.
5385 2006-01-06  Raja R Harinath  <rharinath@novell.com>
5387         Fix #77160.
5388         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
5389         on passed-in method.
5391 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
5393         * object.c (mono_runtime_invoke_array): Add Nullable support.
5395         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
5397 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
5399         * file-io.c: Don't consider sockets as directory and avoid an endless
5400         loop. Fix bug #76966.
5402 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
5404         * object.c (mono_nullable_init): New helper function.
5405         (mono_nullable_box): Ditto.
5407         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
5409         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
5411         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
5412         
5413 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
5415         * class.c (mono_class_is_assignable_from): Make T assignable to 
5416         Nullable<T>.
5418 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
5420         * appdomain.c: Bump corlib version to 46.
5421         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
5422         serialization purpose) and changed ves_icall_System_Reflection_
5423         Assembly_get_code_base signature to accept a boolean (to escape, or 
5424         not, the assembly code base).
5426 2005-12-23  Dick Porter  <dick@ximian.com>
5428         * icall.c: 
5429         * threads-types.h: 
5430         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
5431         CreateEvent icall now returns "created" boolean parameter.
5433 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
5435         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
5436         #76967.
5438         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
5439         when attr_klass is an interface. Fixes #77045.
5441 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
5443         * marshal.c (emit_struct_conv): Fix previous patch.
5444         
5445         * marshal.c (emit_struct_conv): Add a check for fields with the same
5446         offset.
5448 2005-12-20  Raja R Harinath  <rharinath@novell.com>
5450         Fix regression in Mono.C5.
5451         * class.c (mono_class_create_generic): If 'klass' is an interface
5452         set up the interface offsets.
5453         (mono_class_is_assignable_from): Don't throw away generic arguments.
5455 2005-12-19  Raja R Harinath  <rharinath@novell.com>
5457         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
5458         type parameters.
5460 2005-12-15  Raja R Harinath  <rharinath@novell.com>
5462         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
5463         dead store.
5464         (do_mono_metadata_parse_generic_class): Don't pass the current
5465         generic context when parsing the type being instantiated: it
5466         cannot use it, anyway.
5468         * loader.c (method_from_memberref): Don't inflate a signature if
5469         it doesn't contain any type parameters.
5471 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
5473         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
5475 2005-12-14  Martin Baulig  <martin@ximian.com>
5477         * class.c
5478         (mono_type_get_name_recurse): Don't return null for type
5479         parameters and open generic classes.
5480         (mono_class_setup_methods): Don't exclude generic instances.
5481         (mono_get_unique_iid): Use different IDs for different
5482         instantiations of the same generic type.
5483         (mono_class_setup_vtable): Only use setup_generic_vtable() for
5484         open generic instances; create a normal vtable for closed generic
5485         instances.
5486         (mono_class_setup_vtable_general): We're now also called for
5487         closed generic instances.
5489         * reflection.c
5490         (mono_reflection_bind_generic_parameters): Correctly use
5491         mono_metadata_lookup_generic_inst() everywhere.
5493 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
5495         * object.c (mono_class_create_runtime_vtable): Call 
5496         mono_class_setup_vtable ().
5498         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
5499         function.
5500         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
5501         #76959.
5503         * loader.c (mono_loader_set_error_type_load): Print the type load
5504         warnings to the console so they are more visible to the user.
5505         (mono_loader_set_error_method_load): Ditto.
5507         * reflection.c (ensure_runtime_vtable): Revert the last change as it
5508         is still broken.
5509         
5510         * reflection.c (ensure_runtime_vtable): Fix build.
5512         * reflection.c (ensure_runtime_vtable): Disable an optimization which
5513         doesn't work in all cases.
5515 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
5517         * object.c (mono_array_new_full): Treat a single dimensional array
5518         with 0 lower bounds as an szarray. Fixes #76973.
5520         * reflection.c (custom_attr_visible): Really fix this.
5522 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
5524         * reflection.c (custom_attr_visible): Allow nested public attributes
5525         as well.
5527         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
5528         interface check.
5530 2005-12-12  Raja R Harinath  <harinath@gmail.com>
5532         * class.c (set_generic_param_owner): Delete.
5533         (mono_class_create_from_typedef): Don't set ->owner field of
5534         generic parameters to "param containers" of enclosing classes.
5535         * reflection.c (mono_reflection_initialize_generic_parameter):
5536         Likewise.
5538 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
5540         * reflection.c (custom_attr_visible): Fix build.
5542 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
5544         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
5545         private attributes.
5546         
5547         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
5548         handling of null parameter defaults.
5550 2005-12-09  Raja R Harinath  <rharinath@novell.com>
5552         * class.c (mono_class_from_generic_parameter): Don't set
5553         klass->generic_container.
5554         (my_mono_class_from_generic_parameter): Likewise.
5556 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
5558         * reflection.c (load_public_key): Fix a warning.
5559         (method_encode_code): Fix unaligned accesses.
5561 2005-12-07  Martin Baulig  <martin@ximian.com>
5563         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
5565         * reflection.c
5566         (write_generic_param_entry): Encode our custom attrs.
5568         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
5570 2005-12-07  Martin Baulig  <martin@ximian.com>
5572         * reflection.c (encode_new_constraint): Removed; we don't use the
5573         `NewConstraintAttribute' anymore.
5575 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
5577         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
5578         not fire a TypeResolve event when Assembly.GetType () is called.
5580 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
5582         Beginning of support for nullable types in the runtime. Parts of
5583         this patch are from Martin.
5585         * appdomain.c (MONO_CORLIB_VERSION): Bump
5587         * domain.c (mono_init_internal): get the nullable type
5589         * class.c (mono_class_is_nullable): New method
5590         (mono_class_get_nullable_param): New mehod
5591         (mono_class_create_generic): In types T? set cast_class to T
5593         * class-internals.h (MonoDefaults): new nullable default class
5594         (mono_class_get_nullable_param, mono_class_get_nullable_param):
5595         new methods.
5597 2005-12-05  Raja R Harinath  <rharinath@novell.com>
5599         * metadata.c (select_container): New.  Refactor code to select the
5600         appropriate GenericContainer given the type of generic parameter
5601         we are looking for.
5602         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
5603         not a MonoGenericContext.  Use select_container.  Update parameters.
5604         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
5605         and MONO_TYPE_MVAR.
5606         (unwrap_arrays): Remove duplicate tests.
5607         (find_generic_param): Rename from 'has_same_context'.  Now walks a
5608         generic instantiated class to find any arguments that are generic
5609         parameters.
5610         (mono_type_create_from_typespec_full): Use find_generic_param to
5611         avoid evicting some generic instantiations from the typespec
5612         cache.
5614 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
5616         * reflection.c: fixed writing of doubles on ARM FPA.
5618 2005-12-02  Robert Jordan  <robertj@gmx.net>
5620         * icall.c: Fixed EventInfo.ReflectedType (#76829).
5622 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5624         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
5625         least on SUSE 10 they are not the same (on debian, they are just the
5626         same thing).
5628 2005-12-01  Raja R Harinath  <rharinath@novell.com>
5630         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
5631         DeclaringType for VARs and MVARs.
5632         * class.c (set_generic_param_owner): Fix initialization of owner
5633         fields.
5635 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
5637         * icall.c: fixed Enum.ToObject() to correctly convert the values.
5639 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5641         * threadpool.c: workaround for a bug that shows up on the Mac:
5642         select()+connect() on a blocking socket is not like it should
5643         be, so we proceed to connect() in that case, wasting the I/O
5644         threadpool thread until connect succeedes. Fixes bug #75436.
5646 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5648         * threadpool.c: fix typo when setting file descriptor states.
5650 2005-11-28  Raja R Harinath  <rharinath@novell.com>
5652         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
5653         * metadata.c (mono_metadata_parse_method_signature_full): Don't
5654         create a temporary signature container.
5655         (mono_metadata_parse_generic_param): Update to changes.
5656         (mono_type_create_from_typespec_full): Update to changes.
5657         * loader.c (method_from_memberref): Don't use a
5658         MonoGenericContainer while parsing a memberref signature.
5659         (method_from_methodspec): Remove dead-store of the 'container'
5660         variable.  It's overwritten before use.
5662         * metadata.c (mono_type_create_from_typespec_full): Make debugging
5663         checks tighter.
5664         (mono_metadata_parse_generic_param): Likewise.
5665         * loader.c (find_method_in_class): Does not need a
5666         MonoGenericContainer.  Use 'mono_method_signature' rather than
5667         'mono_method_signature_full'.
5668         (find_method, mono_get_method_constrained, method_from_memberref):
5669         Update to changes.
5671         * metadata.c (mono_type_create_from_typespec_full): Ensure that
5672         owner-less generic-parameters are never evicted from the typespec
5673         cache.
5675         * loader.c (method_from_memberref): Don't use the current context
5676         when parsing signatures.
5677         (method_from_methodspec, mono_get_method_from_token): Update to changes.
5679         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
5680         side-effects in g_assert.
5681         * loader.c (mono_get_method_from_token): Resolve klass earlier so
5682         that we don't potentially lose information.
5684 2005-11-26  Dick Porter  <dick@ximian.com>
5686         * icall.c:
5687         * threads.c: icalls to implement basic (ie, not named)
5688         System.Threading.Semaphore.
5690 2005-11-24  Dick Porter  <dick@ximian.com>
5692         * process.c
5693         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
5694         Use GetProcessId() if it's available.
5696 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
5698         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
5700 2005-11-23  Raja R Harinath  <rharinath@novell.com>
5701             Ankit Jain  <jankit@novell.com>
5703         * loader.c (mono_get_method_from_token): Initialize 'method' field
5704         of all generic parameters before parsing the signature.  Remove
5705         code that "fixed"-up MVAR references.
5707 2005-11-23  Ankit Jain  <jankit@novell.com>
5709         * metadata.c (mono_metadata_has_generic_params):
5710         (mono_metadata_load_generic_param_constraints):
5711         (mono_metadata_load_generic_params): Move duplicate code ...
5712         (mono_metadata_get_generic_param_row): ... here. Returns the
5713         first row-id in GenericParam table for a given owner (token).
5714         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
5715         prototype.
5717 2005-11-23  Raja R Harinath  <rharinath@novell.com>
5718             Ankit Jain  <jankit@novell.com>
5720         * metadata.c (mono_metadata_class_equal): Pass signature_only when
5721         comparing VARs too.
5722         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
5723         type->data.generic_param only if the type is an MVAR.
5724         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
5725         leak owner-less VARs and MVARs into managed space.
5727 2005-11-21  Martin Baulig  <martin@ximian.com>
5729         * class-internals.h
5730         (MonoMethod): Moved the `generic_container' here from
5731         `MonoMethodNormal' since we now also need it for
5732         `MonoMethodPInvoke';
5733         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
5734         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
5735         an union containing both `MonoMethodNormal' and
5736         `MonoMethodPInvoke'.
5738         * loader.c
5739         (mono_get_method_from_token): Allow implementing generic methods
5740         as interncalls.
5742         * threads.c
5743         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
5744         icall.
5746 2005-11-17  Dick Porter  <dick@ximian.com>
5748         * icall.c: 
5749         * process.h: 
5750         * process.c: Split the Process Start_internal icall into
5751         ShellExecuteEx_internal and CreateProcess_internal, which are
5752         called depending on whether UseShellExecute is true.  Fixes bug
5753         76670.
5755         * appdomain.c (MONO_CORLIB_VERSION): Incremented
5757 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
5759         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
5760         'msize' parameters, use the information in 'mspec' instead.
5761         (emit_object_to_ptr_conv): Ditto.
5763         * marshal.c (emit_struct_conv): Handle explicit layout structs with
5764         fields out of order. Fixes #76733.
5766 2005-11-17  Ankit Jain  <jankit@novell.com>
5768         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
5770 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
5772         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
5773           bug #76575.
5775 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
5777         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
5778         for types with non-auto layout. Fixes #76717.
5780 2005-11-16  Ankit Jain  <jankit@novell.com>
5782         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
5783         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
5784         if generic_context is null.
5785           (mono_metadata_generic_param_equal): param->owner can be null.
5786           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
5787         null.
5789 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
5791         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
5792         the correct value.
5794 2005-11-15  Martin Baulig  <martin@ximian.com>
5796         * object.c (set_value): Use mono_class_from_mono_type() instead of
5797         the hack for generic instances; fixes #76136.
5799 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
5801         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
5802         fields.
5804         * image.c (load_metadata_ptrs): Initialize the new fields.
5806         * reflection.c (create_dynamic_mono_image): Ditto.
5808         * reflection.c (build_compressed_metadata): Use the new fields.
5810         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
5811         icall.
5813         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
5814         icall.
5815         
5816 2005-11-15  Ankit Jain  <jankit@novell.com>
5817             Raja R Harinath  <harinath@gmail.com>
5819         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
5820         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
5821         new per-generic_container cache if the cached MonoType's context matches
5822         the current context.
5823           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
5824         to the expected context.
5825           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
5827 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5829         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
5830         we changed the signature of an icall.
5831         * icall.c: Modify to mono_double_ParseImpl return true/false 
5832         depending on the success, instead of throwing the exception. This will
5833         help us in Double.TryParse methods.
5834         
5835 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
5837         * marshal.c (emit_marshal_object): Throw an exception when
5838         marshalling 'object' instead of crashing. Fixes #76696.
5840 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
5842         * class-internals.h: Add prototype for mono_type_get_full_name ().
5844 2005-11-11  Dick Porter  <dick@ximian.com>
5846         * threads.c (mono_thread_manage): Make sure the main thread has
5847         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
5849 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
5851         * loader.c (mono_loader_set_error_type_load): Log a warning to the
5852         console about the missing type.
5853         (mono_loader_set_error_method_load): Ditto.
5855 2005-11-09  Miguel de Icaza  <miguel@novell.com>
5857         * mono-config.c (mono_get_config_dir): Set the system defaults if
5858         none is specified.
5860         * assembly.c (mono_set_dirs): New API entry point to set the
5861         assembly and the config directory in one call
5863 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
5865         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
5866         the ftnptr was created from a delegate in a domain other than the
5867         current domain. Fixes #75377.
5869         * exception.h exception.c: Add mono_get_exception_not_supported ().
5871 2005-11-08  Martin Baulig  <martin@ximian.com>
5873         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
5875 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
5877         * security-manager.h: Added definitions to deal with strongname key 
5878         pairs bigger (and smaller) than 1024 bits.
5879         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
5880         adjust wrt the public key length being used.
5882 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
5884         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
5885           Windows build (r51396-51397).
5887 2005-11-03  Martin Baulig  <martin@ximian.com>
5889         * class.c (mono_class_setup_vtable_general): Also add generic
5890         methods to the vtable; fixes #76581.
5892 2005-11-01  Miguel de Icaza  <miguel@novell.com>
5894         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
5895         sure that we lookup GetString method from the System.Text.Encoding
5896         class, not the derived class or we get an empty method.
5898         Fixed class #76612.
5900 2005-10-25  Miguel de Icaza  <miguel@novell.com>
5902         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
5903         if it has been previously set (embedders). 
5905         Make mono_set_rootdir available also on Unix.
5907 005-10-24  Robert Jordan  <robertj@gmx.net>
5909         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
5911 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
5913         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
5914         only calls which are made to native code use this flag.
5916         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
5918 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
5920         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
5921         Add support for FieldBuilders.
5923 2005-10-29  Martin Baulig  <martin@ximian.com>
5925         * mono-debug.c
5926         (mono_debug_using_mono_debugger): New public method; returns
5927         whether we're running inside the debugger.
5929 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
5931         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
5932         for Method/Constructor/FieldBuilders.
5934 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
5936         * reflection.c (module_add_cattrs): Save custom attributes for global methods
5937         and fields as well.
5939 2005-10-26  Martin Baulig  <martin@ximian.com>
5941         * mono-debug-debugger.c
5942         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
5944 2005-10-24  Raja R Harinath  <harinath@gmail.com>
5946         * icall.c (base64_to_byte_array): Don't pass an out-of-range
5947         integer to isspace.
5949 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
5951         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
5952         when passing valuetypes byref. Fixes #76502.
5954 2005-10-19  Jackson Harper  <jackson@ximian.com>
5956         * profiler.c: Don't put a . in front of types that are not in a
5957         namespace.
5959 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
5961         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
5963 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
5965         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
5966         #76436.
5967         (mono_marshal_get_ldflda_wrapper): Fix a warning.
5969 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5971         * assembly.c metadata-internals.h icall.c: Define an additional
5972         parameter for mono_assembly_name_parse_full, so we can avoid creating
5973         S.R.AssemblyName.Version when no version info wasn't passed.
5974         
5975 2005-10-09  Miguel de Icaza  <miguel@novell.com>
5977         * class.c (mono_type_get_full_name): Reimplement method that was
5978         removed. 
5980         * image.c: Some docs
5982 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
5984         * profiler.c (output_newobj_profile): Fix printing of Total memory
5985         on x86.
5987 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
5989         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
5991 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
5993         * threads.c: remove debug output.
5995 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
5997         * threads.c (mono_thread_manage): Fix crashes if more than 64
5998         threads need to be aborted. Hopefully fixes #75899.
6000         * assembly.c (mono_stringify_assembly_name): New helper function.
6002         * class.c: Use mono_stringify_assembly_name instead of the similar
6003         static function.
6005         * assembly.h assembly.c: Add support for calling a postload search 
6006         hook if an assembly cannot be loaded.
6008         * appdomain.c: Register new search hooks which call the AssemblyResolve
6009         events in AppDomain. Fixes #75231
6011 2005-10-07  Martin Baulig  <martin@ximian.com>
6013         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
6014         methods without debug info.
6016 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
6018         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
6019         wrappers.
6021 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6023         * file-io.c: now that we return symlinks, use lstat and, when the file
6024         is a symbolic link, stat, to get the file attributes. Also avoid the
6025         conversion to/from utf16/external.
6027 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
6029         * class.c (mono_class_layout_fields): Compute klass->has_references
6030         correctly if an embedded valuetype is not yet initialized. Fixes
6031         #76331.
6033 2005-10-04  Martin Baulig  <martin@ximian.com>
6035         * metadata.c
6036         (mono_metadata_load_generic_param_constraints): New public
6037         function; splitted the constraints loading out from
6038         mono_metadata_load_generic_params().
6040         * class.c (mono_class_create_from_typedef): Call
6041         mono_metadata_load_generic_param_constraints() after setting up
6042         the type and creating our parent; fixes #75329.
6044 2005-10-04  Martin Baulig  <martin@ximian.com>
6046         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
6047         non-dynamic parent classes.
6049 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
6051         * file-io.c : win32 build fix (ETXTBSY seems not found).
6053 2005-10-04  Martin Baulig  <martin@ximian.com>
6055         * reflection.c
6056         (mono_image_get_methodspec_token): Make the cache actually work;
6057         fixes #75974.
6059 2005-10-04  Martin Baulig  <martin@ximian.com>
6061         * class.c (mono_class_name_from_token): Removed the unneccessary
6062         `MonoGenericContext *' argument.
6064 2005-10-04  Martin Baulig  <martin@ximian.com>
6066         * loader.c
6067         (method_from_methodspec): Make the caching work again; fixes the
6068         performance regression from #76262.
6070 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6072         * file-io.c:
6073         * file-io.h:
6074         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
6075         GetFileSystemEntries that performs the same work but without going
6076         into io-layer, locking, etc.
6078 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
6080         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
6081         ThreadState_Stopped as well. Fixes #76047.
6083 2005-09-29  Martin Baulig  <martin@ximian.com>
6085         * class.c
6086         (inflate_generic_context): If the new context has a `gmethod', set
6087         its `container' that that gmethod's `container'.
6089         * metadata.c
6090         (mono_metadata_parse_generic_param): Simplify things;
6091         `generic_container = generic_context->container;' is just fine.
6093         * loader.c (method_from_methodspec): Code cleanups.
6095 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
6097         * decimal.c: fix warning (and let gcc generate correct
6098         code on ARM with optimizations).
6100 2005-09-28  Martin Baulig  <martin@ximian.com>
6102         * loader.c
6103         (method_from_memberref): Added `MonoGenericContext *class_context'
6104         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
6105         (method_from_methodspec): If we're a memberref, use the enclosing
6106         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
6108 2005-09-28  Martin Baulig  <martin@ximian.com>
6110         * object.c (mono_runtime_invoke_array): Added support for
6111         MONO_TYPE_GENERICINST; fixes #75917.
6113 2005-09-27  Martin Baulig  <martin@ximian.com>
6115         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
6116         `k->byval_arg.type' to determine the actual type.
6118         * loader.c (method_from_methodspec): Removed some hacks.
6120 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
6122         * class-internals.h (mono_field_is_deleted): Do the test for
6123         rtspecialname before we check the actual name of the field. This
6124         prevents us from dereferencing a pointer into the string table,
6125         saving us from accessing a few pages
6127         * *.c: Replace the use of {Enter,Leave}CriticalSection with
6128         macros. This will allow a deadlock debugger to easily be plugged
6129         in.
6131 2005-09-27  Martin Baulig  <martin@ximian.com>
6133         * loader.c (method_from_methodspec): Create a "signature"
6134         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
6136 2005-09-27  Martin Baulig  <martin@ximian.com>
6138         * class.c
6139         (inflate_generic_class): Correctly set the new context's
6140         container.
6142         * loader.c
6143         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
6144         instead of a `MonoGenericContext *'.
6145         (mono_method_signature_full): Take a `MonoGenericContainer *'
6146         instead of a `MonoGenericContext *'.
6148         * metadata.c
6149         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
6150         instead of a `MonoGenericContext *'.
6151         (mono_metadata_parse_method_signature_full): Likewise.
6153 2005-09-26  Martin Baulig  <martin@ximian.com>
6155         * class.c
6156         (mono_class_from_generic_parameter): Set `klass->generic_container'
6157         (mono_class_from_generic_parameter): Likewise.
6158         (mono_bounded_array_class_get): We inherit the generic container
6159         from the element class.
6161         * loader.c
6162         (find_method, find_method_in_class): Take a `MonoGenericContext *'
6163         argument rather than computing it here.
6164         (method_from_memberref): Correctly set the generic context before
6165         parsing the signature.  Fixes #75681.
6167 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
6169         * object.c (mono_class_has_special_static_fields): Fix warnings.
6171 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6173         * assembly.c: Add parse_public_key function, to
6174         par the public keys. Also added mono_assembly_name_parse_full,
6175         to define it the parsed key should be freed or not.
6176         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
6177         to parse a long format assembly name.
6178         * metadata-internals.h: Keep mono_assembly_name_parse_full as
6179         private, since calling it to preserve the key requires
6180         freeing it manually.
6181         
6182 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
6184         * locales.c : removed HAVE_ICU part.
6186 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
6188         * object.c (mono_class_create_runtime_vtable): Avoid calling 
6189         field_is_special_static if the klass has no special static fields.
6191         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
6192         (MonoCachedClassInfo): Likewise.
6194         * object.c (mono_class_has_special_static_fields): New helper function.
6196 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6198         * class.c (mono_class_create_from_typedef): Don't call 
6199         interfaces_from_typedef_full for enums.
6200         (mono_class_create_from_typedef): Compute the base types of enums directly
6201         without calling mono_class_setup_fields ().
6202         (mono_class_find_enum_basetype): New helper function.
6204         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
6205         one place inside the string heap.
6206         
6207 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
6209         * class.c: locking fixes, code cleanups, some docs added.
6210         Allocate some data structures in the image mempool.
6212 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6214         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
6215         the example code.
6216         
6217 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
6219         * class-internals.h, class.c, reflection.c: reduce memory taken by
6220         MonoClass.
6222 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
6224         * metadata.c, metadata.h, loader.h: documentation updates, code and
6225         API cleanups.
6227 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6229         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
6230         the example code.
6232         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
6233         page faults caused by the runtime while reading metadata.
6235 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6237         * socket-io.c: the field names were changed 3 months ago and no one
6238         realized until bug #76077 got filed!
6240 2005-09-20  Martin Baulig  <martin@ximian.com>
6242         * icall.c (assembly_icalls): Removed some unused debugger icalls.
6244 2005-09-20  Martin Baulig  <martin@ximian.com>
6246         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
6247         write the rank into the class entry.
6249 2005-09-20  Martin Baulig  <martin@ximian.com>
6251         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
6253 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
6255         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6257         * icall.c (custom_attrs_defined_internal): New icall.
6259         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
6260         function.
6261         (mono_custom_attrs_construct_by_type): New helper function.
6263 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
6265         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
6266         terminate the resulting string. Fixes #76123.
6268 2005-09-16  Martin Baulig  <martin@ximian.com>
6270         * mono-debug.c
6271         (mono_debug_add_method): Ignore inflated methods for the moment.
6273 2005-09-14  Martin Baulig  <martin@ximian.com>
6275         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
6277 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
6279         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
6280         return a success/failure indication.
6281         (mono_metadata_interfaces_from_typedef_full): Ditto.
6282         (get_constraints): Ditto.
6284 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
6286         * marshal.c (emit_marshal_array): Fix handling of null arrays.
6287         
6288         * marshal.c (emit_marshal_array): Add support for returning string
6289         arrays from delegates. Fixes #76063.
6291         * marshal.c: Use the emit_ldloc/stloc macros where possible.
6293 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
6295         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
6296         icall.
6298 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
6300         * reflection.c icall.c: Fix after mono_get_exception_type_load
6301         signature change.
6303         * assembly.c (mono_assembly_get_assemblyref): New helper function.
6304         (mono_assembly_load_reference): Use the new helper.
6306         * class-internals.h (MonoLoaderError): New structure containing 
6307         information about type loading errors.
6309         * class-internals.h loader.c: Add APIs to store per-thread loader
6310         error information.
6312         * loader.c class.c: Set the loader error if needed.
6314         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
6316 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
6318         * decimal.c: fixed to handle the broken ARM fp format.
6320 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
6322         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
6323         broken.
6325 2005-09-06  Martin Baulig  <martin@ximian.com>
6327         * domain.c (supported_runtimes): Added v2.0.50727.
6329 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
6331         * culture-info.h: reduce the size of some structures.
6333 2005-09-05  Martin Baulig  <martin@ximian.com>
6335         Reflect latest API changes in the August CTP.
6337         * icall.c
6338         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
6339         ("MonoType.HasGenericArguments"): Removed.
6340         ("MonoMethod.BindGenericParameters"): Renamed to
6341         "MakeGenericMethod".
6342         ("MethodBuilder.BindGenericParameters"): Renamed to
6343         "MakeGenericMethod".    
6345 2005-09-05  Martin Baulig  <martin@ximian.com>
6347         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
6349 2005-09-05  Martin Baulig  <martin@ximian.com>
6351         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6353         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
6354         generic_container is non-NULL.
6356 2005-09-05  Martin Baulig  <martin@ximian.com>
6358         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6360         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
6362 2005-08-29  Michal Moskal  <malekith@nemerle.org>
6364         * reflection.c (encode_locals,
6365         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
6366         for large generic types.
6368 2005-09-05  Martin Baulig  <martin@ximian.com>
6370         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6372         * class.c (mono_dup_array_type): New public method.
6373         (mono_metadata_signature_deep_dup): New public method.
6374         (dup_type): Correctly duplicate array and function types.
6376 2005-09-05  Martin Baulig  <martin@ximian.com>
6378         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6380         * reflection.c (get_default_param_value_blobs): Handle generic types
6381         and generic methods.
6383 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
6385         * class.c: Fixed error reporting (method/class were inversed) for 
6386         inheritance demands.
6387         * security-manager.c|h: Added the AppDomain when calling the managed
6388         System.Security.SecurityManager.InheritanceDemand method.
6390 2005-09-01  Raja R Harinath  <rharinath@novell.com>
6392         * reflection.c (encode_marshal_blob): 'marshaltype' and
6393         'marshaltyperef' are alternate sources for the custom marshaler
6394         name.
6396 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
6398         * class.c: fix creation of array classes with rank == 1
6399         (patch by Ankit Jain <jankit@novell.com>).
6401 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
6403         * object.c: fix check for creating the bound data for arrays vs
6404         szarrays.
6406 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6408         * object.c: configuration file name is now based on the executable name,
6409         not the image name. Fixes bug #75931.
6411 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
6413         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
6414         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
6416 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
6418         * rand.c: Use wincrypt.h instead of WinCrypt.h.
6420 2005-08-24  Ankit Jain  <jankit@novell.com>
6421             Raja R Harinath  <rharinath@novell.com>
6423         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
6424           called by it recursively.
6425           (mono_class_init): Remove special case in pending_init handling, since it's
6426           superseded by the fix to mono_class_from_typeref.
6428 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
6430         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
6431         BROKEN_THREAD_START stuff.
6433 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
6435         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
6436         trampoline.
6438         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
6439         
6440         * object.c (mono_delegate_ctor): Replace the original function address with
6441         a delegate trampoline.
6443 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
6445         * icall.c: add boolean argument to base64_to_byte_array and 
6446         InternalFromBase64String to control whether a whitespace-only string
6447         is allowed (or should casue a FormatException to be thrown). We need
6448         this as the behavior has changed between MS.NET 1.x and 2.0, and we
6449         to match the MS behaviour in both profiles.
6450         * appdomain.c: Bump corlib version.
6452 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6454         This patch implements a big portion of publisher policy
6455         support, used to bind assembly versions and redirect
6456         one assembly from version A to version B.
6458         * assembly.c:
6459         New GSList loaded_assembly_bindings, for storing the cached
6460         assembly bindings.
6461         (assembly_binding_maps_name): New static function for checking if a 
6462         assembly binding information maps an assembly name.
6463         (mono_assembly_binding_info_free): New function for freeing
6464         assembly binding information resources.
6465         (get_publisher_policy_info): New static function for retrieving 
6466         assembly binding information from a MonoImage.
6467         (compare_versions): New static function for comparing an assembly
6468         binding information data and the version of an assembly name.
6469         (check_policy_versions): New static function for checking if an
6470         assembly binding info mapping an assembly name is valid for it.
6471         (mono_assembly_load_publisher_policy): New static function for
6472         loading the 'policy.major.minor.MyAssembly' image for an assembly
6473         with an assembly name 'aname'.
6474         (mono_assembly_bind_version): New static function for updating
6475         assembly redirection.
6476         (mono_assembly_apply_binding): New static function for applying
6477         assembly binding.
6478         (search_binding_loaded): New static function for searching 
6479         loaded assembly binding infos in the cache domain.
6480         (mono_assembly_load_full): Don't apply assembly binding for
6481         reflection only assemblies.
6483         * metadata-internals.h: Add MonoAssemblyBindingInfo,
6484         which contains information about assembly binding. Also
6485         declare signature for mono_config_parse_publisher_policy ()
6486         function, used to retrieve pub policy info.
6487         
6488         * mono-config.c:
6489         (publisher_policy_start): New static function used to parse publisher 
6490         policy config files.
6491         (publisher_policy_parser): New static MonoParseHandler containing 
6492         the functions used when parsing config files.
6493         (mono_config_parse_publisher_policy): New function for parsing
6494         publisher policy files.
6495         
6496 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
6498         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
6500         * marshal.c (mono_delegate_free_ftnptr): Ditto.
6502         * object.c (mono_get_addr_from_ftnptr): New helper function.
6504         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
6506         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6508 2005-08-19  Dick Porter  <dick@ximian.com>
6510         * threads.c, threads.h, appdomain.c, appdomain.h,
6511         profiler-private.h, monitor.c, object.c, object-internals.h,
6512         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
6513         store the thread ID, so it can hold a 64 bit value if needed.
6515 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
6517         * reflection.c (mono_reflection_create_dynamic_method): Store the
6518         handle class into the method references as well so ldtoken works in
6519         dynamic methods.
6521         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
6522         types.
6524 2005-08-19  Ankit Jain <jankit@novell.com>
6526         Fix #75847.
6527         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
6528           here rather than using the method signature of a arbitrary function
6529           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
6530           two arguments.
6531           Hack done with Harinath.
6533 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6535         * threadpool.c: disable printing stack traces when we get a exception
6536         in a threadpool thread. I need to do more testing to figure out which
6537         cases actually print this. Fixes bug #75828.
6539 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6541         * icall.c: there might be ignored whitespace after the last '='. This
6542         fixes length computation and bug #75840.
6544 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
6546         * assembly.c (mono_assembly_load_full): Consider .exe extension as
6547         well. Fixes #75809.
6549         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
6550         #75784.
6551         
6552         * reflection.c (create_custom_attr_data): Ditto.
6554 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
6556         * locales.c, culture-info.h : removed RegionLCIDMap.
6557         * culture-info-tables.h : regenerated.
6559 2005-08-16  Martin Baulig  <martin@ximian.com>
6561         * class.c (mono_type_get_name_recurse): Small fix.
6563 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
6565         * locales.c : indentation fixie.
6567 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
6569         * object-internals.h,
6570           locales.h,
6571           locales.c,
6572           culture-info.h,
6573           icall.c : added RegionInfo table support.
6574         * culture-info-table.h : regenerated for region support.
6576 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
6578         * reflection.c (resolve_object): handle all kinds of MonoMethod
6579         including generic ones
6581 2005-08-12  Ankit Jain <jankit@novell.com>
6583         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
6584           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
6586 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
6588         * process.c: Don't close a thread handle when it's NULL. This is a
6589         workaround for bug #75733.
6591 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
6593         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
6595 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
6597         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
6599 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6601         * threadpool.c: if a work item in the thread pool has a callback that
6602         catches a exception, don't propagate it after invoking the callback.
6603         Fixes bug #75336.
6605 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
6607         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
6609         * class-internals.h (MonoCachedClassInfo): Add some new fields.
6611         * class.c (mono_class_init): Load field info lazily in the AOT case.    
6613         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
6615 2005-08-03  Ankit Jain  <jankit@novell.com>
6617         Fix #75683.
6618         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
6619           PInvoke calling convention is 0.
6621 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
6623         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
6624         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
6626 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
6628         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
6629         to handle threads not started by the GC (patch by Michael Meeks
6630         <michael.meeks@novell.com>).
6632 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
6634         * reflection.c: Make buffer used in emitting types larger for some
6635         big generic types (patch by Michal Moskal).
6637 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
6639         * mono-debug.c: Fix some (not all) alignment problems.
6641 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6643         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
6644         Invoke mono_image_load_from_data_full passing the refonly
6645         parameter.
6647         * assembly.c
6648         (mono_assembly_open_from_bundle): Add the refonly argument, 
6649         in order to pass it to other methods it calls to.
6650         (do_mono_assembly_open): Add the refonly argument, in order 
6651         to pass it to other methods it calls to.
6652         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
6653         the refonly parameter to it.
6655         * image.c: Add loaded_images_refonly_hash and
6656         loaded_images_refonly_guid_hash to cache the reflection
6657         only loaded images.
6658         (mono_images_init): Initialize the hash tables used for
6659         caching the reflection only images.
6660         (load_modules): Invoke mono_image_open_full passing the refonly
6661         parameter to load the modules the correct way.
6662         (build_guid_table): Add the refonly argument, to re-build the 
6663         correct hash table.
6664         (do_mono_image_open): Added the refonly argument, in order to
6665         define it for the loaded image.
6666         (mono_image_loaded_full): New function, which receives an
6667         additional parameter to look for the image in the refonly or
6668         non-refonly section.
6669         (mono_image_loaded): Updated, using mono_image_loaded_full.
6670         (mono_image_loaded_by_guid_full): The same case that happens
6671         with mono_image_loaded_full.
6672         (mono_image_loaded_by_guid): Likewise.
6673         (register_image): Use the ref_only variable inside MonoImage
6674         to decide in which hash table store the current image.
6675         (mono_image_open_from_data_full): Rename
6676         mono_image_open_from_data to mono_image_open_from_data_full,
6677         adding the refonly argument, to define the ref_only variable 
6678         inside MonoImage.
6679         (mono_image_open_from_data): Return 
6680         mono_image_open_from_data_full.
6681         (mono_image_open_full): Rename mono_image_open to
6682         mono_image_open_full, receiving the new refonly argument,
6683         to pass it to inner methods.
6684         (mono_pe_file_open): Update this function, to open
6685         a MonoImage as a non-refonly image.
6686         (mono_image_close): Use the refonly variable inside
6687         MonoImage to remove the image from the correct caches.
6689         * image.h: Add the signatures of mono_image_open_full,
6690         mono_image_open_from_data_full, mono_image_loaded_full,
6691         mono_image_loaded_by_guid_full.
6693         * metadata-internals.h: Add the ref_only field to 
6694         MonoImage.
6695         
6696 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6698         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
6699         Fix the last behavior, which used to load the assemblies and
6700         extract MonoReflectionAssemblyName information, instead of
6701         extract it from the metadata tables. Needed for Reflection
6702         Only assemblies.
6703         
6704 2005-07-29  Martin Baulig  <martin@ximian.com>
6706         * mono-debug-debugger.c
6707         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
6708         not initialized.
6710         * mono-debug.c
6711         (mono_debug_address_from_il_offset): Check whether we have
6712         debugging support before attempting to take the lock.
6713         (mono_debug_source_location_from_address): Likewise.
6714         (mono_debug_source_location_from_il_offset): Likewise.
6715         (mono_debug_il_offset_from_address): Likewise.
6716         (mono_debug_address_from_il_offset): Likewise.
6718 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
6720         * class.c (mono_class_from_name_case): Add support for dynamic images.
6721         Fixes #75650.
6723         * object.c (mono_class_compute_gc_descriptor): Add a workaround
6724         for #75479.
6726 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
6727         
6728         * reflection.c (mono_method_get_object): Fix warning.
6730 2005-07-28  Martin Baulig  <martin@ximian.com>
6732         * mono-debug.c
6733         (mono_debug_add_wrapper): Also write the wrapper type.
6735 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
6737         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
6738         
6739         * class.c (mono_class_init): Avoid reading nested classes if the AOT
6740         data indicates the class has none.
6742 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
6744         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
6745         loader lock with the debugger lock. Prevents deadlocks for beagle.
6747         Beagle can now run on an smp box for a weekend without any
6748         issues. Woohoo!
6750 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
6752         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
6753         in a module. Fixes #75629.
6755 2005-07-26  Martin Baulig  <martin@ximian.com>
6757         * mono-debug.c (mono_debug_add_wrapper): New static method.
6758         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
6759         interncall or a wrapper.
6761         * mono-debug.h (MonoDebugWrapperData): New public typedef.
6762         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
6763         (MONO_DEBUGGER_VERSION): Bump to 51.
6765         * mono-debug-debugger.c
6766         (mono_debugger_add_type): Removed this empty function.
6767         (mono_debugger_add_method): Likewise.
6769 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
6771         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
6772         before accessing method->slot.
6774 2005-07-21  Jb Evain  <jbevain@gmail.com>
6776         * reflection.c (method_encode_clauses/class): Handle filters clauses.
6777         Fixes #75010.
6779 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
6781         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
6782         #75587.
6784 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
6786         * image.h image.c: Add mono_image_get_guid () API function.
6788 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
6790         There were issues when multiple threads tried to load
6791         assemblies. A deadlock was created between assemblies_mutex and
6792         mono_domain_assemblies_lock. This fixes the issue by making the
6793         assembly ref counting be lock free. See bug 75586.
6794         
6795         * image.c (mono_image_close): The add ref function here was using
6796         Interlocked operations while the unref was using a mutex and a
6797         --. I don't think this was ever a bug that would be exposed in a
6798         non-pendantic way (ie, by an embedder doing a ref on one thread
6799         and an unref on another), but for the sake of correctness, this is
6800         now Interlocked.
6802         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
6803         (mono_assembly_load_reference): Call mono_assembly_addref rather
6804         than touching the refcount ourselves.
6805         (mono_assembly_close): Use InterlockedDecrement to unref the
6806         assembly. Don't acquire the lock unless it is actually needed.
6808 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
6810         * class.c (mono_class_layout_fields): Fix calculation of has_references
6811         for generic types.
6813 2005-07-12  Martin Baulig  <martin@ximian.com>
6815         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6817         * metadata.c
6818         (mono_type_hash): Provide better hashing for generic instances.
6819         (mono_generic_inst_hash): Improve hashing.
6820         (mono_generic_class_hash): Likewise.
6822         * reflection.c (mymono_metadata_type_hash): Improve hashing for
6823         generic instances.
6825 2005-07-12  Martin Baulig  <martin@ximian.com>
6827         * reflection.c (mono_reflection_create_runtime_class): Remove the
6828         hack for generic type definitions and non-`Run' assemblies.
6829         (mono_reflection_bind_generic_parameters): Also use
6830         `klass->wastypebuilder' to check for TypeBuilders.
6832 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
6834         * class.c (mono_class_layout_fields): Fix calculation of has_references
6835         for generic types.
6837         * class.c (inflate_generic_class): Fix a leak.
6838         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
6839         for generic types.
6841 2005-07-11  Martin Baulig  <martin@ximian.com>
6843         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
6844         on error.
6846 2005-07-11  Martin Baulig  <martin@ximian.com>
6848         * loader.c (find_method): Also lookup in
6849         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
6851 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
6853         * appdomain.c (mono_domain_unload): Don't free the error message
6854         before passing it to mono_get_exception_...
6856         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
6857         
6858 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
6860         * threads.c: try to better guess an available RT signal (bug #75387).
6862 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
6864         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
6865         and CACHE_OBJECT.
6867 2005-07-07  Martin Baulig  <martin@ximian.com>
6869         * class.c (mono_type_get_name_full): Return NULL for
6870         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
6871         fixes #75408.
6873 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
6875         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
6876         exit the appdomain as well being aborted.
6878         * threadpool.c: Create all threadpool threads inside the root appdomain, and
6879         change back to the root domain after calling managed code. This enables
6880         appdomains using threadpools to be unloaded.
6882 2005-07-07  Martin Baulig  <martin@ximian.com>
6884         * class-internals.h
6885         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
6886         into `MonoDynamicGenericClass' since we only need it for dynamic
6887         types.
6889         * reflection.c (mono_class_bind_generic_parameters): We don't need
6890         to compute the `parent' here.
6892 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
6894         * culture-info-table.h : regenerated.
6896 2005-07-06  Martin Baulig  <martin@ximian.com>
6898         * icall.c
6899         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
6901         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
6903 2005-07-06  Martin Baulig  <martin@ximian.com>
6905         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
6906         we're doing a signature-only comparision; fixes #74945.
6908 2005-07-06  Martin Baulig  <martin@ximian.com>
6910         * class-internals.h (MonoGenericClass): Moved some things out into
6911         a new `MonoInflatedGenericClass' type.  
6912         (MonoInflatedGenericClass): New type; the `klass' of a
6913         `MonoGenericClass' is now computed lazyly in
6914         mono_get_inflated_generic_class().      
6916         * class.c (mono_get_inflated_generic_class): New public function.
6917         (mono_class_inflate_generic_method): Removed the unused
6918         `MonoClass *' argument.
6919         (setup_generic_vtable): Don't call mono_get_inflated_method() on
6920         all the methods.
6921         (mono_class_create_generic): Make this static and merge it with
6922         mono_class_create_generic_2(); we're now called automatically from
6923         mono_get_inflated_generic_class().
6925         * loader.c (mono_method_signature): Call
6926         mono_get_inflated_method() here.
6928 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
6930         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
6931         type of fields with RVA.
6933         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
6934         for this pseudo class.
6935         (my_mono_class_from_generic_parameter): Likewise.
6936         (mono_class_init): Allow interfaces to have cctors.
6938 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
6940         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
6941         lazily for AOT methods.
6943 2005-07-05  Martin Baulig  <martin@ximian.com>
6945         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
6946         returns FALSE for a successful match, not TRUE.
6948 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
6950         * loader.c (mono_method_get_index): Optimize this a bit.
6952 2005-07-04  Martin Baulig  <martin@ximian.com>
6954         * class.c
6955         (class_compute_field_layout): Move the check for generic type
6956         definitions into mono_class_layout_fields().  Fixes #74684.
6957         (mono_class_from_generic_parameter): Correctly compute
6958         `klass->parent'; fixes #75457.
6960         * reflection.c (register_assembly, register_module): Make sure
6961         `domain->rejobject_hash' is already created.
6963 2005-07-02  Martin Baulig  <martin@ximian.com>
6965         * class-internals.h
6966         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
6967         `MonoDynamicGenericClass'.      
6969 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
6971         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
6972         returned by a field getter is null, since null is a valid value.
6974 2005-07-01  Martin Baulig  <martin@ximian.com>
6976         * reflection.c (mono_reflection_generic_class_initialize): Update
6977         the `dgclass->fields [i].parent' to the correct class.
6978         (mono_image_get_fieldref_token): Use the declaring type, not the
6979         reflected type.
6981 2005-07-01  Martin Baulig  <martin@ximian.com>
6983         * loader.c (find_method): Also look in the interfaces; fixes #75429.
6985 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
6987         * threads.c (thread_cleanup): assert that thread != NULL
6988         (wait_for_tids_or_state_change): We were using the wrong variable
6989         when accessing wait->threads. `i' was always out of the bounds of
6990         the array.
6992 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6994         * loader.c: map user32 and kernel32 to libMonoSupportW
6996 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
6998         * appdomain.c (unload_thread_main): Mark this as WINAPI.
7000 2005-06-28  Martin Baulig  <martin@ximian.com>
7002         * loader.c (method_from_methodspec): Fix #75334.
7004 2005-06-28  Martin Baulig  <martin@ximian.com>
7006         Fix #74953 - Arrays now implement the generic IList<T> interface
7007         on the 2.0 platform.
7009         * class-internals.h (MonoDefaults): Added `generic_array_class'.
7011         * reflection.c (mono_class_bind_generic_parameters): New public
7012         function; similar to mono_reflection_bind_generic_parameters(),
7013         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
7015         * domain.c (mono_init_internal): Try to initialize.
7016         `mono_defaults.generic_array_class' here; this'll only succeed if
7017         we're using the 2.0 corlib.
7019         * icall.c
7020         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
7021         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
7022         (mono_lookup_internal_call): Added support for nested classes.
7024         * loader.c
7025         (mono_get_method_from_token): Set `result->signature->pinvoke' if
7026         we're an interncall and have generic arguments.
7028         * class.c
7029         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
7030         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
7031         instance of System.Array.InternalArray<T> for arrays, so they
7032         implement the generic IList<T> interface.
7034 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
7036         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
7037         (chastamar@yahoo.com). Fixes #75374.    
7039 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
7041         * culture-info-table.h: regenerated.
7043 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7045         * icall.c: handle spaces correctly for base64 strings.
7047 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
7049         * *.c: Kill some warnings.
7051 2005-06-23  Duncan Mak  <duncan@novell.com>
7053         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
7054         that this builds on Solaris 10 (x86).
7056 2005-06-23  Martin Baulig  <martin@ximian.com>
7058         * class.c
7059         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
7060         generic type definitions.
7062 2005-06-23  Martin Baulig  <martin@ximian.com>
7064         Fix #75331.
7066         * metadata.c (mono_class_get_overrides): Renamed to
7067         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
7068         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
7069         pass it to mono_get_method_full().
7071 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
7073         * reflection.c (mono_reflection_create_runtime_class): take the
7074         mono_domain_lock in this method. Prevents deadlocks
7076 2005-06-22  Martin Baulig  <martin@ximian.com>
7078         * loader.c (method_from_methodspec): Fix #75330.
7080 2005-06-22  Martin Baulig  <martin@ximian.com>
7082         * reflection.c (type_get_qualified_name): Use
7083         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
7084         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
7085         argument; use it if we don't have an assembly name.
7087 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
7089         * object.c: In mono_message_init, set "copy out" flag for in
7090         parameters with the [Out] flag.
7092 2005-06-21  Martin Baulig  <martin@ximian.com>
7094         * class.c
7095         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
7096         and MONO_TYPE_PTR.
7098 2005-06-21  Martin Baulig  <martin@ximian.com>
7100         * class.c (mono_class_init): Don't initialize `class->fields' for
7101         generic instances since they're initialized again in
7102         compute_field_layout(). 
7103         (compute_field_layout): Set the field's `generic_info' here; fix
7104         #75320. 
7106 2005-06-21  Martin Baulig  <martin@ximian.com>
7108         * class-internals.h
7109         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
7111         * metadata.c (mono_metadata_generic_method_equal): Also
7112         distinguish the `generic_class'; fixes #75334.
7114 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7116         * domain.c:
7117         * appdomain.c:
7118         * domain-internals.h:
7119         * reflection.c: 'domain_assemblies' field is now protected by its own
7120         lock. Don't call into managed code to run the AssemblyLoad event if we
7121         now there are no registered delegates for it.
7123 2005-06-20  Martin Baulig  <martin@ximian.com>
7125         * class.c (mono_class_is_assignable_from): Use a custom version of
7126         mono_class_has_parent() to make things work for generic instances;
7127         fix #75300.
7129 2005-06-20  Martin Baulig  <martin@ximian.com>
7131         * loader.c (method_from_methodspec): Apply a patch from
7132         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
7134 2005-06-20  Martin Baulig  <martin@ximian.com>
7136         * class.c (mono_class_init): Reverted Zoltan's last change; it
7137         breaks generics.
7139 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
7141         * threads.c (wait_for_tids_or_state_change): Add missing locking.
7143 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7145         * socket-io.c: fix the index in the socket array for writable/error
7146         sockets. Fixes bug #75306.
7148 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
7150         * class.c (mono_class_init): Allow interfaces to have static ctors.
7152 2005-06-17  Martin Baulig  <martin@ximian.com>
7154         * loader.c (method_from_methodspec): Use `context->container' when
7155         parsing the `gmethod->inst'.
7157 2005-06-17  Martin Baulig  <martin@ximian.com>
7159         * class.c (mono_type_get_name_recurse): Don't add the assembly
7160         name for type arguments.
7162 2005-06-15  Martin Baulig  <martin@ximian.com>
7164         * reflection.c (mono_image_get_inflated_method_token): Encode
7165         correct klass; fixes #75260.
7167 2005-06-13 Michal Moskal <malekith@nemerle.org>
7169         * icall.c: Make GetCorrespondingMethod/Constructor take
7170         MonoReflectionMethod method not MonoMethod. Removed
7171         MonoType.GetCorrespondingField, and make
7172         MonoGenericType.GetCorrespondingField take name not
7173         MonoClassField.
7175 2005-06-13  Michal Moskal <malekith@nemerle.org>
7177         * reflection.c (field_encode_signature, encode_locals):
7178          Make sizes of buffers for types larger (for big generic types).
7179          (create_generic_typespec,
7180          mono_reflection_sighelper_get_signature_local,
7181          mono_reflection_sighelper_get_signature_field):
7182          Add asserts for too small buffers.
7184 2005-06-15  Martin Baulig  <martin@ximian.com>
7186         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
7187         if our parent is not a dynamic type.
7189 2005-06-15  Martin Baulig  <martin@ximian.com>
7191         * class-internals.h (MonoTypeNameFormat): New enum.
7193         * class.c
7194         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
7195         (mono_type_get_full_name): Removed.
7196         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
7197         argument instead of the boolean's.
7199         * icall.c (ves_icall_System_MonoType_getFullName):
7200         Added `gboolean assembly_qualified'.    
7202         * reflection.h
7203         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
7205         * reflection.c (mono_reflection_parse_type): Parse the new type
7206         name format.
7208 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7210         * icall.c: no need to convert from utf16 to utf8 and then back again
7211         after the call to GetLogicalDrives.
7213 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7215         * icall.c: frombase64. Fix problems exposed by new tests.
7217 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7219         * icall.c: added internal calls for converting char [] and strings in
7220         base64 into byte [].
7222 2005-06-10  Martin Baulig  <martin@ximian.com>
7224         * class.c (mono_class_create_generic_2): Read the nested classes
7225         from the metadata rather than from `gklass->nested_classes' since
7226         `gklass' might not be initialized yet.
7228 2005-06-09  Duncan Mak  <duncan@novell.com>
7230         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
7231         all public headers. Fixes #74919.
7233 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
7235         * domain.c: The key for proxy_vtable_hash is now a pointer
7236         array. Added new GHashFunc and GCompareFunc functions for this.
7238         * class.h: The list of interfaces in MonoRemoteClass is known in
7239         advance and can't grow (we create a new MonoRemoteClass if needed),
7240         so now the interface array can be allocated together with
7241         MonoRemoteClass.
7242         
7243         * object.c: Added a new method create_remote_class_key.
7244         Fixed mono_remote_class so it does not depend on
7245         mono_upgrade_remote_class.
7246         Removed extend_interface_array.
7247         Added new method clone_remote_class(), which makes a copy of a remote
7248         class and adds a new interface or class to it.
7249         mono_upgrade_remote_class() now creates a new remote class (or gets
7250         it from the cache) if an vtable upgrade is needed. In this way
7251         we make sure that other objects sharing the same remote class
7252         don't get the new vtable with unwanted interfaces.
7253         
7254         * object-internals.h:
7255         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
7256         
7257         * marshal.c: Track changes in mono_upgrade_remote_class().
7259 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
7260         * icall.c: Add runtime methods for obtaining members of inflated
7261         class, which were created from supplied non-inflated members. It
7262         is used in internal Get{Method,Constructor,Field} methods in
7263         System.Type
7265 2005-06-09  Martin Baulig  <martin@ximian.com>
7267         * reflection.c
7268         (mono_reflection_bind_generic_method_parameters): Fix #75169.
7270 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7271         * reflection.c (mono_image_basic_init): Define
7272         Version in MonoDynamicAssembly. 
7273         
7274 2005-06-08  Martin Baulig  <martin@ximian.com>
7276         Fix #75136.
7278         * loader.c
7279         (mono_method_signature_full): New public method; takes a
7280         `MonoGenericContext *'.
7281         (find_method): Use mono_method_signature_full() and pass the
7282         klass'es context to it.
7284         * class.c (mono_class_is_inflated_method): Use
7285         mono_method_signature_full() and pass the context to it.
7287 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
7289         * object.c: add proper locking in mono_remote_class_vtable(),
7290         fixes possible memory corruption.
7292 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
7294         * marshal.c (mono_remoting_marshal_init): set
7295         initialized after initialization.
7297 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
7299         * locales.c : hush.
7301 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
7303         * object.c (extend_interface_array): fix really silly
7304         memory corrupting / comparison bug.
7306 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7308         * reflection.c: Functions added to support the creation
7309         of CustomAttributeData, which includes Attribute data
7310         used by ReflectionOnly methods.
7312         * reflection.h:  mono_reflection_get_custom_attrs_data and
7313          mono_custom_attrs_data_construct added (functions exposed).
7315          * icall.c: Added mono_reflection_get_custom_attrs_data
7316          as icall.
7317         
7318 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
7320         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
7321         lupus's request.
7323 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
7325         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
7327         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
7328         dynamic DllImportAttribute.
7330         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
7331         dynamic DllImportAttribute.
7333         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
7334         Fixes #75162.
7336 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7338         * threads.c: avoid segfault when an unstarted thread is aborted.
7340 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
7342         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
7343         Returns the name and version of the runtime for reporting.
7345 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7347         * appdomain.c: bump corlib version.
7348         * object-internals.h: new field in MonoReflectionAssembly.
7350 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7352         * object-internals.h: Carlos forgot to add this field.
7354 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7356         * icall.c: Added create_version to create instances
7357         of Version of MonoReflectionAssemblyName. This change helps
7358         the AssemblyName tests to keep running fine.
7359         
7360 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
7361   
7362         * object.c (mono_method_return_message_restore): A somehow less
7363         intrusive fix for #75138.
7365 2005-06-03  Raja R Harinath  <rharinath@novell.com>
7367         * object.c (mono_method_return_message_restore): Fix computation
7368         of expected number of out args.
7370 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
7372         * reflection.c (mono_image_get_method_info): Fix the case when the
7373         charset is empty.
7375 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
7377         * object.c: Added missing null check in
7378           mono_method_return_message_restore.
7380 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
7382         * reflection.c (mono_image_get_method_info): Handle the case when
7383         dllentry is empty.
7385 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
7387         * object.c: When creating the vtable for a proxy, take into account
7388         all inherited interfaces, not only the ones registered in
7389         iclass->interfaces. This fixs bug #74996.
7390         Also, in mono_method_return_message_restore, verify that the array
7391         of out args has the expected lengh.
7393 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7395         * socket-io.c: update the timeout in Poll when the call is interrupte.
7397 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7399         * socket-io.c: support abort/suspend in Select_internal after last
7400         change.
7402 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7404         * threadpool.c: remove warning.
7406 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7408         * icall.c:
7409         * socket-io.[ch]: Select_internal uses poll() now when available, thus
7410         removing the 1024 limit from select(). Runtime part of the fix for
7411         bug #71203.
7413 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7415         * socket-io.c: when resolving the addresses for the same
7416         host returned by gethostname(), get the local IPs from the interface
7417         list. Loopback addresses are discarded if the are interfaces up with
7418         non-loopback ones. Fixes bug #63265.
7420 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
7422         * appdomain.c, verify.c, object-internals.h, reflection.c:
7423         bumped corlib number to 36, and added new extra_flags field
7424         to ReflectionMethodBuilder and friends.  Fixes #75060.
7426 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
7428         * gc.c: register a new weak link only if the object is non-null
7429         (fixes bug#75047).
7431 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
7433         * culture-info.h : short time pattern too.
7435 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
7437         * culture-info.h : expand long time pattern string length.
7439 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7441         * culture-info-table.h : update (more French date format; #72788).
7443 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
7445         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
7446         the method is static. Fixes #75029.
7448 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
7450         * reflection.c: Update the table_idx field of method builders after
7451         saving the module, since it can change. This is a workaround for
7452         bug #74914. 
7454 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7456         * culture-info-table.h : update (additional French date format).
7458 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
7460         * icall.c (ves_icall_type_Equals): Revert last change.
7461         
7462         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
7464         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
7466 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
7468         * class-internals.h: Added executioncontext_class field to 
7469         MonoDefaults structure.
7470         * domain.c: Cache System.Threading.ExecutionContext class in 
7471         mono_defaults.
7472         * object.c: Capture the ExecutionContext for asynchroneous calls in
7473          mono_async_result_new.
7474         * object-internals.h: Added execution_context and original_context 
7475         fields to MonoAsyncResult. Added execution_context to MonoThread.
7476         * security-manager.c|.h: Added mono_get_context_capture_method to 
7477         return the capture method (if required by the security manager or by
7478         the framework version used).
7479         * threadpool.c: Apply capture (if present) ExecutionContext in 
7480         mono_async_invoke and revert to original context after it completes.
7482 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
7484         * culture-info-table.h : updated (real hacky solution for zh-CHT).
7486 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
7488         * culture-info-table.h : zh-CHT related workaround.
7490 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
7492         * marshal.c (emit_marshal_custom): Add some error checking and call the
7493         methods in the ICustomMarshaler interface. Fixes #74875.
7494         
7495         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
7496         native->managed wrappers.
7498 2005-05-12  Martin Baulig  <martin@ximian.com>
7500         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
7501         here and use the loader lock.
7503         * mono-debug.c: Properly lock when the debugger is not attached.
7504         (mono_debug_init): Release the initial lock if we're not running
7505         in the debugger.
7507 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
7509         * marshal.c (emit_marshal_custom): Pass through NULL values without
7510         calling the custom marshalling routines.
7512         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
7513         conversion in structures. Fixes #74882.
7515 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
7517         * culture-info-table.h : zh-* cultures were missing.
7519 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
7521         * threads.c: Added a new event background_change_event which is signaled
7522         when a thread changes its background mode.
7523         Moved here several checks previously done in managed code. The checks
7524         require the thread lock, and using the thread lock in managed code
7525         can result in deadlocks.
7526         Merged Start_internal and Thread_internal into a single method. Now 
7527         Thread_internal does all work of creating and starting a thread.
7528         Added icalls for setting and getting the state of the object. Moved from
7529         managed code to avoid locking there.
7530         Added wait_for_tids_or_state_change() which is called instad of
7531         wait_for_tids when waiting for non-backround threads to end. This method
7532         will return if one of the threads ends or the background_change_event
7533         is signaled.
7534         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
7535         the background mode. This method signals the background_change_event
7536         event.
7537         * icall.c:
7538         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
7539         removed Start_internal.
7540         
7541 2005-05-11  Martin Baulig  <martin@ximian.com>
7543         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
7544         to order of some fields to get proper alignment on 64-bit machines.
7546 2005-05-11  Martin Baulig  <martin@ximian.com>
7548         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
7549         changes as they're broken and completely fuck up the debugger.
7551         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
7553 2005-05-10  Martin Baulig  <martin@ximian.com>
7555         * reflection.c (mono_reflection_generic_class_initialize): Don't
7556         call mono_class_setup_parent() here.
7558 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7560         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
7561         send/receive timeout use an integer in milliseconds. We were using a
7562         struct timeval.
7564 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7566         * locales.c:
7567         (internal_get_cultures): reserve the first slot of the array for the
7568         InvariantCulture, which will be filled in managed code.
7570 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
7572         * reflection.c (mono_image_fill_module_table): Initialize the
7573         GENERATION field as well.
7575 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7577         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
7578         Monitor.Enter on the object.
7580 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
7582         * threads.c: Enable the wait for running threads when exiting.
7583         * icall.c: Suspend all threads before exiting.
7585 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
7587         * assembly.c (mono_assembly_load_reference): Fix warning.
7589 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7591         * threadpool.c: changed the default number of threads per cpu. From now
7592         on, the default will be 20 + (5 * number of cpus) instead of 50.
7594 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
7596         * loader.c (mono_method_get_signature_full): Add locking here.
7598 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
7600         * appdomain.c: Moved methods for parsing and freeing assembly
7601         names to assembly.c.
7602         * assembly.c, domain-internals.h: Created public methods for parsing
7603         assembly names. Fixed mono_assembly_load_with_partial_name:
7604         it now finds the best match, taking into account the version,
7605         token and culture specified in the partial name. Also return
7606         the latest version if no version information is specified.
7608 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
7610         * threadpool.c: replace check for SocketAsyncCall class.
7612 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7614         * threadpool-internals.h:
7615         * Makefile.am: added threadpool-internals.h
7617         * threadpool.c: call mono_unhandled_exception on exceptions not handled
7618         that happen in threadpool threads (tested on MS).
7619         (mono_thread_pool_remove_socket): new function that dispatch any pending
7620         AIO call on a socket that is closing. By now only epoll really needs it,
7621         as select/poll wake up when the socket closes.
7624         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
7626 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
7628         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
7630 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
7632         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
7634 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
7636         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
7637         has an abort request, convert it into a suspend request.
7639 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
7641         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
7642         warning for the usage of `UnmanagedFunctionPointerAttribute' which
7643         is not supported yet.
7645 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7647         * image.c: register assemblies loaded from data (bundles) in the loaded
7648         assemblies hash. Fixes bug #74772.
7650 2005-04-29  Martin Baulig  <martin@ximian.com>
7652         * class.c (mono_type_get_name_recurse): Update to the new naming
7653         schema from the latest .NET 2.x beta2.
7654         (mono_class_setup_vtable_general): If we're a generic instance,
7655         copy the vtable from our generic type definition and inflate all
7656         the methods in it.
7658         * loader.c (find_method): Update to the new naming schema from the
7659         latest .NET 2.x beta2.
7661 2005-04-29  Raja R Harinath  <harinath@gmail.com>
7663         * class.c (mono_class_init): Add a mono_loader_unlock to the
7664         #74734 fix.
7666 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
7668         * icall.c (ves_icall_System_Environment_Exit): Remove the 
7669         suspend_all_other_threads () call for the time being, since it can hang.
7671         * threads.c (mono_thread_manage): Similarly, disable the waiting for
7672         the background threads to exit, since it can also hang.
7674         * class.c (mono_class_init): Applied patch from Ankit Jain 
7675         (radical@gmail.com). Avoid pending init errors when a field refers
7676         to a nested class using a typeref. Fixes #74734.
7678         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
7679         this for dynamic modules.
7681 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7683         * threads.c: don't wait for threads that are in the process of aborting
7684         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
7685         and waiting for background threads to finish. This makes xsp and
7686         mod-mono-server exit without random length delays and/or hangs.
7688 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7690         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
7692 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
7694         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
7695         dynamic types to prevent infinite loops. Fixes #74727.
7697         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
7698         ..._is_assignable_to.
7700 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
7702         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
7704 2005-04-25  Martin Baulig  <martin@ximian.com>
7706         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
7708         * domain.c
7709         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
7711         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
7713         * reflection.c (build_compressed_metadata): Set metadata header
7714         version to 2.0.
7716 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
7718         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
7719         number into an integral and a decimal part. Fixes #70473.
7721         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
7723 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
7725         * culture-info-table.h : reflected the latest locale-builder output.
7727 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7729         * threadpool.c: check for SuspendRequested too when deciding if
7730         mono_thread_interruption_checkpoint should be called.
7732 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7734         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
7735         * threads.c: remove interruption_mutex and use Interlocked instead. When
7736         suspending all the threads, wait for all the suspended events at once.
7737         If we're shutting down and get an APC that is going to be queued,
7738         call mono_thread_execute_interruption immediately, as the thread might
7739         be sleeping on a pthread condition or mutex.
7741         * icall.c: call mono_runtime_set_shutting_down before suspending the
7742         threads.
7744         Fixes bug #74693. And now xsp is happier when exiting.
7746 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
7748         * loader.c (mono_stack_walk): Fix #74690.
7750 2005-04-22  Martin Baulig  <martin@ximian.com>
7752         * mono-debug.h (MonoDebugMethodJitInfo): Added
7753         `MonoDebugMethodJitInfo *jit'.
7755         * mono-debug.c (mono_debug_read_method): Cache the
7756         MonoDebugMethodJitInfo in `address->jit'.
7757         (mono_debug_free_method_jit_info): New public method.
7759 2005-04-22  Martin Baulig  <martin@ximian.com>
7761         * class.c (mono_class_is_assignable_from): Disallow
7762         type parameter -> interface.
7764 2005-04-21  Dick Porter  <dick@ximian.com>
7766         * threads.c (mono_thread_create): Turn an assertion into an error.
7768 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
7770         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
7771         
7772         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
7773         Fix some gcc 4.0 warnings.
7775 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
7777         * file-io.c: fix alt dir separator char on unix systems
7778         and cleanup (fixes bug #71214).
7780 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
7782         * marshal.c: Use CALLVIRT instead of CALL when dispatching
7783         a call to a remote domain, since the method may be an
7784         interface method in the client domain. This fixes bug #74192.
7786 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7788         * threadpool.c: recv/send are now performed before going back to managed
7789         code to save one transition.
7791 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7793         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
7795         * metadata/threadpool.c: removed hack to workaround the bug above.
7797         Fixes bug #74618.
7799 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
7801         * reflection.c reflection.h: Fix handling of parameter defaults in
7802         dynamic methods. Also fixes handling of parameter attributes.
7803         Fixes #74609.
7805         * mono-debug.c (mono_debug_close_image): Fix warning.
7807 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7809         * socket-io.h: replaced old unused field with new 'blocking'.
7810         * threadpool.c: restore socket blocking state on windows(tm).
7812 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
7814         * icall.c: don't return the codebase in the AssemblyName[] returned by
7815         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
7816         * object-internals.h: Removed FIXME (fields were presents) and fixed
7817         versioncompat declaration.
7819 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7821         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
7822         not closed, so don't cleanup when it happens.
7824 2005-04-13  Chris Toshok  <toshok@ximian.com>
7826         * mono-debug-debugger.h: change prototype for
7827         mono_debugger_lookup_type.
7829         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
7830         this function, although it should probably be named
7831         mono_debugger_init_type.
7833 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7835         * threadpool.c: fix non-AIO case.
7837 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
7839         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
7840         the built-in profiler to measure just JIT compilation times.
7842 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7844         * threadpool.c: the epollfd might be closed by another thread at
7845         any time, so ignore EBADF at treat it as a "we're closing" sign.
7847 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7849         * threadpool.c: release the semaphores with a count equals to the number
7850         of working threads in both IO and regular pools. Fixed typo that messed
7851         up the count of IO pool threads. Don't initialize the pipe handles if
7852         we're using epoll.
7854 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7856         * threadpool.c: some systems don't like a NULL when deleting the socket
7857         from epoll.
7859 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7861         * threadpool.c: fix semaphore allocation.
7863 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7865         * threadpool.c: added epoll() based implementation for asynchronous IO
7866         that is used instead of the default poll() when available.
7867         It can be disabled by setting MONO_DISABLE_AIO.
7869 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7871         * threadpool.c: windows needs 'closesocket' and instead of returning
7872         0 when the stream is closed while in select, it returns -1. Fixes bug
7873         #74573.
7875 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
7877         * class.c (class_compute_field_layout): Fix the regression caused by
7878         the previous try.
7880 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7882         * threadpool.c: separate pool for socket async. IO.
7883         * threadpool.h: mono_max_worker_threads is not a global any more.
7885 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
7887         * class.c (class_compute_field_layout): Fix #74549.
7889 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7891         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
7892         use 2 connected sockets instead.
7894 2005-04-08  Miguel de Icaza  <miguel@novell.com>
7896         * mono-config.c: Add new entry point for mkbundle
7897         mono_config_parse_memory. 
7899 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7901         * threadpool.c: removed another unused function.
7903 2005-04-08  Ankit Jain  <radical@corewars.org>
7905         * reflection.c (get_default_param_value_blobs): Add 'types'
7906         parameter to get the types encoded in the constant table.
7907         (mono_param_get_objects): Use the type from the constant table,
7908         not the type of the parameter, when creating default values.
7909         Handle null default values correctly.
7911 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7913         * file-io.c:
7914         * file-io.h:
7915         * threadpool.c:
7916         * threadpool.h:
7917         * icall.c:
7918         * socket-io.c: removed dead code for async IO.
7920 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7922         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
7924         * threadpool.c: intercept socket async. calls and pass them to a thread
7925         that is polling and dispatching the job items to the threadpool as
7926         socket become ready. Fixes bugs #71217, #71933.
7928         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
7929         between char and short/ushort arrays.
7931         * socket-io.c: remove dead code.
7933 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
7935         * locales.c,
7936           icall.c : removed InternalToUpper_Comp() and
7937           InternalToLower_Comp().
7939 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
7941         * char-conversions.h : The tables were incorrectly generated. Should
7942           be generated against invariant culture.
7944 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
7946         * object.c (mono_runtime_invoke_array): Fix return value when 
7947         passing pre-created valuetype objects to ctors.
7949         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
7950         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
7951         Fixes #74338.
7953 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
7955         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
7956         only used with --security and hides the wrong corlib version error.
7958 2005-03-30  Joshua Tauberer  <tauberer@for.net>
7960         * class.c: Changed mono_class_name_from_token so that types
7961         outside of a namespace don't have an initial period.  Improved
7962         the g_warning message used in _mono_class_get when loading
7963         fails.
7964         * assembly.c: In mono_assembly_load_reference, when an assembly
7965         can't be found, "No such file or directory" is misleading and
7966         unhelpful because a few paths were checked for the presence of
7967         the assembly.  When that happens (ENOENT), display a nicer
7968         message indicating the directories that were searched.  In all
7969         cases, the warning is made easier to read for non-hackers.
7971 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
7973         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
7974         project/solution.
7975         * appdomain.h|domain.c: Removed inline from functions.
7976         * appdomain.c: Reduced warnings when compiling on windows.
7977         * icall.c: Fixed output_debug declaration to gunichar2*.
7978         * mono-config.c: Reduced warnings when compiling on windows.
7979         * rand.c: Added missing "windows.h". Added missing return value.
7980         * rawbuffer.c: Added missing winsock2.h for windows.
7981         * sysmath.h: Added mono-compiler.h header to allow/ease 
7982         compilation with non-GCC compilers.
7983         * threads.c: Fixed declarations to compile with VS.NET C compiler.
7984         Removed cast warnings.
7986         Adapted from the work of J Lothian (for VC6).
7988 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
7990         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
7991         from default_path.
7993 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
7995         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
7996         the 2.0 profile.
7998 2005-03-27  Raja R Harinath  <harinath@gmail.com>
8000         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
8001         has to be in $(exec_prefix).  $(prefix) is for arch-independent
8002         stuff, and it would probably use $(prefix)/share rather than
8003         $(prefix)/lib.
8005 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8007         * console-io.c: added 2 includes that might be missing.
8009 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
8011         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
8012         profile.
8014         * reflection.c (create_custom_attr): Allocate the params array using
8015         alloca so it gets GC tracking.
8017 2005-03-23  Chris Toshok  <toshok@ximian.com>
8019         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
8020         out some spew.
8022 2005-03-24  Raja R Harinath  <rharinath@novell.com>
8024         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
8025         changes to pick up any changes in prefix, etc.
8027 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
8029         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
8030         
8031         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
8032         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
8034 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
8036         * class-internals.h object-internals.h class.c reflection.c: Extend the
8037         mono_lookup_dynamic_token () function to return the class of the
8038         token as well. 
8040         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
8041         well. Fixes #73848.
8043 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
8045         * security-manager.c: Skip inheritance checks for intra-corlib
8046         class inheritance and method overrides. This skips a lot of checks
8047         and (anyway) permissions cannot work until corlib is loaded.
8049 2005-03-23  Martin Baulig  <martin@ximian.com>
8051         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
8052         MONO_TYPE_GENERICINST.  
8054 2005-03-23  Martin Baulig  <martin@ximian.com>
8056         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
8058 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
8060         * class.c: added locking comments to some functions.
8061         Cache the interface offsets arrays (saves about 20 KB
8062         of runtime memory in a typical app).
8063         Reduce the time overhead in mono_class_setup_supertypes ().
8065 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
8067         * icall.c: speedup and fix leaks in GetMethodsByName and
8068         GetPropertiesByName.
8070 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8072         * reflection.c: some locking fixes.
8074 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
8076         * metadata.c: added missing break in case statement.
8078 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
8080         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
8081         typedbyref return values. Fixes #73941.
8083 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
8085         * security-manager.c|h: Added demandunmanaged method and 
8086         suppressunmanagedcodesecurity class to MonoSecurityManager.
8087         Renamed aptc class to allowpartiallytrustedcallers.
8089 2005-03-17  Martin Baulig  <martin@ximian.com>
8091         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
8093 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8095         * file-io.c: disabled file async. IO using aio_*. It uses the
8096         threadpool now. Workaround for bug #73718.
8098 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8100         * assembly.h, mono-config.c: added code to deal with bundled configs
8101         for bundled assemblies.
8103 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
8105         * *.c, private.h: cleanup, removing old private.h header file.
8107 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
8109         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
8110         and throw_on_unmappable_char attributes.
8112 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
8114         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
8115         _ProcessName_internal.
8117 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
8119         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
8120         #73631.
8122         * icall.c threads.c threads-types.h: Remove slothash icalls as they
8123         are no longer used.
8125 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
8127         * object.c (compute_class_bitmap): Add support for generics. Fixes
8128         #73527.
8130 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
8132         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
8134 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8136         * filewatcher.c: commented out the code for windows watcher, as we don't
8137         use it (we use the managed implementation instead).
8139 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
8141         * object-internals.h (MonoThread): Remove 'unused1' field.
8143         * appdomain.c: Bump corlib version.
8145         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
8147         * reflection.c (mono_reflection_create_runtime_class): Remove the
8148         AssemblyBuilder.Save optimization since it causes too many problems.
8150 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
8152         * exception.c|h: Added mono_get_exception_reflection_type_load to
8153         create a ReflectionTypeLoadException object.
8154         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
8155         to return NULL is a InheritanceDemand fails during reflection. Updated
8156         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
8157         ReflectionTypeLoadException if an InheritanceDemand fails during 
8158         reflection. Added icall mapping for GetLinkDemandSecurity.
8159         * security-manager.c|h: Added ves_icall_System_Security_
8160         SecurityManager_GetLinkDemandSecurity internal call to return the
8161         class and methods permissions set for a LinkDemand. Removed unused
8162         fields in MonoSecurityManager.
8164 2005-03-10  Martin Baulig  <martin@ximian.com>
8166         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
8167         it's a generic instance.
8169 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
8171         * reflection.c (mono_get_object_from_blob): Applied patch from
8172         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
8174         * class.c (mono_class_is_assignable_from): Another try at fixing 
8175         #73469 without breaking anything.
8177 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
8179         * class.c: (mono_class_is_assignable_from): Revert the last changes
8180         since they don't work with generics.
8181         
8182         * class.c (mono_class_is_assignable_from): Fix build bustage.
8184         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
8185         the managed IsAssignableFrom method. Fixes #73469.
8187         * reflection.c (mono_reflection_call_is_assignable_from): New helper
8188         function.
8190 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
8192         * object.c (mono_load_remote_field_new): Fix returning uninitialized
8193         memory when the remoting callback does not sets the out arguments.
8194         Fixes #73007.
8196         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
8197         by mistake.
8199         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
8201         * object-internals.h (MonoStackFrame): Sync with managed object layout.
8203         * appdomain.c: Bump corlib version.
8205 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
8207         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
8208         function.
8210         * threads.c (mono_thread_attach): Detect threads which are not started
8211         by the GC pthread wrappers.
8213 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
8215         * icall.c: Added new icall for RNG.
8216         * rand.c|h: Added new icall to open the RNG. This allows to share a 
8217         single handle on Linux to access /dev/urandom and fix #73183.
8219 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
8221         * object.c: setting the new vtable in a transparent proxy object must
8222         not change the GC descriptor.
8224 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8226         * object.c: fixed compilation without GCJ support.
8227         * reflection.c: for runtime-created types ensure klass->has_references
8228         is correct (bug #73215).
8230 2005-03-02  Martin Baulig  <martin@ximian.com>
8232         * class.c (mono_class_is_assignable_from): Make this work if
8233         `oklass' is a generic instance; fixes #72831.
8235 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
8237         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
8238         with hasthis set.
8239         
8240         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
8242         * marshal.c: Reorganize native->managed marshalling code to also use
8243         the emit_marshal_... functions.
8245 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
8247         * object.c: typed allocs have issues with bitmap sizes > 30,
8248         so check for max_set >= 30.
8250 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
8252         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
8253         managed code. Fixes #73012.
8255         * metadata.h (MonoMarshalSpec): Add elem_mult field.
8257         * metadata.c reflection.c: Load/Emit elem_mult as well.
8258         
8259         * metadata.h (MonoMarshalSpec): Add comment.
8261         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
8263         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
8264         num_elem to -1 if not given.
8266         * object-internals.h (MonoReflectionMarshal): Add has_size field.
8268         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
8269         given values.
8271 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
8273         * null-gc.c (mono_gc_free_fixed): Was not compilable.
8275 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
8277         * reflection.c (encode_marshal_blob): Encode param_num field as well.
8279         * object-internals.h (MonoReflectionMarshal): Add param_num field.
8281 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
8283         * object.c: generalized the reference bitmap creation
8284         and added hooks for the new GC.
8285         * class-internals.c: removed the gc_bitmap field from MonoClass.
8287 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
8289         * domain.c: help the compiler to produce better code
8290         in mono_jit_info_table_find ().
8292 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
8294         * object.c: make all allocations look typed.
8296 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
8298         * socket-io.c: load Mono.Posix if it's not loaded already
8299         (fixes bug#73033).
8301 2005-02-24  Martin Baulig  <martin@ximian.com>
8303         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
8304         * reflection.c (dup_type): Likewise.
8306 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
8308         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
8309         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
8311 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
8313         * domain.c, threads.c, object-internals.h: make the critical thread
8314         local vars use the fast access mode (even when we're compiled in
8315         a lib). Provide accessors to be used by the jit during codegen.
8317 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8319         * appdomain.c: Changed hook functios behavior to include
8320         support for the reflection only assemblies. Some icalls were changed
8321         to support the mentioned assemblies too. Signatures of static methods
8322         try_assembly_resolve and real_load now have an additional parameter:
8323         refonly.
8325         * assembly.c: General changes to mono_assembly_ methods to support
8326         reflection only api. Functions mono_assembly_open, mono_assembly_load,
8327         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
8328         suffix, to support an additional gbool parameter to specify whether
8329         the assembli is reflection only or not. Created some new hook functions 
8330         to add support for reflection only assemblies. Signatures of static 
8331         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
8332         have now an additional parameter: refonly.
8334         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
8335         indicating whether the assembly is reflection only or not.
8337         * exception.c: Add mono_get_exception_invalid_operation.
8339         * icall.c: Throw an InvalidOperationException when trying to invoke
8340         a property/method/event, or trying to set/get the value of a field.
8341         Also add an icall to retrieve the ref_only flag to the
8342         MonoReflectionAssembly.
8344 2005-02-23  Chris Toshok  <toshok@ximian.com>
8346         Part of fix for #72827.
8347         * mono-debug.c (mono_debug_add_method): add lexical block data to
8348         the info we write.  Kind of a hack at the moment - we copy the
8349         lexical block info from the MonoDebugMethodInfo to the
8350         MonoDebugMethodJitInfo here, before writing it.
8351         (mono_debug_read_method): read the lexical block info.
8353         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
8355         * debug-mono-symfile.h: add lexical block support.
8357         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
8358         support.
8360 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
8362         * loader.c (mono_lookup_pinvoke_call): Fix warning.
8364         * object.c (mono_runtime_free_method): Call mono_free_method () and
8365         put the TODOs there.
8367         * loader.c (mono_free_method): Free up most memory allocated for 
8368         dynamic methods.
8370 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
8372         * reflection.c: properly flag a Type argument to a
8373         named custom attr value (bug #72248).
8375 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
8377         * reflection.c: reduce code duplication in named custom
8378         attribute encoding.
8380 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
8382         * reflection.c: properly encode custom attrs of type object
8383         (bug #72649).
8385 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
8387         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
8389 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
8391         * socket-io.c: load System.dll if it's not loaded already
8392         (bug #72850 and #70477).
8394 2005-02-21  Martin Baulig  <martin@ximian.com>
8396         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
8397         generic instances.
8399 2005-02-21  Martin Baulig  <martin@ximian.com>
8401         * reflection.c (mono_image_build_metadata): We also need to
8402         "fixup" the MethodImpl table after we computed the final method
8403         indices.  Call fixup_methodimpl() to do that.
8404         (fixup_methodimpl): New private method.
8406 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
8408         * assembly.c: special case mscorlib.dll (bug#72536),
8409         patch from Carlos Alberto Cortez.
8411 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
8413         * threads-types.h threads.c: Fix build bustage.
8415         * threads.c: Use a union for long<->double conversions.
8417         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
8418         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
8420         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
8421         containing the checkpoint call with NOT_TAKEN.
8422         
8423         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
8424         checkpoint before pushing the arguments, so they won't have to be
8425         spilled to stack.
8427 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8429         * domain.c, assembly.c, domain-internals.h: make some data
8430         const and relocation-free.
8432 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
8434         * object.c, appdomain.c, class-internals.h: introduce the
8435         MonoClassRuntimeInfo structure to hold the info needed to
8436         use a class at runtime. Made mono_class_vtable() lock-free
8437         for all the appdomains.
8439 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
8441         * metadata-internals.h, image.c: introduce a per-image mempool to
8442         be used for memory that has the same lifetime as the image.
8444 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
8446         * domain.c: In mono_init_internal(), instead of selecting the first
8447         runtime version supported by an executable, get a list of all
8448         supported versions and select the one for which an mscorlib exists
8449         (since even if the runtime supports a given version, it doesn't mean
8450         that the framework for that version is installed).
8451         Modified get_runtimes_from_exe to support this behavior.
8452         In supported_runtimes, added information about additional system
8453         assembly versions.
8454         
8455         * assembly.c: Added support for more than one system assembly version
8456         per runtime version. Updated the assembly list.
8457         In mono_assembly_remap_version, removed the initial version check,
8458         since we don't know to which version we need to compare until we
8459         get the version set on which the assembly is based.
8460         Moved the code for loading corlib into the new method
8461         mono_assembly_load_corlib(), so it can be used by the initialization
8462         code.
8463         
8464         * domain-internals.h: Updated data structures and added declaration
8465         for mono_assembly_load_corlib.
8467 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
8469         * reflection.c (resolve_object): Fix the creation of the signature in 
8470         the SignatureHelper case.
8472         * assembly.c (mono_assembly_remap_version): Fix binary search.
8473         
8474 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
8476         * class.c: Added inheritance check when a method is overloaded (from a
8477         virtual method or when implementing an interface) and when a class is
8478         inherited. Added functions to set a failure for a class and to 
8479         retreive the exception from a failure.
8480         * class-internals.h: Added fields to MonoClass to keep the exception
8481         information status for inheritance (or other exceptions) to be thrown
8482         later (i.e. not at load time).
8483         * object.c: Throw the inheritance SecurityException when a type is to 
8484         be created with either class or method inheritance violations.
8485         * reflection.c|h: Fix when getting declsec from a class. Removed 
8486         unrequired code for class. Improved sanity in parameter naming.
8487         * security-manager.c|h: Added functions to check for class and method
8488         inheritance.
8490 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
8492         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
8493         and has_finalize in dynamic types as well.
8495 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
8497         * culture-info-table.h : fixed currency format for en-GB (and so on).
8499 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
8501         * gc.c: ensure the GC handles never have 0 as a value.
8503 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
8505         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
8506         a pointer to a struct to unmanaged code. Fixes #72625.
8508 2005-02-16  Martin Baulig  <martin@ximian.com>
8510         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
8512 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
8514         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
8516 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
8518         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
8520         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
8521         UnmanagedFunctionPointerAttribute, use it for determining calling convention
8522         etc. Fixes #71471.
8524         * reflection.c (mono_custom_attrs_get_attr): New helper function.
8526         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
8528 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
8530         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
8531         changes to make the current context a field in MonoThread.
8533 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
8535         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
8536         the last change.
8537         
8538         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
8539         extracted from mono_marshal_get_native_wrapper.
8541         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
8542         to create wrappers around native functions.
8544         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
8545         delegates for arbitrary function pointers. Fixes #71472.
8547 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
8549         * threads.c: cleaned up the code a little.
8551 2005-02-15  Martin Baulig  <martin@ximian.com>
8553         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
8554         the data table.
8556         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
8557         allocate larger chunks if needed.
8559 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
8561         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
8562         in by mistake.
8564 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
8566         * domain.c: keep the domains in an array and ensure the domain ids
8567         are kept small, so they can be used as indexes to domain-specific data
8568         with a small memory overhead.
8570 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
8572         * icall.c: Handle byref types in Type icalls. Fixes #72544.
8574 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
8576         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
8578 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
8580         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
8582         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
8583         values.
8585         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
8586         
8587 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
8589         * domain-internals.h: add the hashtable here.
8591         * class-internals.h: Remove `info' from MonoMethod
8593         * domain.c: Add a new hashtable, jit_trampoline_hash
8595 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
8597         * object.c: don't set the value of static fields
8598         (fixes bug#72494).
8600 2005-02-11  Martin Baulig  <martin@ximian.com>
8602         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
8603         (mono_debug_add_method): Silently ignore the method if it's too big.
8604         (mono_debug_add_type): Likewise.
8606 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
8608         * threads.c, appdomain.c: remove #ifdefs from the code.
8610 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
8612         * metadata-internals.h: Added flags to MonoAssembly to cache the most
8613         common security informations. This allows us to stay in unmanaged code
8614         when doing LinkDemand and it's special cases (except for the first 
8615         time for initialization). The flags a very much used with --security.
8616         * reflection.c|h: Added code to get declarative security attributes 
8617         for LinkDemand and InheritanceDemand. This required to refactor the
8618         existing code for Demand.
8619         * security-manager.c|h: Added new method fields for the special cases
8620         of LinkDemand.
8622 2005-02-10  Martin Baulig  <martin@ximian.com>
8624         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
8625         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
8627 2005-02-10  Martin Baulig  <martin@ximian.com>
8629         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
8630         debugging code; this is almost a complete rewrite.
8632         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
8634 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
8636         * domain.c, object.h: expose mono_string_equal () and 
8637         mono_string_hash ().
8638         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
8639         it's implemented in managed code.
8641 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8643         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
8644         lo leak objects between appdomains.
8646 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8648         * assembly.c: old compilers compilation fix from 
8649         robertj@gmx.net (Robert Jordan).
8651 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
8653         * class-internals.h: Little reminder for the future.
8655         * debug-helpers.c: Fix up wrapper_type_names
8657 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8659         * image.c, metadata-internals.h: when loading an image from a file,
8660         mmap all of it and use the same codepaths as when using a
8661         in-memory image: the code is simpler and we use less memory
8662         (both writable and readonly).
8664 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
8666         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
8667         API to alloc runtime data structures that need to be tracked by the
8668         GC and contain pointers.
8669         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
8670         make the code more readable and eventually use a different GC.
8672 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
8674         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
8675         for out arguments.
8676         
8677 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
8679         * object.c: In release_type_locks(), don't release the cctor lock
8680         if it has already been released. This fixes a crash in the
8681         thread5 test.
8683 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
8685         * gc.c, marshal.c, icall.c: register a delegate for finalization
8686         only when the native function pointer has been allocated for it.
8688 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
8690         * object.c: cleaned up some code, allocate objects that are
8691         pointer free with the atomic malloc variant. Allocate memory
8692         for static data from the mempool if it's pointer-free.
8693         Allocate the bounds array at the end of the array data, when needed.
8694         * object-internals.h, object.h: move a private function in a private
8695         header.
8696         * class.c: handle missing case in tracking references in fields.
8698 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
8700         * class.c, class-internals.h: keep track if a type has
8701         reference fields in either the instance or static fields.
8703 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
8705         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
8706         and renamed to MonoRuntimeInfo. Added fields to store the expected
8707         framework assembly version. Changed mono_get_framework_version and
8708         mono_get_runtime_version for a single mono_get_runtime_info method.
8709         
8710         * assembly.c: Added method to remap system assembly versions to the
8711         current executing runtime version. Removed old mapping code.
8712         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
8713         
8714         * icall.c, reflection.c: Track api changes.
8716 2005-02-06  Miguel de Icaza  <miguel@novell.com>
8718         * loader.c (method_from_memberref): Improve error reporting,
8719         produce the class name instead of the typeref/typedef index. 
8721 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
8723         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
8725 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
8727         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
8728         stdcall and charset name mangling.  Reorganize the code and add
8729         some tracing stuff.
8731 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
8733         * monodiet.c: More iters!
8735         * marshal.c: Iter usage.
8737         * icall.c: Iter usage.
8739         * object.c: Use iters.
8741         * debug-helpers.c: More iters
8743 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
8745         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
8746         under win32.
8748 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
8750         * mono-debug-debugger.c: use iters
8752         * class.c, class-internals.h: mono_class_setup_events is static
8753         now
8755         * All callers: use iters
8757 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
8759         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
8760         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
8762 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
8764         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
8766         * marshal.h: Add prototypes for ldfld/stfld_remote.
8768         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
8769         this is called during startup.
8770         
8771 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
8773         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
8774         MonoThreadsSync struct private in monitor.c. Changed the way
8775         MonoThreadsSync is allocated so it's faster and there is no
8776         need to keep track of it with a finalizer and it uses less memory.
8777         This also finally allows us to allocate mono objects as ptrfree when
8778         there are no reference fields.
8780 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
8782         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
8783         disappearing link to the GC interface and use them to simplify
8784         the gchandles code.
8786 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
8788         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
8789         stfld_remote which call mono_load/store_field_new. This allows methods
8790         calling ldfld/stfld wrappers to be AOTed.
8792         * console-io.c: Include sys/filio.h under solaris.
8793         
8794         * console-io.c: Include curses.h if needed correctly.
8796 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
8797         
8798         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
8799         method->klass as well.
8801         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
8803         * class.c (mono_class_init): Switch on lazy initialization of 
8804         methods.
8806         * class.c (mono_class_get_finalizer): Handle the case when the 
8807         finalizer is inherited.
8809 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8811         * console-io.c: <curses.h> is needed by term.h on solaris.
8813 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
8815         * icall.c, class-internals.h, monodiet.c, class.c: Remove
8816         mono_class_setup_properties where possible. Remove this ftn from
8817         the header file, and make it static.
8819 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
8821         * loader.c: Add missing setup_... call.
8823         * class.c: Add missing setup_... calls.
8825         * class.c (mono_class_init): Switch on lazy initialization of 
8826         the generic vtable.
8827         
8828         * class.c (mono_class_init): Fix generics broken by the recent changes.
8830         * monodiet.c (handle_type): Add missing setup_... calls.
8832         * class.c: Back out garbage in previous patch.
8833         
8834         * class.c: Add missing setup_... calls.
8836         * class.c (mono_class_get_method_from_name_flags): Avoid calling
8837         mono_class_setup_methods () if possible.
8839         * class-internals.h (MonoClass): Add 'has_cctor' flag.
8841         * class-internals.h (MonoCachedClassInfo): New structure.
8843         * class.c: Initialize properties and events fields of MonoClass lazily.
8845         * class.c: Add infrastructure for lazily initializing the methods and
8846         vtable fields of MonoClass. Not yet used.
8848         * class.c (mono_class_get_finalizer): New helper function.
8850         * class.c: Add infrastructure for loading some class related data from
8851         an AOT file.
8853         * object.c: Add infrastructure for initializing the vtable from data
8854         in the AOT file.
8856         * gc.c (run_finalize): Use mono_class_get_finalizer ().
8858         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
8859         appropriate initialization function before accessing parts of the
8860         MonoClass structure.
8862         * marshal.c: Fix warnings.
8863         
8864         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
8866         * mono-debug-debugger.c (get_exception_message): Use 
8867         mono_class_get_method_from_name_flags ().
8869 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
8871         * reflection.c, appdomain.c: Replace a few manual searches that
8872         Zoltan missed. (Paolo approved this part of my initial patch).
8874 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
8876         * profiler.c: disable recording statistical events at report time.
8878 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8880         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
8881         to byteswap arrays of enum values, too (bug #72080).
8883 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
8885         * appdomain.c (set_domain_search_path): Allow this to be called if
8886         domain->setup is not yet set.
8888         * loader.c (mono_method_get_index): New helper function.
8890         * loader.c reflection.c: Use mono_method_get_index ().
8892         * class.c (mono_class_get_method_from_name_flags): New helper method.
8894         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
8895         this.
8897         * class.c (mono_class_get_cctor): New helper method.
8899         * string-icalls.c object.c class.c marshal.c reflection.c: Use
8900         mono_class_get_method () to look up methods.
8902 2005-02-01  Miguel de Icaza  <miguel@novell.com>
8904         * console-io.c: Fix the build, this should work on Windows.
8906 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
8908         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
8909         be set to null to keep things valid
8911 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8913         * icall.c: added Console 2.0 icalls.
8914         * Makefile.am: added console-io.[ch]
8915         * console-io.[ch]: internal calls for Console 2.0 API.
8917 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8919         * class.c: make sure we consider all the interfaces
8920         when calculating max_interface_id (bug found by
8921         Jeroen Frijters running ikvm).
8923 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
8925         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
8926         valuetype fields to null.
8928         * object.c (set_value): Ditto. Fixes #71669.    
8930 2005-01-31  Martin Baulig  <martin@ximian.com>
8932         * metadata.c (mono_metadata_has_generic_params): New public
8933         function; checks whether something is a generic method.
8935 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
8937         * appdomain.c: fix infinite recursion when adding assemblies.
8939 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
8941         * object.c: Fix small typo to return all items for Environment.
8942         GetCommandLineArgs.
8944 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
8946         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
8947         reflection.c: more domain and assembly-unload related fixes
8948         and memory leaks plugs.
8950 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
8952         * 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.
8954 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
8956         * loader.c (mono_method_signature): Make this method lazy
8957         (mono_get_method_from_token): Don't computate the signature here.
8959         Doing this saves quite a bit of memory. I got 90 kb on starting up
8960         monodoc. It should also save some disk reads on startup.
8962         * *: MonoMethod->signature might be NULL now. You *MUST* use
8963         mono_method_signature.
8965 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
8967         * object.c (mono_runtime_get_main_args): Return an array from the
8968         current domain here. Fixes #71938.
8970 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
8972         * monitor.c: formatting changes to comply with the
8973         mono coding style and remove #ifdefs from the code.
8975 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
8977         * metadata.c, private.h: remove some unneeded data
8978         and use a more compact representation for table schemas.
8980 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
8982         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
8983         to get a better distribution in hash tables.
8984         * *.c: use mono_aligned_addr_hash() where appropriate.
8985         * assembly.c: make var static.
8987 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
8989         * domain-internals.h: Put MonoJitInfo on a diet.
8991         * domain.c: Fix a warning.
8993 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8995         * gc.c: rework the gc handles code to reuse handles
8996         when freed.
8998 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
9000         * domain.c: fixed long standing bug in mono_string_equal() which
9001         was brought to light with the ldstr changes.
9003 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
9005         * reflection.c: Remove warning by adding missing include for marshal.h
9007 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
9009         * domain.c, object.c: change the ldstr_table to hold
9010         MonoString* as keys: makes the runtime isinterned lookup
9011         faster and simplifies memory management.
9013 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
9015         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
9016         possible to add imperative security checks before calling the icall.
9017         * reflection.c: Return security attributes on the original MonoMethod
9018         (and not the wrapped one). This fix permissions on icalls.
9020 2005-01-25  Dick Porter  <dick@ximian.com>
9022         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
9023         the check for mktime() support actually test the mktime() return
9024         value.  "Fixes" bug 71682, though the output is still different to
9025         MS.
9027 2005-01-25  Martin Baulig  <martin@ximian.com>
9029         * class.c (mono_class_is_assignable_from): Make this work for
9030         generic instances.
9032 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
9034         * marshal.c (mono_string_utf8_to_builder)
9035         (mono_string_builder_to_utf16): We might not have ownership of the
9036         string. In thise case, we need to create a new buffer.
9038         * object-internals.h (mono_stringbuilder_capacity): sb->str might
9039         be null, in which case, use the default capacity.
9041 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
9043         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
9044         GC events to the profiler.
9046 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
9048         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
9049         if you don't want the GC to run.
9051 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
9053         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
9054         start providing a GC API and keeping different implementations in
9055         their own file.
9056         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
9058 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
9060         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
9061         mmap rather than allocating a huge buffer.
9062         (mono_debug_close_mono_symbol_file): Free the buffer allocated
9063         above.
9065 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
9067         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
9068         and CheckExecutionRights.
9069         * reflection.c|h: Keep the index of the declarative security to be 
9070         used, instead of the pointer, when AOT compiler is used. Also add 
9071         class initialization when requesting demands.
9072         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
9073         CheckExecutionRights. Both properties are now FALSE by default, and
9074         unmodifiable, unless the --security option is used.
9076 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
9078         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
9079         reflection.c: properly refcount images and assemblies, many leaks fixed.
9081 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9083         * threadpool.c: increase the timeout for threads in the thread pool to
9084         10s.  Fixes bug #67159.
9086 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
9088         * class-internals.h: Sun's compiler insists on explicit
9089         signed on bit fields to handle then correctly.
9091 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
9093         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
9094         Make the size of the array fit only the number of invalid path
9095         chars that we have.
9097         * class.c (_mono_class_get): Improve the error reporting when a
9098         class referenced is not found, to assist debugging. 
9100 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
9102         * threads.c: fix off-by-one error.
9103         * domain.c: free data allocated in the domain.
9105 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
9107         * reflection.c (mono_method_body_get_object): Fill out exception info
9108         as well.
9110         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
9111         structure.
9112         
9113 2005-01-19  Martin Baulig  <martin@ximian.com>
9115         * loader.c (mono_get_method_constrained): Make this work again.
9117 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
9119         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
9120         guint16 to match the managed side.
9122         * reflection.c (mono_reflection_body_get_object): Fill out local
9123         variables array.
9125         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
9126         as well.
9128         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
9129         'local_var_sig_token'.
9131 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
9133         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
9134         System.Drawing.
9136         * reflection.c (mono_method_body_get_object): Handle abstract and
9137         runtime methods.
9139 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
9141         * marshal.c, loader.c, class-internals.h, reflection.c:
9142         store the emthod data for a wrapper in an array instead of a list.
9144 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
9146         * marshal.c: change the code to allocate memory more
9147         conservatively for method wrappers.
9149 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
9151         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
9152         fields from MonoClass to the marshal info structure where they belong.
9154 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9156         * class.c, object.c, class-internals.h, marshal.c: rearrange
9157         some fields and tweak some types to lower memory usage.
9159 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
9161         * threads.c (signal_thread_state_change): Handle the case when the
9162         target thread is the current thread.
9164         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
9166         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
9167         emit_ptr_to_object_conv. 
9169         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
9170         marshalling. Fixes #71352.
9172 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
9174         * metadata.h, blob.h: move table enum to blob.h so it can be included
9175         in any header.
9176         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
9177         cut the size of MonoImage/MonoDynamicImage.
9179 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
9181         * profiler.c (mono_profiler_install_simple): Fix default arguments.
9183 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
9185         * reflection.c, reflection.h, icall.c: add a function to check
9186         if an attribute type is defined for a metadata object.
9188 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
9190         * object-internals.h: Added some needed fields from StringBuilder class.
9191         * marshal.c: Set the maxCapacity when creating a StringBuilder.
9193 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
9195         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
9196         threads before shutting down the runtime.
9198         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
9200 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
9202         * object-internal.h, threads.c: implement stacksize and 
9203         parameterized thread start functionality (requires
9204         matching corlib). Marked broken code for later removal.
9206 2005-01-12  Martin Baulig  <martin@ximian.com>
9208         * class-internals.h (MonoGenericClass): Moved the `initialized'
9209         flag to MonoDynamicGenericClass, removed `init_pending'.
9210         (MonoGenericInst): Added `is_reference' flag.
9212 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
9214         * reflection.c (mono_image_create_pefile): Only set the pe_offset
9215         inside the MSDOS header. Fixes #71201.
9217         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
9218         gc thread.
9219         (mono_domain_finalize): Ditto.
9221 2005-01-12  Martin Baulig  <martin@ximian.com>
9223         * class.c (mono_get_shared_generic_class): Use the cache for
9224         non-dynamic generic classes.
9226         * class-internals.h (mono_class_create_generic_2): Removed
9227         function prototype, this function is now static inside class.c.
9229         * class.c (mono_class_create_generic_2): Made this static, only
9230         call it from mono_class_init() and mono_class_setup_parent().
9231         (collect_implemented_interfaces_aux): Call mono_class_init() on
9232         the interfaces we collect.
9233         (mono_class_setup_vtable): Call mono_class_init (class->parent).
9235 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
9237         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
9238         it a real thread handle.
9240         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
9241         MonoJitExceptionInfo, since each catch clause needs its own variable.
9242         
9243 2005-01-11  Dick Porter  <dick@ximian.com>
9245         * image.c (mono_pe_file_open): New variant on mono_image_open()
9246         that does not set up the CLI metadata; used for FileVersionInfo so
9247         it can get the data for windows binaries too.
9248         
9249         * process.c (process_read_string_block): Don't read off the end of
9250         the StringTable block.
9252         These both fix bug 70766.
9254 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
9256         * gc.c: set some fields to NULL at GC cleanup time.
9257         * threads.c: if we quit the main thread, call exit ().
9259 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
9261         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
9263 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
9265         * threads.h, threads.c, object.c: added accessor and settor for
9266         main_thread. Handle it specially when exiting from it: wait
9267         for other foreground threads to exit.
9269 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
9271         * process.c, verify.c: remove some bloat.
9273 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
9275         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
9276         the calling convention to cdecl under win32.
9278 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
9280         * object.c (mono_object_get_size): New function to get the size of
9281         an object instance.
9283         * profiler.c (simple_allocation): Use above.
9285 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
9287         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
9288         ves_icall_System_AppDomain_getRootDomain (as it's not required to
9289         get an appdomain by it's id and we can't assume the root's id is 0).
9290         * domain-internals.h: Change the function prototype to match.
9291         * icall.c: Change the icall table for AppDomain.
9293 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
9295         * locales.c (string_invariant_compare_char): Only compute
9296         GUnicodeTypes in the case where we need them.  Test for ordinality
9297         first and return if so.
9299         From the commit:
9301                 /*
9302                  * FIXME: here we must use the information from c1type and c2type
9303                  * to find out the proper collation, even on the InvariantCulture, the
9304                  * sorting is not done by computing the unicode values, but their
9305                  * actual sort order.
9306                  */
9308 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
9310         * loader.c: for P/Invoke methods, allow the "Internal" shared
9311         library name to refer to the calling process symbol namespace.
9313 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
9315         * Makefile.am: Add the security manager to the build.
9316         * security-manager.c|h: New. Initialization of the security manager.
9318 2005-01-07  Dick Porter  <dick@ximian.com>
9320         * threads.c: 
9321         * monitor.c: Update thread state during Monitor and WaitHandle
9322         waits.  Fixes bug 71031.
9324 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
9326         * reflection.c (property_encode_signature): Correctly handle when the
9327         property has no methods.
9329 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
9331         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
9332         
9333         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
9334         fields from mb, not rmb. Fixes #71017.
9336         * marshal.c (emit_ptr_to_str_conv): Add support for 
9337         ByValTStr -> string conversion. Fixes #71015.
9339         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
9341         * mempool.c (mono_mempool_contains_addr): New helper function.
9343 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
9345         * metadata.c (mono_metadata_compute_size): Fix size calculation of
9346         HasSematics encoded fields.
9347         
9348         * metadata.c (mono_type_to_unmanaged): Improve error message for 
9349         invalid string marshalling.
9351         * metadata.c: Fix warnings.
9352         
9353 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
9355         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
9356         profiler support.
9358 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
9360         * domain.c object.c domain-internals.h: Revert part of r38077 since the
9361         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
9362         tests.
9364 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
9366         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
9367         so methods containing these can be AOTed.
9369 2005-01-03  Martin Baulig  <martin@ximian.com>
9371         * loader.c (find_method): Removed the hack for generic instances.
9372         (method_from_memberref): If our parent is a generic instance, pass
9373         its generic type definition to find_method() and then inflate the
9374         method.
9375         (mono_get_method_constrained): Pass the generic type definition to
9376         find_method() and inflate the method later.
9378         * class-internals.h (MonoStats): Added `generic_class_count'.
9380         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
9381         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
9383         * reflection.c (mono_custom_attrs_from_params): Don't ignore
9384         generic type definitions.
9386 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
9388         * loader.c icall.c: Fix warnings.
9390 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
9392         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
9393         blittable types. Fixes #70864.
9395 2004-12-29  Martin Baulig  <martin@ximian.com>
9397         * icall.c
9398         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
9400         * reflection.c (mono_method_get_object): Create a
9401         "System.Reflection.MonoGenericMethod" for inflated methods; don't
9402         call mono_get_inflated_method().
9404         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
9406 2004-12-27  Martin Baulig  <martin@ximian.com>
9408         * class-internals.h (MonoMethod): Added `is_inflated' flag.
9409         (MonoMethodInflated): Added `inflated' field.
9411         * class.c (mono_class_inflate_generic_method): Don't really
9412         inflate the method here; just set the `is_inflated' flag in the
9413         MonoMethod.
9414         (mono_class_get_inflated_method): Actually inflate the method here
9415         if it's not already inflated; we use the MonoMethodInflated's new
9416         `inflated' field as a cache.
9418 2004-12-26  Martin Baulig  <martin@ximian.com>
9420         * class.c
9421         (inflate_generic_class): Moved some code out of inflate_generic_type().
9422         (mono_class_inflate_generic_method): If we're already inflated,
9423         inflate the context and use the declaring method; ie. make sure
9424         the declaring method of an inflated method is always the generic
9425         method definition.
9426         (mono_class_create_from_typedef): Create
9427         `class->generic_container->context->gclass'.
9429 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
9431         * metadata-internals.h, marshal.c, reflection.c: More
9432         MonoGHashTable->GHashTable.
9434         * domain-internals.h, class.c: Change MonoGHashTable's into
9435         GHashTables for some cases where no gc stuff is used
9437         All users: update apis
9439 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
9441         * metadata.c (builtin_types): Make this `const'. Makes this get
9442         put into the shareable section.
9443         (mono_metadata_init): Casts to make gcc happy.
9445 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
9447         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
9449 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
9451         * icall.c: Added an internal call to retrieve the position and length
9452         of assembly-level declarative security attributes (RequestMinimum, 
9453         RequestOptional and RequestRefuse). This is used by the Assembly class
9454         to re-create the corresponding permission sets.
9456 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
9458         * marshal.c: fix the stelemref wrapper to be type correct
9459         (and faster).
9461 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
9463         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
9464         to do key & 0x7fffffff. Hashtable already does this. It just
9465         results in longer code.
9467 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
9469         * appdomain.c: Bump corlib version.
9470         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
9471         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
9472         * reflection.c|h: Add functions to get declarative security infos
9473         (blob position and length) for assemblies, classes and methods.
9475 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
9477         * reflection.c: sort the constant table (bug #70693).
9479 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
9481         * object-internals.h, threads.c, domain.c: add accessors for
9482         the MonoThread and MonoDomain tls keys.
9484 2004-12-18  Martin Baulig  <martin@ximian.com>
9486         * class.c (inflate_generic_type): If we're inflating a generic
9487         instance, set `ngclass->context->container = context->container';
9488         ie. the container we inflated into.
9490         * metadata.c (mono_metadata_parse_generic_param): Reflect above
9491         inflate_generic_type() changes.
9493 2004-12-17  Martin Baulig  <martin@ximian.com>
9495         * class-internals.h
9496         (MonoGenericClass): Replaced `MonoType *generic_type' with
9497         `MonoClass *generic_class'.  Removed `dynamic_info'; if
9498         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
9499         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
9501 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
9503         * exception.c (mono_exception_from_token): New helper function.
9505 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
9507         * assembly.c (mono_assembly_load_with_partial_name): Call 
9508         mono_assembly_loaded before invoking the preload hooks. Fixes
9509         #70564.
9511         * object-internals.h (MonoThread): Change culture_info and 
9512         ui_culture_info into an array.
9514         * threads.c: Cache culture info objects from more than one appdomain.
9516         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
9517         current UI culture.
9519 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
9521         * threads.h threads.c appdomain.c: Clear the culture_info field of
9522         all threads during unloading if they point to an object in the dying
9523         appdomain.
9525 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
9527         * culture-info.h (TextInfoEntry): New struct
9528         * object-internals.h: sync with managed
9529         * locales.c: fill the `text_info_data' field
9530         * culture-info-tables.h: update
9532 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
9534         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
9535         collector.
9537 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
9539         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
9540         (ves_icall_ModuleBuilder_getMethodToken): Ditto
9542 2004-12-12  Martin Baulig  <martin@ximian.com>
9544         * mono-debug-debugger.c (write_type): If we're an enum and the
9545         builtin types have already been initialized, call mono_class_init().
9547 2004-12-11  Martin Baulig  <martin@ximian.com>
9549         * metadata.c (mono_metadata_load_generic_params): Added
9550         `MonoGenericContainer *parent_container' argument; automatically
9551         compute `container->is_method'; pass the correct owner to
9552         get_constraints().      
9554         * reflection.c (compare_genericparam): Sort the GenericParam table
9555         according to increasing owners. 
9557 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
9559         * profiler.c: allow disabling the default profiler.
9561 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
9563         * decimal.c, icall.c: allow disabling System.Decimal support.
9565 2004-12-09  Marek Safar <marek.safar@seznam.cz>
9567         * reflection.c: Add support for null attribute arguments.
9569 2004-12-09  Martin Baulig  <martin@ximian.com>
9571         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
9572         names to get rid of compiler warnings.
9574 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
9576         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
9577         mono_marshal_load_type_info (). Fixes #69625.
9578         (mono_marshal_get_ptr_to_struct): Likewise.
9580 2004-12-08  Martin Baulig  <martin@ximian.com>
9582         * mono-debug.h: Bumped version number to 47.
9584         * mono-debug-debugger.c
9585         (mono_debugger_event_handler, mono_debugger_event): Take two
9586         guint64 arguments insteed of a gpointer and a guint32.  
9588 2004-12-08  Martin Baulig  <martin@ximian.com>
9590         * debug-mono-symfile.h
9591         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
9592         `address' to `native_offset'.
9594 2004-12-08  Martin Baulig  <martin@ximian.com>
9596         * class.c (mono_class_create_from_typespec): Only inflate if we
9597         either have `context->gclass' or `context->gmethod'.
9599 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
9601         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
9603         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
9605         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
9607         * reflection.c (mono_assembly_get_object): Remove the workaround put
9608         in for the release.
9609         
9610         * appdomain.c: Use the corlib_internal field from MonoAssembly.
9612         * appdomain.c: Bump corlib version.
9614         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
9615         be visible in other appdomains.
9617 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
9619         * threads.c: Interlocked inc and dec for longs were messed up,
9620         use a KISS based impl for this. Fixes 70234
9622 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
9624         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
9626 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
9628         * icall.c: fix to follow policy not to allow struct
9629         arguments in icalls.
9631 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9633         * process.c: make the patch that handles spaces in file paths work
9634         on mono/windows too.
9636 2004-12-06  Martin Baulig  <martin@ximian.com>
9638         * class.c (mono_class_create_generic): Call
9639         mono_class_setup_supertypes() if we're dynamic.
9640         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
9642 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
9644         * object-internals.h: Add new fields to MonoThread.
9646         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
9648         * icall.c threads-types.h threads.c: Add new icalls.
9650         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
9652         * object-internals.h (MonoReflectionAssembly): Sync object layout with
9653         managed side.
9655         * appdomain.c: Bump corlib version.
9657         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
9658         internal assemblies. Fixes #69181.
9660 2004-12-05  Martin Baulig  <martin@ximian.com>
9662         * class.c (mono_class_inflate_generic_signature): Make this a
9663         no-op if `context' is NULL or we don't have any type parameters;
9664         also copy `sentinelpos'.        
9666 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
9668         * image.c: Add unbox_wrapper_cache.
9670         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
9672         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
9673         function generator.
9674         
9675         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
9676         Fixes #70173.
9678         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
9679         
9680 2004-12-04  Martin Baulig  <martin@ximian.com>
9682         * loader.c (mono_method_get_signature_full): New public function;
9683         like mono_method_get_signature(), but with an additional
9684         `MonoGenericContext *' argument.
9686         * class.c (mono_class_inflate_generic_signature): Formerly known
9687         as inflate_generic_signature(); make this public.
9689 2004-12-04  Martin Baulig  <martin@ximian.com>
9691         * metadata.c
9692         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
9693         instead of a `MonoGenericContainer *'.  
9694         (mono_metadata_parse_array_full): Likewise.
9695         (mono_metadata_parse_signature_full): Likewise.
9696         (mono_metadata_parse_method_signature_full): Likewise.
9697         (mono_metadata_parse_generic_inst): Likewise.
9698         (mono_metadata_parse_generic_param): Likewise.
9699         (mono_metadata_parse_mh_full): Likewise.
9700         (mono_type_create_from_typespec_full): Likewise.
9702 2004-12-03  Martin Baulig  <martin@ximian.com>
9704         * class-internals.h (MonoGenericContainer): Replaced the
9705         `MonoGenericContext * pointer with a `MonoGenericContext'
9706         structure and made it the first element.
9708 2004-12-03  Martin Baulig  <martin@ximian.com>
9710         * class.c
9711         (inflate_generic_type): Set the `context->container' when creating
9712         a new MonoGenericContext.
9713         (mono_class_inflate_generic_method): Likewise.
9714         (mono_class_create_from_typespec): Just use `context->container'
9715         to get the container.
9717         * loader.c (method_from_methodspec): Set `context->parent' from
9718         `context->container' - and if that's a method container, use its
9719         parent.  Also set the `context->container' when creating a new
9720         MonoGenericContext.
9721         (mono_get_method_from_token): Use just `context->container' to get
9722         the container.
9724         * metadata.c (do_mono_metadata_parse_generic_class): Also set
9725         `gclass->context->container'.
9727         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
9728         the `context->container' when creating a new MonoGenericContext.
9730 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
9732         * reflection.c (compare_genericparam): Sort params with identical
9733         owner by their number. Fixes gen-111 on sparc.
9735 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
9737         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
9738         around the domain changes.
9740         * appdomain.c (mono_domain_unload): Handle the case when the thread
9741         calling Unload is itself being aborted during unloading. Fixes #70022.
9743         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
9745         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
9746         checkpoint_func as an icall so it gets a wrapper.
9747         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
9748         in the cross-appdomain wrappers too.
9750         * threads.c (mono_thread_has_appdomain_ref): Make this public.
9752         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
9754         * reflection.c: Fix some memory leaks.
9755         
9756 2004-12-02  Martin Baulig  <martin@ximian.com>
9758         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
9760         * metadata.c (generic_class_cache): New static hashtable.
9761         (mono_metadata_lookup_generic_class): New public method.
9763 2004-12-02  Martin Baulig  <martin@ximian.com>
9765         * class.c (mono_class_create_from_typedef): Call
9766         mono_class_setup_parent() and mono_class_create_mono_type() before
9767         parsing the interfaces.
9769 2004-12-02  Martin Baulig  <martin@ximian.com>
9771         * metadata.c (generic_inst_cache): New static hashtable.
9772         (mono_metadata_lookup_generic_inst): New public function.
9773         (mono_metadata_inflate_generic_inst): New public function.
9774         (mono_metadata_parse_generic_inst): New public function.
9775         (do_mono_metadata_parse_generic_class): Use the new
9776         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
9777         since this'll also use the cache.
9779         * reflection.c (mono_reflection_bind_generic_method_parameters):
9780         Use mono_metadata_lookup_generic_inst() to use the new cache.
9782         * class.c (inflate_mono_type): Use
9783         mono_metadata_inflate_generic_inst() to inflate a generic
9784         instance; this'll also use the new cache.
9786         * loader.c (method_from_methodspec): Use
9787         mono_metadata_parse_generic_inst() and
9788         mono_metadata_inflate_generic_inst() rather than parsing it
9789         manually, so we can use the new cache.
9791 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
9793         * threads.c (wait_for_tids): Do not incorrectly free threads when 
9794         the wait times out.
9796 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
9798         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
9799         iter->args based on whether parameters are passed in registers (i.e.
9800         MONO_ARCH_REGPARMS is defined)
9802 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
9804         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
9805         the exception message. Fixes #70070.
9806         (method_from_methodspec): Fix warnings.
9808 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9810         * process.c: (complete_path) return the path quoted
9812 2004-12-01  Martin Baulig  <martin@ximian.com>
9814         * class-internals.h (MonoGenericInst): New structure.
9815         (MonoGenericClass): Replaced `type_argc', `type_argv' and
9816         `is_open' with `MonoGenericInst *inst'.
9817         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
9818         `is_open' with `MonoGenericInst *inst'.
9820 2004-11-30  Martin Baulig  <martin@ximian.com>
9822         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
9824         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
9825         to `generic_class_cache'.
9827         * metadata.c
9828         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
9829         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
9830         (mono_generic_inst_is_valuetype): Renamed to
9831         mono_generic_class_is_valuetype().
9833         * class-internals.h
9834         (MonoGenericInst): Renamed to MonoGenericClass.
9835         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
9836         (MonoClass): Renamed `generic_inst' to `generic_class'.
9837         (MonoGenericContext): Renamed `ginst' to `gclass'.
9839         * object-internals.h
9840         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
9842         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
9843         mono_reflection_generic_class_initialize().
9845         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
9846         now known as "System.Reflection.MonoGenericClass".
9847         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
9849 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
9851         * class-internals.h: Added a flag field to MonoClass to cache the
9852         declarative security attributes actions associated with the class.
9853         * domain-internals.h: Added booleans to MonoJitInfo to cache the
9854         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
9855         applicable to the JITted method.
9856         * reflection.c|h: Added functions to extract (as flags) which security
9857         actions are available (declaratively) for a method, class or assembly.
9858         * metadata.c|h: Added functions to search the declarative security
9859         table in the metadata.
9860         
9861 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
9863         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
9864         EXPORTEDTYPES are already in the class name cache, so there is no
9865         need to add extra code here to look at them. Just removes a bit of
9866         cruft.
9868         (ves_icall_System_Environment_get_TickCount): No need for #if
9869         WINDOWS. We already have the code in io-layer.
9871 2004-11-28  Martin Baulig  <martin@ximian.com>
9873         * loader.c
9874         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
9875         Fixes gen-112.cs.
9877 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
9879         * assembly.c (do_mono_assembly_open): Instead of having a
9880         conditional WITH_BUNDLE, incorporate support for bundles here, by
9881         having a global `bundles' variable holding a pointer to the actual
9882         bundles. 
9884         (mono_register_bundled_assemblies): New API call used by the
9885         bundle code. 
9887         See mkbundle.1 for details.
9888         
9889 2004-11-27  Martin Baulig  <martin@ximian.com>
9891         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
9892         the vtable for generic methods.
9894 2004-11-26  Martin Baulig  <martin@ximian.com>
9896         * metadata.c
9897         (mono_metadata_generic_method_hash): New public function.
9898         (mono_metadata_generic_method_equal): Likewise.
9900         * class-internals.h
9901         (MonoGenericContainer): Added `GHashTable *method_hash'.
9903         * reflection.c (ReflectionMethodBuilder): Added
9904         `MonoGenericContainer *generic_container'.
9905         (reflection_methodbuilder_to_mono_method): Don't create a new
9906         MonoGenericContainer each time we're called.
9907         (mono_reflection_bind_generic_method_parameters): Use
9908         `container->method_hash' to cache the results so we don't create a
9909         different method if we're called several times with the same
9910         arguments.
9912         * loader.c (method_from_methodspec): Use the new
9913         `container->method_hash' here, too.
9915 2004-11-26  Martin Baulig  <martin@ximian.com>
9917         * class.c (inflate_generic_signature): Correctly compute
9918         `res->has_type_parameters'.
9919         (mono_class_vtable): Use the `has_type_parameters' flag to
9920         determine whether we're a generic method.
9922         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
9924 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
9926         * object.c (mono_runtime_run_main): Fix a small memory leak.
9928 2004-11-25  Martin Baulig  <martin@ximian.com>
9930         * class.c (set_generic_param_owner): Fixed the loop.
9932 2004-11-25  Martin Baulig  <martin@ximian.com>
9934         * object.c (mono_class_vtable): Don't create any JIT wrappers for
9935         generic methods.
9937 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
9939         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
9940         names. Fixes #69787.
9942 2004-11-24  Martin Baulig  <martin@ximian.com>
9944         * class.c (mono_class_create_generic_2): If we don't have a
9945         `ginst->parent', inflate `gklass->parent' to get our parent.
9947 2004-11-24  Martin Baulig  <martin@ximian.com>
9949         * reflection.c (compare_genericparam): Correctly sort the
9950         GenericParam table; fixes #69779.
9952 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
9954         * reflection.c: When writing a PE file, don't create a huge
9955         buffer in memory. Just write the arrays we have to the file.
9956         This reduces memory usage.
9958         * metadata-internals.h: MonoDynamicStream pefile is no longer used
9959         globally.
9961 2004-11-17  Martin Baulig  <martin@ximian.com>
9963         * class.c (mono_class_init): Don't setup `class->parent' for
9964         dynamic instances; moved this to mono_class_generic_2().
9965         (mono_class_create_generic): Also set `klass->inited' for dynamic
9966         generic instances.
9967         (mono_class_create_generic_2): Don't do anything for dynamic
9968         generic instances.  Set `klass->parent' here and also call
9969         mono_class_setup_parent() here. 
9971         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
9972         `MonoType *parent' argument; set `ginst->parent' before calling
9973         mono_class_create_generic_2(), so we set the correct parent.
9975 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
9977         * reflection.c: allow getting attributes from ModuleBuilder
9978         (used by ikvm).
9980 2004-11-17  Martin Baulig  <martin@ximian.com>
9982         * class.c (mono_class_create_from_typedef): If a type parameter is
9983         inherited from an outer class, set its owner to that class.
9985 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
9987         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
9988           for (int*) written size. This fixes bug #69592.
9990 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
9992         * icall.c: Added IsAuthenticodePresnet internal call.
9993         * image.c|h: New function that check a MonoImage for an Authenticode
9994         signature in the certificate PE data directory.
9995         * security.c|h: New internal call to ask the runtime if an 
9996         Authenticode signature seems referenced in the PE header.
9998 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
10000         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
10002         * reflection.c (mono_image_create_pefile): Free the assembly streams
10003         after writing out the assembly file.
10005         * object.c (mono_runtime_run_main): Fix small memory leak.
10007         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
10008         property access modifiers. Fixes #69389.
10010 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
10012         * domain.c, object.c, object-internals.h, domain-internals.h,
10013         object.h, marshal.c: keep dynamic code info per domain.
10015 2004-11-15  Martin Baulig  <martin@ximian.com>
10017         * class.c (mono_type_get_name_recurse): Put type arguments in
10018         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
10019         see bug #68387.
10021 2004-11-15  Martin Baulig  <martin@ximian.com>
10023         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
10024         (mono_class_setup_vtable): When computing `the_cname' for a
10025         generic instance, don't include the namespace since we'd otherwise
10026         add it twice.
10028 2004-11-15  Martin Baulig  <martin@ximian.com>
10030         * class.c (mono_class_create_generic): Changed return type to void.
10031         (mono_class_create_generic_2): New public function; setup
10032         `class->method', `class->field' and `class->interfaces' here
10033         instead of in mono_class_init().
10035         * class.h (mono_class_create_generic): Moved to class-internals.h.
10037 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
10039         * reflection.c (mono_image_create_pefile): take a file HANDLE.
10040         rather than writing to memory, write to this file. Right now,
10041         we are just writting into a buffer, and copying that. However
10042         we can avoid the buffer later.
10044         (mono_dynamic_stream_reset): new function
10046         * icall.c, object-internals.h: update for the above.
10048 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
10050         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
10051         have been using gc'd memory. First it is slower, unlikely
10052         the comment in the source code said, secondly, it increases
10053         our footprint to do it in the gc.
10055         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
10056         the method so that it does not have to copy to managed code.
10058 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
10060         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
10062 2004-11-12  Martin Baulig  <martin@localhost>
10064         * reflection.c (mono_image_create_token): Allow generic method
10065         definitions here, since they may appear in an `.override'; see
10066         gen-98/gen-99 for an example.
10068 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
10070         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
10071         #69365.
10073         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
10074         descriptive.
10076 2004-11-11  Martin Baulig  <martin@ximian.com>
10078         * class.c (mono_class_setup_vtable): In an explicit interface
10079         implementation, the method name now includes the arity.
10081 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
10083         * object.c (mono_array_full_copy): Fix warning.
10085 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
10087         * appdomain.c: Removed look_for_method_by_name(). Use the new method
10088         mono_class_get_method_from_name() instead.
10089         
10090         * class-internals.h: Added two new types of wrappers. 
10091         Added MonoRemotingTarget enum. Added new trampoline function type, which
10092         takes an additional MonoRemotingTarget value as parameter, so it is
10093         possible to request a trampoline for a specific target.
10094         
10095         * class.c: Added new mono_class_get_method_from_name() method.
10096         
10097         * class.h: In MonoRemoteClass, we can have now to vtables, one for
10098         general remoting sinks and one specific for cross domain calls.
10099         
10100         * debug-helpers.c: Added new wrapper names.
10101         
10102         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
10103         of a remote class.
10104         
10105         * image.c: Porperly delete value objects form the remoting invoke hashtable.
10106         
10107         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
10108         with several other methods (mono_marshal_get_xappdomain_dispatch,
10109         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
10110         and others) can generate a fast remoting wrapper for cross domain calls.
10111         More information can be found in docs/remoting.
10112         Other changes: Removed mono_find_method_by_name, and used
10113         mono_class_get_method_from_name instead.
10114         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
10115         is stored in the remoting invoke hashtable.
10116         
10117         * marshal.h: published the new method for getting the xdomain wrapper,
10118         and also added a method for getting the adequate wrapper for a given
10119         method and target.
10120         
10121         * object-internals.h, object.c: Added a couple of methods for capying and
10122         cloning arrays.
10123         Modified mono_install_remoting_trampoline, which takes the new remoting
10124         trampoline that has a remoting target as parameter.
10125         mono_class_proxy_vtable now also takes a remoting target as parameter, and
10126         will return the most suitable vtable for the target.
10127         Added mono_remote_class_vtable, which returns the vtable of a remote class
10128         (which can be the normal remoting vtable or the xdomain vtable).
10129         
10130         * threads.c: the xdomain invoke and dispatch wrappers must also be
10131         protected against interruptions.
10133 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10135         * icall.c: use memmove in BlockCopyInternal when the source and
10136         destination arrays are the same.
10138 2004-11-09  Martin Baulig  <martin@ximian.com>
10140         * class-internals.h (MonoGenericContainer): Removed `method' and
10141         `signature', replaced them with `is_method' and `is_signature'
10142         flags.  Added `context'.
10144         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
10145         instead of a `MonoGenericContainer *'.
10147         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
10148         for dynamic type parameters.
10149         (mono_metadata_load_generic_params): Setup `container->context'.
10151         * reflection.c (mono_reflection_setup_generic_class): Setup
10152         `tb->generic_container->context'.
10153         (do_mono_reflection_bind_generic_parameters): Use
10154         mono_class_inflate_generic_type() to correctly inflate types,
10155         rather than using our own hack just for MONO_TYPE_VAR.
10157 2004-11-09  Martin Baulig  <martin@ximian.com>
10159         * class.c (mono_class_inflate_generic_method): Small fix; don't
10160         crash here.
10162         * icall.c
10163         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
10164         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
10165         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
10166         (ves_icall_Type_BindGenericParameters): Likewise.
10167         (ves_icall_Type_get_IsGenericInstance): Likewise.
10168         (ves_icall_Type_GetGenericParameterPosition): Likewise.
10169         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
10170         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
10171         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
10173 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
10175         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
10176         assembly versions and public key tokens. Fixes #69113.
10178 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
10180         * metadata.c: fix bug introduced with the type cache changes
10181         on 2004-11-06.
10183 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
10185         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
10186         the MonoClass pointer instead of the token in exception clauses.
10187         * reflection.c: updates for the above and make the code not depend
10188         on the structure of MonoExceptionClause.
10190 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
10192         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10193         Add support for dynamic assemblies. Fixes #69114.
10195         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
10197 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
10199         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
10200         since most only those methods use it. the code member of
10201         MonoMethodPInvoke was dead, so that can be removed too. Also,
10202         remove inline_count (again, not used), and move slot so that it
10203         can share bits with some other flags. This saves 8 bytes in the
10204         structure and gives us about 50 kb back for mcs helloworld.cs
10206         * *.[ch]: Do naming changes for the above.
10208         * loader.c (mono_method_get_header): Lazily init the header
10209         on first access.
10210         (mono_get_method_from_token): don't init the header here
10211         (mono_free_method): the header may never be allocated
10213         Overall, this saves 150 kb of unmanaged allocations
10214         for mcs helloworld.cs. That accounts for 10% of the unmanaged
10215         memory at runtime.
10216         
10217         * loader.c, loader.h (mono_method_get_header): new accessor.
10219         * *.[ch]: use the above method. Prepares us to lazily load
10220         the header.
10222         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
10223         three warnings, which are actual bugs (see 69206).
10225         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
10226         unused. Saves a cool 4 bytes / method.
10228 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
10230         * metadata.c (builtin_types): Add types for System.Object here.
10231         (mono_metadata_parse_type_full): Cache MonoType*'s that are
10232         for a class or valuetype from klass->this_arg or klass->byval_arg.
10234         On mcs for a hello world, this gets us down from 21836 MonoType's
10235         to 14560.
10237         (mono_metadata_free_type): Account for the above change.
10239 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
10241         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
10242         exception instead of asserting if name is null.
10243         (ves_icall_System_AppDomain_GetData): Ditto.
10245 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
10247         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
10248         EnumBuilder.
10250         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
10251         Return NULL when the domain does not have entry_assembly set.
10253         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
10254         Add a 'resource_modules' argument.
10255         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
10257         * reflection.c (mono_reflection_create_runtime_class): Move setting
10258         of wastypebuilder here, so mono_get_type_object () returns a MonoType
10259         for enums too.
10261         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
10262         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
10263         Throw an ArgumentNullException if 'ptr' is null.
10265         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
10266         assemblies here. Fixes #69020.
10268 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
10270         * reflection.c (build_compressed_metadata): Fix the previous patch for
10271         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
10272         the stack.
10274 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
10276         * assembly.c (mono_assembly_names_equal): Allow a match if one of
10277         the cultures is false. Fixes #69090.
10279         * reflection.c (build_compressed_metadata): Fix invalid memory read 
10280         detected by valgrind.
10281         
10282         * reflection.c (mono_reflection_get_type): Avoid triggering a 
10283         TypeResolve multiple times for the same type. Fixes #65577.
10285 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
10287         * marshal.c: Avoid using ldftn to call managed functions. It is
10288         much slower than just a call.
10290         * reflection.c (mono_module_get_object): free the basename we
10291         allocate here from glib.
10292         
10293         * reflection.c (ensure_runtime_vtable): make sure to free
10294         overrides.  Also, we were allocating an array of MonoMethod not an
10295         array of MonoMethod*.
10297         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
10299         * image.c (mono_image_close): free image->guid here.
10301 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
10303         * reflection.c: Fix some spec conformance issues with the PE file
10304         structures so mcs compiled apps run on the Net 2.0 beta.
10306 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
10308         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
10309         Implement this. Fixes #67264.
10311         * debug-helpers.h debug-helpers.c marshal.c: Move 
10312         mono_find_method_by_name to debug-helpers.c.
10314 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
10316         * object.c (mono_release_type_locks): type_initialization_hash is
10317         a GHashTable.
10319         * reflection.c object.c object-internals.h: Fix warnings.
10321         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
10322         without accessors. Fixes #61561.
10324         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
10325         application base from the root domain if not set. Fixes #65641.
10326         (mono_runtime_init): Fix warning.
10328 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10330         * appdomain.c: call mono_thread_pool_init.
10331         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
10332         of worker threads based on the number of CPUs and the environment
10333         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
10334         for non-windows (windows) systems.
10336 2004-10-27  Chris Toshok  <toshok@ximian.com>
10338         * mono-debug-debugger.c (write_class): don't call mono_class_init
10339         here, as even with the check for (!klass->init_pending), we get
10340         into a situation where we're hitting cycles in class
10341         initialization.  Fixes #68816.
10343 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
10345         * image.c: Avoid overwriting values in the loaded_images_hash when an
10346         assembly is loaded multiple times. Fixes #61152.
10348         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
10349         so multiple satellite assemblies for the same name can be loaded.
10350         Fixes #68259.
10352         * mono_domain_assembly_preload: Actually return the loaded assembly, 
10353         not NULL.
10355         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
10356         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
10358         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
10359         pending finalizers are not invoked after the appdomain has been 
10360         unloaded. Fixes #67862.
10362 2004-10-22  Martin Baulig  <martin@ximian.com>
10364         * mono-debug-debugger.c
10365         (mono_debugger_runtime_invoke): Don't box valuetypes.
10367 2004-10-22  Chris Toshok  <toshok@ximian.com>
10369         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
10370         don't hide private methods.
10372 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
10374         * icall.c: Allows the runtime to "share" (when known) the public key
10375         token of an assembly. This avoid the need to recalculate the token 
10376         (from the public key) in managed code.
10378 2004-10-21  Chris Toshok  <toshok@ximian.com>
10380         * debug-helpers.c (append_class_name): argh, revert last patch.
10381         
10382 2004-10-21  Chris Toshok  <toshok@ximian.com>
10384         * debug-helpers.c (append_class_name): use '+' as the delimiter,
10385         not '/', so that it matches what the debugger uses to look up
10386         methods.
10388 2004-10-21  Martin Baulig  <martin@ximian.com>
10390         * mono-debug-debugger.c (mono_debugger_throw_exception): New
10391         public method; this is called each time an exception is thrown and
10392         allows the debugger to use exception catch points.
10394 2004-10-21  Martin Baulig  <martin@ximian.com>
10396         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
10397         the stack pointer and the exception object in some struct and pass
10398         that to the debugger.
10400 2004-10-21  Chris Toshok  <toshok@ximian.com>
10402         * mono-debug-debugger.c (do_write_class): add instance/static
10403         event support.  We don't expose "raise" or "other" yet.
10404         (event_is_static): new method.
10406 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
10408         * mono-debug-debugger.c
10409         (mono_debugger_handle_exception): Remove
10410         bogus return value for fussy compilers.
10412 2004-10-20  Martin Baulig  <martin@ximian.com>
10414         * mono-debug-debugger.c
10415         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
10416         (mono_debugger_handled_exception): Likewise.
10418 2004-10-20  Martin Baulig  <martin@ximian.com>
10420         * mono-debug-debugger.h (MonoDebuggerEvent): Added
10421         MONO_DEBUGGER_EVENT_EXCEPTION.
10423         * mono-debug-debugger.c (mono_debugger_handle_exception): New
10424         public function to send the debugger a notification for an
10425         exception and inform it about a catch/finally clause.
10427 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
10429         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
10430         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
10431         fix 2.95 build. 
10433         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
10435 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
10437         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
10438         marshalled as [In,Out]. Fixes #58325.
10440 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
10442         * reflection.c (mono_method_body_get_object): Implement some fields.
10444 2004-10-12  Martin Baulig  <martin@ximian.com>
10446         * reflection.c (mono_reflection_bind_generic_parameters): Small
10447         fix, correctly retrieve our parent from a generic instance.
10449 2004-10-12  Martin Baulig  <martin@ximian.com>
10451         * metadata.c (mono_metadata_generic_param_equal): We always have
10452         an owner.
10454         * class.c
10455         (mono_class_from_generic_parameter): We need to have an owner.
10456         (my_mono_class_from_generic_parameter): Likewise.
10458         * reflection.c (mono_reflection_setup_generic_class): Renamed to
10459         mono_reflection_create_generic_class() and added a new
10460         mono_reflection_setup_generic_class().  
10461         (mono_reflection_initialize_generic_param): If we're a nested
10462         generic type and inherited from the containing class, set our
10463         owner to the outer class.
10465 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
10467         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
10469         * reflection.c (mono_method_body_get_object): New function to create
10470         a MethodBody object.
10472         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
10474 2004-10-11  Martin Baulig  <martin@ximian.com>
10476         * metadata.c (_mono_metadata_type_equal): Renamed to
10477         do_mono_metadata_type_equal() and made static.
10479 2004-10-11  Martin Baulig  <martin@ximian.com>
10481         * appdomain.c: Bump corlib version number to 28.
10483 2004-10-10  Martin Baulig  <martin@ximian.com>
10485         * class-internals.h
10486         (MonoGenericInst): Added `MonoGenericContainer *container'.
10487         (MonoGenericMethod): Likewise.
10488         (MonoGenericContext): Likewise.
10489         (MonoGenericParam): Added `MonoGenericContainer *owner'.
10491         * metadata.c
10492         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
10493         (do_mono_metadata_parse_generic_inst): Likewise.
10494         (mono_metadata_parse_type_full): New public method.  This is the actual
10495         mono_metadata_parse_type() implementation - with an additional
10496         `MonoGenericContainer *' argument.
10497         (mono_metadata_parse_array_full): Likewise.
10498         (mono_metadata_parse_signature_full): Likewise.
10499         (mono_metadata_parse_method_signature_full): Likewise.
10500         (mono_metadata_parse_mh_full): Likewise.
10501         (mono_type_create_from_typespec): Likewise.
10502         (mono_metadata_interfaces_from_typedef_full): New public method;
10503         this is similar to the other _full() methods, but we take a
10504         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
10505         (mono_metadata_parse_generic_param): Take an additional
10506         `MonoGenericContainer *' argument and lookup the MonoGenericParam
10507         from that container.
10508         (mono_metadata_generic_param_equal): New static method to compare
10509         two type parameters.
10510         (_mono_metadata_type_equal): New static method; takes an
10511         additional `gboolean signature_only' argument - if true, we don't
10512         compare the owners of generic parameters.
10513         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
10514         with a TRUE argument - do a signature-only comparision.
10516         * loader.c: Use the new _full() methods and pass the
10517         MonoGenericContainer to them.
10519         * object-internals.h (MonoReflectionTypeBuilder): Added
10520         `MonoGenericContainer *generic_container' field.
10521         (MonoReflectionMethodBuilder): Likewise.
10523 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
10525         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
10526         case initial images of dynamic assemblies.
10528         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
10530         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
10532         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
10533         length of event->other array.
10534         (typebuilder_setup_events): Ditto.
10536         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
10537         'assembly_by_name' and add an 'assemblies' list.
10539         * assembly.h assembly.c: Add a new search hook for determining whenever
10540         an assembly is already loaded. Use this instead of searching in the
10541         loaded_assemblies list.
10543         * domain.c appdomain.c: Implement the new search hook so loaded 
10544         assemblies are now scoped by appdomain. Fixes #67727.
10546 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
10548         * threads.c (mono_thread_attach): Initialize synch_lock field so
10549         mono_thread_detach works again.
10551         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
10552         'lib' too. Fixes #63130.
10554 2004-10-06  Jackson Harper  <jackson@ximian.com>
10556         * culture-info-tables.h: regenerated.
10558 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
10560         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
10561         implemented by other interfaces in the result. Fixes #65764.
10562         
10563         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10564         Handle unloadable modules without crashing.
10566         * image.c (load_modules): Revert the previous patch since modules must
10567         have a fixed index inside the array.
10568         
10569         * image.c (load_modules): Don't include native modules in the modules
10570         array.
10572 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
10574         * reflection.h: Add param_defaults field.
10576         * reflection.c: Add support for parameter defaults in dynamic methods.
10577         Fixes #64595.
10579         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
10580         an empty string when a type has no namespace. Fixes #64230.
10582 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
10584         * tabledefs.h: Added "internal" security actions to support non-CAS
10585         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
10586         Note: they do not seems to be used anymore in 2.0 (new metadata format)
10588 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
10590         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
10591         constructor of abstract class. Fixes #61689.
10593 2004-10-04  Martin Baulig  <martin@ximian.com>
10595         * class-internals.h (MonoGenericContainer): New type.
10596         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
10597         `MonoGenericContainer *generic_container'.
10598         (MonoClass): Replaced `gen_params' and `num_gen_params' with
10599         `MonoGenericContainer *generic_container'.
10601         * metadata.c (mono_metadata_load_generic_params): Return a
10602         `MonoGenericContainer *' instead of a `MonoGenericParam *';
10603         removed the `num' argument.
10605 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
10607         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
10608         for dynamic images.
10610         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
10611         machine fields.
10613         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
10615         * reflection.c: Save pe_kind and machine values into the generated
10616         image file.
10618         * appdomain.c: Bump corlib version number.
10620         * object-internals.h: Reorganize layout of LocalBuilder.
10622         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
10623         New helper function.
10625         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
10626         created MonoType for dynamic types. Fixes #66180.
10628 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
10630         * threadpool.c: the ares hashtable needs a critical section around it.
10631         this prevents some nasty segfaults
10633 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
10635         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
10636         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
10637         bug 67324).
10638         
10639 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
10641         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
10642         
10643 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
10645         * image.c: Always canonicalize image file names, to avoid loading
10646         the same assembly twice when referenced using a relative path.
10648 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
10650         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
10652         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
10654         * marshal.c: Fix warnings.
10656 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
10658         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
10659         attempting to marshal the delegate_trampoline as the method_addr.
10660         This patch has a static hashtable of marshalled delegates so that 
10661         we can map delegate_trampoline addresses back to delegates.  This
10662         allows a delegate passed to managed code to be passed back into native
10663         code.  Fixes #67039
10665 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
10667         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
10669         * reflection.c (method_encode_code): Align method headers properly.
10670         Fixes #66025.
10672 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
10674         * marshal.c: In the runtime invoke wrapper, reset the abort
10675         exception if it is cached. This avoids the automatic rethrowal of 
10676         the exception after the catch of the wrapper. Also check for pending
10677         interruptions before calling the managed method. This is done using
10678         the new method emit_thread_force_interrupt_checkpoint, since the
10679         normal checkpoint method is ignored when running the invoke wrapper.
10680         * object.c: If the abort exception is rethrown, set the abort_exc
10681         field of the thread, so it will be rethrown aftere every catch.
10682         * threadpool.c: Only run an interruption checkpoint if what has been
10683         requested is a stop of the thread (aborts will be ignored).
10684         * threads.c: By default, a thread will now never be interrumped while
10685         running the runtime invoke wrapper (this ensures that runtime_invoke
10686         will always return to the caller if an exception pointer is provided).
10687         There is a new special method mono_thread_force_interruption_checkpoint()
10688         to force an interruption checkpoint even if running a protected
10689         wrapper, which is used by the same runtime invoke wrapper to do a check
10690         at a safe point.
10692 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
10694         * object.c, object-internals.h: Implemented mono_release_type_locks,
10695         which releases the cctor locks held by a thread.
10696         * threads.c, threads.h: In thread_cleanup, release cctor locks held
10697         by a thread. Added mono_thread_exit() method to be used to safely stop
10698         a thread.
10700 2004-09-28  Raja R Harinath  <rharinath@novell.com>
10702         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10703         Move null check before dereference.  Avoid indexing beyond the end
10704         of the 'modules' array.
10706 2004-09-28  Raja R Harinath  <rharinath@novell.com>
10708         * metadata-internals.h (MonoImage): Add module_count field.
10709         * image.c (load_modules): Set image->module_count.
10710         (mono_image_load_file_for_image): Use image->module_count.
10711         * reflection.c (mono_image_load_module): Append to image->modules array 
10712         of dynamic assembly.
10713         (mono_module_get_object): Fix loop to actually increment index.
10714         Use image->module_count.
10715         * assembly.c (mono_assembly_load_references): Use image->module_count.
10716         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
10717         Likewise.
10719 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
10721         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
10722         Avoid assert on generic types.
10724 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
10726         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
10728         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
10730         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
10731         function to convert a MarshalSpec structure to its managed counterpart.
10733         * reflection.c: Fix warnings.
10734         
10735         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
10736         field.
10738         * icall.c (mono_create_icall_signature): Fix build.
10740 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
10742         * icall.c: Add MakePointType icall.
10744         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
10745         warnings.
10747 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10749         * threadpool.c: reuse allocated slots in the queue.
10751 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
10753         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
10755         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
10757         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
10758         previous change.
10760         * tabledefs.h: Add constants for pinvoke attributes BestFit and
10761         ThrowOnUnmappableChar.
10763         * icall.c (ves_icall_Type_GetPacking): New icall.
10765 2004-09-24  Martin Baulig  <martin@ximian.com>
10767         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
10769 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10771         * appdomain.c:
10772         (mono_domain_set): allow setting a domain that is being unloaded.
10773         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
10774         being unloaded.
10776 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
10778         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
10779         the GetCustomAttributes icall.
10781 2004-09-23  Martin Baulig  <martin@ximian.com>
10783         * object-internals.h (MonoReflectionGenericParam): Replaced
10784         'has_ctor_constraint', `has_reference_type' and `has_value_type'
10785         with `guint32 attrs'.
10787 2004-09-23  Martin Baulig  <martin@ximian.com>
10789         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
10791 2004-09-23  Martin Baulig  <martin@ximian.com>
10793         * object-internals.h (GenericParameterAttributes): New enum.
10795 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
10797         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
10798         
10799         * class.c (init_events): Fill out event->other field.
10801         * class.c: Fix warnings.
10803         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
10805 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
10807         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
10808         walk which doesn't supply the IL offset.
10810 2004-09-22  Martin Baulig  <martin@ximian.com>
10812         * reflection.c (mono_reflection_setup_internal_class): If we're
10813         System.ValueType, System.Object or System.Enum, set
10814         `klass->instance_size' and create the vtable.
10815         (mono_reflection_create_internal_class): If we're an enum type,
10816         get the base class from our current corlib.
10818 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
10820         * reflection.h (MonoResolveTokenError): New type.
10822         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
10823         icall.
10825         * icall.c: Add an 'error' argument to the ResolveToken icalls.
10827 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
10829         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
10830         Support also calling constructors, but only for already allocated objects.
10832 2004-09-17  Geoff Norton <gnorton@customerdna.com>
10834         * reflection.c (type_get_qualified_name): If the klass is null
10835         return the typename to avoid a NullRefEx.
10836         (encode_cattr_value): Get the qualified name of the boxed type,
10837         not the underlying enumtype.  Fixes #62984.
10839 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
10841         * marshal.c: Fix problems with previous checkin.
10843 2004-09-21    <vargaz@freemail.hu>
10845         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
10846         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
10848         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
10850 2004-09-21  Geoff Norton <gnorton@customerdna.com>
10852         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
10853         should only return a type for pointers, arrays, and passbyref types.
10854         Fixes bug #63841.
10856 2004-09-21  Martin Baulig  <martin@ximian.com>
10858         * domain.c (mono_debugger_check_runtime_version): New public
10859         function.
10861         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
10863 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
10865         * reflection.c: Added missing sort to the declarative security 
10866         attributes table. MS implementation stops seeing the attributes if the
10867         token number regress in the table (as shown by ildasm and permview).
10869 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
10871         * object-internals.h (MonoReflectionModule): Add 'token' field.
10872         
10873         * reflection.c (mono_reflection_get_token): Add support for Module
10874         and Assembly.
10875         (mono_module_get_object): Set 'token' field.
10876         (mono_module_file_get_object): Set 'token' field.
10878         * icall.c: Add new Assembly and Module icalls.
10880         * appdomain.c: Bump corlib version.
10882 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
10884         * loader.h loader.c class.h class.c: Add helper functions for obtaining
10885         tokens of metadata objects.
10887         * reflection.h reflection.c (mono_reflection_get_token): New function
10888         to obtain the token of a metadata object.
10890         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
10892 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
10894         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
10895         
10896         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
10898 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
10900         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
10901         * object-internals.h: Added 3 MonoArray* members to MonoReflection
10902         AssemblyBuilder to access the permissions set in the class lib.
10903         * reflection.c: Added security attributes encoding step in 
10904         mono_image_build_metadata.
10905         * tabledefs.h: Added new security actions defined in 2.0:
10906         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
10908 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
10910         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
10911         macro parameter.
10913 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
10915         * locales.c: nullify the ICU_collator member of CompareInfo when it is
10916           finalized. There where random SIGSEVs at program termination, when
10917           an object being finalized was trying to do a string comparison and
10918           the current culture was already finalized.
10920 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10922         * threads.c: call thread_cleanup before finishing the thread if we get
10923         there.
10925 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
10927         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
10928         assemblies from the parent. Fixes #65665.
10930 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
10932         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
10933         modifiers.
10935 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
10937         * reflection.h: add prototype for mono_get_dbnull_object
10938         * reflection.c: add prototypes for get_default_param_value_blobs 
10939         and mono_get_object_from_blob for fussier compilers
10941 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
10943         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
10944         false deadlock checks in class initialization.
10946 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
10948         * image.c (mono_image_addref): Fix comment.
10950         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
10951         possible.
10953 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
10955         * reflection.c (mono_param_get_objects): Modified to return
10956         ParameterInfo.DefaultValue object.
10958         (get_default_param_value_blobs):
10959         (mono_get_object_from_blob):
10960         (mono_get_dbnull_object): New helper routines. 
10962         * object.c (mono_get_constant_value_from_blob): New helper routine
10963         carved out from get_default_field_value ()
10965         * object-internals.h (mono_get_constant_value_from_blob): Added
10966         function declaration.
10968 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
10970         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
10971         referenced assemblies. Fixes #62135.
10973         * exception.h exception.c (mono_get_exception_file_not_found2): New
10974         helper function.
10976 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
10978         * class.h class.c: Add mono_type_get_underlying_type ().
10980 2004-09-09  Geoff Norton <gnorton@customerndna.com>
10982         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
10983         Fix GetTypes() to support dynamically created assemblies.
10985 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
10987         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
10988         
10989         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
10990         previous patch.
10992         * reflection.h reflection.c loader.c: Allow dynamic construction of
10993         pinvoke methods. Fixes #65571.
10994         
10995         * reflection.c (mono_reflection_get_type): Revert previous change since
10996         it causes regressions.
10998 2004-09-08  Martin Baulig  <martin@ximian.com>
11000         * class.c (class_compute_field_layout): Don't call
11001         mono_class_layout_fields() for open generic instances.
11003 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
11004         * threads.c appdomain.c: fix typo in GC macro
11006 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11008         * threads.c: don't call mono_thread_detach() in start_wrapper(),
11009         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
11011 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
11013         * image.c (mono_image_close): Applied patch from 
11014         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
11015         assembly is loaded multiple times from data.
11016         
11017         * image.c (mono_image_open): Fix warning.
11019 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
11021         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
11022         once. Fixes #58334.
11023         
11024         * reflection.c (mono_reflection_create_runtime_class): Initialize
11025         klass->nested_classes. Fixes #61224.
11027 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
11029         * threads.c: sched_yield() on exit, to allow threads to quit.
11031 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
11033         * object.c (mono_unhandled_exception): Remove leftover debug code.
11035 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
11037         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
11039 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
11041         * marshal.c (emit_marshal_array): Really null terminate string arrays.
11042         
11043         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
11045 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11047         * marshal.c (emit_marshal_array): Null terminate string arrays.
11048         
11049         * marshal.c (raise_auto_layout_exception): Fix warning.
11051         * reflection.c (mono_param_get_objects): Initialize the default value
11052         with DBNull.Value, not null. Fixes #62123.
11054 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
11056         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
11057         throw an exception with a cute explanation.
11059 2004-09-06  Dick Porter  <dick@ximian.com>
11061         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
11062         Close the new process's thread handle, as we don't use it.  The
11063         handle stays around forever otherwise.
11065 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11067         * object.c (arith_overflow): Fix warning.
11069         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
11070         calling conventions in method refs. Fixes #65352.
11072         * reflection.c: Fix warnings.
11074 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
11076         * icall.c: Add a new icall for Array.Clear
11078 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
11080         * object.c: When allocating an array, we have to throw
11081         an overflow exception if any of the lengths are < 0.
11083 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11085         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
11086         properly. Also move implementation of string array marshalling to 
11087         managed code. Fixes #42316.
11089 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11091         * assembly.c: provide more information when loading an assembly fails.
11093 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11095         * filewatcher.c: don't expect the development fam package to be
11096         installed.
11098 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
11100         * marshal.c: Make a copy of the signature cookie since it will be
11101         freed by the caller.
11102         
11103         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
11105         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
11107         * metadata.c (mono_metadata_free_marshal_spec): New function to free
11108         marshal specs.
11110         * marshal.c: More refactoring.
11111         
11112         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
11113         smaller functions.
11115 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
11117         * object.c: In mono_message_invoke, fill the output parameter array after
11118           calling the managed method (it was done before the call). This fixes
11119           bug #59299.
11121 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
11123         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
11124         as well.
11126 2004-09-02  Martin Baulig  <martin@ximian.com>
11128         * class.c (mono_class_instance_size): Don't allow generic type
11129         definitions or open generic instances.
11130         (mono_class_array_element_size): If we're a value type, call
11131         mono_class_instance_size() on the original class.
11133         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
11134         handle generic instances.
11136         * mono-debug-debugger.c (write_type): Handle generic instances
11137         like classes.
11139 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
11141         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
11142         the allocation request fails. Fixes #65089.
11144         * object.c (mono_runtime_free_method): Do not call mono_free_method.
11145         
11146         * object.c (mono_runtime_free_method): New function to free a dynamic
11147         method.
11149         * marshal.c (mono_delegate_free_ftnptr): New function to free the
11150         delegate trampoline.
11152         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
11153         with hasthis as dynamic,
11155         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
11157         * domain.c (mono_jit_info_table_remove): New function to remove an
11158         entry from the jit info table.
11160         * class-internals.h (MonoMethod): Add 'dynamic' field.
11162         * loader.c: Fix warnings.
11164 2004-09-01  Martin Baulig  <martin@ximian.com>
11166         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
11167         instead of mono_debugger_lock() because the latter one is a no-op
11168         unless running in the debugger.
11170 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
11172         * class.c (class_compute_field_layout): Classes with auto-layout or
11173         reference fields are not blittable.
11174         
11175 2004-09-01  Dick Porter  <dick@ximian.com>
11177         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
11178         mono_image_get_filename() to get the assembly location.
11180         * icall.c:
11181         * metadata.h: Fix compile warnings
11183 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
11185         * class.c (class_compute_field_layout): System.Object is blittable.
11187         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
11188         as in/out. Fixes #59909.
11190 2004-09-01  Martin Baulig  <martin@ximian.com>
11192         * metadata.h (MONO_TYPE_ISREFERENCE): Call
11193         mono_metadata_generic_inst_is_valuetype() if we're a generic
11194         instance to check whether our underlying type is a reference type.
11196 2004-09-01  Martin Baulig  <martin@ximian.com>
11198         * metadata.c (mono_type_size): If we're a generic instance, call
11199         mono_class_value_size() for value types.
11201 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
11203         * marshal.c: Implement more custom marshalling functionality. Fixes
11204         #64915.
11206 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
11208         * mono-debug.c, debug-mono-symfile.c: add some locking love.
11210 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
11212         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
11214         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
11216         * icall.c: Fix some warnings.
11218         * threads.c (abort_appdomain_thread): Fix unref errors.
11219         (mono_thread_current): Fix THREAD_DEBUG define.
11221 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
11223         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
11225         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
11227 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
11229         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
11230         string arrays.
11232 2004-08-28  Martin Baulig  <martin@ximian.com>
11234         * metadata.c
11235         (mono_metadata_generic_inst_is_valuetype): New public function.
11237         * metadata.h (MONO_TYPE_ISSTRUCT): Call
11238         mono_metadata_generic_inst_is_valuetype() if we're a generic
11239         instance to check whether our underlying type is a valuetype.
11241 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
11243         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
11244         #63768.
11246 2004-08-25  Martin Baulig  <martin@ximian.com>
11248         * loader.c (mono_get_method_from_token): Abstract methods can also
11249         be generic and thus have type parameters.
11251         * metadata-internals.h
11252         (MonoDynamicImage): Added `GPtrArray *gen_params'.
11254         * reflection.c (mono_image_get_generic_param_info): Don't create a
11255         metadata row, just add an entry to the `gen_params' array.
11256         (build_compressed_metadata): Sort the `gen_params' array and then
11257         actually create the metadata.
11259 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11261         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
11263 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
11265         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
11267 2004-08-24  Martin Baulig  <martin@ximian.com>
11269         * class.cs (mono_class_is_subclass_of): Like an interface, a
11270         generic instance also derives from System.Object.
11272 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
11274         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
11275         custom modifiers to be in any order. Fixes #61990.
11277 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
11279         * object.c: Register mono_object_new_fast icall.
11280         
11281         * object.c (mono_class_get_allocation_ftn): Return to calling
11282         mono_object_new_fast, since it seems faster to compute the object 
11283         size in unmanaged code than passing it as a parameter.
11285         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
11287         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
11288         this function with Boehm as the oom handler, so we don't have to check
11289         the result of GC_malloc.
11291         * object.c: Remove checks for oom.
11293         * object.h object.c (mono_class_get_allocation_ftn): New function to
11294         return the icall which can be used to allocate an instance of a given
11295         class. 
11297         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
11299         * class-internals.h: Add 'enabled' field.
11301 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
11303         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
11305 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
11306         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
11307         value 0x0010.
11309 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
11311         * appdomain.c: use the Tls function for appdomain too,
11312         at Zoltan's request. Actually return in mono_context_get
11314         * appdomain.c, profiler.c, threads.c: use __thread
11316 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
11318         * appdomain.c threads.c: Call GC_CreateThread on windows.
11320         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
11321         multiple libraries since this don't work on windows.
11323 2004-08-18  Martin Baulig  <martin@ximian.com>
11325         * class-internals.h
11326         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
11327         MonoMethodHeader.
11329         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
11330         MonoMethodNormal since we also need it for abstract and interface
11331         methods.
11333         * reflection.c
11334         (build_compressed_metadata): Sort the GenericParam table.
11335         (mono_image_create_token): Added `gboolean create_methodspec'
11336         argument; this is false when generating a MethodImpl token.
11337         (reflection_methodbuilder_to_mono_method): Abstract and interface
11338         methods may also have generic parameters.
11340 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
11342         * appdomain.c: thread local alloc
11344 2004-08-17  Martin Baulig  <martin@ximian.com>
11346         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
11348         * icall.c
11349         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
11350         argument.
11352         * class.c (mono_type_get_full_name): New public function.
11353         (mono_type_get_name): Don't include the type arguments.
11355 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
11357         * Makefile.am: Build static versions of libmetadata and libmonoruntime
11358         for inclusion into the mono executable.
11360 2004-08-16  Martin Baulig  <martin@ximian.com>
11362         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
11363         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
11365 2004-08-14  Martin Baulig  <martin@ximian.com>
11367         * class.c (dup_type): Also copy the `byref' field.
11369 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
11371         * reflection.c (create_dynamic_mono_image): Revert the last change 
11372         since it breaks bootstrap.
11374 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
11376         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
11378         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
11379         not free them with g_free.
11381 2004-08-11  Martin Baulig  <martin@ximian.com>
11383         * reflection.c (mono_reflection_setup_internal_class): Also call
11384         mono_class_setup_mono_type() if we already have a `tb->type.type'.
11386 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
11388         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
11389         called during default (first) AppDomain creation. Keep track of
11390         Evidence when loading assemblies.
11392 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
11394         * opcodes.c, opcodes.h: reduce runtime relocations.
11396 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
11398         * culture-info.h, locales.c: fixes and chages to sue the new
11399         optimized format of the locale data.
11400         * culture-info-tables.h: regenerated.
11402 2004-08-06  Geoff Norton <gnorton@customerdna.com>
11403         
11404         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
11406 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
11408         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
11409         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
11410         * domain-internals.h: icall declaration.
11411         * icall.c: icall registration.
11412         * object-internals.h: New fields in MonoAssembly for CAS.
11414 2004-08-05  Duncan Mak  <duncan@ximian.com>
11416         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
11417         CEE_LDELEM_ANY.
11419 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
11421         * reflection.c: fix to deal with object[] arrays in custom ctors
11422         (bug #62550).
11424 2004-08-05  Martin Baulig  <martin@ximian.com>
11426         * class.c (mono_class_array_element_size): Added support for
11427         generic instances and correctly handle "recursive" types.
11429 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
11431         * assembly.c: Fix warnings.
11433 2004-08-04  Martin Baulig  <martin@ximian.com>
11435         * class.c
11436         (mono_type_get_name_recurse): Added `gboolean include_arity'
11437         argument specifying whether or not we should include the generic
11438         arity in the type name.
11439         (_mono_type_get_name): New static function.
11440         (mono_class_setup_vtable): If we're a generic instance, don't
11441         include the generic arity in the names of explicit method
11442         implementations.        
11444 2004-08-03  Martin Baulig  <martin@ximian.com>
11446         * class.c (mono_type_get_name_recurse): Enclose the generic type
11447         arguments in `<', '>'.
11449 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
11451         * gc.c: make GC warning messages use the trace API, they are just
11452         noise to most of the users.
11454 2004-08-03  Martin Baulig  <martin@ximian.com>
11456         * debug-mono-symfile.c (read_string): Correctly read the string.
11458 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
11460         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
11461         
11462         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
11463         icalls.
11464         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
11466 2004-07-30  Martin Baulig  <martin@ximian.com>
11468         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
11469         Reflect latest symbol writer changes.   
11471 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
11473         * object.c: always create an object if null is passed
11474         to Invoke() where a valuetype is expected.
11476 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
11478         * marshal.c (mono_marshal_init): make managed
11479         signatures match native ones better for 64bits.
11481 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11483         * appdomain.c: hack to build correctly the private bin path on windows.
11484         Fixes bug #61991.
11486 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
11488         * assembly.c: Load mscorlib from the correct framework directory
11489           (mono/<version>/mscorlib.dll).
11490         * appdomain.h: Added prototypes for new functions.
11491         * internals.h: Added some prototypes.
11492         * domain.c: When initializing the runtime, get from the executable and
11493           the configuration files the runtime version that the app supports.
11494           Added support methods for reading app.exe.config. Added list of versions
11495           supported by the JIT. Added two new methods: mono_init_from_assembly,
11496           which initializes the runtime and determines the required version from
11497           the provided exe file, and mono_init_version, which initializes
11498           the runtime using the provided version.
11499         * icall.c: Get machine.config from version-specific directory.
11500         * reflection.c: When generating an image, embed the version number
11501           of the current runtime.
11503 2004-07-28  Dick Porter  <dick@ximian.com>
11505         * socket-io.c
11506         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
11507         returned sockaddr size before creating the remote address object.
11508         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
11509         61608.
11511 2004-07-28  Dick Porter  <dick@ximian.com>
11513         * locales.c (string_invariant_compare_char): Fix invariant char
11514         compares between upper and lower cases.  Fixes bug 61458.
11516 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
11517         
11518         * marshal.c: actually cache stelem.ref wrappers.
11519         
11520 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
11522         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
11523         sections and remove the mono_cli_rva_map () function.
11525 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
11527         * debug-mono-symfile.c: fix one more endianess issue, from a patch
11528         by Geoff Norton (<gnorton@customerdna.com>).
11530 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
11532         * class.c: fix class loads for pointer types (typeof(int) !=
11533         typeof(int*)).
11535 2004-07-27  Martin Baulig  <martin@ximian.com>
11537         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
11538         reading the debugging information from an external ".mdb" file.
11540 2004-07-24  Martin Baulig  <martin@ximian.com>
11542         * reflection.c (mono_image_get_type_info): Only write a class
11543         layout entry if we actually have a size or a packing size.
11545 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
11547         * reflection.c (type_get_fully_qualified_name): 
11548         insert cast to get type checking of ?: with non-gcc compilers
11550 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
11552         * rand.c: use g_getenv for both lookups of
11553         MONO_EGD_SOCKET
11555 2004-07-17  Martin Baulig  <martin@ximian.com>
11557         * reflection.c (mono_reflection_bind_generic_method_parameters):
11558         Set `gmethod->reflection_info'.
11560 2004-07-17  Martin Baulig  <martin@ximian.com>
11562         * class.c (mono_class_create_from_typedef): Insert the newly
11563         created class into the hash table before computing the interfaces
11564         since we could be called recursively.
11566 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
11568         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
11569         function to implement stelem.ref in managed code
11570         * class-internals.h, debug-helpers.c: a new wrapper type
11571         for the above.
11573 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
11575         * gc.c: allow GC handles to work even when no GC is compiled in.
11576         Fix part of bug #61134 (GetAddrOfPinnedObject).
11578 2004-07-13  Peter Williams  <peter@newton.cx>
11580         * process.c (complete_path): Make sure we don't attempt to execute
11581         directories.
11583 2004-07-12  Geoff Norton <gnorton@customerdna.com>
11585         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
11586           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
11587           and will add/subtract the hour if needed
11589 2004-07-12  Martin Baulig  <martin@ximian.com>
11591         * reflection.c (mono_field_get_object): If we have
11592         `field->generic_info', take the attributes from
11593         `field->generic_info->generic_type'.    
11595 2004-07-12  Martin Baulig  <martin@ximian.com>
11597         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
11598         This function must be called before initializing the runtime.
11599         (mono_debug_init_1): New function; call this after initializing
11600         the runtime, but before loading the assembly.  It tells the
11601         debugger to load corlib and the builtin types.
11603         * mono-debug-debugger.c: Did some larger changes in the debugging
11604         code; support recursive class declarations, make sure we actually
11605         add all classes.
11607 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11609         * debug-helpers.c: undo my previous patch and fixed the real issue in
11610         ../mini/exceptions-x86.c
11612 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11614         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
11615         when no HOME env. variable was set and a NullRef was thrown in a .cctor
11616         called from other .cctors.
11618 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
11620         * loader.c: Removed the mono_loader_wine_init hack now that we are
11621         doing a managed version of Windows.Forms.
11623 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
11625         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
11626         threadpool.c, threads.c: remove static data from rootset.
11628 2004-07-09  Dick Porter  <dick@ximian.com>
11630         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
11631         Don't do any more processing if the matched length was 0.  It was
11632         increasing the size of the string before.  Fixes bug 61167.
11634 2004-07-09  Dick Porter  <dick@ximian.com>
11636         * socket-io.h:
11637         * socket-io.c
11638         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
11639         Add support for SO_PEERCRED if its available.
11641 2004-07-09  Peter Bartok <pbartok@novell.com>
11642         * loader.c: winelib.exe.so error message is now only displayed if
11643         MONO_DEBUG is set. To help us avoid questions when people are trying
11644         out the new Managed.Windows.Forms.
11646 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
11648         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
11649         for isinst and castclass wrappers.
11651         * class-internals.h icall.c: Move registration and lookup of JIT icalls
11652         to libmetadata from the JIT, so they could be used by the marshalling
11653         code and the interpreter.
11655         * marshal.c: Register marshalling related JIT icalls here instead of
11656         in mini.c. Use CEE_MONO_ICALL instead of the family of 
11657         CEE_MONO_PROC<x> opcodes to call marshalling functions.
11659         * metadata.h: Remove unneeded marshalling conversions.
11661         * opcodes.c: Update for new opcodes.
11662         
11663 2004-07-08  Martin Baulig  <martin@ximian.com>
11665         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
11666         (mono_debug_get_domain_data): Make this function static.
11668 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
11670         * gc.c, object.h: add nice GC handle API for embedders.
11672 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
11674         * reflection.c: more changes for the new api
11676         * object.c: When we reflect on a field w/ a constant value, it
11677         will not have a memory location, so we must access metadata. Also,
11678         allow easier reading of strings so that we can read them from
11679         the constant data.
11681         * class.c (mono_class_layout_fields): no need for literal fields here.
11683         * class-internals.h: api changes for const fields
11685         * icall.c (ves_icall_get_enum_info): use new apis for const fields
11687 2004-07-06  Martin Baulig  <martin@ximian.com>
11689         * mono-debug.h: Increment version number to 44.
11691         * mono-debug.c (mono_debug_add_wrapper): The second argument is
11692         now a gpointer, rewrote this whole method.
11694         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
11695         function.  Add information about the wrapper in a new "misc table".
11697         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
11698         for the new misc table.
11700 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
11702         * metadata-internals.h image.c: Add a cache for helper signatures.
11704         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
11706 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
11708         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
11709         delegates from a delegate. Fixes #61033.
11710         
11711         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
11712         marshalling of stringbuilder arrays. Fixes #59900.
11714 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
11716         * icall.c: Add EnumBuilder:setup_enum_type icall.
11718 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
11720         * icall.c: Added a new icall for the property version of
11721         OffsetOfStringData.
11723 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
11725         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
11726         it has a constant size across platforms.
11728         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
11729         stack trace.
11731 2004-06-29  Martin Baulig  <martin@ximian.com>
11733         * mono-debug.c (mono_debug_add_method): Protect the whole function
11734         in mono_debugger_lock(), not just parts of it.
11736 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
11738         * reflection.c: make sure padding bytes in heaps are zeroed.
11740 2004-06-24  David Waite  <mass@akuma.org>
11742         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
11743         image.c, loader.c, locales.c, marshal.c, metadata.c,
11744         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
11745         string-icalls.c, threads.c: change to C90-style comments from C99 /
11746         C++ -style
11748 2004-06-24  Dick Porter  <dick@ximian.com>
11750         * threads.c
11751         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
11752         return createdNew.  Fixes bug 60412.
11754         * threads-types.h: 
11755         * icall.c: Add createdNew parameter to CreateMutex icall
11757 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
11759         * reflection.c, object-internals.h: save default value in params.
11761 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11763         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
11764         no need to build a new path combining that with the application base.
11765         Fixes bug #60442.
11767 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
11769         * reflection.c: fixed minor standard compliance issues.
11771 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
11773         * reflection.c: fixed issue with encoding some custom attributes
11774         (arrays in properties and fields, bug #60411).
11776 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11778         * reflection.c: fix start address when copying the public key token.
11780 2004-06-23  Martin Baulig  <martin@ximian.com>
11782         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
11783         the `exc' object in a static object to put it into the GC's root set.
11785 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
11787         * reflection.c: make mono_reflection_setup_internal_class ()
11788         callable a second time to setup a new parent class.
11790 2004-06-23  Dick Porter  <dick@ximian.com>
11792         * threads.c: Check for WAIT_IO_COMPLETION return values.
11794 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
11796         * appdomain.c: Removed the g_free on the public key token. Now copy 
11797         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
11798         * assembly.c: Added public key token string value when loading 
11799         assemblies. Fix bug #60439.
11800         * icall.c: Added missing informations (like public key) in 
11801         GetReferencedAssemblies. Fix #60519.
11802         * image.h: Changed definition for public key token from const char*
11803         public_tok_value to guchar public_key_token [17];
11804         * reflection.c: Updated for changes to public key token.
11806 2004-06-22  Lluis Sanchez Gual
11808         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
11809         for the field in base classes.
11811 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
11813         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
11814         mark headers as not supported, they are installed only for use by the
11815         debugger.
11817 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
11819         * *.c, *.h: avoid namespace pollution in public headers.
11821 2004-06-21  Martin Baulig  <martin@ximian.com>
11823         * exception.c (mono_get_exception_security): It's in
11824         "System.Security", not in "System".
11826         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
11827         the exception classes.
11829 2004-06-21  Martin Baulig  <martin@ximian.com>
11831         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
11832         Protect the exception object from being finalized.
11834 2004-06-21  Martin Baulig  <martin@ximian.com>
11836         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
11837         public function.
11839 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
11841         * reflection.c: Load the assembly in mono_reflection_type_from_name,
11842         if it was not loaded before. Fix parts of #60439.
11844 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
11846         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
11847         code that was broken since Ben's change: wrappers are now
11848         dependent on the method signature only again.
11850 2004-06-21  Martin Baulig  <martin@ximian.com>
11852         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
11853         added interface support.
11855 2004-06-21  Martin Baulig  <martin@ximian.com>
11857         * class.c (mono_vtable_get_static_field_data): New public method.
11859 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
11861         * filewatcher.c : Windows build fix to be compliant with API changes.
11863 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
11865         * class.h, class.c: more accessors.
11866         * metadata.h, metadata.c: prepare for hiding MonoType and
11867         MonoMethodSignature: people should use the accessors from now on
11868         outside of the tree.
11870 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
11872         * *.c, *.h: more API cleanups.
11874 2004-06-18  Jackson Harper  <jackson@ximian.com>
11876         * assembly.c: Trace loading assemblies.
11877         * loader.c: Trace loading native libraries.
11878         * mono-config.c: Trace loading config files.
11879         
11880 2004-06-18  Dick Porter  <dick@ximian.com>
11882         * locales.c: Tell ICU the lengths of strings, it can cope with
11883         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
11885 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
11887         * image.c: swapped name/filename;
11889 2004-06-18  Martin Baulig  <martin@ximian.com>
11891         * mono-debug-debugger.c (write_class): Write the parent class at
11892         the end of the header.
11894 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
11896         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
11898 2004-06-17  Raja R Harinath  <rharinath@novell.com>
11900         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
11901         (bundle_obj): New conditional define.
11902         (BUILT_SOURCES): Remove.
11903         ($(bundle_srcs)): Make parallel-make safe.
11904         (libmonoruntime_la_LIBADD): Make unconditional.
11905         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
11906         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
11908 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
11910         * culture-info-tables.h: It was inconsistent with the latest
11911           supp info files.
11913 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
11915         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
11916         be loaded.
11918         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
11919         with gcc 2.95.
11921 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
11923         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
11924         cleaned up public header threads.h.
11926 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
11928         * Makefile.am, *.c, *.h: more API cleanups.
11930 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
11932         * Makefile.am: removed monosn from compilation.
11933         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
11934         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
11935         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
11936         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
11937         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
11938         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
11940 2004-06-15  Jackson Harper  <jackson@ximian.com>
11942         * assembly.c: Make locales lower case when searching the GAC for
11943         assemblies. gacutil will always make locales lowercase when
11944         installing so this effectively makes them case insensitive.
11945         
11946 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
11948         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
11949         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
11950           parameter which allows to choose whether the wait can be interrupted or 
11951           not. Also added the method mono_monitor_enter(), which locks the monitor
11952           using an infinite wait and without allowing interruption.
11953           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
11954           interrupted.
11955         * object.h: Added new fields in MonoThread. suspend_event holds the event
11956           used to susped/resume the thread. synch_lock is the lock object to use for
11957           modifying the thread state.
11958         * threads.c: Use the new synch_lock object for locking, instead of "this",
11959           which can generate deadlocks.
11960           Moved thread state change in Thread.Sleep and Thread.Join from managed
11961           to unmanaged code. This avoids a deadlock when the thread was suspended
11962           just after acquiring the thread lock.
11963           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
11964           Implemented Thread.Suspend using an event instead of ThreadSuspend,
11965           which is not fully implemented in the io-layer.
11966         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
11968 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
11970         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
11971         threads-types.h: more API cleanups.
11973 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
11975         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
11976         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
11977         threadpool.c, threads.c: first pass at the exported API cleanup.
11979 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
11981         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
11983 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11985         * icall.c: added internalGetHome.
11987 2004-06-14  Dick Porter  <dick@ximian.com>
11989         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
11990         possible to return successfully when '.' or '..' were the only
11991         entries in a directory, but were skipped.  The MonoIOStat was not
11992         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
11993         Fixes bug 59574.
11995 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
11997         * reflection.c: make binaries run on .Net 1.1 by default.
11999 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
12001         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
12003 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
12005         * marshal.c: keep track of struct size with explicit layout
12006         (bug #59979).
12008 2004-06-12  Martin Baulig  <martin@ximian.com>
12010         * mono-debug-debugger.c: Comment out a debugging g_message().
12012 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
12014         * reflection.c, reflection.h: do not free custom attrs that are cached.
12015         * icall.c: use braces to make code clearer.
12017 2004-06-11  Martin Baulig  <martin@ximian.com>
12019         * class.h (MonoInflatedField): New type.
12020         (MonoClassField): Replaced `MonoType *generic_type' with
12021         `MonoInflatedField *generic_info'.
12023         * icall.c
12024         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
12026 2004-06-11  Martin Baulig  <martin@ximian.com>
12028         * reflection.c (mono_image_create_method_token): Correctly encode
12029         varargs methods.
12031 2004-06-11  Martin Baulig  <martin@ximian.com>
12033         * metadata.c (mono_metadata_parse_method_signature): When parsing
12034         a MethodDef which has VarArgs, also set sentinelpos if we don't
12035         have any parameters.
12037 2004-06-11  Martin Baulig  <martin@ximian.com>
12039         * verify.c (mono_method_verify): In CEE_CALL, use
12040         mono_method_get_signature() to get the method's signature, unless
12041         we're a PInvoke method.
12043 2004-06-10  Jackson Harper  <jackson@ximian.com>
12045         * assembly.c: Use <path>/lib/mono/gac for the extra paths
12046         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
12047         logical name as the supplied path is just a prefix to the gac not
12048         the direct path to it.
12049         
12050 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
12052         * reflection.c: make the token for a created method match
12053         the token of the MethodBuilder it was created from
12054         (IKVM requires this behaviour now).
12056 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
12058         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
12059         reflection.c, socket-io.c: leak fixes.
12061 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
12063         * icall.c: handle sentinel pos in vararg methods in position different
12064         from 0.
12066 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12068         * culture-info-tables.h: freshly generated.
12070 2004-06-09  Martin Baulig  <martin@ximian.com>
12072         * loader.c (mono_get_method_constrained): Call `mono_class_init
12073         (constrained_class)'.   
12075 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
12077         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
12078         any methods. Fixes #59629.
12080 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12082         * culture-info-tables.h: reflecting locale-builder updates.
12084 2004-06-08  Dick Porter  <dick@ximian.com>
12086         * object.h:
12087         * locales.c: Fixed compile warnings, including a real bug in
12088         CompareInfo_internal_compare.
12089         
12090 2004-06-08  Dick Porter  <dick@ximian.com>
12092         * locales.c
12093         (ves_icall_System_Globalization_CompareInfo_internal_index):
12094         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
12095         Double-check the resuls of usearches, because ICU currently
12096         ignores most of the collator settings here.  Fixes bug 59720.
12097         
12098 2004-06-08  Dick Porter  <dick@ximian.com>
12100         * locales.c
12101         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
12102         Fix memory leak and segfault-causing typo.  No idea how this one
12103         lasted so long without being noticed.
12105 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
12107         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
12108         any methods. Fixes #59629.
12110 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12112         * assembly.c:
12113         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
12114         own the critical section before). Removed dead code (that's done
12115         in the preload hook).
12117         (mono_assembly_load_with_partial_name): call the preload hook.
12119 2004-06-08  Martin Baulig  <martin@ximian.com>
12121         * metadata.c (mono_metadata_signature_alloc): Default
12122         `sentinelpos' to -1.
12124         * reflection.c (mono_image_get_array_token): Likewise.
12126 2004-06-08  Martin Baulig  <martin@ximian.com>
12128         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
12130         * metadata.c (mono_metadata_parse_method_signature): When parsing
12131         a MethodDef which has VarArgs, set sentinelpos.
12133         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
12134         `gint16' since we're using -1 for non-varargs methods.
12136         * reflection.c
12137         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
12138         (method_encode_signature): Added varargs support.
12139         (method_builder_encode_signature): Likewise.
12140         (mono_image_get_varargs_method_token): New static method.
12141         (mono_image_create_method_token): New public method; this is
12142         called via an icall instead of mono_image_create_token() when
12143         calling a varargs method.       
12145 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
12147         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
12149 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12151         * culture-info-tables.h : Reflecting the latest locale-builder that
12152           fixed empty array representation ({} to {0}).
12154 2004-06-07  Jackson Harper  <jackson@ximian.com>
12156         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
12157         looking up extra gac paths. This allows MONO_GAC_PATH to act
12158         exactly like a prefix.
12159         
12160 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
12162         * reflection.c (mono_reflection_type_from_name): Make a copy of the
12163         type name before modifying it. Fixes #59405.
12165 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12167         * culture-info.h: added fields for "all datetime patterns".
12168         * locales.c: (  ves_icall_System_Globalization_CultureInfo
12169           _construct_datetime_format ()): fill xxx_patterns fields.
12170         * object.h: added fields for "all datetime patterns" to
12171           MonoDateTimeFormatInfo.
12172         * culture-info-tables.h: reflecting locale-builder updates.
12174 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
12176         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
12177         the event has no add and remove methods. Fixes #59629.
12179 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
12181         * object.c: Fixed possible integer overflow when allocating large
12182         strings.
12184 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
12186         * culture-info-tables.h: reflecting locale-builder updates.
12188 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
12190         * culture-info-tables.h: reflecting locale-builder updates.
12192 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
12194         * culture-info-tables.h: reflecting locale-builder updates.
12196 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
12198         * threads.c: Made Thread.Sleep abortable.
12200 2004-06-02  Martin Baulig  <martin@ximian.com>
12202         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
12204         * debug-mono-symfile.h: Bumped symbol file version number to 37.
12206 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
12208         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
12210 2004-05-30  Jackson Harper  <jackson@ximian.com>
12212         * reflection.c: Do not hardcode assembly versions or public key
12213         tokens anymore. All of this except the corlib section was dead
12214         code anyways.
12215         
12216 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
12218         * object.c (mono_runtime_invoke_array): Automatically create boxed
12219         objects for byref valuetypes if needed. Fixes #59300.
12220         
12221         * object.c (mono_method_return_message_restore): Handle 
12222         MONO_TYPE_OBJECT as well.
12224 2004-05-28  Jackson Harper  <jackson@ximian.com>
12226         * reflection.c: The modified type encoding was causing build
12227         problems. Reverted for now.
12228         
12229 2004-05-28  Jackson Harper  <jackson@ximian.com>
12231         * reflection.c/h: Take an assembly ref so that we dont create
12232         fully qualified names when encoding types in the same assembly as
12233         the custom attribute being emitted.
12234         * appdomain.c: Increment version number.
12235         
12236 2004-05-26  Duncan Mak  <duncan@ximian.com>
12238         * icall.c
12239         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
12240         Set the full version number (major, minor, build, revision).
12242 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
12244         * marshal.c (emit_struct_conv): increment src/dst after blit
12245         (mono_marshal_get_managed_wrapper,
12246         mono_marshal_get_native_wrapper): make sure we have marshalling
12247         info before marshalling params (info computation affects
12248         blittable)
12250         * class.c (class_compute_field_layout): correctly deal with
12251         blittable
12252         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
12253         value types (as per what windows dows by default)
12254         (mono_class_setup_mono_type): System.ValueType is blittable
12255         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
12256         blittable
12258         * marshal.c (mono_marshal_load_type_info): flag types  as
12259         non-blittable if the native layout doesn't match the managed
12260         layout
12262 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12264         * appdomain.c: don't add stuff in the private search path that is
12265         above the application base. If application base is not set, there's
12266         no private search path.
12268 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
12270         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
12271         byref struct arguments in native->managed marshalling.
12273 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
12275         * marshal.c (mono_marshal_get_runtime_invoke): correctly
12276         cache methods using signature (special case for methods
12277         that are value type or string class)
12278         
12279         * image.c (mono_image_close): clean up allocated GSList's
12280         in runtime_invoke_cache.
12282 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12284         * mono-config.c: set the correct path for mono_cfg_dir on windows when
12285         there's no MONO_CFG_DIR environment variable defined.
12287 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12289         * threads.c: windows version must be >= 0x0500 to include OpenThread.
12291 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
12293         * threadpool.c: Really wait for 500ms after the async call, even if the wait
12294           is interrumped.
12295         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
12296           before waiting for it, and call CloseHandle after the wait to unref it.
12297           This will make sure that handles are not disposed too early.
12299 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12301         * appdomain.c:
12302         * appdomain.h:
12303         * icall.c: removed
12304         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
12305         needed now.
12307         * object.c: se the application_base only for the domain that runs
12308         Main. Fixes bug #59216,
12310 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12312         * appdomain.c:
12313         * object.c: only the domain in which Main is run have
12314         SetupInformation.ConfigurationFile set, so moved a few lines from
12315         appdomain.c to object.c.
12317 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12319         * appdomain.c: we tried to load [name].(dll|exe), but according
12320         to bug #57710, we must also try [culture]/[name].(dll|exe) and
12321         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
12322         There's a test case attached to bug #58922.
12324 2004-05-27  Dick Porter  <dick@ximian.com>
12326         * icall.c:
12327         * file-io.c: Implemented icalls for locking and unlocking regions
12328         in a file.
12329         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
12330         FALSE on error (fixes both compiler warning and real bug.)
12332 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
12334         * culture-info-tables.h: reflecting locale-builder updates.
12336           (Added missing ChangeLog entry for 05/26)
12338 2004-05-27  Jackson Harper  <jackson@ximian.com>
12340         * locales.c: Fix some cut and paste errors.
12341         
12342 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12344         * mono-config.c: set the correct path for config. directory on windows.
12346 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
12348         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
12349           on win32.
12351 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
12353         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
12354         from pinvoke functions.
12355         
12356         * marshal.c (mono_ftnptr_to_delegate): Implement this.
12358 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
12360         * culture-info-tables.h: reflecting locale-builder updates.
12362 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
12364         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
12365         #59086.
12367 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
12369         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
12370         * icall.c: Modified icalls for RNG.
12371         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
12372         Windows (CryptoAPI).
12374 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
12376         * locales.c: Fix build.
12378 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
12380         * culture-info-tables.h: reflecting locale-builder updates.
12382 2004-05-25  Jackson Harper  <jackson@ximian.com>
12384         * locales.c: When creating the current culture use the $LANGs
12385         specific culture. So DateTimeFormat and NumberFormat entries are created.
12386         
12387 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
12389         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
12390         a char array as parameter.
12392 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
12394         * image.c: In mono_image_open(), always use an absolute path name to
12395           look for already loaded images.
12397 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
12399         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
12400         missing in the windows build (like older cygwin include files).
12402 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
12404         * icall.c: Fixed check for possible integer overflow in Buffer_
12405         BlockCopy icall. Replaced comments style // by /* */.
12407 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
12409         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
12410         
12411         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
12412         check after MONO_VTADDR. Fixes pinvoke2.exe.
12414         * marshal.h marshal.c metadata.h: Add beginnings of support for
12415         ftnptr -> delegate marshalling.
12417 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
12419         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
12420         * threads.c: Fix warnings.
12422 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
12424         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
12425         * icall.c: Registered icalls for Suspend and Resume.
12426         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
12427           Thread.Abort.
12428         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
12429         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
12430         * process.c: Use WaitForSingleObjectEx.
12431         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
12432           checkpoints.
12433         * threads.c, threads.h: Make use of new Ex wait methods. Improved
12434           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
12435           for Suspend and Resume. Added new mono_thread_stop, used for stoping
12436           background threads. Added basic support for Abort in Windows.
12437           Start new threads using a managed delegate invoke wrapper. This wrapper
12438           has an interruption checkpoint that is needed since an interruption
12439           can be requested before the thread leaves the unmanaged code that starts 
12440           the thread.
12441         * marshal.c: Added interruption checkpoint after every native call, and
12442           also before managed calls for wrappers called from unmanaged code to
12443           go into managed code.
12444         * object.h: Added new field in MonoThread to keep track of interruption
12445           requests.
12447 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
12449         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
12450         calls.
12452 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12454         * appdomain.c:
12455         * assembly.c:
12456         * gc.c:
12457         * locales.c:
12458         * mono-config.c:
12459         * rand.c: getenv -> g_getenv (windows!)
12461         * process.c: complete_path is also used on non-windows platforms.
12463 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12465         * icall.c: new signature for Process_Start.
12467         * process.[ch]: new signature for Process_Start. If we're on windows
12468         and UseShellExecute is false, we have to search for the program by
12469         ourselves if we don't get a full path.
12471 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
12473         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
12474         marshalling and call CleanUpNativeData if needed. Fixes #58646.
12476 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12478         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
12479         Fixes bug #58373.
12481 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12483         * process.c: use double quotes to quote program name and arguments on
12484         windows. Fixes bug #58575.
12486 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12488         * file-io.c: don't return "." and ".." when using windows Find*File.
12490 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
12492         * marshal.c: Don't pass wrappers to message init because method 
12493         addressed used to lookup metadata. part of remoting[2|3] fix.
12495 2004-05-15  Jackson Harper  <jackson@ximian.com>
12497         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
12498         path is essentially the same as MONO_PATH except that it points to
12499         GACs instead of lib directories.
12500         * loader.h: The user gac is gone so we dont need function to
12501         enable/disable it.
12502         * mono-config.c: user gac option is now gone.
12503         
12504 2004-05-15  Jackson Harper  <jackson@ximian.com>
12506         * culture-info.h: Make defines more consistent, add calendar data
12507         to the culture info table.
12508         * culture-info-tables.h: Add basic calendar data. Basically
12509         everyone gets default gregorian until all the data is
12510         updated.
12511         * locales.c: Use the new consistent defines. Set calendar data for
12512         culture info objects.
12513         * object.h: add a field for calendar data to CultureInfo
12514         
12515 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
12517         * image.c: image->runtime_invoke_cache is keyed on signatures now.
12518         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
12519         a signature.
12520         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
12521         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
12522         an extra param that is the pointer of the method to invoke. The IL for
12523         the invoke method is no longer specific to the method, but to the
12524         signature of the method. Thus, we can share the same code for multiple
12525         methods. This reduces the number of methods that have to be compiled.
12527 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
12529         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
12531         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
12533         * icall.c: Optimize Buffer.BlockCopy.
12535 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12537         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
12538         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
12539         quote). Changed them to "MMMM yyyy".
12541 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
12543         * rand.c
12544         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
12546 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
12548         * reflection.h: Updated after changes to managed structures.
12550         * appdomain.c: Bump corlib version.
12552 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12554         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
12555         windows.
12557 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12559         * Makefile.am: link to ../os/libmonoos.la on windows.
12561         * assembly.c:
12562                 -If MONO_DEBUG, warn about non-existing directories in
12563                 MONO_PATH.
12564                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
12565                 compile time variable.
12566                 -Removed init_default_path and call mono_set_rootdir from
12567                 libmonoos.a instead (windows only).
12569         * assembly.h: declare mono_assembly_getrootdir().
12571         * domain.c:
12572         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
12574         * loader.c: s/getenv/g_getenv/
12576 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
12578         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
12580         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
12582         * metadata.h: Add new marshalling conversions.
12584         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
12585         function.
12587         * reflection.c (mono_reflection_get_type): Lookup the type in all
12588         modules of a multi-module assembly. Fixes #58291.
12590 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
12592         * threads.c: Before aborting a background, set the StopRequested
12593         state.  This avoids throwing the Abort exception.
12594         In mono_thread_manage, don't continue with the shutdown until all
12595         aborted threads have actually stopped.
12597 2004-05-10  Jackson Harper  <jackson@ximian.com>
12599         * locales.c: Remove the modifier from culture names.
12600         
12601 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12603         * Makefile.am: monosn is not installed any more. It has been deprecated
12604         in favor of sn.
12606 2004-05-07  Jackson Harper  <jackson@ximian.com>
12608         * locales.c
12609         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
12610         Fix array construction, add bailout if the length is 0.
12612 2004-05-07  Dick Porter  <dick@ximian.com>
12614         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
12615         machine doesn't have a DNS entry.  Patch by Urs Muff
12616         (umuff@quark.com), fixes bug 57928.
12618 2004-05-06  Jackson Harper  <jackson@ximian.com>
12620         * reflection.c: Handle null PublicTokens properly. alloc mem for
12621         assembly names culture so we dont crash when freeing it.
12622         
12623 2004-05-06  Jackson Harper  <jackson@ximian.com>
12625         * assembly.c: Check the usergac when loading with partial names.
12626         
12627 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
12629         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
12630         does nothing for now (not required for Linux/Windows) but the class
12631         library can call it (and a newer or modified runtime could need it).
12632         * icall.c: Registred icall.
12634 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12636         * loader.c: prints a message on module loading error we set MONO_DEBUG
12637         environment variable.
12639 2004-05-05  Jackson Harper  <jackson@ximian.com>
12641         * appdomain.c: Handle PublicKeyToken=null properly.
12642         
12643 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
12645         * environment.c|h: Added icall ves_icall_System_Environment_
12646         GetOSVersionString to get the current OS version as a string.
12647         * icall.c: Registred icall.
12649 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
12651         * object.c: in mono_object_get_virtual_method(), take into account that
12652         non-virtual methods don't have a slot in the vtable. Check needed when
12653         the object is a proxy.
12655 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
12657         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
12658         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
12660         * object.c (mono_class_compute_gc_descriptor): Fix warning.
12662         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
12663         passed when a valuetype is expected.
12665         * object.c (mono_unhandled_exception): Only set the exit code if the
12666         exception happens in the main thread. Fixes thread5.exe.
12668         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
12669         invalid names. Fixes #58047.
12671 2004-05-03  Jackson Harper  <jackson@ximian.com>
12673         * assembly.c: This line was committed accidently and is unneeded.
12674         
12675 2004-05-03  Jackson Harper  <jackson@ximian.com>
12677         * icall.c: Add new icall for Assembly::LoadWithPartialName
12678         * assembly.c/.h: new function that probes the GAC to load partial
12679         assembly names by Paolo Molaro.
12680         
12681 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12683         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
12684         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
12685         (type_get_fully_qualified_name): Added PublicKeyToken when building a
12686         full type name.
12688 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12690         * appdomain.c: fixed check for 'neutral' culture and removed warning.
12691         * reflection.c: fix bug when parsing a full type name and Version is not
12692         the last thing in the string.
12694 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
12696         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
12697         crashes when it is freed.
12699 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12701         * assembly.c: print the compat warning to stderr.
12703 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
12705         * assembly.c (mono_assembly_load_references): Add a compatibility
12706         hack to run old applications that might be still referencing the
12707         3300-based assemblies, only do this for System.xxx.
12709 2004-05-01  Jackson Harper  <jackson@ximian.com>
12711         * appdomain.c: If the culture is neutral we set it to "".
12712         
12713 2004-04-29  Jackson Harper  <jackson@ximian.com>
12715         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
12717 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
12719         * string-icalls.c: added low overhead function for copying chars
12720         * icall.c: added needed icall for the above function
12722 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12724         * icall.c: fix return value of get_global_assembly_cache.  Implemented
12725         Environment.GetLogicalDrives.
12727 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
12729         * rand.c: try and talk to egd or prngd
12730         for random bytes if opening devices fail.
12732 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
12734         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
12735         alignment for the type using the native alignment of its members 
12736         instead of using klass->min_align.
12738         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
12740 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12742         * file-io.c:
12743         * socket-io.c: added check for sys/aio.h.
12745 2004-04-28  Dick Porter  <dick@ximian.com>
12747         * threads.c: Don't abort a thread thats already aborting, when
12748         terminating everything.
12750 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12752         * icall.c: added 2 new async calls for Socket.
12754         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
12755         IO on *nix systems.
12757         * threadpool.c: removed unused variable.
12759 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
12761         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
12763 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
12765         * locales.c: put back string_invariant_tolower () and
12766         string_invariant_toupper ().
12768 2004-04-26 David Waite <mass@akuma.org>
12770         * file-io.h:
12771         * socket-io.h:
12772         * threads.h:
12773         * unicode.h: remove comma from end of enumeration declarations
12775 2004-04-26 David Waite <mass@akuma.org>
12777         * debug-mono-symfile.h:
12778         * decimal.c:
12779         * mono_debug.h:
12780         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
12783 2004-04-26  Jackson Harper  <jackson@ximian.com>
12785         * appdomain.c: Increment version number.
12786         
12787 2004-04-26  Jackson Harper  <jackson@ximian.com>
12789         * appdomain.c: Set assembly references public token value when
12790         PublicKeyToken is specified, not the hash_value. Free public token
12791         values when free assembly name data. Previously the public key
12792         token was hex decoded, however we are using hex encoded public key
12793         tokens, so this is not neccasary.
12794         * assembly.c: Lookup assemblies in the gac if their public token
12795         value is set. Add function to allow enabling user gac
12796         lookups. Specify whether or not the assembly was loaded from the
12797         GAC. Compare full assembly names when checking the cache for
12798         assemblies (Temporarily disabled see comment in code). Remove
12799         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
12800         specifies trace-loader they get extra info to stdout on the
12801         loading of assemblies.
12802         * image.h: Add a field for an assembly references public token
12803         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
12804         whether an assembly has been loaded from the GAC.
12805         * image.c: Remove a corlib -> mscorlib name mapping.
12806         * loader.h: Add function to enable/disable the user gac.
12807         * mono-config.c: Check if the usergac is enabled in the config
12808         file.
12809         * icall.c: New icall to determine whether or not an assembly has
12810         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
12811         * tabldefs.h: Add constant for assemblyref flag that specifies a
12812         full public key is used instead of a public token.
12813         * reflection.c: Remove mscorlib -> corlib mappings. Set
12814         PublicTokenValue instead of hash value. This value is a hex
12815         string so it does not need to be expanded.
12817 2004-04-26  Martin Baulig  <martin@ximian.com>
12819         * mono-debug-debugger.c (mono_debugger_initialize): Set
12820         `mono_debugger_initialized' before calling mono_debug_lock().
12822 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
12824         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
12825           InternalToUpper/InternalToLower.
12826         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
12827           removed invariant culture shortcut.  This is now done in managed code.
12828         * locales.c: (string_invariant_toupper/tolower) removed.
12830 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12832         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
12833         Added Poll internal call.
12835         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
12836         call for Poll. Select was too heavy for polling a single socket.
12838         * threadpool.[ch]: added mono_threadpool_cleanup.
12839         * threads.c: use it. Don't use Thread_Abort on windows.
12841 2004-04-23  Martin Baulig  <martin@ximian.com>
12843         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
12845 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
12847         * icall.c: Registred new icalls for key pair protection and added an
12848         icall for Environment.GetFolderPath on Windows.
12849         * security.c|h: Added new icalls for key pair protection.
12851 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12853         * socket-io.c: don't display the non-supported family warning for known
12854         families. Now this is not displayed on windows when checking support
12855         for IPv4/IPv6.
12857 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12859         * class.c: don't display the layout warning for static fields.
12861 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
12863         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
12864         * locales.c, locales.h: Added new icalls for culture-specific
12865         Char.ToLower and Char.ToUpper.
12867 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12869         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
12870         by David Waite.
12872 2004-04-20  Martin Baulig  <martin@ximian.com>
12874         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
12875         of the type name before passing it to mono_reflection_type_from_name().
12877 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
12879         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
12880         encodings here. Fixes #56965.
12882 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
12884         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
12885         fix test on strstr result not that I can see anything that
12886         relies on the result.
12888 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
12890         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
12891         Fixes #57081.
12893         * marshal.c (mono_marshal_get_string_encoding): New helper function.
12895         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
12896         function to determine which marshalling to use for strings. Fixes
12897         #56965.
12899         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
12901         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
12903 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
12905         * icall.c: #include mono-config.h
12907 2004-04-15  Jackson Harper  <jackson@ximian.com>
12909         * culture-info-tables.h: Fix date formats for en-US culture.
12910         
12911 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
12913         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
12914         ThreadPool.SetMinThreads.
12915         * threadpool.c: Implemented ThreadPool.GetMinThreads and
12916         ThreadPool.SetMinThreads.
12918 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
12920         * mono-config.c: also load the .config file in the directory
12921         where the assembly was found.
12923 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
12925         * assembly.c: load per-assembly config files.
12926         * icall.c: decrapified code to get the config dir and moved to
12927         mono-config.c.
12928         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
12929         per-assembly config files. When doing a dll map lookup give precedence
12930         to the per-assembly data.
12932 2004-04-14  Martin Baulig  <martin@ximian.com>
12934         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
12935         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
12936         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
12938         * mono-debugger-debugger.c: While the debugger is locked, remember
12939         whether the symbol tables have changes and send one single
12940         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
12942 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
12944         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
12946         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
12947         function.
12949         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
12950         account when marshalling string arrays. Fixes #56965.
12952 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
12954         * icall.c: Add new icalls mapping for security.
12955         * security.c|h: Add internal calls for WindowsIdentity,
12956         WindowsImpersonationContext and WindowsPrincipal.
12958 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
12960         * class.c: Added comment to ensure the System.MonoDummy class
12961         is removed when no longer necessary
12963 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
12965         * appdomain.c: Pass arguments to the bootstraping exceptions to
12966         minimize JITed methods at boot
12968         * metadata.c (mono_exception_from_name_two_strings): Allow for the
12969         second string to be null.
12971         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
12972         Change the protocol to minimize the JIT methods at startup.  Now
12973         it Returns the internal codepage, if the value of "int_code_page"
12974         is 1 at entry, and we can not compute a suitable code page
12975         number, returns the code page as a string.
12977 2004-04-13  Jackson Harper  <jackson@ximian.com>
12979         * culture-info-tables.h: Fix number of decimal digits for all
12980         english locales.
12982 2004-04-13  Jackson Harper  <jackson@ximian.com>
12984         * icall.c: Clairfy out of sync error message. It is not always
12985         your corlib that is out of sync.
12987 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
12989         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
12990         properties when only the set accessor is overriden. Fixes #55874.
12992 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
12994         * assembly.c (mono_assembly_load_references): Make this thread safe.
12995         Fixes #56327.
12997 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
12999         * monosn.c: Add missing initialization calls.
13001 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
13003         * locales.c:
13004         ves_icall_System_Globalization_CultureInfo_construct_number_format
13005         Fix g_assert so it compiles on fussier compilers re int/ptr
13006         mismatch
13008 2004-04-08  Dick Porter  <dick@ximian.com>
13010         * socket-io.h:
13011         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
13012         53992.  Also rearrange the code so that the internal calls return
13013         an error value and exceptions are thrown from managed code.
13015         * icall.c: Add type info to the socket icalls.
13017 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13019         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
13020         owes me a beer.
13022 2004-04-07  Martin Baulig  <martin@ximian.com>
13024         * class.c (mono_class_from_generic_parameter): Don't default
13025         `klass->parent' to `mono_defaults.object_type'.
13027 2004-04-07  Martin Baulig  <martin@ximian.com>
13029         * reflection.c (mono_reflection_initialize_generic_parameter): Set
13030         `param->pklass->reflection_info'.       
13032 2004-04-07  Jackson Harper  <jackson@ximian.com>
13034         * culture-info-tables.h: Fix date separator symbol.
13035         
13036 2004-04-07  Martin Baulig  <martin@ximian.com>
13038         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
13039         from System.Type to System.MonoType.
13041 2004-04-07  Martin Baulig  <martin@ximian.com>
13043         * reflection.h
13044         (MonoReflectionGenericParam): Added `has_reference_type' and
13045         `has_value_type' fields.
13047         * reflection.c (mono_image_get_generic_param_info): Encode the
13048         correct flags if we have the `class' or `struct' constraint.
13050 2004-04-07  Martin Baulig  <martin@ximian.com>
13052         * reflection.h
13053         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
13055 2004-04-07  Jackson Harper  <jackson@ximian.com>
13057         * appdomain.c: Revert extra patches, just wanted to bump the
13058         version number.
13059         
13060 2004-04-07  Jackson Harper  <jackson@ximian.com>
13062         * Makefile.am: Add culture-info private headers.
13063         * icall.c: Add new icalls for contructing locales.
13064         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
13065         * locales.h: Declare new culture info construction methods.
13066         * object.h: Add new fields used to avoid the CultureMap to
13067         MonoCultureInfo.
13068         * culture-info.h: Definition of structs used in the culture info
13069         tables.
13070         * culture-info-tables.h: Autogenerated tables that contain culture
13071         info data. This file was generated with the locale-builder tool.
13072         * appdomain.c: Incement corlib version number.
13073         
13074 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
13076         * appdomain.c: (mono_runtime_init) move mono_thread_init
13077         to before mono_object_new calls so critical sections
13078         are initialized before use.
13080 2004-04-07  Martin Baulig  <martin@ximian.com>
13082         * icall.c
13083         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
13084         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
13085         (ves_icall_MonoGenericParam_initialize): Removed.
13086         (monogenericparam_icalls): Removed.
13087         (generictypeparambuilder_icalls): Added new table for
13088         System.Reflection.Emit.GenericTypeParameterBuilder.
13090         * reflection.c
13091         (mono_reflection_define_generic_parameter): Removed.
13092         (mono_reflection_initialize_generic_parameter): This is now called
13093         from GenericTypeParameterBuilder's .ctor.
13095 2004-04-06  Martin Baulig  <martin@ximian.com>
13097         * class.c (mono_class_init): Don't inflate nested classes in a
13098         generic instance.
13099         (mono_type_get_name_recurse): Include the generic arguments for
13100         generic instances and generic type declarations.
13101         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
13102         (_mono_class_get_instantiation_name): Removed.
13103         (mono_class_create_generic): Always use `gklass->name' as our name.
13105         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
13107         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
13108         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
13109         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
13110         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
13111         closed generic methods here.
13113         * reflection.c
13114         (mono_reflection_generic_inst_get_nested_types): Removed.
13115         (inflate_mono_method): Copy the generic parameters from the
13116         MonoMethodHeader into out MonoGenericMethod.
13118 2004-04-06  Martin Baulig  <martin@ximian.com>
13120         * row-indexes.h
13121         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
13123         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
13125         * reflection.c (build_compressed_metadata): If we have any entries
13126         in the GenericParam, MethodSpec or GenericParamConstraint tables,
13127         set the header version to 1.1.
13129 2004-04-06  Martin Baulig  <martin@ximian.com>
13131         * class.c (mono_class_init): If we're a generic instance,
13132         initialize our nested classes, too.
13133         (_mono_class_get_instantiation_name): Deal with the new `!%d'
13134         suffix. 
13136 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13138         * process.c: quote the argument passed to the shell on windows.
13140 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
13142         * threads.c (mono_alloc_special_static_data): Allow this to be
13143         called during startup.
13145 2004-04-02  Martin Baulig  <martin@ximian.com>
13147         * icall.c
13148         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
13150 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
13152         * icall.c: Fix build.
13154 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
13156         * Makefile.am: Added security.c|h.
13157         * icall.c: Added icall for get_UserName;
13158         * security.c: New file for security related icalls. Added function
13159         get_UserName for System.Environment (fix #56144).
13160         * security.h: New. Header file for security.c
13162 2004-04-02  Dick Porter  <dick@ximian.com>
13164         * icall.c: Deleted the icalls that were obsoleted some time ago
13165         by the ICU string code, and which were mixed into the icall
13166         rearranging.  Fixes bug 55969.
13168         * string-icalls.h: 
13169         * string-icalls.c: Deleted the code that those icalls reference.
13171 2004-04-01  Martin Baulig  <martin@ximian.com>
13173         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
13175         * class.c (mono_class_from_generic_parameter): Don't set 
13176         TYPE_ATTRIBUTE_INTERFACE.
13177         (my_mono_class_from_generic_parameter): Likewise.
13179 2004-04-01  Martin Baulig  <martin@ximian.com>
13181         * loader.c (find_method): Added an optional `MonoClass *ic'
13182         argument to search in a specific interface.
13183         (mono_get_method_constrained): New public function.
13185 2004-04-01  Martin Baulig  <martin@ximian.com>
13187         * reflection.c (mono_image_get_generic_field_token): Use the
13188         `handleref' cache here.
13190 2004-04-01  Martin Baulig  <martin@ximian.com>
13192         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
13194         * reflection.c (create_generic_typespec): Use the `typespec' hash
13195         here, not the `typeref' one.    
13197 2004-04-01  Martin Baulig  <martin@ximian.com>
13199         * class.c (mono_class_inflate_generic_type): Moved the
13200         functionality into a new static inflate_generic_type() which
13201         returns NULL if it didn't do anything.  Only increment the
13202         `mono_stats.inflated_type_count' if we actually inflated
13203         something.
13204         (mono_class_get_full): Check the classes type to see whether we
13205         need to inflate it; also inflate MONO_TYPE_(M)VAR.
13207 2004-04-01  Jackson Harper  <jackson@ximian.com>
13209         * reflection.c: Set culture for assembly references.
13210         
13211 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
13213         * reflection.[ch], icall.[ch], Fix support for pinning variables.
13215 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13217         * assembly.c:
13218         (do_mono_assembly_open): the critical section also covers
13219         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
13221 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13223         * threads.c:
13224         (mono_manage_threads): abort the background threads when finishing.
13225         Fixes bug #47232.
13227 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13229         * gc.c: only close the done_event handle if there was no timeout.
13230         C-ified comments.
13232 2004-03-30  Martin Baulig  <martin@ximian.com>
13234         * icall.c (icall_entries): It's called "System.Activator", not
13235         "System.Activation".    
13237 2004-03-30  Martin Baulig  <martin@ximian.com>
13239         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
13240         (mono_class_create_from_typespec): Likewise.
13242 2004-03-30  Martin Baulig  <martin@ximian.com>
13244         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
13245         `has_ctor_constraint' and `initialized'.
13247 2004-03-30  Martin Baulig  <martin@ximian.com>
13249         * reflection.c (encode_new_constraint): New static function to add
13250         the constructor constraint attribute to a type parameter.
13251         (encode_constraints): Call encode_new_constraint() if necessary.
13253         * reflection.h
13254         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
13256         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
13257         
13258 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
13260         * reflection.c, icall.c: add support for pinning variables. 
13262 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
13264         * marshal.c (mono_marshal_get_managed_wrapper):
13265         init bool local with zero rather than null.
13267 2004-03-29  Martin Baulig  <martin@ximian.com>
13269         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
13270         the "official" behavior here.
13271         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
13273 2004-03-29  Martin Baulig  <martin@ximian.com>
13275         * icall.c: Reflect latest API changes.
13277 2004-03-29  Martin Baulig  <martin@ximian.com>
13279         * loader.c (mono_get_method_from_token): Also call
13280         mono_metadata_load_generic_params () for abstract and interface
13281         methods; replace the type arguments in the method signature with
13282         the ones which are loaded from the metadata.
13284 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
13286         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
13287         of the lock is not the current thread. MS.NET don't do it, in spite of
13288         what the documentation says. See bug #56157.
13290 2004-03-28  Martin Baulig  <martin@ximian.com>
13292         * class.c (mono_class_init): Don't call init_properties() and
13293         init_events() for generic instances; set `prop->parent' when
13294         inflating properties.
13296         * reflection.c (mono_generic_inst_get_object): Call
13297         `mono_class_init (ginst->klass)'.
13298         (mono_type_get_object): Only create a MonoGenericInst if your
13299         generic type is a TypeBuilder.
13300         (do_mono_reflection_bind_generic_parameters): Only set
13301         `ginst->is_dynamic' if our generic type is a TypeBuilder.
13303 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
13305         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
13306         Fixes #56091.
13308 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13310         * icall.c: added Kill_internal icall.
13311         * process.[ch]: added Kill_internal icall.
13313 2004-03-25  Martin Baulig  <martin@ximian.com>
13315         * class.h (MonoStats): Added `generic_instance_count',
13316         `inflated_method_count', `inflated_type_count' and
13317         `generics_metadata_size'.       
13319 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13321         * reflection.c: no warnings now.
13323 2004-03-25  Martin Baulig  <martin@ximian.com>
13325         * class.c (mono_class_get_full): New public function; does a
13326         mono_class_get(), but also takes a `MonoGenericContext *'.
13328         * loader.c (mono_field_from_memberref): Renamed to
13329         `field_from_memberref', made static and added `MonoGenericContext *'
13330         argument.
13331         (mono_field_from_token): Added `MonoGenericInst *' argument.
13332         (method_from_memberef): Likewise.
13333         (mono_get_method_from_token): Likewise.
13334         (mono_get_method_full): New public function; does a
13335         mono_get_method(), but also takes a `MonoGenericContext *'.
13337         * verify.c (mono_method_verify): Get the method's generic context
13338         and pass it to mono_field_from_token(), mono_get_method_full() and
13339         mono_class_get_full().
13341 2004-03-25  Martin Baulig  <martin@ximian.com>
13343         * class.c (mono_class_inflate_generic_type): Take a
13344         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
13345         `MonoGenericMethod *'.
13347 2004-03-25  Martin Baulig  <martin@ximian.com>
13349         * loader.h (MonoMethodInflated): Store the MonoGenericContext
13350         instead of the MonoGenericMethod here.
13352 2004-03-25  Martin Baulig  <martin@ximian.com>
13354         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
13355         each time we create a new MonoGenericInst, we also create a new
13356         context which points back to us.
13358         * class.c (inflate_method): Use `ginst->context' instead of
13359         creating a new context.
13361         * loader.c (method_from_memberref): Use
13362         `klass->generic_inst->context' instead of creating a new context.
13364 2004-03-25  Martin Baulig  <martin@ximian.com>
13366         * class.h (MonoGenericContext): New struct.
13367         (MonoGenericMethod): Removed `generic_inst'.
13369         * class.c (mono_class_inflate_generic_method): Take a
13370         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
13372 2004-03-25  Martin Baulig  <martin@ximian.com>
13374         * loader.h (MonoMethodInflated): New typedef.
13376         * metadata.h (MonoMethodSignature): Removed `gen_method', make
13377         `generic_param_count' consume just 30 bits, added `is_inflated'
13378         and `has_type_parameters' flags (one bit each).
13380         * class.c (mono_class_inflate_generic_method): Create a
13381         MonoMethodInflated instead of a MonoMethodNormal and set
13382         `is_inflated' in the method signature.
13384         * class.h (MonoGenericMethod): Removed `generic_method'.
13386 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
13388         * image.c: Make sure the name of a MonoImage is always an absolute path.
13389           This fixes bug #54415.
13391 2004-03-24  Martin Baulig  <martin@ximian.com>
13393         * class.c (mono_class_setup_vtable): If we're a generic instance,
13394         use our generic type's vtable size.
13396 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
13398         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
13399         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
13400         problems.
13402 2004-03-23  Martin Baulig  <martin@ximian.com>
13404         * class.h (MonoDynamicGenericInst): Added `int count_events' and
13405         `MonoEvent *events'.
13407         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
13408         (typebuilder_icalls): Added "get_event_info"; calls
13409         mono_reflection_event_builder_get_event_info(). 
13411         * reflection.c (mono_reflection_generic_inst_initialize): Added
13412         `MonoArray *events'.
13413         (mono_reflection_event_builder_get_event_info): New function.
13415 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
13417         * object.h: add mono_type_initialization_init
13419         * object.c (mono_runtime_class_init): 
13420         implement class constructor synchronization rules
13421         to cope with threading issues.  
13422         add mono_type_initialization_init
13424         * appdomain.c (mono_runtime_init): call 
13425         mono_type_initialization_init
13427         * class.h: removing initializing field from MonoVTable
13429 2004-03-23  Martin Baulig  <martin@ximian.com>
13431         * class.c (my_mono_class_from_generic_parameter): Use
13432         `param->name' if it's not NULL. 
13434 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
13436         * class.c: do not insert non-virtual methods in the vtable.
13437         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
13438         that means the method is non-virtual. This never would have
13439         happened before.
13441 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
13443         * profiler.c: Added lock for accessing coverage_hash.
13445 2004-03-22  Martin Baulig  <martin@ximian.com>
13447         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
13448         `method->method->signature->generic_param_count != 0' to make it
13449         work for interface methods.
13451 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13453         * process.c: quote the string passed to the shell using g_shell_quote.
13455 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13457         * threads.c:
13458         (mono_threads_manage): don't remove the finalizer thread and self
13459         from the threads hash table so that mono_thread_manage can be called
13460         more than once.
13462 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13464         * process.c: quote the arguments when UseShellExecute is true. Fixes
13465         bug #55790.
13467 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13469         * threads.c: set mono_thread_detach as a cleanup routine for every
13470         thread. This way it's always executed upon thread termination, either
13471         aborted or finished normally. No more xsp hangs!
13473 2004-03-17  Martin Baulig  <martin@ximian.com>
13475         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
13476         `int count_nested' and a `MonoType **nested'.
13478         * reflection.c (mono_reflection_bind_generic_parameters): Moved
13479         most of the functionality into a new static
13480         do_mono_reflection_bind_generic_parameters() and don't take a
13481         `MonoType *nested_in' argument any more.  Don't compute nested
13482         types here.
13483         (mono_reflection_generic_inst_get_nested_types): New public method
13484         to get nested types.
13486         * class.c (mono_class_create_generic): Set `klass->nested_in' if
13487         we're a nested class.
13489         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
13490         mono_reflection_generic_inst_get_nested_types() to compute the
13491         nested types.
13493 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
13495         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
13496         descriptive error message under windows.
13497         
13498 2004-03-17  Martin Baulig  <martin@ximian.com>
13500         * class.c (dup_type): Added `const MonoType *original' argument;
13501         copy the attrs from the original type.
13503 2004-03-17  Martin Baulig  <martin@ximian.com>
13505         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
13506         `m->generic_inst_cache' here.
13508 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
13510         * exception.h exception.c: Add stack_overflow_exception.
13512 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13514         * threadpool.c:
13515         (overlapped_callback): call SetEvent *after* invoking the callback.
13516         No need to call CloseHandle.
13518 2004-03-16  Martin Baulig  <martin@ximian.com>
13520         * reflection.c (mono_image_get_fieldref_token): Take a
13521         `MonoReflectionField *' instead of a `MonoClassField *' and a
13522         `MonoClass *'; store the `MonoReflectionField *' in the hash.
13524 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13526         * appdomain.c: don't add the culture to the filename we're looking for
13527         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
13529 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13531         * locales.c: don't ignore symbols when doing case insensitive compares.
13532         Thanks Dick! Fixes bug #54046.
13534         * threads.c: surround 'threads' usage with enter/leave in
13535         mono_thread_manage.
13537 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
13539         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
13540         implicitly marshalled as [Out]. Fixes #55450.
13542         (mono_marshal_get_runtime_invoke): Zero out the result if there is
13543         an exception.
13545 2004-03-16  Martin Baulig  <martin@ximian.com>
13547         * class.c (mono_class_from_generic_parameter): Use the actual
13548         parameter name. 
13550 2004-03-16  Martin Baulig  <martin@ximian.com>
13552         * reflection.c (type_get_signature_size): New static function.
13553         Compues the size of the type in a method signature.
13554         (method_get_signature_size): New static function; calls
13555         type_get_signature_size() to compute the actual size of the
13556         method's signature.
13557         (method_encode_signature): Use method_get_signature_size() to get
13558         the signature's size rather than using `nparams * 10'.
13560 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13562         * file-io.h: define here WapiOverlapped on windows. I don't want the
13563         regular OVERLAPPED one.
13565         * file-io.c:
13566         * threadpool.c: somehow, BindIoCompletionCallback is not found.
13567         Disabling AIO on windows.
13569 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13571         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
13572         bug #55385.
13574 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13576         * appdomain.c: upgraded corlib version.
13578         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
13579         and BeginWrite. Allow opening files for asynchrnous operations.
13581         * file-io.h: new struct that maps FileStreamAsyncResult.
13582         * icall.c: added new icalls.
13583         * process.[ch]: support setting child process environment variables
13584         and use the SHELL or COMSPEC when UseShellExecute is true.
13586         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
13587         callback for async. IO is here and also BindHandle.
13589         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
13590         from here.
13592 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
13594         * reflection.c (create_custom_attr): Allow len == 0.
13596         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
13597         computation on big-endian machines.
13599 2004-03-13  Martin Baulig  <martin@ximian.com>
13601         * class.h (MonoGenericInst): Added `int count_ifaces'.
13603         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
13604         `ginst->count_ifaces' instead `klass->interface_count' since we
13605         may get called before the vtable is created.
13607         * loader.c (mono_method_get_param_names): If we're a generic
13608         instance, return and don't initialize the class.
13610         * reflection.c (mono_reflection_setup_generic_class): Don't call
13611         ensure_runtime_vtable().
13612         (mono_reflection_bind_generic_parameters): Set
13613         `ginst->count_ifaces'.
13615 2004-03-11  Jackson Harper <jackson@ximian.com>
13617         * icall.c:
13618         * unicode.c:
13619         * unicode.h: Remove unused System.Char icalls.
13620         
13621 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
13623         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
13624         code when we P/Invoke the first library in Windows.Forms, instead
13625         of when we first open the assembly.
13627         * assembly.c: Drop the lookup from here.
13629 2004-03-10  Martin Baulig  <martin@ximian.com>
13631         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
13632         class for properties, fields and events.  Finally fixes #54945.
13634 2004-03-10  Martin Baulig  <martin@ximian.com>
13636         * metadata.c (mono_metadata_class_equal): New static function;
13637         checks whether two generic instances or two generic parameters are
13638         equal.
13639         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
13640         compare classes.        
13642 2004-03-10  Martin Baulig  <martin@ximian.com>
13644         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
13646         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
13647         argument and write it into the `reflection_info' field.
13649         * icall.c
13650         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
13651         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
13653 2004-03-09  Jackson Harper  <jackson@ximian.com>
13655         * char-conversions.h: use 8 bits for numeric data its all we need
13656         * icall.c: numeric data is only 8 bits now.
13658 2004-03-09  Martin Baulig  <martin@ximian.com>
13660         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
13662         * class.c (init_properties, init_events): Initialize the new
13663         `parent' field.
13665         * reflection.c (typebuilder_setup_properties): Likewise.
13666         (typebuilder_setup_events): Likewise.
13668         * reflection.h (MonoEventInfo): Replaced `parent with
13669         `declaring_type' and `reflected_type'.
13671         * icall.c (ves_icall_get_property_info): Distinguish between
13672         declaring and reflected type.
13673         (ves_icall_get_event_info): Likewise.
13675 2004-03-09  Martin Baulig  <martin@ximian.com>
13677         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
13678         (ves_icall_Type_GetField): Correctly set field->klass.
13680 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
13682         * loader.h: Fix warning.
13684 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
13686         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
13687         library routine if present.  Notice that it will still continue
13688         executing even if its missing, for those working on the Gtk#
13689         edition of Windows.Forms.
13691         * assembly.c (do_mono_assembly_open): If loading the
13692         System.Windows.Forms call mono_loader_wini_init.
13694 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
13696         * class.h: Added MonoRemoteClass struct.
13697         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
13698         function for MonoStrings.
13699         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
13700         Added internal call for getting the proxy type.
13701         * marshal.c: Get the type of transparent proxies from its remote_class.
13702         Added methods that generate the IL for type checks and casts:
13703         mono_marshal_get_isinst, mono_marshal_get_castclass, 
13704         mono_marshal_get_proxy_cancast.
13705         * marshal.h: Declaration of the previous new methods.
13706         * object.c: Added new moethods for creating and updating MonoRemoteClass
13707         instances: mono_remote_class, mono_upgrade_remote_class, 
13708         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
13709         * verify.c: FIx transparent_proxy_fields layout.
13710         * appdomain.c: Bump corlib version.
13712 2004-03-04  Jackson Harper  <jackson@ximian.com>
13714         * icall.c: Add icall to access char conversion tables.
13715         * char-conversions.h: Character conversion tables.
13716         * Makefile.am: Add char-conversions.h private header file.
13717         
13718 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
13720         * appdomain.c (unload_thread_main): Increase unloading timeout to
13721         10 sec as a temporary workaround for Nant problems.
13723 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
13725         * gc.c: Add checks for GC_enable and GC_disable.
13727         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
13728         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
13729         (bug #54988).
13730         
13731 2004-02-27  Martin Baulig  <martin@ximian.com>
13733         * reflection.c (mono_reflection_bind_generic_parameters): Take a
13734         `MonoReflectionType *' instead of a `MonoType *'.
13736 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
13738         * gc.c (run_finalize): Avoid finalizing the object representing the
13739         finalizer thread.
13740         (finalizer_thread): Fix warning.
13742 2004-02-25  Martin Baulig  <martin@ximian.com>
13744         * class.c (_mono_class_get_instantiation_name): Added `int offset'
13745         argument for nested types.
13746         (mono_class_create_generic): Added support for nested generictypes.
13748         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
13749         `GList *nested'.
13751         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
13753         * reflection.c (method_encode_signature): Increase the minimum
13754         value of `size' from 10 to 11.
13755         (mono_reflection_bind_generic_parameters): Take `int type_argc'
13756         and `MonoType **types' arguments instead of the `MonoArray
13757         *types'; added `MonoType *nested_in'.  Recursively instantiate
13758         nested classes. 
13760 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
13762         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
13763         stack_overflow_ex members which are used by exception handling.
13765         * appdomain.c (mono_runtime_init): Initialize the new members.
13767         * gc.c (mono_gc_enable): New helper function.
13768         * gc.c (mono_gc_disable): New helper function.
13770 2004-02-23  Martin Baulig  <martin@ximian.com>
13772         * icall.c: I must have been really stupid - make it actually work
13773         this time ;-)
13775 2004-02-23  Martin Baulig  <martin@ximian.com>
13777         * loader.c (method_from_memberref): Only inflate the method if
13778         it's in another klass.
13780 2004-02-23  Martin Baulig  <martin@ximian.com>
13782         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
13783         (mono_class_init): If we're a generic instance and an interface,
13784         compute `class->interface_id'; also create `class->interfaces'
13785         here and inflate them.
13787         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
13788         `ginst->is_open'.
13789         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
13791         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
13793 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
13795         * reflection.c (method_encode_code): Improved the error message
13796         generated by the exception.
13798 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13800         * icall.c: Martin did not do what he said in the ChangeLog for
13801         2004-02-18, but put back the changes for properties and events.
13802         Commenting those changes out again and adding comment to bug #54518.
13803         
13804         * process.c: removed warning.
13806 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
13808         * marshal.c (emit_struct_conv): Print an error message instead of
13809         asserting when a type does not have the StructLayout attribute.
13811 2004-02-20  Martin Baulig  <martin@ximian.com>
13813         * reflection.c (mono_type_get_object): Also use the cache for
13814         generic instances.
13815         (mono_reflection_bind_generic_parameters): Always compute
13816         `ginst->ifaces'.        
13818 2004-02-20  Martin Baulig  <martin@ximian.com>
13820         * class.h (MonoGenericMethod): Removed `klass'.
13822         * class.c (mono_class_inflate_generic_method): Added `MonoClass
13823         *klass' argument.
13825 2004-02-20  Martin Baulig  <martin@ximian.com>
13827         * reflection.c (method_encode_methodspec): Actually use the
13828         uninflated signature for the memberref.
13830 2004-02-20  Martin Baulig  <martin@ximian.com>
13832         * class.h (MonoGenericMethod): Removed `declaring'.
13834         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
13835         is NULL, compute it here.
13837 2004-02-20  Martin Baulig  <martin@ximian.com>
13839         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
13841         * metadata.c (mono_metadata_generic_inst_hash): New method.
13842         (mono_metadata_generic_inst_equal): New method.
13844         * reflection.c (mono_reflection_bind_generic_parameters): Use the
13845         `klass->image->generic_inst_cache' cache to avoid creating
13846         duplicate MonoGenericInst's.
13848         * class.c (mono_class_inflate_generic_type): Use the cache.
13850 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
13852         * object.c: fixed gc descriptor calculation for embedded valuetypes.
13854 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13856         * icall.c: added Socket.WSAIoctl icall.
13858         * socket-io.[ch]: implemented
13859         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
13861 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
13863         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
13865 2004-02-18  Urs C Muff  <umuff@quark.com>
13867         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
13868         this work on PPC and other big-endian architectures.
13870         * debug-mono-symfile.h: Prepended the names of all the `guint32'
13871         fields with an underscore to make sure they're only accessed by
13872         the read32() macro.
13874 2004-02-18  Martin Baulig  <martin@ximian.com>
13876         * icall.c: Put the klass->refclass changes back for methods and
13877         fields, but not for properties and events.  We're currently not
13878         distinguishing between DeclaringType and ReflectedType for
13879         properties and events, that's what caused the regressions.
13881 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13883         * object.c:
13884         (mono_async_result_new): the handle can be NULL.
13886         * threadpool.c: Use an event instead of a semaphore, don't initialize
13887         it until needed. This saves quite a few semaphores from being created
13888         when using the threadpool.
13890 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
13892         * object.c (mono_string_is_interned_lookup): Fix interning of long
13893         strings. Fixes #54473.
13895         * domain.c (ldstr_equal): Optimize if the two strings are equal.
13897         * icall.c: Revert the klass->refclass changes since they introduce
13898         regressions (bug #54518).
13900 2004-02-18  Martin Baulig  <martin@ximian.com>
13902         * class.c (mono_class_init): If we're a generic instance and don't
13903         come from a TypeBuilder, inflate our members here.
13904         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
13905         (mono_class_create_generic): New public method.
13906         (mono_class_initialize_generic): Removed.
13907         (get_instantiation_name): Renamed to
13908         _mono_class_get_instantiation_name() and made it public.
13910 2004-02-18  Martin Baulig  <martin@ximian.com>
13912         * class.c (mono_class_inflate_generic_type): Clear the new
13913         instance's `nginst->klass' when inflating a generic instance.
13914         (mono_class_is_subclass_of): Added (basic) support for generic
13915         instances.
13917 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
13919         * appdomain.h, domain.c: use a MonoCodeManager instead of a
13920         MonoMempool to hold compiled native code.
13922 2004-02-17  Martin Baulig  <martin@ximian.com>
13924         * class.h (MonoDynamicGenericInst): Added `count_properties' and
13925         `properties'.
13927         * reflection.c (mono_reflection_generic_inst_initialize): Added
13928         `MonoArray *properties' argument.
13930         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
13932 2004-02-17  Martin Baulig  <martin@ximian.com>
13934         * icall.c (ves_icall_Type_GetFields): Renamed to
13935         ves_icall_Type_GetFields_internal() and added a
13936         `MonoReflectionType *rtype' argument; pass it to
13937         mono_field_get_object() to set the field's "reflected" type.
13938         (ves_icall_Type_GetConstructors): Likewise.
13939         (ves_icall_Type_GetEvents): Likewise.
13940         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
13941         argument; pass it to mono_method_get_object() to set the method's
13942         "reflected" type.       
13944 2004-02-17  Martin Baulig  <martin@ximian.com>
13946         * class.h (MonoDynamicGenericInst): New type.
13947         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
13949         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
13950         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
13951         (ves_icall_MonoGenericInst_GetFields): New interncall.
13953         * class.c (mono_class_from_generic): Don't call
13954         mono_class_initialize_generic() if this is a dynamic instance;
13955         ie. it's being created from a TypeBuilder.
13956         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
13957         `class->byval_arg.type'.
13959         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
13960         to `inflate_method' and made static.
13961         (mono_reflection_inflate_field): Removed.
13962         (mono_reflection_generic_inst_initialize): New public method.
13964         * reflection.h (MonoReflectionGenericInst): Removed `methods',
13965         `ctors' and `fields'; added `initialized'.
13967 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
13969         * debug-helpers.c (mono_method_full_name): Fix output for empty
13970         namespaces.
13972 2004-02-12  Martin Baulig  <martin@ximian.com>
13974         * class.h (MonoClassField): Added `MonoType *generic_type'.
13976         * reflection.c (mono_image_get_fieldref_token): Added support for
13977         instantiated generic types.
13978         (field_encode_inflated_field): Removed.
13979         (mono_image_get_inflated_field_token): Removed.
13980         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
13982         * reflection.h (MonoReflectionInflatedField): Removed.
13984 2004-02-12  Martin Baulig  <martin@ximian.com>
13986         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
13987         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
13989         * reflection.c (mono_image_get_methodspec_token): Take a
13990         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
13991         (mono_image_create_token): Check whether we have a
13992         `method->signature->gen_method' and call
13993         mono_image_get_methodspec_token() if appropriate.
13994         (inflated_method_get_object): Removed.
13995         (mono_reflection_bind_generic_method_parameters): Return a
13996         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
13997         (mono_reflection_inflate_method_or_ctor): Likewise.
13999         * reflection.h (MonoReflectionInflatedMethod): Removed.
14001 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
14003         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
14004         for custom valuetype marshalling.
14006         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
14008 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14010         * icall.c: fixed WSAGetLastError_internal name.
14012 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
14014         * threads.c (mono_thread_attach): Allow this to be called multiple
14015         times for a thread.
14016         
14017         * threads.c (build_wait_tids): Do not wait for ourselves.
14019         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
14020         appdomain list is empty.
14022         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
14023         memory returned by mono_string_builder_to_utf16, since it points into
14024         managed memory. Thanks to Bernie Solomon for noticing this.
14026         * icall.c: Add AppDomainSetup icalls.
14028         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
14030         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
14031         types.
14033         * reflection.c (reflection_methodbuilder_to_mono_method): Save
14034         custom attributes to the method_aux struct. Also fix array indexes etc.
14036         * loader.c (mono_method_get_param_names): Make dynamic case work again.
14037         
14038 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
14040         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
14041         (both static and runtime) and reduce startup time.
14043 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
14045         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
14046         AsAny marshalling conversion instead of crashing.
14048         * marshal.c: Fix warnings.
14050 2004-02-09  Martin Baulig  <martin@ximian.com>
14052         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
14054         * reflection.h (MonoReflectionInflatedMethod): Removed the
14055         `declaring' field, it's now in the unmanaged MonoGenericMethod.
14057         * reflection.c (method_encode_methodspec): Removed the `method'
14058         argument; we get it from `gmethod->declaring'.
14059         (inflated_method_get_object): Removed the `declaring' argument.
14061 2004-02-09  Martin Baulig  <martin@ximian.com>
14063         * class.h (MonoGenericMethod): New type.
14064         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
14065         `generic_method'.
14067         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
14068         a `MonoGenericMethod *gen_method' one.
14070         * class.c (mono_class_inflate_generic_type): Take an additional
14071         `MonoGenericMethod * argument.  This is only non-NULL if we're
14072         inflating types for a generic method.   
14073         (mono_class_inflate_generic_signature): Renamed to
14074         inflate_generic_signature() and made static; take a
14075         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
14076         (inflate_generic_header): Take a `MonoGenericMethod *' argument
14077         instead of a `MonoGenericInst *' one.
14078         (mono_class_inflate_generic_method): Likewise.
14080         * reflection.c (encode_generic_method_sig): Take a
14081         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
14082         (method_encode_methodspec): Likewise.
14083         (inflated_method_get_object): Likewise. 
14085         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
14086         field with a `MonoGenericMethod *gmethod' one.  
14088 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
14090         * class.h (mono_class_has_parent): add parens to expansion
14091         so you can ! this.
14093 2004-02-08  Martin Baulig  <martin@ximian.com>
14095         * image.h (MonoImage): Removed `generics_cache'.
14097         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
14098         instead of a `MonoType *' argument; removed the `inflate_methods'
14099         argument.  Don't inflate methods here.
14101         * loader.c (find_method): If it's a generic instance, call
14102         mono_class_init() on the `sclass->generic_inst->generic_type'.
14104         * metadata.c (mono_type_size): Make this work on uninitialized
14105         generic instances; call it on the `ginst->generic_type's class.
14107         * reflection.c (mono_reflection_bind_generic_parameters): Call
14108         mono_class_from_generic() to create the `ginst->klass'.
14110 2004-02-08  Martin Baulig  <martin@ximian.com>
14112         * class.h (MonoClass): Changed type of `generic_inst' from
14113         `MonoType *' to `MonoGenericInst *'.
14115 2004-02-08  Martin Baulig  <martin@ximian.com>
14117         * icall.c (ves_icall_Type_BindGenericParameters): Just call
14118         mono_type_get_object(), this is now creating a `MonoGenericInst'
14119         for MONO_TYPE_GENERICINST.
14120         (ves_icall_MonoGenericInst_GetParentType): Likewise.
14121         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
14123         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
14124         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
14125         (inflated_method_get_object): Added `MonoClass *refclass' argument.
14126         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
14127         and reflected type.
14129         * reflection.h (MonoReflectionInflatedMethod): Removed
14130         `declaring_type' and `reflected_type'.
14132 2004-02-08  Martin Baulig  <martin@ximian.com>
14134         * class.h (MonoGenericInst): Added `MonoType *parent' and
14135         `MonoType **ifaces'.
14137         * reflection.h (MonoReflectionGenericInst): Removed `klass',
14138         `parent' and `interfaces'.
14140         * reflection.c (mono_reflection_bind_generic_parameters): Take a
14141         `MonoType *' argument and return a `MonoType *'.
14143         * icall.c
14144         (ves_icall_MonoGenericInst_GetParentType): New interncall.
14145         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
14147 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
14149         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
14150         valuetype marshalling.
14152 2004-02-06  Martin Baulig  <martin@ximian.com>
14154         * class.c
14155         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
14156         (my_mono_class_from_generic_parameter): Likewise.
14158 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
14160         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
14161         contents of the symbol files lazily.
14163         * object.h (MonoThread): Add 'name' and 'name_len' fields.
14165         * threads.h threads.c icall.c: New icalls for getting and setting the
14166         threads name.
14168 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
14170         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
14171         Raise an exception when the domain is not found.
14173 2004-02-03  Martin Baulig  <martin@ximian.com>
14175         * reflection.c (mono_image_get_methodspec_token): Use the
14176         uninflated signature; fixes gen-33.
14178 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
14180         * gc.c threads.c: Make the finalizer thread a normal managed thread so
14181         the finalizer code can use thread functionality.
14183         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
14184         the finalizer thread.
14186         * threads.c: Make some functions more robust.
14188         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
14190         * metadata.h: Add new marshalling conventions.
14192         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
14193         stringbuilder marshalling. Fixes #53700.
14195         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
14197         * reflection.c (mono_image_get_type_info): Save declarative security
14198         info.
14200         * reflection.c (mono_image_get_field_info): Handle uninitialized 
14201         unmanaged fields as well.
14203         * appdomain.c: Bump corlib version.
14205 2004-02-01  Martin Baulig  <martin@ximian.com>
14207         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
14208         method type arguments.  
14210 2004-01-30  Duncan Mak  <duncan@ximian.com>
14212         * marshal.h: Add prototype for
14213         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
14214         and
14215         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
14216         fix the build.
14218 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
14220         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
14221         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
14223 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
14225         * marshal.c (mono_marshal_get_native_wrapper): Add support for
14226         custom marshalling of valuetypes.
14228         * marshal.c: Fix some warnings.
14230 2004-01-29  Martin Baulig  <martin@ximian.com>
14232         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
14233         for generic method parameters.
14235         * reflection.c (method_encode_methodspec): Write the uninflated
14236         signature into the methodspec table.
14237         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
14238         is always the uninflated method.
14239         (reflection_methodbuilder_to_mono_method): Copy the generic
14240         parameters from the MethodBuilder into `header->gen_params'.
14242 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
14244         * class.c (mono_class_from_generic_parameter): Fix warning.
14246 2004-01-27  Martin Baulig  <martin@ximian.com>
14248         * class.c (mono_class_from_generic_parameter): Don't create
14249         `klass->methods' here.  
14251 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
14253         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
14254         extension since it does not work with libraries named lib<FOO>.dll.so.
14256 2004-01-25  Martin Baulig  <martin@ximian.com>
14258         * class.c (mono_class_inflate_generic_type): Added support for
14259         MONO_TYPE_GENERICINST.
14261         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
14262         inflate methods on open constructed types.      
14264 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14266         * object.c: fire ProcessExit event in the root AppDomain after running
14267         Main. Fixes bug #53299.
14269 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
14271         * socket-io.c: include the new socket-wrappers.h header.
14272         Use the wrappers instead of the unix socket functions to make the code
14273         more clear.
14275 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
14277         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
14279         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
14280         Fixes #22532.
14282 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
14284         * reflection.c (mono_image_create_pefile): Handle the case when the
14285         entry point is not a MethodBuilder.
14287         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
14288         field to ReflectionMethod since it is not allways a builder.
14290         * reflection.c (type_get_fully_qualified_name): New helper function to
14291         return the fully qualified name of a type.
14293         * reflection.c (encode_marshal_blob): Always emit the fully qualified
14294         type name for custom marshallers.
14296         * reflection.c (mono_marshal_spec_from_builder): Ditto.
14298         * class.c (mono_class_setup_vtable): If a parent class already 
14299         implements an interface, use the implementing methods from that class.
14300         Fixes #53148.
14302 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14304         * threadpool.c: just return instead of ExitThread to allow for thread
14305         clean up earlier.
14307 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
14309         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
14310         when closing resource modules.
14312         * reflection.c (mono_image_create_pefile): Handle the case when the
14313         entry point is not a MethodBuilder.
14315         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
14316         field to ReflectionMethod since it is not allways a builder.
14318 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
14320         * marshal.c (mono_marshal_get_managed_wrapper): 
14321         mono_marshal_alloc takes native int so CONV_I
14322         the arg for 64bits.
14324 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
14326         * reflection.c (fixup_cattrs): New function to fixup the methoddef
14327         tokens in the cattr table. Fixes #53108.
14329 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14331         * loader.c: don't trim ".dll" before looking up in the config file.
14332         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
14334 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
14336         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
14337         Return the module which contains the resource as well.
14338         (ves_icall_System_Reflection_Module_Close): New icall.
14340         * appdomain.c: Bump corlib version number.
14342         * image.c (mono_image_addref): New public function.
14344         * assembly.c: Call mono_image_addref.
14346         * reflection.c (mono_module_get_object): Increase reference count of 
14347         the image.
14349         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
14350         Fixes #22532.
14352         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
14353         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
14354         proper exceptions on DllImport problems.
14356 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
14358         * class.c, metadata.c: eliminate CSIZE macro.
14360 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
14362         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
14363         * object.h: Added async_callback field in MonoAsyncResult.
14364         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
14365         * verify.c: Added async_callback in MonoAsyncResult layout.
14367 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
14369         * reflection.c (mono_reflection_get_custom_attrs): Add support
14370         for Modules.
14372 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
14374         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
14375         marshalling.
14376         (mono_marshal_method_from_wrapper): Add null pointer check.
14378 2004-01-16  Martin Baulig  <martin@ximian.com>
14380         * debug-mono-symfile.h: Set version number to 36 and reflect
14381         latest symbol writer changes.
14383 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
14385         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
14386         multi-dimensional arrays.
14387         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
14388         (mono_class_from_mono_type): Use bounded_array_class_get.
14389         
14390         * class.c (mono_bounded_array_class_get): New function which takes
14391         a 'bounded' bool argument to distinguish vectors from one dimensional
14392         arrays.
14394         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
14395         bounded_array_class_get if the array has bounds.
14397         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
14398         Search modules loaded using AssemblyBuilder:AddModule as well.
14400 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14402         * appdomain.c: increased corlib version.
14403         * filewatcher.c: removed g_print.
14404         * icall.c:
14405         (get_property_info): only allocate what is actually requested.
14406         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
14408 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14410         * Makefile.am: added filewatcher.[ch]
14411         * filewatcher.[ch]: FileSystemWatcher runtime support.
14412         * icall.c: added new FSW icalls.
14414 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
14416         * string-icalls.c: fix stringbuilder regression as suggested by
14417         Iain McCoy <iain@mccoy.id.au>.
14419 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
14421         * process.c (process_read_stringtable_block): Recognize '007f' as
14422         a language neutral stringtable block.
14424 2004-01-12  Patrik Torstensson
14426         * object.h (MonoStringBuilder) : Changed layout to support our
14427         new stringbuilder class.
14428         * marshal.c: Change marshalling to support the new layout of 
14429         string builder.
14430         * appdomain.c: increased version number because new layout of
14431         string builder.
14433 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
14435         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
14436         assembly name as an string instead of an AssemblyName, since it is
14437         easier to extract info from it.
14439         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
14440         the culture subdirectories too. Fixes #52231.
14442 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14444         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
14445         It takes 2 new parameters with an optional name for the method to look
14446         for and case ignoring info.
14448         * threadpool.c: removed unused variable.
14450 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14452         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
14453         It takes 2 new parameters with an optional name for the property to look
14454         for and case ignoring info.
14455         Fixes bug #52753.
14457 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
14459         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
14460         Fix #52451.
14462 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14464         * appdomain.c:
14465         * assembly.c: escape the uri before passing it to g_filename_from_uri.
14466         Fixes bug #52630.
14468 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
14470         * reflection.c: Add support for more than one unmanaged resource.
14472         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
14473         in field->def_value, as done in all other cases.
14475         * reflection.c (mono_reflection_get_custom_attrs): Add support for
14476         TypeBuilders.
14478         * reflection.c (mono_reflection_create_runtime_class): Remove 
14479         errorneous assignment to klass->element_class, since it is already
14480         done in mono_reflection_setup_internal_class.
14482 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14484         * gc.c: added missing LeaveCriticalSection.
14485         * icall.c: indented a couple of lines.
14486         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
14487         if we call EndInvoke inside a callback. Fixes bug #52601.
14489 2004-01-07  Martin Baulig  <martin@ximian.com>
14491         * mono-debug-debugger.h
14492         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
14494 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
14496         * appdomain.c: Use messages in NotImplementedException.
14498         * exception.c (mono_get_exception_not_implemented): Now this takes
14499         a message argument.
14501         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
14502         exception instead of g_asserting an aborting when something is not
14503         implemented.
14505         Add some inline docs.
14507 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
14509         * reflection.h: Update after changes to object layout.
14511         * reflection.c: Implement saving of unmanaged aka win32 resources.
14513         * appdomain.c: Bump version number.
14515         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
14516         Handle missing domains gracefully.
14518 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
14520         * file-io.c : On Windows, there are much more invalid_path_chars.
14522 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
14524         * class.h, object.c: prepare for GetType () speedup.
14526 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
14528         * profiler.c: workaround for --profile null reference exception on
14529           cygwin. Patch by Patrik Torstensson.
14531 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
14533         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
14534         make work for unaligned access.
14536 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
14538         * class.c: small cleanup (class->fields [i] -> field).
14539         * image.c: check address of metadata is valid.
14541 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
14543         * assembly.h assembly.c (mono_assembly_loaded): New public function to
14544         search the list of loaded assemblies.
14546         * reflection.c (mono_reflection_type_from_name): Use 
14547         mono_assembly_loaded instead of mono_image_loaded.
14549         * reflection.c: Fix warnings.
14551 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
14553         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
14554         is dynamic. This is needed since an assembly can contain both dynamic and
14555         non-dynamic images.
14557         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
14558         assembly->dynamic.
14560         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
14562         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
14563         to store modules loaded using AddModule.
14565         * reflection.c (mono_image_fill_file_table): Generalize this so it works
14566         on Modules.
14568         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
14570         * reflection.c (mono_image_fill_export_table_from_module): New function to
14571         fill out the EXPORTEDTYPES table from a module.
14573         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
14574         into a separate function. Also handle loaded non-dynamic modules.
14576         * reflection.c (mono_image_basic_init): Fix memory allocation.
14578         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14580         * assembly.c (mono_assembly_load_references): Make this public.
14582 2003-12-19  Martin Baulig  <martin@ximian.com>
14584         * class.c (mono_class_initialize_generic): Made this static, take
14585         a `MonoGenericInst *' instead of a `MonoClass *'.
14586         (mono_class_from_generic): Call mono_class_initialize_generic()
14587         unless we're already initialized or being called from
14588         do_mono_metadata_parse_generic_inst().
14590         * class.h (MonoGenericInst): Added `initialized' and
14591         `init_pending' flags.
14593         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
14594         `mono_class_init (gklass)' or mono_class_initialize_generic()
14595         here; set `generic_inst->init_pending' while parsing the
14596         `type_argv'.
14598 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
14600         * locales.c: include string.h for memxxx prototypes
14602 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
14604         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
14605         constructor when accessing literal fields.
14607 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
14609         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14611         * reflection.c (assembly_add_resource_manifest): New function to fill
14612         the MANIFESTRESOURCE table.
14614         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
14616         * reflection.h: Update to changes in class layout.
14618         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
14619         Reenable call to mono_runtime_is_shutting_down ().
14621         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
14622         determine if the runtime is shutting down.
14624 2003-12-16  Jackson Harper <jackson@ximian.com>
14626         * icall.c: comment out call to mono_runtime_is_shutting_down to
14627         fix build.
14628         
14629 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
14631         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
14632         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
14634 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
14636         * reflection.c: move definition of swap_with_size
14637         to before its first call
14639 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
14641         * appdomain.c (mono_runtime_is_shutting_down): New public function.
14643         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
14644         icall.
14646         * object.c: Fix warnings.
14648         * icall.c (ves_icall_Type_Get...): Only consider inherited static
14649         members if FlattenHierarchy is set.
14651         * reflection.c (mono_image_add_decl_security): New function to emit
14652         declarative security.
14654         * reflection.h reflection.c: Add support for declarative security.
14656         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
14657         
14658 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
14660         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
14661         
14662         * appdomain.c verify.c: Moved corlib version checking into its own
14663         function in appdomain.c since it needs to create vtables etc.
14665 2003-12-13  Patrik Torstensson <p@rxc.se>
14667         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
14668         instead of unwrapped server.
14670 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
14672         * verify.c (check_corlib): Fix field index.
14674 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
14676         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
14677         GetGacPath icall.
14679 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
14681         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
14682         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
14683         cope with sizeof(size_t) != sizeof(guint32).
14685 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14687         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
14688         in case of failure.
14690 2003-12-10  Mark Crichton <crichton@gimp.org>
14692         * icall.c: removed the GetNonZeroBytes.  We now handle this case
14693         in managed code.
14695         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
14697 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
14699         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
14700         marked as deleted.
14702 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
14704         * verify.c (check_corlib): Handle the case when the version field is 
14705         initialized by a static constructor.
14707 2003-12-08  Patrik Torstensson  <p@rxc.se>
14709     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
14711 2003-12-08  Martin Baulig  <martin@ximian.com>
14713         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
14714         a MonoReflectionGenericParameter, also take the parameter index
14715         and name as arguments.
14716         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
14717         (ves_icall_MonoGenericParam_initialize): New interncall.
14718         (ves_icall_Type_make_byref_type): New interncall.
14720         * reflection.h (MonoReflectionGenericParam): Derive from
14721         MonoReflectionType, not just from MonoObject.  Added `refobj' and
14722         `index' fields.
14724         * reflection.c (mono_reflection_define_generic_parameter): Create
14725         and return a new MonoReflectionGenericParam; don't initialize the
14726         constraints here.
14727         (mono_reflection_initialize_generic_parameter): New public method;
14728         initializes the constraints and creates the `param->pklass'.
14730 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
14732         * reflection.h reflection.c: Use the new fields 'num_types', 
14733         'num_fields' and 'num_methods' to track the number of types etc.
14735         * verify.c (check_corlib): Check corlib version number.
14737 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
14739         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
14740         function works on all methods.
14742 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
14744         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
14745         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
14746         the custom_type_info flag of the transparent proxy.
14747         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
14748         objects that supports IRemotingTypeInfo.
14749         * object.h: Added custom_type_info field in transparent proxy.
14751 2003-12-06  Martin Baulig  <martin@ximian.com>
14753         * class.c (mono_class_create_from_generic): Removed.
14754         (mono_class_from_generic): Check `ginst->klass' before doing
14755         anything else.  This is important to fully support "recursive"
14756         generic types.
14758         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
14759         empty `generic_inst->klass' before doing anything else.
14761 2003-12-06  Dick Porter  <dick@ximian.com>
14763         * verify.c: 
14764         * object.h:
14765         * icall.c:
14766         * locales.c: Use C structs to access class fields.  Don't do a
14767         conversion between MonoString and UChar because both are
14768         platform-endian UTF-16.  Compare now takes startindex and count
14769         parameters.  Add a char overload for IndexOf.  Speed up the
14770         invariant string IndexOf.
14772 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
14774         * Makefile.am (monosn_LDADD): Fix parallel build.
14776 2003-12-04  Martin Baulig  <martin@ximian.com>
14778         * icall.c
14779         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
14780         (ves_icall_Type_make_array_type): New interncall.       
14782 2003-12-04  Martin Baulig  <martin@ximian.com>
14784         * locales.c: also change it in the !HAVE_ICU case.
14786 2003-12-04  Dick Porter  <dick@ximian.com>
14788         * icall.c:
14789         * locales.c: construct_compareinfo is now in CompareInfo, not
14790         CultureInfo.
14792 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
14794         * image.c (mono_image_load_file_for_image): Cache loaded images in the
14795         image->files array.
14797         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
14798         table as well.
14800         * assembly.c (mono_assembly_load_references): Only load references
14801         once.
14803         * class.c (mono_class_from_name): Avoid linear search of the 
14804         EXPORTEDTYPE table.
14806         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
14808 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
14810         * image.h (MonoImage): Add 'field_cache' field.
14812         * loader.c (mono_field_from_token): Cache field lookups.
14813         
14814         * reflection.c (mono_module_get_object): Fix name property.
14816         * icall.c (ves_icall_get_enum_info): Update after changes to 
14817         mono_metadata_get_constant_index ().
14819         * icall.c: Get rid of get_type_info icall, use a separate icall for
14820         each type property to avoid needless memory allocations. Fixes #51514.
14822         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
14823         to avoid needless binary searches.
14825         * class.c (class_compute_field_layout): Move the initialization of
14826         field->def_value to mono_class_vtable ().
14828         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
14829         non-corlib types.
14831         * object.c (mono_object_allocate): Make it inline.
14833         * object.c (mono_object_allocate_spec): Make it inline.
14834         
14835 2003-12-02  Dick Porter  <dick@ximian.com>
14837         * locales.c (create_NumberFormat): NumberFormatInfo construction.
14838         Patch by Mohammad DAMT (mdamt@cdl2000.com).
14840 2003-12-01  Dick Porter  <dick@ximian.com>
14842         * threads.c: Fix signature and call in CreateMutex and
14843         CreateEvent.
14845 2003-12-01  Dick Porter  <dick@ximian.com>
14847         * icall.c: 
14848         * locales.c: Implement string compares and searching
14850         * object.h: Add extra Thread field
14852 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
14854         * reflection.c (fixup_method): Add support for MonoCMethod.
14856 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
14858         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
14860         * reflection.c (assembly_name_to_aname): Allow extra characters in
14861         assembly names. Fixes #51468.
14863 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
14865         * exception.c (mono_exception_from_name_domain): New helper function.
14867         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
14868         exception object in the correct domain.
14870         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
14871         formatting + make a copy a the input data.
14873         * loader.c (mono_get_method_from_token): Methods which contain
14874         native code do not have entries in the ImplMap.
14876         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
14877         Thanks to Gonzalo for spotting this.
14878         
14879         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
14880         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
14882         * assembly.h (mono_assembly_load_from): Split the second part of 
14883         assembly loading into a new public function.
14885         * exception.h (mono_get_exception_bad_image_format): New function.
14887 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
14889         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
14890         Enumerate all modules inside a dynamic assembly. Fixes #51293.
14891         
14892         * icall.c: Add new icall for creating dynamic methods.
14894         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
14896         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
14898         * reflection.c (mono_reflection_create_dynamic_method): New icall to
14899         create a dynamic method.
14901         * reflection.c (resolve_object): New helper function.
14903         * reflection.c: Generalize ReflectionMethodBuilder and the functions
14904         which manipulate it so they can also work on dynamic methods.
14906         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
14907         creating the MonoReflectionMethodAux structure if it is not needed.
14908         
14909         * reflection.h verify.c: Update after changes to object layout.
14911         * reflection.c (method_builder_encode_signature): Fix compilation on
14912         gcc 2.95.x.
14914 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
14916         * appdomain.h: Added support for context static fields. Added static_data
14917           field to MonoAppContext and renamed thread_static_fields to a more
14918           generic special_static_fields in MonoAppDomain, since it can now contain
14919           context static fields.
14920         * domain.c: Updated hashtable name.
14921         * object.c: Replaced field_is_thread_static() for a more generic
14922           field_is_special_static() which also checks for context static attribute.
14923           In mono_class_vtable(), added support for static context fields.
14924         * threads.c: Changed methods that manage thread static fields to more
14925           generic methods so they can be reused both for thread and context static
14926           data.
14927         * threads.h: Declared some new methods.
14929 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
14931         * reflection.h: Update after changes to the managed types.
14933         * reflection.c (encode_custom_modifiers): New helper function.
14935         * reflection.c (method_encode_signature): Emit custom modifiers.
14937         * reflection.c (field_encode_signature): Emit custom modifiers.
14939 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
14941         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
14943         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
14944         implementation.
14946         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
14947         icall.
14949         * object.c (mono_field_get_value_object): New function.
14951         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
14952         specific.
14954 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
14956         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
14957         return a preallocated out-of-memory exception instance.
14959         * object.c (out_of_memory): Use the new function.
14961         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
14962         flag is before the custom modifiers. Fixes #49802.
14964 2003-11-16  Martin Baulig  <martin@ximian.com>
14966         * class.c (mono_class_is_open_constructed_type): Implemented the
14967         MONO_TYPE_GENERICINST case.
14969 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
14971         * assembly.c (mono_assembly_fill_assembly_name): New function to
14972         fill out the MonoAssemblyName structure.
14973         (mono_assembly_open): Use the new function.
14975         * icall.c (fill_reflection_assembly_name): New helper function.
14977         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
14978         new function.
14980         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
14982 2003-11-15  Martin Baulig  <martin@ximian.com>
14984         * class.c (mono_class_is_open_constructed_type): New public
14985         function; checks whether a type is an open constructed type,
14986         ie. whether it still contains type parameters.
14987         (mono_class_inflate_generic_type): If we're a type parameter and
14988         the inflated type is also a MONO_TYPE_(M)VAR, return the original
14989         type.
14991         * class.h (MonoGenericInst): Added `guint32 is_open'.
14993         * loader.c (method_from_methodspec): Check whether we're an open
14994         or closed constructed type and set `ginst->is_open'.
14996         * reflection.c (mono_reflection_bind_generic_parameters): Check
14997         whether we're an open or closed constructed type and set
14998         `ginst->is_open'.
14999         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
15000         from open constructed types.
15002 2003-11-15  Martin Baulig  <martin@ximian.com>
15004         * reflection.c (mono_reflection_bind_generic_parameters): If we're
15005         a generic instance (instead of a generic type declaration) with
15006         unbound generic parameters, bind them to our actual types.
15008 2003-11-14  Martin Baulig  <martin@ximian.com>
15010         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
15012         * reflection.c (mono_reflection_bind_generic_parameters): If we're
15013         an interface type, populate `res->interfaces' with instantiated
15014         versions of all the interfaces we inherit.
15016 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
15018         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
15019         when MONO_PATH is set but doesn't contain the install dir.
15021 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15023         * icall.c:
15024         (ves_icall_Type_GetInterfaces): don't return an interface twice when
15025         it's also implemented in base classes. Fixes bug #50927.
15027 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
15029         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
15030         if this method is called from a finalizer. Fixes #50913.
15032 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
15034         * threads.c: Implement VolatileRead/VolatileWrite
15036         * icall.c: Add new icalls for VolatileRead/VolatileWrite
15038 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15040         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
15041         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
15042         2.95.3.
15044         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
15045         from Peter Ross (pro@missioncriticalit.com).
15046         
15047 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
15049         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
15051 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15053         * assembly.c (mono_assembly_load_references): Disable check because it
15054         triggers on older corlibs which lots of people have.
15056 2003-11-12  Jackson Harper  <jackson@ximian.com>
15058         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
15059         load corlib.dll if mscorlib.dll is not found.
15060         * assembly.h: Remove corlib name define.
15061         * class.c:
15062         * domain.c:
15063         * image.c: Change corlib name to mscorlib.
15064         
15065 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15067         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
15069 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
15071         * appdomain.h: Added loader_optimization here to sync with the C#
15072         code, and add disallow_binding_redirects field.
15074 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
15076         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
15078         * reflection.c (mono_image_build_metadata): Fix crash on modules
15079         with no types.
15081         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
15083         * icall.c (ves_icall_get_method_info): Return callingConvention as
15084         well.
15086         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
15087         namespaces from the EXPORTEDTYPE table as well.
15089         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
15090         from all modules inside the assembly.
15091         
15092 2003-11-11  Martin Baulig  <martin@ximian.com>
15094         * reflection.c (mono_reflection_bind_generic_parameters): Make
15095         this work for interfaces.
15097 2003-11-11  Martin Baulig  <martin@ximian.com>
15099         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
15101 2003-11-11  Martin Baulig  <martin@ximian.com>
15103         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
15104         "MonoInflatedMethod" and "MonoInflatedCtor".
15106 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
15108         * reflection.c (resolution_scope_from_image): Use the assembly table
15109         from the manifest module, since other modules don't have it.
15111         * debug-helpers.c (mono_type_full_name): New helper function.
15113         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
15115         * image.c (mono_image_load_file_for_image): New public function which
15116         is a replacement for the load_file_for_image in class.c.
15118         * assembly.c (mono_assembly_load_module): A wrapper for the function
15119         above which does assembly association and reference loading too.
15121         * class.c (mono_class_from_name): Call mono_assembly_load_module.
15123 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15125         * appdomain.c: not all of the attributes for the full assembly name
15126         are required and the order doesn't matter. Fixes bug #50787.
15128 2003-11-10  Dick Porter  <dick@ximian.com>
15130         * locales.c: Use platform-endian UTF16
15132 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
15134         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
15135         
15136 2003-11-10  Martin Baulig  <martin@ximian.com>
15138         * metadata.c
15139         (mono_metadata_load_generic_params): Make this actually work.
15141         * reflection.c (mono_reflection_bind_generic_parameters): If our
15142         parent is a generic instance, pass all the `types' to it, no
15143         matter whether it has the same number of type parameters or not.
15145 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
15147         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
15149         * assembly.c (mono_assembly_load_references): Move the image<->assembly
15150         assignment code to this function so it gets called recursively for all
15151         modules.
15153         * image.c (load_modules): Remove the assembly assignment since it is
15154         now done by mono_assembly_load_references.
15155         
15156         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
15157         Add 'module' argument.
15158         (mono_module_get_types): New helper function.
15159         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
15161 2003-11-08  Martin Baulig  <martin@ximian.com>
15163         * class.c (mono_class_inflate_generic_method): Interface method
15164         don't have a header.
15166         * reflection.c (mono_image_get_methodspec_token): Take an
15167         additional `MonoGenericInst *' argument instead of reading it from
15168         the header; this is necessary to support interfaces.
15169         (mono_image_create_token): Pass the `MonoGenericInst *' from the
15170         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
15171         (inflated_method_get_object): Take an additional `MonoGenericInst *'
15172         argument.
15174         * reflection.h (MonoReflectionInflatedMethod): Added
15175         `MonoGenericInst *ginst'.
15177 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
15179         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
15181 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
15183         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
15185 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
15187         * reflection.c 
15188         (reflection_methodbuilder_from_method_builder):
15189         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
15190         initialize a ReflectionMethodBuilder structure.
15191         (mono_image_get_methodbuilder_token):
15192         (mono_image_get_ctorbuilder_token): New functions to emit memberref
15193         tokens which point to types in another module inside the same assembly.
15195         * reflection.c: Use the new helper functions.
15196         
15197         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
15199         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
15200         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
15202         * reflection.c (resolution_scope_from_image): Emit a moduleref if
15203         neccesary.
15205         * reflection.c (mono_image_build_metadata): Emit metadata only for the
15206         current module. Emit the manifest only for the main module.
15208         * reflection.c (mono_image_create_token): Add assertion when a 
15209         memberref needs to be created.
15211         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
15213         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
15214         larger buffer for the custom attribute blob. Fixes #50637.
15215         
15216 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15218         * threadpool.c: notify listener on async processing handles after
15219         invoking the async callback. Thanks to Zoltan.
15221 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15223         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
15224         avoid code duplication.
15226         * reflection.h (MonoDynamicImage): New type which is currently unused,
15227         but will be used through the ref.emit code in place of 
15228         MonoDynamicAssembly.
15230         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
15231         object layout.
15233         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
15234         a MonoDynamicImage instead of just a MonoImage.
15235         
15236         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
15237         icalls to ModuleBuilder but keep their semantics, so they will work
15238         with moduleb->assemblyb. This will change later.
15239         
15240 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15242         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
15243         object layout.
15245         * reflection.c (mono_image_build_metadata): Avoid creation of a default
15246         main module, since it is now done by the managed code.
15248 2003-11-03  Martin Baulig  <martin@ximian.com>
15250         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
15251         `ginst->klass' here.
15252         (method_encode_methodspec): Don't use the `ginst->generic_method's
15253         klass if it's a generic instance, use `ginst->klass' in this case.
15255 2003-11-03  Martin Baulig  <martin@ximian.com>
15257         * reflection.c (mono_image_get_generic_method_param_info):
15258         Removed, use mono_image_get_generic_param_info() instead.
15259         (mono_image_get_type_info): Write the GenericParam table before
15260         the Method table.  This is neccessary because in the GenericParam
15261         table, type parameters of the class (ie. '!0' etc.) must come
15262         before the ones from its generic methods (ie. '!!0' etc).
15264 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15266         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
15268 2003-11-02  Martin Baulig  <martin@ximian.com>
15270         * reflection.c (create_generic_typespec): Take a
15271         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
15272         the generic parameters from it.
15274 2003-11-02  Martin Baulig  <martin@ximian.com>
15276         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
15277         instead of a `MonoClassField *' since we just need the type.
15278         (create_generic_typespec): New static function.  Creates a
15279         TypeSpec token for a generic type declaration.
15280         (mono_image_get_generic_field_token): New static function.
15281         (mono_image_create_token): If we're a FieldBuilder in a generic
15282         type declaration, call mono_image_get_generic_field_token() to get
15283         the token.
15285 2003-11-02  Martin Baulig  <martin@ximian.com>
15287         * reflection.h
15288         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
15289         `MonoReflectionGenericInst *declaring_type' and
15290         `MonoReflectionGenericInst *reflected_type' fields.
15292         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
15293         `MonoReflectionGenericInst *declaring_type' and a
15294         `MonoReflectionGenericInst *reflected_type' argument instead of a
15295         single `MonoReflectionGenericInst *type' one.  Set
15296         `res->declaring_type' and `res->reflected_type' from them.
15297         (mono_reflection_inflate_field): Likewise.      
15299 2003-11-02  Martin Baulig  <martin@ximian.com>
15301         * class.c (mono_class_setup_vtable): Don't store generic methods
15302         in the vtable.  
15304 2003-11-02  Martin Baulig  <martin@ximian.com>
15306         * reflection.h (MonoReflectionGenericInst): Added
15307         `MonoReflectionType *declaring_type'.
15309         * reflection.c (mono_reflection_bind_generic_parameters): Use
15310         `if (tb->parent)' instead of `klass->parent'.
15312 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
15314         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
15315         with an empty ASSEMBLY table.
15317         * reflection.c (mono_image_build_metadata): Avoid using the same loop
15318         variable in the inner and outer loops.
15320 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
15322         * metadata.h (mono_metadata_make_token): Put parentheses around macro
15323         argument.
15325         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
15326         
15327         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
15328         icalls. Instead, do everything in managed code. This is needed since
15329         it is hard to restore the original domain etc. in unmanaged code in the
15330         presence of undeniable exceptions.
15332         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
15333         New icalls to push and pop appdomain refs.
15335 2003-10-31  Martin Baulig  <martin@ximian.com>
15337         * class.c (inflate_generic_type): Renamed to
15338         mono_class_inflate_generic_type() and made it public.
15340         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
15341         New interncall.
15343         * loader.c (mono_field_from_memberref): Also set the retklass for
15344         typespecs.
15346         * fielder.c (mono_image_get_inflated_field_token): New static
15347         method; creates a metadata token for an inflated field.
15348         (mono_image_create_token, fixup_method): Added support for
15349         "MonoInflatedField".
15350         (fieldbuilder_to_mono_class_field): New static function.
15351         (mono_reflection_inflate_field): New public function.
15353         * reflection.h
15354         (MonoReflectionGenericInst): Added `MonoArray *fields'.
15355         (MonoReflectionInflatedField): New typedef.     
15357 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
15359         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
15360         for Solaris and other platforms without s6_addr16
15362 2003-10-30  Martin Baulig  <martin@ximian.com>
15364         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
15365         argument instead of two.
15366         (mono_class_inflate_generic_signature): Likewise.
15367         (inflate_generic_header): Likewise.
15368         (mono_class_inflate_generic_method): Likewise.  In addition, if
15369         `ginst->klass' is set, it becomes the new `method->klass'.
15371         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
15372         field.
15374         * reflection.c (encode_generic_method_sig): Write a 0xa as the
15375         first byte. [FIXME]
15376         (method_encode_methodspec): If we have generic parameters, create
15377         a MethodSpec instead of a MethodRef.
15378         (fixup_method): Added support for "MonoInflatedMethod" and
15379         "MonoInflatedCtor".
15380         (mono_image_create_token): Added support for "MonoInflatedMethod"
15381         and "MonoInflatedCtor".
15382         (inflated_method_get_object): New static function; returns a
15383         managed "System.Reflection.MonoInflatedMethod" object.
15384         (mono_reflection_bind_generic_method_parameters): Return a
15385         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
15386         (mono_reflection_inflate_method_or_ctor): Likewise.
15387         (mono_image_get_generic_method_param_info): Initialize unused
15388         fields to zero.
15389         (mono_image_get_generic_param_info): Likewise.
15391         * reflection.h (MonoReflectionInflatedMethod): New public
15392         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
15393         "S.R.MonoInflatedCtor" classes.
15395         * loader.c (method_from_memberref): If we're a TypeSpec and it
15396         resolves to a generic instance, inflate the method.
15398 2003-10-28  Dick Porter  <dick@ximian.com>
15400         * object.c (mono_runtime_run_main): Convert command-line arguments
15401         into utf8, falling back to the user's locale encoding to do so.
15403 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
15405         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
15406         at this time.
15408         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
15410         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
15411         up icalls at method definition time. Partially fixes #33569.
15413 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
15415         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
15416         marshalling of arrays. Fixes #50116.
15418         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
15420         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
15421         points to a vtable in the dying appdomain.
15423         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
15424         listeners into unmanaged code inside the lock.
15426         * object.c (mono_class_vtable): Turn off typed allocation in non-root
15427         domains and add some comments.
15429 2003-10-25  Martin Baulig  <martin@ximian.com>
15431         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
15433         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
15435         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
15436         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
15437         currently parsing.  Create the generic class and store it in
15438         `generic_inst->klass' before parsing the type arguments.  This is
15439         required to support "recursive" definitions; see mcs/tests/gen-23.cs
15440         for an example.
15441         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
15442         to support recursive typespec entries.
15444         * class.c (mono_class_setup_parent): If our parent is a generic
15445         instance, we may get called before it has its name set.
15446         (mono_class_from_generic): Splitted into
15447         mono_class_create_from_generic() and mono_class_initialize_generic().
15449 2003-10-25  Martin Baulig  <martin@ximian.com>
15451         * icall.c (ves_icall_Type_BindGenericParameters): Return a
15452         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
15453         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
15454         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
15456         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
15457         (create_typespec): Likewise.
15458         (mono_reflection_bind_generic_parameters): Return a
15459         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
15460         (mono_reflection_inflate_method_or_ctor): New public function.
15462         * reflection.h (MonoReflectionGenericInst): New typedef.        
15464 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
15466         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
15467         inside the domain lock. Fixes #49993.
15468         
15469         * object.c (mono_class_vtable): When typed allocation is used, 
15470         allocate vtables in the GC heap instead of in the mempool, since the
15471         vtables contain GC descriptors which are used by the collector even
15472         after the domain owning the mempool is unloaded.
15474         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
15476         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
15477         reflect what it does. Also invalidate mempools instead of freeing
15478         them if a define is set.
15480         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
15481         of the appdomain.
15482         
15483         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
15484         hold the finalizable objects in this domain.
15486         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
15487         appdomain.
15489         * appdomain.c (mono_domain_set): New function to set the current
15490         appdomain, but only if it is not being unloaded.
15492         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
15493         appdomain which is being unloaded.
15494         
15495         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
15496         unloading of the root appdomain.
15498         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
15499         icall to execute a method in another appdomain. Intended as a 
15500         replacement for InternalSetDomain, which can confuse the code 
15501         generation in the JIT.
15503         * appdomain.c (mono_domain_is_unloading): New function to determine
15504         whenever an appdomain is unloading.
15506         * appdomain.c (mono_domain_unload): New function to correctly unload
15507         an appdomain.
15509         * assembly.c (mono_assembly_load_references): Check that an assembly
15510         does not references itself.
15512         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
15513         domain manually, it asks the finalizer thread to do it, then waits for
15514         the result. Also added a timeout.
15516         * icall.c: Register the new icalls.
15518         * threads.h threads.c: Export the mono_gc_stop_world and 
15519         mono_gc_start_world functions.
15520         
15521         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
15522         function to fill out the mempool with 0x2a.
15524 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
15526         * reflection.h (MonoReflectionMethodAux): New structure to store
15527         information which is rarely used, thus is not in the MonoMethod
15528         structure.
15530         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
15531         store the aux info.
15533         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
15534         and marshalling info into the aux structure.
15536         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
15537         from the aux structure.
15539         * loader.c (mono_method_get_param_names): Retrieve the param names from
15540         the aux structure.
15541         
15542 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
15544         * exception.h exception.c: Add AppDomainUnloadedException && fix 
15545         warning.
15547 2003-10-21  Dick Porter  <dick@ximian.com>
15549         * socket-io.c
15550         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
15551         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
15553 2003-10-21  Martin Baulig  <martin@ximian.com>
15555         * reflection.c (mono_reflection_bind_generic_parameters):
15556         `klass->parent' is NULL for interfaces.
15558 2003-10-21  Martin Baulig  <martin@ximian.com>
15560         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
15562 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
15564         * exception.c (mono_exception_from_name_msg): New helper function for
15565         creating exceptions and initializing their message field.
15567         * exception.c: Simplify functions using the new helper.
15569         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
15570         New function.
15572         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
15573         mono_raise_exception, since otherwise gcc doesn't generate the function
15574         epilog for raise_exception, confusing the stack unwinding in the JIT.
15575         Fixes #45043.
15577         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
15578         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
15579         Fixes #49499.
15581 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15583         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
15584         utf8.
15586 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
15588         * icall.c: Removed GetUninitializedObject method because
15589           AllocateUninitializedClassInstance does the same.
15591 2003-10-18  Martin Baulig  <martin@ximian.com>
15593         * class.c (inflate_generic_signature): Renamed to
15594         mono_class_inflate_generic_signature() and made it public.
15595         (my_mono_class_from_generic_parameter): New static function; if we
15596         don't already have the generic parameter's MonoClass, create a
15597         very simple one which is just used internally in the runtime and
15598         not passed back to managed code.
15600         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
15602         * metadata.h (MonoMethodSignature): Moved the
15603         `MonoGenericParam *gen_params' to the MonoMethodHeader.
15604         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
15606         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
15607         ves_icall_MonoMethod_GetGenericArguments(); this is now an
15608         interncall on the MonoMethod class, not on MethodInfo.
15609         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
15610         calling mono_reflection_bind_generic_method_parameters() directly.
15612         * loader.c (mono_method_get_signature): If this is a MethodSpec;
15613         return the already computed `method->signature'.
15614         (method_from_methodspec): New static function to load a method
15615         from a MethodSpec entry.
15616         (mono_get_method_from_token): Call the new method_from_methodspec()
15617         for MethodSpec tokens.  
15618         (mono_get_method_from_token): If we're a generic method, load the
15619         type parameters.
15621         * reflection.c (mono_image_get_memberref_token): Allow
15622         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
15623         table.
15624         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
15625         (mono_image_create_token): First check whether it's a generic
15626         method (so we'd need to create a MethodSpec), then do the other
15627         two alternatives.
15628         (mono_reflection_bind_generic_method_parameters): Return a
15629         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
15630         called directly from the interncall.
15632 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
15634         * reflection.c (load_public_key): Move loading of the public key
15635         into managed code.
15637         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
15639         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
15640         fields.
15642         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
15643         culture, hash_alg and public_key. Fixes #49555.
15645 2003-10-17  Martin Baulig  <martin@ximian.com>
15647         * class.h (MonoGenericInst): Moved this declaration here and added
15648         `MonoMethod *generic_method'.
15650         * icall.c
15651         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
15652         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
15654         * metadata.c (mono_metadata_type_equal): Two types of
15655         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
15656         index; ie. don't compare the address of the `MonoGenericParam'
15657         structure.
15658         (mono_metadata_load_generic_params): Removed the `MonoMethod
15659         *method' argument.
15661         * metadata.h (MonoGenericInst): Moved declaration to class.h.
15662         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
15664         * reflection.c (method_encode_signature): Encode the number of
15665         generic parameters.
15666         (encode_generic_method_sig): New static function.
15667         (method_encode_methodspec): New static function; creates an entry
15668         in the MethodSpec table for a generic method.
15669         (mono_image_get_methodspec_token): New static function.
15670         (mono_image_create_token): Call mono_image_get_methodspec_token()
15671         for generic methods.
15672         (mono_reflection_bind_generic_method_parameters): New public
15673         function.  Instantiates a generic method.
15675 2003-10-16  Martin Baulig  <martin@ximian.com>
15677         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
15678         *gen_params' here from MonoMethodHeader.
15680         * metadata.c (mono_metadata_parse_method_signature): If we have
15681         generic parameters, initialize `method->gen_params' and then set
15682         the correct `type->data.generic_param' in all the parameters.
15684 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
15686         * threads.c (mono_threads_get_default_stacksize): New function to 
15687         return the default stacksize.
15689         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
15690         termination of the finalizer thread, since the previous method had
15691         race conditions. Fixes #49628.
15693         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
15694         as for the other managed threads.
15696 2003-10-16  Martin Baulig  <martin@ximian.com>
15698         * class.c (inflate_generic_signature): Copy `generic_param_count'
15699         and `gen_params'.
15701         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
15702         New interncall.
15704         * metadata.c (mono_metadata_parse_method_signature): Actually set
15705         the `method->generic_param_count' here.
15706         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
15708 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
15710         * object.h: Add a new field to TypedRef to simplify the implementation
15711         of the REFANY opcodes in the JIT.
15713         * icall.c: Make use of the new field.
15715         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
15716         dynamically.
15718 2003-10-15  Martin Baulig  <martin@ximian.com>
15720         * class.c (mono_class_from_gen_param): Renamed to
15721         mono_class_from_generic_parameter() and moved most of the
15722         functionality from mono_reflection_define_generic_parameter()
15723         here; ie. we create a "real" class here.
15724         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
15725         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
15726         previously been called.
15728         * class.h (MonoGenericParam): Moved the declaration of this struct
15729         here from metadata.h and added `MonoMethod *method'.
15731         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
15732         interncall.
15734         * loader.c (mono_get_method_from_token): If we have any generic
15735         parameters, call mono_metadata_load_generic_params() to read them
15736         from the MONO_TABLE_GENERICPAR.
15738         * metadata.c (mono_metadata_load_generic_params): Added
15739         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
15741         * metadata.h (MonoMethodSignature): Replaced
15742         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
15743         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
15745         * reflection.c (mono_reflection_define_generic_parameter): Moved
15746         most of the functionality into the new
15747         mono_class_from_generic_parameter(); set the `method' field if
15748         we're a method parameter.       
15750 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
15752         * marshal.c (emit_struct_conv): if native size is 0
15753         emit no code.
15755 2003-10-14  Martin Baulig  <martin@ximian.com>
15757         * icall.c: The generics API has changed in the spec since it was
15758         added to System.Type; these modifications make it match the spec
15759         again.
15760         (ves_icall_Type_GetGenericParameters): Renamed to
15761         `ves_icall_Type_GetGenericArguments'.
15762         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
15763         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
15764         `ves_icall_MonoType_get_HasGenericArguments'.
15765         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
15766         `ves_icall_MonoType_get_IsGenericParameter'.
15767         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
15768         this is no interncall anymore.
15769         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
15770         `ves_icall_TypeBuilder_get_IsGenericParameter'.
15772 2003-10-14  Martin Baulig  <martin@ximian.com>
15774         * reflection.c (mono_reflection_bind_generic_parameters): Also
15775         inflate generic methods if we're reading the class from IL.
15777 2003-10-13  Martin Baulig  <martin@ximian.com>
15779         * reflection.c (mono_reflection_define_generic_parameter): This
15780         method isn't called directly from the icall anymore; take a
15781         `MonoReflectionAssemblyBuilder *' so we can use this for type and
15782         method generic parameters.
15783         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
15784         (method_builder_encode_signature): Encode generic parameters.
15785         (mono_image_get_method_info): Write generic params to the
15786         MONO_TABLE_GENERICPARAM table.
15788         * reflection.h (MonoReflectionMethodBuilder): Added
15789         `MonoArray *generic_params'.
15791         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
15793         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
15794         wrapper for mono_reflection_define_generic_parameter().
15795         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
15797 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
15799         * marshal.h: Add missing function to fix build.
15801         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
15802         the SetLastError pinvoke attribute.
15804         * marshal.c (mono_marshal_set_last_error): New helper function called
15805         by the generated code.
15806         
15807         * marshal.c (mono_mb_emit_branch): New helper function.
15809         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
15811         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
15812         classes as parameters and return values of delegates. Fixes #29256. 
15814 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
15816         * locales.c: use gint32 in non HAVE_ICU case
15818 2003-10-11  Martin Baulig  <martin@ximian.com>
15820         * mono-debug.c (mono_debug_add_method): Added a workaround for
15821         bug #48591.
15823 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
15825         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
15826         delegates passed to native code must use the STDCALL calling 
15827         convention. Fixes #35987.
15829 2003-10-10  Martin Baulig  <martin@ximian.com>
15831         * class.c (inflate_generic_type): If we're inflating for a generic
15832         type instance (and not for a generic method), return
15833         MONO_TYPE_MVAR unchanged.
15835 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15837         * string-icalls.c: Join ignores null strings in the source array.
15838         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
15839         * threads.c: GetAvailableTheads is slightly more accurate.
15841 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
15843         * threads.h threads.c : add mono_threads_set_default_stacksize
15844         and pass default to CreateThread calls.
15846 2003-10-09  Dick Porter  <dick@ximian.com>
15848         * icall.c:
15849         * locales.h:
15850         * locales.c: Internal calls for constructing CultureInfo and
15851         related objects from libicu (if its available.)
15853 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
15855         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
15857 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15859         * threadpool.c: added an argument to async_invoke_thread that is the
15860         item to process, pass the MonoAsyncResult to the thread start function
15861         when creating a new thread. This way we don't need to acquire any lock
15862         when we're creating a new thread. Readded a semaphore for faster
15863         response times (instead of that Sleep i added).
15865 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
15867         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
15868         get daylight change dates better on Windows, fix handling
15869         of platforms without tm_gmtoff.
15871 2003-10-06  Martin Baulig  <martin@ximian.com>
15873         * class.c (inflate_generic_method): Renamed to
15874         mono_class_inflate_generic_method() and made public.
15875         (mono_class_init): Don't inflate the generic methods here.
15876         (mono_class_from_generic): Added `gboolean inflate_methods'
15877         argument.  Inflate the methods here.
15879         * loader.c (mono_method_get_param_names): Ignore instances of
15880         generic types for the moment.
15882         * reflection.c (fixup_method): Added support for inflated methods.
15883         (mono_image_create_token): Use mono_image_get_methodref_token()
15884         for inflated methods.
15885         (mono_custom_attrs_from_param): Ignore instances of generic types
15886         for the moment.
15887         (mono_reflection_bind_generic_parameters): New public function.
15888         Moved all the functionality from
15889         ves_icall_Type_BindGenericParameters() here and added support for
15890         dynamic types.
15891         (mono_reflection_define_generic_parameter): Initialize
15892         `klass->methods' here.
15894         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
15895         functionality into mono_reflection_define_generic_parameter().
15896         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
15897         TypeBuilder, return that TypeBuilder.
15899 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15901         * appdomain.c: removed mono_delegate_semaphore.
15903         * threadpool.c:
15904         (mono_thread_pool_add): moved hash table creation inside and the thread 
15905         creation outside of the critical region.
15906         (mono_thread_pool_finish): removed obsolete code.
15907         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
15908         continue or exit the thread depending on the queue.
15910 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
15912         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
15913         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
15914         handle more bool marshalling options
15916 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
15918         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
15919         arrays of structs. Also add a more descriptive error message when
15920         a structure member is marshalled as LPArray.
15922 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
15924         * marshal.c (mono_marshal_get_native_wrapper): Add support for
15925         marshalling arrays of complex types. Fixes #29098. Also remove an
15926         usused and incomplete function.
15928 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
15930         * gc.c: report heap_size - free_bytes as total memory allocated
15931         (bug#49362).
15933 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
15935         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
15936         fix timezone handling problems on Windows.
15937         
15938         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
15939         asserts when the year is outside the range handled by ms the functions.
15941         * class.c (setup_interface_offsets): If the class is an interface,
15942         fill out its interface_offsets slot.
15944 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15946         * threadpool.c: mark threadpool threads as background.
15948 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
15950         * decimal.c - define DECINLINE to nothing if not using GCC
15952 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
15954         * assembly.c: More refcount fixes.
15956 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15958         * string-icalls.c: if we're not trimming, return the same string.
15959         When not splitting, don't create a new string.
15961 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15963         * image.c:
15964         (mono_image_open): increment the ref_count inside the critical section.
15966 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
15968         * image.c (mono_image_open): Fix reference counting bug.
15970 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
15972         * marshal.c (mono_marshal_type_size) struct alignment changed for 
15973         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
15974         64bits. Avoid leak in mono_marshal_get_native_wrapper when
15975         mono_lookup_pinvoke_call throws.        
15977 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
15979         * reflection.c (mono_reflection_parse_type): Fix #49114.
15981         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
15982         temporary workaround for cygwin header problem.
15984         * object.c (mono_object_isinst): Synchronize this with the code
15985         generated by the JIT for casts.
15987 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
15989         * reflection.c (encode_type): Fix #38332.
15991 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
15993         * marshal.c (mono_marshal_method_from_wrapper): New function to return
15994         the original method from the wrapper method.
15996 2003-09-25  Martin Baulig  <martin@ximian.com>
15998         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
15999         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
16000         (ves_icall_Type_get_IsGenericInstance): New interncall.
16002 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
16004         * object.c: fix cast warning in big endian code.
16006 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
16008         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
16009         
16010 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16012         * assembly.c: don't call check_env from mono_assembly_load. It's
16013         already done once in mono_assemblies_init and may cause headaches when
16014         multiple threads are loading assemblies.
16016 2003-09-19  Martin Baulig  <martin@ximian.com>
16018         * reflection.c (mono_reflection_define_generic_parameter): Don't
16019         allocate `klass->methods', set `klass->flags' to
16020         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
16022 2003-09-18  Martin Baulig  <martin@ximian.com>
16024         * class.c (mono_class_init): Don't create `class->methods' if it's
16025         already initialized.
16027         * metadata.c (mono_metadata_load_generic_params): Make this
16028         actually work.
16030         * reflection.c (mono_reflection_define_generic_parameter): Set
16031         parent class and interfaces from the constraints.
16033         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
16034         to keep this struct in sync with the declaration in TypeBuilder.cs.
16036 2003-09-17  Martin Baulig  <martin@ximian.com>
16038         * metadata.h (MonoType): Replaced the data's `int type_param'
16039         field with `MonoGenericParam *generic_param'.
16040         (MonoGenericParam): Added `MonoClass *klass'.
16042         * class.c (mono_class_from_gen_param): Removed the
16043         `MonoImage *image' and `int type_num' arguments.
16045         * metadata.c (mono_metadata_parse_generic_param): New static
16046         method; creates a MonoGenericParam which just contains the index.
16047         (do_mono_metadata_parse_type): Call
16048         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
16049         MONO_TYPE_MVAR.
16051         * reflection.c (mono_image_typedef_or_ref): Generic type
16052         parameters may be in the same assembly, but never use a typedef
16053         for them.
16054         (mono_reflection_define_generic_parameter): We're now creating a
16055         "real" class for the type parameter; it's now safe to call
16056         mono_class_from_mono_type() on the class'es type, it'll do the
16057         right thing.
16059 2003-09-16  Martin Baulig  <martin@ximian.com>
16061         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
16062         `symfile->range_entry_size' and `symfile->class_entry_size' here;
16063         the `symfile' data structure must be fully initialized before it
16064         gets added to the table.
16066 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
16068         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
16070         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
16071         class init trampolines.
16073 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
16075         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
16076         to the built-in profiler to turn off time and allocation profiling
16077         respectively.
16079 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
16081         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
16082         g_direct_equal.
16084         * debug-helpers.c (mono_method_full_name): Print the wrapper type
16085         in human readable form.
16087 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
16089         * reflection.c icall.c: Fixed warnings.
16091         * image.c (load_class_names): Use a temporary hash table to hold the
16092         namespaces in order to avoid doing many string comparisons.
16094         * image.h: Fix typo.
16096         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
16097         Pass NULL instead of g_direct_equal to the GHashTable constructor 
16098         since the NULL case is short-circuited inside g_hash_table_lookup, 
16099         leading to better performance.  
16101         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
16102         obtain the first custom attribute for a given index. Depends on the
16103         CustomAttribute table being sorted by the parent field.
16105         * reflection.c (mono_custom_attrs_from_index): Use the new function 
16106         for better performance.
16108 2003-09-07  Martin Baulig  <martin@ximian.com>
16110         * class.c (mono_class_init): If we're a generic instance, inflate
16111         all our methods instead of loading them from the image.
16112         (mono_class_from_generic): Set `class->methods = gklass->methods'.
16114 2003-09-07  Martin Baulig  <martin@ximian.com>
16116         * mono-debug-debugger.c: Added support for constructors.
16118 2003-09-06  Martin Baulig  <martin@ximian.com>
16120         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
16121         New interncall.
16123         * reflection.c (mono_reflection_setup_generic_class): Call
16124         ensure_runtime_vtable() to create the vtable.
16126 2003-09-05  Martin Baulig  <martin@ximian.com>
16128         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
16129         MONO_TYPE_MVAR.
16131 2003-09-04  Martin Baulig  <martin@ximian.com>
16133         * reflection.c (mono_reflection_define_generic_parameter): Generic
16134         parameters start with zero.
16136 2003-09-04  Martin Baulig  <martin@ximian.com>
16138         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
16140         * reflection.h (MonoReflectionGenericParam): New typedef.
16141         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
16142         the generic parameters from the managed TypeBuilder.
16144         * reflection.c (mono_reflection_define_generic_parameter): New function.
16145         (mono_reflection_create_runtime_class): Encode generic parameters.
16146         (mono_reflection_setup_generic_class): New function; this is
16147         called after adding adding all generic params to the TypeBuilder.
16148         (encode_type): Added MONO_TYPE_VAR.
16150 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
16152         * class.h class.c (mono_class_needs_cctor_run): Moved this method
16153         here from the JIT.
16155         * assembly.h assembly.c: Moved the AOT loading code into an assembly
16156         load hook.
16158 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
16160         * reflection.h reflection.c class.h class.c: Delete duplicate 
16161         definition of mono_type_get_name () from reflection.c and export the
16162         one in class.c.
16164         * class.c: Class loading fixes from Bernie Solomon 
16165         (bernard@ugsolutions.com).
16167         * reflection.c: Endianness fixes from Bernie Solomon 
16168         (bernard@ugsolutions.com).
16169         
16170 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
16172         * assembly.h assembly.c: Define a file format version for AOT
16173         libraries.
16174         
16175         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
16177         * appdomain.h (MonoJitInfo): New field to determine whenever the
16178         code is domain neutral.
16179         
16180 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
16182         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
16184 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
16186         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
16187         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
16188         Avoid caching the result since strings must be domain specific. Fixes
16189         #48050.
16191 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
16193         * marshal.c (mono_marshal_init): Make this callable multiple times
16194         since it is hard to find a correct place to call it.
16196         * object.c (mono_runtime_class_init): Execute static constructors in
16197         the correct appdomain.
16199         * image.c (build_guid_table): Handle the case when multiple images have
16200         the same GUID.
16202 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16204         * icall.c: added a couple of icalls for System.Web.
16206 2003-08-28  Martin Baulig  <martin@ximian.com>
16208         * icall.c (ves_icall_Type_BindGenericParameters): Use
16209         `klass->generic_inst' instead of `&klass->byval_arg' in the
16210         mono_type_get_object() call.  The returned type must be
16211         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
16213 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
16215         * NOTES: New file.
16217         * object.c (mono_class_proxy_vtable): Make it thread safe.
16219         * pedump.c: Fix warning.
16221         * object.c appdomain.h: Get rid of metadata_section. 
16222         It is no longer needed and it was causing deadlocks with domain->lock.
16224         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
16226 2003-08-26  Martin Baulig  <martin@ximian.com>
16228         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
16230 2003-08-26  Martin Baulig  <martin@ximian.com>
16232         * pedump.c (main): Call mono_metadata_init(),
16233         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
16234         and mono_loader_init().
16236 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
16238         * loader.h: Add missing include to fix build.
16240         * image.h: mono_image_load_references is no more.
16242         * assembly.c: Reworked assembly loading to make it really thread safe.
16243         After these changes, the assembly returned by mono_assembly_open is
16244         fully initialized, i.e. all its references assemblies are loaded.
16246         * assembly.c (mono_image_load_references): Renamed to 
16247         mono_assembly_load_references, and made private, since clients no
16248         longer need to call it.
16250         * class.c: Removed calls to mono_assembly_load_references, since it was
16251         a source of deadlocks.
16253         * loader.h loader.c class.h class.c: Protect data structures using a 
16254         new lock, the loader lock.
16256         * class.c (mono_class_setup_vtable): Create temporary hash tables and
16257         GPtrArrays only when needed.
16259         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
16260         into empty structures by mcs. Fixes pinvoke7.cs.
16261         
16262         * domain.c (mono_init): Call a new initialization function.
16264         * appdomain.c (mono_runtime_init): Call the new initializer function
16265         of the marshal module.
16267         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
16268         inserted into empty structures by mcs. Fixes pinvoke7.cs.
16270         * marshal.h marshal.c: Added locks around the wrapper caches to make
16271         this module thread safe.
16273         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
16274         this argument. Fixes pinvoke1.exe.
16276 2003-08-25  Lluis Sanchez <lluis@ximian.com>
16278         * object.h: Added call_type field to MonoMethodMessage and the corresponding
16279         enumeration of values. Removed fields to store remote call output values in
16280         MonoAsyncResult. Not needed any more.
16281         * object.c: Initialize call_type and async_result fields in mono_message_init.
16282         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
16283         dispatching the message.
16284         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
16285         async call to finish. To do it use a message with EndInvoke call type.
16287 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
16289         * loader.h loader.c (mono_method_hash_marhal_info): New function which
16290         determines whenever a method has marshalling info.
16292 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16294         * assembly.c: fix the build on windows.
16296 2003-08-22 Lluis Sanchez <lluis@ximian.com>
16298         * object.cs: Fixed bug #47785.
16300 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
16302         * string-icalls.c (StringReplace): If their are no occurances of
16303         the old string found return a reference to the supplied
16304         string. This saves some memory and matches MS behavoir.
16305         
16306 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16308         * socket-io.c: fixed compilation for systems that define AF_INET6
16309         and don't define SOL_IP/SOL_IPV6.
16311 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
16313         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
16314         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
16316         * rawbuffer.c rawbuffer.h: Make this module thread safe.
16318         * domain.c: Make this module thread safe.
16320         * domain.c (mono_init): Call new initialization function.
16322         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
16323         reference types too. Fixes #38812.
16325         * image.c (mono_image_init): Fixed warnings.
16327         * class.c (mono_class_from_typeref): Handle assembly load failure
16328         correctly.
16330         * appdomain.c (add_assemblies_to_domain): Handle the case when
16331         the references of an assembly are not yet loaded.
16333         * metadata.c image.c assembly.c: Moved initialization of global
16334         variables to a separate function called at startup since lazy 
16335         initialization of these variables is not thread safe.
16336         
16337         * image.c assembly.c: Made this module thread safe by adding locks in 
16338         the appropriate places.
16340         * domain.c (mono_init): Call the new initialization functions of the
16341         three modules.
16343 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
16345         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
16346           make a direct call. It is proxy's work to make the call asynchronous.
16347           mono_delegate_end_invoke(): If the targe is a proxy, just collect
16348           the return values.
16349         * object.cs: mono_method_call_message_new(): read AsyncResult and
16350           state object from parameters list, if this info is requested.
16351         * object.h: Added fields to store remote call output values in
16352           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
16354 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
16356         * object.h: add needed fields to MonoThread.
16357         * threads.c, threads.h: allow registering a function to cleanup data
16358         allocated per thread by the JIT.
16360 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
16362         * loader.h: portability fix by Bernie Solomon
16363         * <bernard@ugsolutions.com>.
16365 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
16367         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
16368         return a MonoArray. This simplifies the code and also ensures that
16369         the cache allways contains an object reference as a value.
16371         * icall.c (ves_icall_get_parameter_info): Simplified using the new
16372         function.
16374 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16376         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
16377         fixes a problem with byte ordering when getting the address family for
16378         a socket.
16380 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
16382         * .cvsignore: Added monosn.
16384         * reflection.h reflection.c loader.c: Added support for parameter
16385         marshalling to dynamically created types. Fixes #47295.
16387 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
16389         * rand.c: remove useless warnings.
16391 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
16393         * class.c: implemented ldtoken for methods and fieldrefs.
16395 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16397         * threadpool.c: when mono_async_invoke was called, no one took care of
16398         monitoring the queue. So if the method invoked took some time and we
16399         got new async invoke requests after 500 ms (the thread created waited
16400         that long in WaitForSingleObject), the new async invoke was not called
16401         until the previous one finished.
16403         This is fixed now. Thanks to Totte for helping with it.
16405 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16407         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
16409 2003-08-11  Martin Baulig  <martin@ximian.com>
16411         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
16413 2003-08-06  Martin Baulig  <martin@ximian.com>
16415         * mono-debug-debugger.c: Added support for static fields,
16416         properties and methods.
16418 2003-08-06  Martin Baulig  <martin@ximian.com>
16420         * mono-debug-debugger.c: Don't store the MonoString's vtable to
16421         make this work for applications with multiple application domains.
16423 2003-08-04  Martin Baulig  <martin@ximian.com>
16425         * mono-debug-debugger.c: Completely reworked the type support; the
16426         most important thing is that we're now just using one single
16427         `MonoType' instance per type.
16429 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
16431         * mono-endian.h, mono-endian.c, icall.c: Added icall
16432         ves_icall_System_Double_AssertEndianity to assert double word endianity
16433         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
16435 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
16437         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
16438         support, icalls and fixes.
16440 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
16442         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
16443         classes that are a punctuation character in .NET is not the same a
16444         g_unichar_ispunct.
16446 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
16448         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
16450 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
16452         * icall.c: Add new MemCopy internalcall.
16453         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
16454         Simplified code; It is not necessary to handle all the cases here,
16455         as the C# code takes care of it.  Only handle the case of the name
16456         resource embedded into the assembly.
16458         Changed signature to return the data pointer and the size of the
16459         data. 
16461 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
16463         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
16464         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
16466 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
16468         * socket-io.c: ignore EINTR error in select.
16470 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
16472         * class.h, class.c: removed unused subclasses field in MonoClass.
16474 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
16476         * icall.c: improve fix of get_base_definition(). If the parent class
16477           doesn't have the mehod, look at the parent of the parent.
16478         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
16479           to check if a parameter is an in or out parameter
16480           (PARAM_ATTRIBUTE_IN is not set by default).
16481           mono_method_return_message_restore(): Use mono_class_value_size to
16482           get the size of a value type. mono_type_stack_size (parameterType)
16483           does not return the correct value if parameterType is byRef.
16484           mono_load_remote_field(), mono_load_remote_field_new(),
16485           mono_store_remote_field(), mono_store_remote_field_new():
16486           raise exception if the remote call returns an exception.
16488 2003-07-28  Martin Baulig  <martin@ximian.com>
16490         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
16491         method.  This is a wrapper around mono_runtime_invoke() which
16492         boxes the instance object if neccessary.
16494 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
16496         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
16497         metadata.h, row-indexes.h, verify.c: first cut of generics support.
16499 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
16501         * icall.c: disable mcs bug workaround.
16503 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
16505         * object.c (mono_runtime_class_init): Take the metadata_section
16506         mutex before obtaining the domain mutex.
16508         * appdomain.h: Added definition of metadata_section mutex here. 
16510         * object.c: define metadata_mutex here.
16512 2003-07-24  Ravi Pratap  <ravi@ximian.com>
16514         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
16515         fixed.
16517 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
16519         * reflection.c: Fix bug #46669
16521 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16523         * exception.c:
16524         * exception.h:
16525         * icall.c:
16526         * object.h: fill in the type name for TypeLoadException.
16528 2003-07-23  Ravi Pratap  <ravi@ximian.com>
16530         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
16531         relationship between TypeBuilders while compiling corlib) and bug
16532         45993 (Array types returned from the runtime while compiling
16533         corlib were from the loaded corlib).
16535 2003-07-22  Martin Baulig  <martin@ximian.com>
16537         * mono-debug-debugger.c: Reworked the type support a bit more;
16538         distinguish between types and classes.
16540 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
16542         * icall.c: add IsArrayImpl icall.
16544 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
16546         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
16547         initializing real_size only once. Also fix bug #46602.
16549 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
16551         * object.c: Renamed mono_metadata_section to metadata_section.
16553 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
16555         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
16556           empty array if the type is an array. Fixed.
16557           ves_icall_MonoMethod_get_base_definition: if the base method
16558           is abstract, get the MethodInfo from the list of methods of
16559           the class.
16560         * reflection.c: ParameterInfo.PositionImpl should be zero-based
16561           and it was 1-based. Fixed in mono_param_get_objects.
16563 2003-07-20  Martin Baulig  <martin@ximian.com>
16565         * mono-debug.h: Set version number to 31.
16566         (mono_debug_init): Added `MonoDomain *' argument.
16568         * mono-debug-debugger.c: Reworked the type support; explicitly
16569         tell the debugger about builtin types; pass the `klass' address to
16570         the debugger.
16572 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
16574         * image.c: Allow new metadata tables to be loaded without a
16575         warning. Also update the warning message to give the new constant value.
16576                 
16577 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
16579         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
16580         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
16581         array type representation changes.
16583 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
16585         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
16586         on Environment.Exit () call.
16588 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
16590         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
16591         requires a matching corlib.
16593 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
16595         * Changelog: My editor decided to add a CR to each line. Sorry about that.
16596           Committed again without the CRs.
16597         
16598 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
16600         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
16601           getting it from the "this" socket instance. Did not work
16602           if the socket is a subclass of Socket.
16603           Also fixed bug #35371.
16605 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
16607         * metadata.c: fixed size for TypedByRef.
16608         * loader.c: when searching for a method, consider the vararg amrker.
16609         * unicode.c, decimal.c: constify some arrays.
16611 2003-07-15  Dick Porter  <dick@ximian.com>
16613         * socket-io.c: Fixed compilation for gcc < 3.2.
16615         Fixed compilation for machines that don't have AF_INET6 (thanks to
16616         Bernie Solomon <bernard@ugsolutions.com> for that part.)
16618         Fixed compile warnings.
16619         
16620         Fixed formatting and line endings.
16622 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
16624         * socket-io.h:
16625         * socket-io.c: Added IPv6 support.
16627 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
16629         * class.c (mono_class_is_assignable_from): New function to implement
16630         the is_assignable_from logic. Used by mono_object_isinst, 
16631         Type::IsAssignableFrom () and the interpreter.
16633         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
16634         Object, even interfaces.
16635         
16636         * object.c (mono_object_isinst): Implement in terms of 
16637         is_assignable_from.
16639         * icall.c (ves_icall_type_is_assignable_from): New icall.
16641 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
16643         * domain.c (foreach_domain): fix compiler warning.
16645 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
16647         * image.c (load_metadata_ptrs): use g_strndup because strndup is
16648         not available on all plattforms
16650 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
16652         * image.h image.c: Store the metadata version string in MonoImage.
16653         * icall.c: New icall to retrieve the image version.
16654         * reflection.c (create_dynamic_image): Fill in the image version field
16655         * reflection.c (build_compressed_metadata): Use the image version
16656         from the image structure.
16658 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16660         * appdomain.c: modified comment.
16661         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
16662         That will be its last iteration when mono_gc_cleanup is called from
16663         mono_runtime_cleanup and before the domain is unloaded.
16665         Fixes bug #45962.
16667 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
16669         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
16670         attributes.
16672 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
16674         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
16675         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
16676         Bernie Solomon <bernard@ugsolutions.com>.
16678 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
16680         * object.c, object.h: provide mono_object_new_fast() for faster
16681         allocation in some special cases.
16683 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
16685         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
16686         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
16688 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
16690         * threadpool.c: fix leaks.
16692 2003-07-01  Dick Porter  <dick@ximian.com>
16694         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
16695         using MonoGHashTables.  Fixes threadpool bug posted to list.
16697 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
16699         * image.h, image.c: added support to load an assembly from a byte array.
16700         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
16701         assembly bundle support.
16703 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
16705         * threadpool.c (mono_thread_pool_add): keep a reference to the
16706         AsyncResult to prevent GC
16708 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
16710         * class.c: leak fix.
16712 2003-06-25  Dick Porter  <dick@ximian.com>
16714         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
16715         for the async object, the WaitHandle object will close the handle.
16716         Fixes bug 45321.
16718 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
16720         * class.c: in mono_array_class_get (), lookup from the hash with the
16721         same type we insert: this works around a bug in
16722         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
16723         lluis. The real fix will have to wait for after the release.
16725 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
16727         * icall.c: fix memory leak when getting type members.
16729 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
16731         * reflection.c: added more pubtoken special cases.
16733 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
16735         * class.c: handle field offset correctly when class size
16736         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
16738 2003-06-20  Martin Baulig  <martin@ximian.com>
16740         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
16741         *image' field.
16743 2003-06-20  Martin Baulig  <martin@ximian.com>
16745         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
16747 2003-06-20  Martin Baulig  <martin@ximian.com>
16749         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
16750         just distinguish between variables in registers and variables at
16751         an offset relative to a register.
16753 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16755         * icall.c: #ifdef out latest changes until mcs is fixed.
16757 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
16759         * icall.c: return members in metadata order.
16761 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
16763         * icall.c: avoid infinite loop in GetTimeZoneData.
16765 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
16767         * icall.c: added Marshal.Prelink/All icalls.
16769 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
16771         * object.c, object.h: fix warnings and do some overflow checking
16772         when creating arrays.
16774 2003-06-17  Dick Porter  <dick@ximian.com>
16776         * file-io.h:
16777         * file-io.c: File attributes need to be tweaked slightly when
16778         passed from the managed to the w32 world.
16780 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
16781         * profiler.h profiler-private.h profiler.c: Rework last patch
16782         based on suggestion by Paolo.
16783         
16784 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
16786         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
16787         instruction level coverage data collection.
16788         * profiler.h profiler.c (: Added new callback function which can be
16789         used by the profiler to limit which functions should have coverage
16790         instrumentation.
16791         * profiler.c (mono_profiler_load): Call g_module_build_path to
16792         generate the file name of the profiler library.
16794 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
16796         * profiler.c, profiler.h, profiler-private.h: added basic block 
16797         coverage profiling API.
16799 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
16801         * reflection.c (mono_reflection_create_runtime_class): Add support
16802         for events in dynamically generated code.
16804         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
16805         not allocated.
16807 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
16809         * icall.c: when getting timezone info, return reasonable values if we
16810         can't get the actual data.
16812 2003-06-14  Dick Porter  <dick@ximian.com>
16814         * threads.c (start_wrapper): Remove the reference to the thread
16815         object in the TLS data, so the thread object can be finalized.
16816         This won't be reached if the thread threw an uncaught exception,
16817         so those thread handles will stay referenced :-( (This is due to
16818         missing support for scanning thread-specific data in the Boehm GC
16819         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
16821 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
16823         * reflection.c: ensure streams and tables are first allocated with
16824         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
16826 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
16828         * icall.c: fixed GetElementType for byrefs (bug# 44792).
16830 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
16832         * reflection.c (mono_reflection_create_runtime_class): Add support for
16833         properties to dynamically created classes.
16834         * reflection.c: Fix a few places where non-MonoObjects were inserted
16835         into the tokens hashtable.
16837 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
16839         * object.c: some support to handle out of memory exceptions.
16841 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
16843         * marshal.c (mono_marshal_get_native_wrapper): support reference
16844         return types
16846 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
16848         * object.h, object.c: more portability stuff from Bernie Solomon.
16849         Unexport mono_object_allocate(). Added mono_object_unbox ().
16850         Set exitcode when an unhandled exception is thrown.
16852 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
16854         * marshal.c (mono_marshal_get_native_wrapper): use custom
16855         marshaler for return types.
16857 2003-06-10  Dick Porter  <dick@ximian.com>
16859         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
16860         ip_mreq is available
16862 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
16864         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
16865         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
16866         by Bernie Solomon <bernard@ugsolutions.com>.
16868 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
16870         * gc.c (mono_gc_init): Avoid error message on shutdown when
16871         GC_DONT_GC=1 is used.
16873         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
16874         New icall to return the GUID of a module.
16876 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
16878         * class.c: ensure instance size always includes the parent's size
16879         even whem class size is set explicitly (fixes bug#44294).
16881 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
16883         * profiler.h, profiler.c: made the simple profiler thread-safe,
16884         get more accurate timing info. Allow the loading of an
16885         externally-developed profiler module.
16887 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
16889         * marshal.c (mono_marshal_get_native_wrapper): improved
16890         class/byref arguments.
16891         (mono_marshal_get_native_wrapper): better string marshaling support.
16893 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
16895         * class.c: ensure .pack and .size are handled correctly and
16896         simplified layout of static fields.
16898 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
16900         * appdomain.c
16901         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
16903         * loader.c (mono_lookup_pinvoke_call): look for modules in the
16904         current directory (fix bug 44008)
16906 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
16908         * marshal.c (mono_marshal_get_native_wrapper): started support for
16909         custom marshalers.
16910         (mono_delegate_to_ftnptr): consider marshalling specifications
16912 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
16914         * reflection.c, reflection.h: emit custom marshal info.
16916 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16918         * object.c: free the GError.
16919         * icall.c: added CloseEvent_internal.
16920         * threads.[ch]:
16921         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
16922         call.
16924 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
16926         * loader.c (mono_method_get_signature): Add support for dynamic
16927         assemblies.
16929 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
16931         * reflection.c: fixed bug #43905.
16933 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
16935         * class.c, domain.c, icall.c, metadata.h, object.h: support for
16936         handling TypedReference and ArgIterator.
16937         * loader.c, loader.h: added function to get signature at call site.
16939 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
16941         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
16942         data readonly. Buglets and warning fixes. Some MethodSpec support.
16944 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
16946         * class.h, class.c, object.c: remove relative numbering support.
16948 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
16950         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
16951         free the string, until we get a chance to fix Gtk#
16953 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16955         * marshal.c: revert last patch.
16957 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
16959         * icall.c: updates for new mono_class_vtable() not calling
16960         the type constructor anymore.
16962 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
16964         * object.h, object.c: separate vtable creation from type
16965         initialization. Make running the .cctor thread safe.
16967 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
16969         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
16971 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
16973         * loader.c (mono_get_method): consider calling convention
16975 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
16977         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
16978         to return the invisible global type for a module.
16980         * reflection.c (mono_image_build_metadata): Emit global fields too.
16982 2003-05-20  Peter Williams  <peterw@ximian.com>
16984         * loader.c (mono_lookup_internal_call): Add a few newlines.
16986 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
16988         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
16989         literal strings.
16991         * appdomain.c (set_domain_search_path): Recalculate search path when
16992         AppDomainSetup.PrivateBinPath changes.
16994         * object.c (mono_class_compute_gc_descriptor): It turns out some
16995         parts of the class libs (like System.Thread) holds pointers to
16996         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
16997         to treat native int a pointer type here.
16998         
16999 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
17001         * appdomain.h, domain.c: add hashtable for jump target resolution.
17003 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
17005         * reflection.h reflection.c icall.c: Added new icalls 
17006         GetManifestResourceInfoInternal, GetModulesInternal and support
17007         infrastructure.
17009 2003-05-16  Dick Porter  <dick@ximian.com>
17011         * icall.c:
17012         * file-io.h:
17013         * file-io.c: Implement System.IO.MonoIO::GetTempPath
17015 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
17017         * object.c: mono_store_remote_field: little fix to previous patch.
17019 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
17021         * class.c: add constructors to array classes.
17022         * icall.c: special case array construction for InternalInvoke (),
17024 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
17026         * class.h class.c reflection.c object.c: Added support for field
17027         defaults in dynamically generated classes.
17029 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
17031         * reflection.c: properly encode charset for ddlimport.
17033 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
17035         * threads.c: allow compiling without GC.
17037 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
17039         * appdomain.h, object.c, object.h, threads.c, threads.h: added
17040         handling of thread static data.
17042 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
17044         * reflection.h, reflection.c: added mono_custom_attrs_free ().
17046 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
17048         * class.c (mono_array_class_get): always set the serializable flags
17049         (mono_array_class_get): always set the SEALED attribute for array types
17051 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
17053         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
17054         attributes (fix for bug 42021).
17056 2003-05-12  Dick Porter  <dick@ximian.com>
17058         * gc.c: Don't run finalizers when the finalizer thread is
17059         finishing up, because the default domain has already been
17060         destroyed.
17062 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
17064         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
17065         value is null, we should throw an exception.   This is slightly
17066         different than the other conventions used for the constructor.
17068 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17070         * socket-io.c: fixed windows build.
17072 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17074         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
17076 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
17078         * object.c (mono_string_new_wrapper): Compatibility fix for MS
17079         compilers.
17081 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
17083         * class.c (mono_class_layout_fields): Add experimental GC aware
17084         auto layout facility. Requires class library changes to work correctly.
17086         (mono_class_setup_vtable): Avoid overriding explicit interface
17087         method implementations. Fixes iface3.exe test.
17089         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
17090         object reference.
17091         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
17092         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
17094         * metadata.h: Add new type classification macro which determines
17095         whenever the type holds an object reference.
17097 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
17099         * marshal.c (mono_marshal_get_native_wrapper): cleanups
17101 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
17103         * gc.c (finalizer_thread): Work around a GC bug.
17105 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
17107         * marshal.c (emit_struct_conv): allow unions
17109         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
17111 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
17113         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
17115 2003-05-06  Martin Baulig  <martin@ximian.com>
17117         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
17119 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17121         * socket-io.c:
17122         (Select_internal): allow NULLs, don't create arrays if not needed.
17123         Coupled with Socket.cs changes.
17125         * threadpool.c:
17126         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
17127         register a finalizer for it that will close the semaphore handle. This
17128         fixes the leak and make Lupus' test run with > 4080 loops.
17130 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
17132         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
17133         Jerome Laban (bug #42287)
17135 2003-05-02  Martin Baulig  <martin@ximian.com>
17137         * debug-mono-symfile.h
17138         (MonoSymbolFile): Moved declaration into mono-debug.h.
17139         (MonoDebugMethodJitInfo): Likewise.
17140         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
17141         argument.
17142         (_mono_debug_address_from_il_offset): Take a
17143         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
17145         * mono-debug.h
17146         (MonoDebugDomainData): New struct.
17147         (mono_debug_get_domain_data): New function.
17148         (mono_debug_add_method): Take an additional `MonoDomain *'
17149         argument.
17150         (mono_debug_source_location_from_address): Likewise.
17151         (mono_debug_il_offset_from_address): Likewise.
17152         (mono_debug_address_from_il_offset): Likewise.
17154 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
17156         * reflection.c: one more check for null type in custom attrs.
17158 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17160         * reflection.c: avoid warning (comparison is always false due to limited
17161         range of data type).
17163 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17165         * icall.c: throw an exception in Type.GetField if the argument 'name'
17166         is NULL.
17168 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
17170         * reflection.c: fixed handling of enums in named arguments to custom
17171         attributes (bug #42123).
17173 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
17175         * reflection.c: use the right array element type and handle
17176         a null for a Type argument, too.
17178 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
17180         * reflection.c: handle arrays as arguments to custom attributes.
17182 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
17184         * reflection.c: handle a string value in a custom attr
17185         ctor that takes an object.
17187 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
17189         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
17190         (fix bug #42063)
17192 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
17194         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
17196 2003-04-27  Martin Baulig  <martin@ximian.com>
17198         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
17199         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
17200         MONO_DEBUGGER_EVENT_BREAKPOINT.
17201         (mono_breakpoint_trampoline_code): Removed.
17202         (mono_debugger_event_handler): The last argument is now a
17203         `guint32'.
17204         (mono_debugger_insert_breakpoint_full): Removed the
17205         `use_trampoline' argument.
17206         (mono_debugger_method_has_breakpoint): Likewise.
17207         (mono_debugger_trampoline_breakpoint_callback): Renamed to
17208         mono_debugger_breakpoint_callback(); take the method and
17209         breakpoint number as arguments.
17211 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
17213         * metadata.c: fix off by one when loading parameters attributes.
17215 2003-04-24  Martin Baulig  <martin@ximian.com>
17217         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
17219 2003-04-24  Martin Baulig  <martin@ximian.com>
17221         * mono-debug-debugger.c: Moved all code which interacts with the
17222         Mono Debugger here.
17224         * debug-mono-symfile.c: This code now just deals with the symbol
17225         file itself, the debugger code is now in mono-debug-debugger.c.
17227 2003-04-23  Martin Baulig  <martin@ximian.com>
17229         * mono-debug.c (mono_debug_source_location_from_il_offset):
17230         New method; like mono_debug_source_location_from_address(), but
17231         takes an IL offset instead of a machine address.
17233 2003-04-23  Martin Baulig  <martin@ximian.com>
17235         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
17236         `line' field; this is now computed by the debugger.
17238 2003-04-23  Martin Baulig  <martin@ximian.com>
17240         * mono-debug.[ch]: New files.  This is the new debugging interface.
17242         * mono-debug-debugger.[ch]: New files.  Moved all code which
17243         interacts with the Mono Debugger here.
17245 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
17247         * domain.c (mono_init): initialize mono_defaults.monitor_class
17249 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
17251         * reflection.c (method_encode_code): Add a spicy exception to help
17252         future compiler authors.
17254 2003-04-21  Martin Baulig  <martin@ximian.com>
17256         * icall.c
17257         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
17258         Make this work with relative pathnames; g_filename_to_uri() needs
17259         an absolute filename.
17261 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
17263         * icall.c: Track name changes in Object and ValueType.
17265 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
17267         * metadata.c (mono_type_stack_size): size should be a multiple of
17268         sizeof (gpointer)
17270 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17272         * gc.c:
17273         (internal_domain_finalize): moved into mono_domain_finalize. No need
17274         to create another thread because the finalizers will be run in the
17275         finalizer thread.
17276         
17277         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
17278         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
17279         to be run (MS does this too).
17281 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
17283         * object.c (mono_class_compute_gc_descriptor): Update comment.
17285         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
17287         * image.h: Add synchronized wrapper cache.
17289         * image.c (do_mono_image_open): Initialize cache.
17291         * reflection.c (create_dynamic_mono_image): Initialize cache.
17293 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17295         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
17296         ves_icall_System_Buffer_ByteLengthInternal.
17298 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
17300         * reflection.c: setup klass->nested_in earlier. Allow
17301         a dash in the assembly name.
17303 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
17305         * metadata.c (mono_type_to_unmanaged): dont access
17306         type->data.klass for MONO_TYPE_OBJECT
17307         (mono_type_to_unmanaged): consider System.Delegate class
17309 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
17311         * class.c: just setup supertypes in the proper place instead of
17312         initializing the full element class for arrays.
17314 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
17316         * class.c: ensure the element class of arrays is initialized.
17317         Setup the supertype info for array classes, too.
17319 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
17321         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
17323 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17325         * Makefile.am: re-added -m option when running cygpath. This way,
17326         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
17327         separator.
17328         * mono-config.c: same codepath for locating mono config file for WIN32
17329         and the rest.
17330         * assembly.c: if mono_assembly_setrootdir is called, don't override
17331         the value set.
17333 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17335         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
17336         MONO_ASSEMBLIES variable.
17338 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
17340         * icall.c: added Assembly::GetNamespaces() icall.
17342 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17344         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
17346 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
17348         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
17349         * object.c: fixed bug in the construction of vtable for proxies
17351 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
17353         * object.c (mono_array_new): Mark mono_array_new as an icall.
17355 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17357         * class.c: fixed test for public method when overriding interfaces.
17358         Closes bug #40970.
17360 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
17362         * appdomain.h, domain.c: added mono_domain_foreach() to
17363         be able to access the currently loaded appdomains.
17364         * object.c: make string interning work across sppdomains.
17365         Mark some functions for use as icalls.
17367 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
17369         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
17371         * reflection.h reflection.c: Allocate long living data using 
17372         GC_MALLOC_ATOMIC so the collector does not need to scan it.
17374         * reflection.c: Double the allocation size in streams instead of
17375         increasing it, to prevent unneccesary copying on large assemblies.
17376         
17377         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
17378         creation if the assembly does not have the Run flag set.
17380 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
17382         * class.h: avoid the C++ keywords in header files (Jerome Laban
17383         spotted and fixed this).
17385 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17387         * object.c:
17388         (mono_unhandled_exception): fill in the arguments for the
17389         UnhandledException event. Only trigger that event for the default
17390         domain (as MS does).
17392 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
17394         * object.c: Improve typed allocation stuff based on suggestions from
17395         Paolo. Also turn it on if the GC library supports it.
17397 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
17399         * object.c object.h class.h: Added experimental typed allocation
17400         facility using the interfaces in gc_gcj.h.
17402         * os/gc_wrapper.h: Added new include files.
17403         
17404 2003-04-03  Martin Baulig  <martin@ximian.com>
17406         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
17407         which is not yet enabled by default.
17409         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
17410         functions.
17411         (mono_gc_lock, mono_gc_unlock): New static functions.
17413         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
17414         functions; stop/start the world for the garbage collector.  This
17415         is using the windows API; we need to complete the SuspendThread()/
17416         ResumeThread() implementation in the io-layer to make this work on Unix.
17417         (mono_gc_push_all_stacks): New public function; tells the garbage
17418         collector about the stack pointers from all managed threads.
17420 2003-04-03  Martin Baulig  <martin@ximian.com>
17422         * object.h (MonoThread): Added `gpointer stack_ptr'.
17424         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
17426 2003-04-03  Martin Baulig  <martin@ximian.com>
17428         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
17430 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
17432         * reflection.c (typebuilder_setup_fields): Initialize field.first and
17433         field.last.
17435 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
17437         * loader.c (mono_lookup_internal_call): Report the corlib that is
17438         out of sync.
17440 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
17442         * icall.c (ves_icall_type_GetTypeCode): fixed check for
17443         System.DBNull (it's class not valuetype).
17445 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
17447         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
17448         if the array method was already assigned a token (fixes bug#40646).
17450 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
17452         * reflection.c (mono_reflection_get_type): Attempt type resolve even
17453         if no assembly is given.
17455 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
17457         * metadata.h: Added the new tables.
17459         * row-indexes.h: Added definitions for new tables.
17461         * metadata.c: Add schemas for new tables, and add support for
17462         computing the sizes of them.
17464         * class.c: Update for handling the new type cases.
17466 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
17468         * metadata.h (MONO_TYPE_IS_VOID): new macro
17470 2003-03-31  Martin Baulig  <martin@ximian.com>
17472         * threads.h (MonoThreadCallbacks): Added `thread_created'.
17474         * threads.c (mono_thread_new_init): Call `thread_created' in the
17475         mono_thread_callbacks.
17477 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
17479         * loader.h: added marshalbyrefobject_class to mono_defaults
17480         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
17481         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
17482           generation of output parameters.
17483           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
17484         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
17485           contextbound and the target object belongs to the context of the caller.
17486         * object.h: added context and unwrapped_server variables in MonoRealProxy.
17487         * object.c: Implemented support for interfaces and abstract classes
17488           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
17489           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
17491 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
17493         * class.h class.c (mono_class_is_subclass_of): New function.
17494         
17495         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
17496         routines for most common case (calls from ArrayList::ToArray).
17498         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
17499         routine so programs which call Environment::Exit() can be profiled.
17501         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
17502         Added MONO_ARCH_SAVE_REGS.
17504         * icall.c (ves_icall_type_is_subtype_of): Use new function.
17506 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
17508         * blob.h: Add a couple of new MonoType types definitions.
17510         * tabledefs.h: Add a couple of new call convs.
17512 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
17514         * reflection.h (MonoReflectionDynamicAssembly): track changes in
17515         the layout of the class.
17517         * reflection.c (alloc_table): double the size on overflow to avoid
17518         unnecessary copying.
17520         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
17521         avoid filling out metadata tables and blobs. Also set mb->ilgen to
17522         null so it can be garbage collected.
17523         
17524 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
17526         * reflection.c (mono_reflection_get_type): Return the resolved type
17527         only if it is in the assembly we searched.
17529         * reflection.c (ensure_runtime_vtable): Initialize method slots.
17531         * class.c (mono_class_setup_vtable): Set the slot of the overriding
17532         method.
17534 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17536         * appdomain.c:
17537         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
17538         the right one is 'file:///blah', but MS allows it.
17539         * assembly.c:
17540         (mono_assembly_open): allow 'file://blah'
17542         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
17544 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
17546         * socket-io.c: fixes bug #40310.
17548 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
17550         * reflection.c (mono_reflection_parse_type): handle deeply nested
17551         types correctly.
17553         * reflection.c (mono_image_create_token): Use unique token values
17554         since they will be put into a hash table.
17556         * class.c (mono_class_setup_vtable): If a method occurs in more than
17557         one place in the vtable, and it gets overriden, then change the
17558         other occurances too.
17560         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
17561         object as return type.
17563 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
17565         * icall.c: Deleted "ToString" implementation for double and float
17566         because they are full implemented in managed code.
17568 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
17570         * reflection.c, reflection.h: implemented and exported functions
17571         to retrieve info about custom attributes.
17573 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17575         * appdomain.c: moved Uri handling to assembly.c
17576         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
17577         work when using a file Uri in *nix and windows.
17579         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
17580         GetReferencedAssemblies.
17582 2003-03-18  Dick Porter  <dick@ximian.com>
17584         * icall.c: Rename a couple of internal calls
17586         * threads.c: Set the thread state to Stopped when a thread exits.
17587         Fixes bug 39377.
17589 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
17591         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
17592         New icall.
17594         * object.c (mono_class_vtable): fix warning.
17596 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
17598         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
17600         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
17601         memory.
17602         (method_encode_clauses): Create exception info structures in the right
17603         order.
17604         (mono_reflection_setup_internal_class): Initialize supertypes field.
17606         * class.c object.c: Handle interfaces which implement other interfaces 
17607         correctly.
17609         * class.h class.c: Move the supertypes array initialization code into 
17610         a separate function so it can be used for dynamic types too. Also call
17611         it earlier, in mono_class_init(), since it can be used before the
17612         type is initialized.
17614 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17616         * Makefile.am:
17617         * assembly.c:
17618         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
17620         * appdomain.c:
17621         * appdomain.h:
17622         * marshal.c:
17623         * object.c: remove warnings.
17625 2003-03-13  Martin Baulig  <martin@ximian.com>
17627         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
17628         (MonoDebugLexicalBlockEntry): New types.
17630         * debug-mono-symfile.c
17631         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
17633 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17635         * process.c: ret can be any non-zero value accroding to MS doc.
17637 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
17639         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
17640         fixing a warning for a miss-used prototype, would have cause
17641         random memory corruption.
17643 2003-03-07  Martin Baulig  <martin@ximian.com>
17645         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
17646         getting really annoying ....
17648 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
17650         * reflection.c (fixup_method): added support for array methods.
17652 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
17654         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
17655         (pointed out by Michael Adams).
17657 2003-03-04  Dick Porter  <dick@ximian.com>
17659         * icall.c: Temporarily reverted the Double and Single ToString()
17660         change, because it broke nunit.
17662 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
17664         * object.h, threads.h: make include files compatible with C++
17665         (patch by Jerome Laban <jlaban@wanadoo.fr>).
17667 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
17669         * icall.c: Erased ToString helper functions for Double and Single.
17670         Now, that implementations ar all in managed code (Double and Single
17671         Formatters).
17673 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
17675         * appdomain.c: Added method for initializing the default context of
17676         a domain. Added internal call for getting the default context.
17677         * appdomain.h: Added context variable in MonoDomain struct.
17678         * domain.c: mono_domain_set also sets the default context of the domain
17679         * icall.c: Mapped internal method InternalGetDefaultContext.
17680         * object.c: mono_object_get_virtual_method returns always a remoting
17681         wrapper if the object is a transparent proxy.
17682         mono_runtime_invoke_array: when creating an object by calling the
17683         constructor, if the created object is a proxy, then the constructor should
17684         be called using the a remoting wrapper.
17686 2003-03-03  Dick Porter  <dick@ximian.com>
17688         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
17689         variable so it compiles on solaris.  Problem spotted by
17690         Christopher Taylor <ct@cs.clemson.edu>
17692 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17694         * appdomain.c:
17695         (get_info_from_assembly_name): don't leak value.
17697         * icall.c:
17698         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
17699         result.
17701 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
17703         * assembly.c: export mono_image_load_references ().
17704         * class.c: handle function pointers. mono_class_from_name() now
17705         supports nested type names directly.
17707 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
17709         * reflection.h reflection.c: Encode already created dynamic methods 
17710         and fields correctly as a DEF instead of a REF.
17712         * reflection.c: Get rid of the force_ref argument to 
17713         mono_image_typedef_or_ref since it was wrong in the first place.
17715         * string-icalls.c: add error checking to string constructors according
17716         to the MSDN docs.
17718         * reflection.c: Emit types in the order their TypeBuilders were 
17719         created. Previously, a new table index was assigned to each type before
17720         the tables were emitted. This was wrong because the signature blob
17721         might already refer to a type by its original table index.
17723 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
17725         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
17726         change.
17727         
17728 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17730         * Makefile.am: make assemblies dir have \ instead of / on windows.
17732 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
17734         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
17735         iterate over the NESTEDCLASS table using a linear search since the
17736         table is not guaranteed to be sorted by the secondary key.
17738         * class.c (mono_class_create_from_typedef): fixed up call to
17739         mono_metadata_nesting_typedef.
17740         
17741 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
17743         * marshal.c (mono_string_to_byvalstr): clear the memory as
17744         suggested by Jerome Laban <jlaban@wanadoo.fr>
17746 2003-02-26  Dick Porter  <dick@ximian.com>
17748         * process.c: Cope with padding in .rsrc blocks
17750 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
17752         * metadata.h: reverted the filter_len change, it breaks reflection
17753         
17754 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
17756         * metadata.h: added a new field to store the filter_len
17757         
17759 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
17761         * reflection.c: handle custom attributes for types and members
17762         created with Reflection.Emit (bug#38422).
17764 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
17766         * reflection.c: define RTSpecialName automatically for constructors for
17767         compatibility with MS.NET.
17769         * reflection.c (mono_reflection_create_runtime_class): initialize
17770         nested_in field of dynamically created classes.
17772 2003-02-22  Martin Baulig  <martin@ximian.com>
17774         * debug-mono-symfile.h: Incremented version number.
17776 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
17778         * object.h icall.c process.c: fix warnings.
17780 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
17782         * appdomain.h appdomain.c:
17783         (mono_domain_try_type_resolve): split the 
17784         name_or_tb argument into a name and a tb argument.
17785         (mono_domain_has_type_resolve): new function to check whenever the
17786         application has registered a TypeResolve event handler.
17787         
17788         * icall.c reflection.h reflection.c: move the type resolve logic into
17789         mono_reflection_get_type () so it will be invoked when 
17790         Assembly::GetType () is called.
17792         * reflection.c:
17793         (mono_reflection_get_type): renamed to get_type_internal.
17794         (mono_reflection_get_type): fixed type name generation so it works 
17795         for nested types too.
17796         (mono_reflection_get_type): call has_type_resolve () to avoid the 
17797         costly type name generation if there is no resolve event handler.
17799 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
17801         * class.c, image.c: load exported types from file references.
17803 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
17805         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
17806           used to cache the managed methods used to create proxies and make 
17807           remote invocation of methods.
17808         * class.h: Added in MonoVTable a flag to indicate that a class needs 
17809           to be remotely created.
17810         * object.c: Modified the method mono_class_vtable(). It now initializes 
17811           the remote flag of the vtable. Modified mono_object_new_specific(), 
17812           so now it checks the remote flag.
17813         * icall.c: Added a couple of internal methods, one for enabling instance 
17814           creation interception for a type, and one for creating objects bypassing
17815           the remote check.
17817 2003-02-18  Martin Baulig  <martin@ximian.com>
17819         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
17820         New interncall to get a method's metadata token.
17822         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
17823         New interncall for the debugger.
17825 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
17827         * class.c (mono_class_setup_vtable): allocate supertype array
17829 2003-02-18  Martin Baulig  <martin@ximian.com>
17831         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
17833 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17835         * reflection.c:
17836         (assembly_name_to_aname): jump over unknown properties (i've found
17837         something like: 'type, assembly, version=xxx, custom=null, public...',
17838         so now will ignore custom=null and still get the rest of the values).
17840 2003-02-17  Dick Porter  <dick@ximian.com>
17842         * threads.c: Have Thread.Start() wait for a semaphore to signal
17843         that the thread has set up all its local data.  This fixes bug
17844         34323, where Abort() raced the new thread's TLS data.
17846         Also removes the handle_store() call from start_wrapper, because
17847         threads are now always created suspended and there is no longer a
17848         race between the parent and child threads to store the info.
17850 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
17852         * image.c: explain the #- heap issue in a message, hopefully
17853         avoiding FAQs on mono-list.
17855 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17857         * icall.c:
17858         (GetEntryAssembly): if the domain has not invoked
17859         AppDomain.ExecuteAssembly yet, return the assembly of the default
17860         AppDomain.
17862 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
17864         * class.c (mono_ldtoken): make it work in dynamic assemblies.
17866 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
17868         * metadata.c, reflection.c: simple speedup to type hash
17869         and equals code.
17871 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
17873         * image.c, image.h, class.c, assembly.c: move module loading
17874         to MonoImage. When loading metadata, consider alignemnet from
17875         the start of metadata, not from the metadata address in memory.
17877 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
17879         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
17880         AssemblyBuilder objects. Factored out custom attribute creation into
17881         a separate function.
17882         (create_custom_attr): new function to create custom attributes.
17884 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
17886         * Makefile.am: Got tired of typing the full pathname to pedump.
17887         Until there is another option, am installing this.
17889 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
17891         * class.c (class_compute_field_layout): always set field->parent 
17892         (mono_ldtoken): use mono_defaults.fieldhandle_class;
17894 2003-02-11  Dick Porter  <dick@ximian.com>
17896         * threads-types.h:
17897         * monitor.c: Rewrote Monitor, making lock much faster and
17898         Pulse/Wait work as specified.  Also uses much fewer handles, and only
17899         creates them as needed.
17901         * exception.c: Added SynchronizationLockException
17903         * threads.c: Deleted old Monitor implementation.  The new one is
17904         in a new file.
17906 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
17908         * class.c: handled TypedReference type code. Set the correct size for
17909         class data. Setup interface_offsets for interface classes, too.
17911 2003-02-09  Martin Baulig  <martin@ximian.com>
17913         * debug-mono-symfile.h: Reflect latest symbol writer changes.
17915 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
17917         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
17918         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
17919         * object.c: fixed mono_object_get_virtual_method () for interfaces.
17920         * verify.c: check for code that runs after the end of the method.
17922 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
17924         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
17925         "System.Math::Round2".
17926         * sysmath.h: Added Floor, Round and Round2 definitions.
17927         * sysmath.c: Modified certain functions that were not 100% compliant
17928         with MS.NET (math precision) and added the implementation of Floor,
17929         Round and Round2.
17931 2003-02-07  Martin Baulig  <martin@ximian.com>
17933         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
17935 2003-02-07  Martin Baulig  <martin@ximian.com>
17937         * debug-mono-symfile.c: Reflected latest symwriter changes.
17938         (mono_debug_create_mono_symbol_file): Removed.
17939         (mono_debug_open_mono_symbol_file): Take an argument which
17940         specifies whether to create a dynamic symbol file.
17942 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
17944         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
17946 2003-02-05  Martin Baulig  <martin@ximian.com>
17948         * reflection.c (mono_image_build_metadata): Make this public,
17949         protect it against being called multiple times, don't create
17950         resources and don't build the compressed metadata here.
17951         (mono_image_create_pefile): Do this here.
17953         * icall.c
17954         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
17956 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17958         * socket-io.c: fixed bug #36322.
17960 2003-02-06  Piers Haken <piersh@friskit.com>
17962         * appdomain.[ch]:
17963         * class.h:
17964         * debug-mono-symfile.c:
17965         * icall.c:
17966         * loader.c:
17967         * mono-config.c:
17968         * monosn.c:
17969         * reflection.c:
17970         * socket-io.c: warning cleanups
17972 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
17974         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
17975         function. works like remoting invoke, but does a check for the Proxy first.
17977 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
17979         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
17981 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
17983         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
17984         array of pointers.
17985         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
17986         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
17988         * object.c (mono_store_remote_field_new): used by the new jit
17989         instead of mono_store_remote_field
17990         (mono_load_remote_field_new): used by the new jit
17991         instead of mono_load_remote_field
17993 2003-02-05  Patrik Torstensson
17995         * appdomain.c: changed unload to take the domain id instead
17996         of domain
17997         
17998         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
18001 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18003         * appdomain.c: don't look for assemblies in ApplicationBase if
18004         PrivateBinPathProbe is set.
18006 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18008         * object.c: make the first argument in main_args contain the absolute
18009         path to the assembly. Fixes bug #37511.
18011 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18013         * icall.c: get correct UTC offset for countries not using daylight
18014         time saving. Fixes bug #30030.
18016 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18018         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
18019         and 1 are the family).
18021 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
18023         * icall.c (ves_icall_InternalExecute): removed wrong assertion
18025         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
18027 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
18029         * reflection.c: added support for SignatureHelper tokens, which is
18030         needed by the Calli opcode.
18032         * reflection.h: track changes to SignatureHelper class.
18034         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
18036 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18038         * appdomain.c: fixed loading assemblies from PrivateBinPath.
18040 2003-02-03  Patrik Torstensson
18041         * appdomain.[c|h], domain.c : 
18042          - Added support for getting a domain via domain id
18043          - Support for setting and getting domain from System.AppDomain 
18044            (used in cross appdomain channel)
18045          - Added support for get/set for a MonoAppContext on a thread 
18046            (Context class in System.Runtime.Remoting.Contexts),
18047          - Removed hack in Get/SetData and ExecuteAssembly.
18048         
18049         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
18050         the managed world to get control when a proxy is created.
18052         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
18053         
18054 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
18056         * icall.c
18057         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
18058         Populate the codebase field as well.
18060 2003-02-02  Martin Baulig  <martin@ximian.com>
18062         * debug-mono-symfile.c
18063         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
18064         (mono_debug_symfile_add_method): Allow interncalls.
18066 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18068         * icall.c: throw parse exception if strtod fails or the string is empty.
18070 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
18072         * marshal.c: handle object type separately from defined
18073         class types.
18075 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
18077         * marshal.c: handle NATIVE_LPSTR for strings when it's
18078         explicitly specified.
18080 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
18082         * reflection.c, reflection.h, icall.c: setup the reflection
18083         handle cache for ModuleBuilders and AssemblyBuilders.
18085 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
18087         * reflection.c (reflection_methodbuilder_to_mono_method): set
18088         pinvoke flag
18090 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18092         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
18094 2003-01-29  Dick Porter  <dick@ximian.com>
18096         * threads.c: No need for the fake_thread kludge now that Thread
18097         doesn't run a class constructor
18098         
18099 2003-01-29  Dick Porter  <dick@ximian.com>
18101         * threads.c: Use g_direct_hash instead of the rather bogus
18102         g_int_hash
18104 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
18106         * marshal.c (mono_marshal_get_native_wrapper): add check for null
18107         (fix pinvoke12.exe)
18108         (mono_marshal_get_struct_to_ptr): generate valid IL code
18109         (mono_marshal_get_ptr_to_struct): generate valid IL code
18110         (*): correctly set sig->pinvoke, we need to memdup the signature
18111         to do that
18113 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
18115         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
18116         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
18118 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
18120         * profiler.c: provide more callers information.
18122 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
18124         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
18126         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
18128         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
18130 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18132         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
18133         exception instead of going into an infinite loop on dates which it 
18134         can't yet handle.
18136         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
18137         out-of-range exception if needed.
18139         * class.c (mono_class_setup_vtable): allow a virtual method to provide
18140         an implementation for an interface method and to override an inherited
18141         method at the same time. 
18142         Imagine a scenario when a virtual method is used to override a
18143         virtual abstract method in a parent class, and this same method 
18144         provides an implementation for an method inherited from an interface. 
18145         In this case, the interface resolution code will set im->slot, which 
18146         means that the virtual method override pass will skip this method 
18147         which means a pointer to the abstract method inherited from the parent
18148         will remain in the vtable of this non-abstract class.
18150         * class.c: (mono_class_setup_vtable): continue search for a real 
18151         method if only an abstract method is found.     
18153 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
18155         * reflection.c: add size to encoding for ByValStr and ByValArray
18156         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
18158 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18160         * class.c (mono_class_setup_vtable): pass the override info as an
18161         argument.
18163         * class.c (mono_class_setup_vtable): set the slot of overriding methods
18164         correctly.
18165         
18166         * reflection.c (ensure_runtime_vtable); add support for method 
18167         overrides.
18168         
18169 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18171         * reflection.c (resolution_scope_from_image): Hack to work to work with
18172         dynamic assemblies.
18174         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
18175         added a 'force_ref' argument to force this function to allways return 
18176         a TypeRef. This is needed by mono_image_get_memberref_token ().
18177         
18178 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18180         * reflection.c (mono_image_get_type_info): interfaces really don't have
18181         a parent.
18183         * reflection.c (mono_image_basic_init): fill out missing fields of
18184         image structure.
18186         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
18187         dynamic assemblies. This is required so dynamic assemblies show up in
18188         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
18189         Type::GetType() etc. This is consistent with MS behaviour.
18191         * image.c image.h reflection.c: add newly created classes to the name 
18192         cache so mono_class_get () will find them.      
18194 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18196         First part of changes to get IKVM.NET running under mono.
18197         
18198         * appdomain.h, appdomain.c: added new function 
18199         mono_domain_try_type_resolve() which will emit TypeResolve events. 
18200         This function will call AppDomain::DoTypeResolve to do the actual work.
18202         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
18203         moved existing code dealing with dynamic tokens to a new function 
18204         called mono_reflection_lookup_dynamic_token (). This function will 
18205         raise TypeResolve events when appropriate. Since reflection.c is not 
18206         part of libmetadata, a new hook function called 
18207         mono_lookup_dynamic_token() is added to class.c which will call this.
18209         * assembly.h assembly.c: make the invoke_load_hook function public,
18210         so it can be called for dynamic assemblies.
18212         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
18214         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
18215         type isn't found.
18217         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
18218         MonoGHashTable, since it contains pointers to objects which the GC 
18219         needs to track.
18221         * assembly.c (search_loaded): remove unused variable.
18222         
18223 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
18225         * object.c: fixed issue exposed by gcc-generated IL programs
18226         that use RVA data for pointers.
18228 2003-01-25  Martin Baulig  <martin@ximian.com>
18230         * threads.c (start_wrapper): Moved the initialization of
18231         `start_func' above the mono_new_thread_init() call to which we
18232         pass it as argument.
18234 2003-01-24  Martin Baulig  <martin@ximian.com>
18236         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
18237         the MonoThread pointer.
18239 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
18241         * icall.c: Rename `PowImpl' to Pow.
18243 2003-01-23  Dick Porter  <dick@ximian.com>
18245         * threads.c (start_wrapper): Create a Thread object if needed, so
18246         the Main() thread can do the class initialisation in a subthread
18247         that has been set up to allow managed code execution.
18249         Pass the thread ID instead of the MonoThread pointer to the thread
18250         start and attach callbacks.  This change is required, because the
18251         jit thread start callback must be called _before_ the Thread
18252         object can be created.
18253         
18254         (mono_thread_init): Removed much object creation code that is no
18255         longer needed.  No managed code is called from here now.
18257         * object.c (mono_runtime_exec_managed_code): Create a subthread
18258         for Main, and call back to the runtime to use it.
18259         Set the exit code when Main exits.
18261         * gc.c: Make sure domain finalisation happens in a subthread.
18262         Re-enable threaded GC, fixing bug 31333 (again).
18264         * environment.c: System.Environment internall calls (so far just
18265         ExitCode is here, the others are still in icall.c)
18267         * appdomain.c (mono_runtime_cleanup): All threads running managed
18268         code should have finished before mono_runtime_cleanup() is
18269         reached, so no need to clean up threads.
18271 2003-01-22  Martin Baulig  <martin@ximian.com>
18273         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
18274         `gpointer func' arguments.      
18275         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
18276         but added `MonoThread *thread' argument.
18277         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
18279         * threads.c (mono_new_thread_init): Added `gpointer func' argument
18280         and pass it to the mono_thread_start_cb callback.
18281         (mono_install_thread_callbacks): New public function to install a
18282         set of callbacks which are set by the debugger.
18283         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
18285 2003-01-22  Martin Baulig  <martin@ximian.com>
18287         * Makefile.am: Install debug-mono-symfile.h.
18289 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
18291         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
18293 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
18295         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
18296         * class.c (mono_ptr_class_get): correctly set access levels of pointers
18297         (mono_array_class_get): correctly set access levels of arrays
18299 2003-01-20      Patrik Torstensson
18300         * image.h (MonoAssemblyName): changed major, minor, build, revision
18301         from signed to unsigned.
18303 2003-01-20  sean kasun <skasun@azstarnet.com>
18305         * reflection.c (load_cattr_value): Now this handles
18306         MONO_TYPE_SZARRAY.  Fixes bug #35629
18308 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
18310         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
18311         integer value
18313 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18315         * decimal.c: fixed bug #26056.
18317 2003-01-17  Martin Baulig  <martin@ximian.com>
18319         * gc.c: Raise an ExecutionEngineException instead of using g_error().
18321 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18323         * exception.[ch]:
18324         (mono_get_exception_type_initialization): new function.
18326         * object.c: throw a TypeInitializationException when an exception is
18327         thrown invoking the class constructor.
18329 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18331         * reflection.c: fixed attribute reading.
18333 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18335         * icall.c:
18336         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
18337         provided, look for the type in the calling assembly and then in
18338         mscorlib; if the assembly name is provided, only try that one.
18340 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
18342         * object.c: register the vtable before there is a chance it's
18343         queried again recursively.
18345 2003-01-13  Duncan Mak  <duncan@ximian.com>
18347         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
18348         gc-internal.h. 
18349         
18350 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
18352         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
18354 2003-01-11  Martin Baulig  <martin@ximian.com>
18356         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
18357         this to 20 for the release.
18359 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
18361         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
18363         * loader.c (mono_method_get_marshal_info): bug fix
18365         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
18366         structures with explicit layout
18368 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
18370         * profiler.c: made the output more readable (and sorted). 
18371         Added caller information for the allocation profiler.
18373 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
18375         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
18377 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18379         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
18380         to get value types.
18381         
18382 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
18384         * object.c, profiler.h, profiler.c, profiler-private.h:
18385         Added object allocation profiler.
18387 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
18389         * reflection.h, reflection.c: handle global methods.
18390         Compress blob entries.
18392 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
18394         * marshal.c: fix compilation.
18396 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
18398         * loader.c (mono_method_get_marshal_info): impl.
18400         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
18402 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18404         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
18405         for reference types.
18407 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
18409         * loader.c: fixed off by one error in loaded parameter names.
18411 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
18413         * marshal.c (mono_marshal_get_icall_wrapper): like
18414         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
18415         instead of a MonoMethod.
18417 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18419         * decimal.c: fixed bug #36537.
18421 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
18423         * marshal.c: throw a missing method exception if a
18424         P/Invoke method is not found.
18426 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
18428         * icall.c: allow a null this for constructors.
18430 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
18432         * icall.c: raise the proper exceptions if the arguments to the
18433         internal Invoke are incorrect.
18435 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
18437         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
18439 2003-01-03  Martin Baulig  <martin@ximian.com>
18441         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
18443 2002-12-31  Martin Baulig  <martin@ximian.com>
18445         * debug-mono-symfile.c: Completely rewrote the type section.
18446         Instead of using individual malloc()ed fields, we use one big
18447         continuous memory area and offsets into this area.
18448         See the comments in the source code for details.
18450 2002-12-30  Martin Baulig  <martin@ximian.com>
18452         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
18454 2002-12-30  Martin Baulig  <martin@ximian.com>
18456         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
18457         line number table in this data blob instead of using an external
18458         pointer.
18460 2002-12-28  Martin Baulig  <martin@ximian.com>
18462         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
18464 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
18466         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
18467         as a boxed return type.
18469 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
18471         * appdomain.c
18472         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
18473         g_build_filename to properly get separators on the filename created.
18475         * object.h: Small change, introduce MonoMarshalByRefObject to
18476         track the layout of that structure in the C# universe as we make
18477         changes there.
18479 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
18481         * object.c: removed assert to allow static fields on interfaces.
18482         * loader.c: a TypeSpec may be used for any type, not just arrays.
18484 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
18486         * class.c, class.h: added mono_class_array_element_size ().
18487         Ignore static methods in interfaces.
18489 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18491         * threads.c: fixed the build under cygwin.
18493 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
18495         * reflection.c: handle nullref constants. Allocate keys for
18496         reflection handles with the GC.
18498 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
18500         * threads.c, threads.h: added mono_thread_get_abort_signal()
18501         to get a suitable signal for thread abort.
18503 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
18505         * metadata.c: fix handling of ExportedType table.
18507 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18509         * icall.c: added WriteWindowsDebugString internal call.
18511 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18513         * reflection.h: added fields to match C# implementation.
18515 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18517         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
18519 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
18521         * gc.h, gc-internal.h: Rename header for GC internal calls to
18522         gc-internal.h from gc.h as to not clash with Boehm GC having its
18523         header installed as <gc.h> in outside include paths.
18524         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
18525         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
18527 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18529         * icall.c: assign minor, build and revision in FillName.
18531 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
18533         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
18534         Added support for running code generated by Reflection.Emit.
18536 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18538         * appdomain.c: check for NULL argument in LoadFrom.
18540 2002-12-10  Dick Porter  <dick@ximian.com>
18542         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
18544 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18546         * appdomain.c: fix buglet when building exe file name.  Handle full
18547         assembly name (needed after latest changes to AssemblyName).
18548         * image.c:
18549         (mono_image_close): free some hashtables.
18551 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
18553         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
18554         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
18555         on some systems (redhat 7.3) 
18557 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
18559         * threads.c: delete the critical section of a sync block,
18560         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
18562 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
18564         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
18566 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18568         * appdomain.[ch]: handle the assembly preload event to try loading the
18569         assemblies using the paths we have in the current domain.
18571         * assembly.[ch]: created an assembly preload hook that is called to try
18572         loading the assembly by other means that the ones provided here.
18574         * domain.c: initialize the domain search path.
18576         From now on, assemblies (TODO: except corlib and System) are loaded
18577         according to these rules when using mono_assembly_load ():
18579                 1. It tries to load the assembly from the ApplicationBase
18580                 of the current domain appending .dll and .exe (TODO: have to
18581                 try loading from name/name.dll and name/name.exe).
18583                 2. It tries the search path specified in PrivateBinPath for the
18584                 current domain (if any).
18586                 3. Previous behavior.
18588 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
18590         * icall.c: implemented GetInterfaceMap() related icall.
18591         * domain.c, loader.h: load MethodInfo in mono_defaults.
18593 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
18595         * gc.c: disable the finalizer thread for now, untill all the issues
18596         with it are resolved.
18598 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
18600         * string-icalls.c: handle embedded nulls in string ctor when the
18601         length is specified.
18603 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
18605         * class.c: look for explicit interface implementation in parent
18606         classes, too.
18608 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
18610         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
18612 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
18614         * gc.c: protect handles with a critical section.
18616 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18618         * icall.c:
18619         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
18620         parameters. If no assembly specified, try getting the type from all
18621         the assemblies in the current domain, else, load the assembly and get
18622         the type from it.
18624 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18626         * marshal.c: applied patch from Aleksey Demakov that fixes
18627         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
18629 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18631         * icall.c: fixed get_location.
18633 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
18635         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
18636         declarations to make it work with older gcc. 
18638         * loader.c (mono_get_method): set signature->pinvoke for native calls
18640 2002-11-20  Dick Porter  <dick@ximian.com>
18642         * threads.c (mono_thread_init): Set the main thread's handle
18644 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
18646         * gc.c: allow compilation without GC support. Changed to match the
18647         mono coding style.
18649 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
18651         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
18653 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
18655         * reflection.c: set a public key token on the core assemblies.
18657 2002-11-18  Dick Porter  <dick@ximian.com>
18659         * threads.c: Split out some thread initialisation so that other
18660         files can set the start callback function.
18662         * gc.c: Run finalisers in a separate thread, to avoid stack
18663         overflow.  Fixes bug 31333.
18665         * appdomain.c: Set up GC finalisation thread.
18667         * reflection.c: 
18668         * object.c: 
18669         * domain.c: Use gc.h macros for GC_malloc
18670         
18671 2002-11-15  Dick Porter  <dick@ximian.com>
18673         * threadpool.c: 
18674         * threads.c:
18675         * appdomain.c: Removed mono_runtime_init_with_attach(),
18676         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
18677         merging the extra parameter with the existing function.  Removed
18678         unneeded code in mono_thread_attach().
18680 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
18682         * image.c (mono_image_loaded_by_guid): a method to get loaded
18683         images by guid. 
18684         (load_metadata_ptrs): we store the guid as string.
18686 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
18688         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
18690         * metadata.c (mono_guid_to_string): imported method form Zoltan
18691         Varga (slightly modified)
18693         * assembly.c (mono_assembly_open): load precompiled code
18695         * loader.h (MonoMethod): we store the method token for use in the
18696         aot compiler. 
18698 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18700         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
18701         the hook function called when an assembly is loaded.
18702         
18703         * domain.c: Modified file.
18704         (mono_domain_assembly_load): removed hash table insertion of assemblies.
18706         Fixes bug #33196.
18708 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
18710         * reflection.c: Map PEFileKind to the value expected by the WinNT
18711         image loader. 
18713 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18715         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
18716         Read until the buffer is filled completely.
18718 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18720         * icall.c: implemented MonoType.InternalGetEvent ().
18722 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18724         * appdomain.c: implemented InitAppDomainSetup. Delayed
18725         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
18726         the entry_assembly.
18728         * assembly.c: base_dir is now an absolute path ending with
18729         G_DIR_SEPARATOR.
18731         * icall.c: modified get_location according to the above changes.
18733         * object.c: init AppDomain.SetupInformation for the default domain after
18734         we have the entry assembly.
18736         * domain.c: when unloading a domain, setup = NULL.
18738 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
18740         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
18742 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
18744         * object.h, object.c: introduced mono_object_get_virtual_method ()
18745         to lookup the method invoked on an object when a callvirt is done on
18746         a method.
18747         * icall.c: make MethodInfo::Invoke() always do a virtual call.
18749 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18751         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
18752         current domain when loaded an assembly and failed to load it.
18754         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
18756 2002-10-31  Dick Porter  <dick@ximian.com>
18758         * icall.c: 
18759         * file-io.h: 
18760         * file-io.c: Return the error status in a parameter, as the
18761         GetLastError() value has long since been blown away if we try and
18762         look it up in a subsequent internal call invocation.  Delete the
18763         GetLastError() internal call, because it's useless.
18765 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
18767         * class.[ch]: added cast_class to fix bug 29517
18769 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
18771         * marshal.c: create valid IL code in the filter clause:
18772         the new JIT is less forgiving:-)
18774 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18776         * icall.c: removed get_property internal call.
18778 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
18780         * appdomain.h domain.c: Added an ID to appdomains.
18781         
18782         * threads.c threads.h icall.c: Implement icall
18783         Thread:GetDomainID(), and remove unused icall 
18784         CurrentThreadDomain_internal.
18786 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18788         * icall.c: Don't recurse through the base types in GetConstructor.
18789         Fixes bug #32063. 
18791 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
18793         * mempool.h, mempool.c: added mono_mempool_empty() and
18794         mono_mempool_stats().
18796 2002-10-23  Dick Porter  <dick@ximian.com>
18798         * file-io.c: 
18799         * file-io.h: 
18800         * icall.c: Added MonoIO.GetFileType internal call
18802 2002-10-17  Dick Porter  <dick@ximian.com>
18804         * appdomain.c (mono_runtime_cleanup): Don't signal the async
18805         delegate semaphore before waiting for all threads to finish,
18806         because new threads can also call async delegates.  Fixes bug
18807         32004.
18809         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
18810         of 3 seconds, in case another async job is queued.  (This part is
18811         needed because the bug fix reintroduced the 3s exit lag.)  This
18812         makes the mono_runtime_shutdown flag superfluous.
18814 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
18816         * reflection.c: include ehader size in method section headers.
18817         Really check for suplicated modules entries.
18819 2002-10-17  Martin Baulig  <martin@gnome.org>
18821         * debug-mono-symfile.c: Added back support for locals.
18823 2002-10-14  Martin Baulig  <martin@gnome.org>
18825         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
18826         MONO_TYPE_VOID.
18828 2002-10-14  Martin Baulig  <martin@gnome.org>
18830         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
18831         mono_class_get() instead of looking in the class cache. 
18833 2002-10-13  Martin Baulig  <martin@gnome.org>
18835         * debug-mono-symfile.c: Set version number to 28, include the
18836         signature in method names.
18838 2002-10-13  Martin Baulig  <martin@gnome.org>
18840         * debug-mono-symfile.h: Set version number to 27.
18842 2002-10-11  Martin Baulig  <martin@gnome.org>
18844         * gc.c: Don't register/unregister NULL pointers as disappearing links.
18846 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
18848         * metadata.c, metadata.h: added helper function to allocate signatures.
18850 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18852         * icall.c: added internal call to get the location of machine.config.
18854 2002-10-08  Martin Baulig  <martin@gnome.org>
18856         * debug-mono-symfile.c: Ignore classes with a pending init for the
18857         moment.
18859 2002-10-03  Dick Porter  <dick@ximian.com>
18861         * threads.c: Freebsd pthread_t is a pointer
18863 2002-10-03  Dick Porter  <dick@ximian.com>
18865         * socket-io.c: Implemented GetHostName_internal
18867 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18869         * mono-config.c:
18870         (mono_config_parse_file): don't leak the text.
18872 2002-10-02  Martin Baulig  <martin@gnome.org>
18874         * debug-mono-symfile.c: Added support for methods.
18876 2002-10-01  Martin Baulig  <martin@gnome.org>
18878         * debug-mono-symfile.c: Don't emit methods and line numbers for
18879         the dynamic symbol file, just write the type table.  We can easily
18880         have an external helper program which creates a symbol file for an
18881         IL file.        
18883 2002-10-01  Dick Porter  <dick@ximian.com>
18885         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
18886         Only add the handle to the cleanup array when we're about to
18887         launch the thread.  Bug 31425 deadlocked when the test was run on
18888         mono under w32.
18890 2002-10-01  Martin Baulig  <martin@gnome.org>
18892         * debug-mono-symfile.c: Added support for properties.
18894 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
18896         * reflection.c: unaligned store fix from Mark Crichton
18897         <crichton@gimp.org>.
18899 2002-09-27  Martin Baulig  <martin@gnome.org>
18901         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
18902         New interncall.
18904 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
18906         * assembly.h, assembly.c: use a sane API to hook into the assembly
18907         loading process instead of a useless special-purpouse hack
18908         (ngen needs a hook, too, for example).
18910 2002-09-27  Dick Porter  <dick@ximian.com>
18912         * threads.c (mono_thread_init): Call GetCurrentProcess() so
18913         io-layer can set up some process handle info.  Not needed on w32,
18914         but doesn't hurt either.
18916         * process.c: Pass the program name in the second parameter to
18917         CreateProcess, so the path is searched.  Include the working
18918         directory. Implemented process name, process enumeration, and some
18919         process detail internal calls.
18920         
18921         * icall.c: Added internal calls for process lookup, and some
18922         process details
18924 2002-09-26  Martin Baulig  <martin@gnome.org>
18926         * assembly.c (mono_install_open_assembly_hook): New global
18927         function to install a function to be invoked each time a new
18928         assembly is loaded.
18929         (mono_assembly_open): Run this callback function if set.
18931         * debug-mono-symfile.c: Put back line numbers for the dynamic
18932         symbol file and also record the .il file as source file.  This
18933         allows us to install the temporary symbol file as `file.dbg' just
18934         like a compiler-generated one.
18936 2002-09-26  Nick Zigarovich <nick@chemlab.org>
18938         * Corrected typo in gc.c (BOHEM vs BOEHM).
18940 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18942         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
18943         GetProperties. Also avoid calling g_slist_length in GetProperties and
18944         GetMethods.
18946 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
18948         * reflection.c: avoid unaligned stores (bug spotted by
18949         Mark Crichton  <crichton@gimp.org>).
18951 2002-09-25  Martin Baulig  <martin@gnome.org>
18953         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
18954         instead of guint64 for addresses and added prologue/epilogue info.
18956 2002-09-25  Martin Baulig  <martin@gnome.org>
18958         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
18959         store line number info.  For the dynamic symbol file, we only need
18960         to provide the JIT generated dynamic line number info for the dynamic
18961         symbol file.
18963 2002-09-25  Martin Baulig  <martin@gnome.org>
18965         * debug-mono-symfile.h: Incremented version number.
18967 2002-09-24  Martin Baulig  <martin@gnome.org>
18969         * class.c (mono_debugger_class_init_func): New global function
18970         pointer variable.
18971         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
18972         call it.
18974         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
18975         function.  This is called via the mono_debugger_class_init_func
18976         hook to add all types to the dynamic type table.
18977         (ves_icall_MonoDebugger_GetType): New interncall to get a class
18978         from its metadata token.
18980         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
18981         New interncall for the debugger.
18983 2002-09-24  Nick Drochak <ndrochak@gol.com>
18985         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
18986         before using it in case it is null.
18987         
18988 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
18990         * metadata.c: allow custom modifiers in local var signatures
18991         (bug spotted by Zoltan Varga).
18993 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
18995         * class.c: deal with the <Module> class that may have a NULL vtable.
18996         Eliminate warnings.
18998 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19000         * image.c, image.h: more strong name helpers.
19001         * monosn.c: more work: convert pem keys to cryptoapi format.
19003 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
19005         * string-icalls.c: speedup IndexOf.
19007 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19009         * icall.c: updates from Zoltan.2.Varga@nokia.com.
19011 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
19013         * icall.c: cleanup: use mono_object_domain ().
19015 2002-09-23  Martin Baulig  <martin@gnome.org>
19017         * debug-mono-symfile.c: Improved type support.
19019 2002-09-22  Martin Baulig  <martin@gnome.org>
19021         * debug-mono-symfile.c: Added support for reference types and strings.
19023 2002-09-22  Martin Baulig  <martin@gnome.org>
19025         * debug-mono-symfile.c: Started to work on the type table.
19027 2002-09-21  Martin Baulig  <martin@gnome.org>
19029         * debug-mono-symfile.c: Largely reworked the symbol table format.
19030         The symbol table is now incrementally updated each time a new
19031         method is added.  We're now also using our own magic and version
19032         so that you don't need to recompile all your classes if the
19033         dynamic table changes.
19034         (mono_debug_update_mono_symbol_file): Removed.
19035         (mono_debug_symfile_add_method): New function to add a method.
19037 2002-09-21  Martin Baulig  <martin@gnome.org>
19039         * icall.c
19040         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
19041         New interncall.
19043         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
19044         New interncall to get a method from its metadata token.
19046 2002-09-21  Martin Baulig  <martin@gnome.org>
19048         * debug-mono-symfile.c: Create type table.
19050 2002-09-20  Martin Baulig  <martin@gnome.org>
19052         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
19054 2002-09-20  Martin Baulig  <martin@gnome.org>
19056         * debug-mono-symfile.c: Provide information about params and locals.
19058 2002-09-20  Martin Baulig  <martin@gnome.org>
19060         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
19061         New interncall.
19063         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
19064         interncall to get a method from its metadata token.
19066 2002-09-20  Martin Baulig  <martin@gnome.org>
19068         * debug-mono-symfile.c: Added a few checks for method->header
19069         being non-NULL.  This should never happen, but for the moment
19070         let's use a g_warning() rather than a g_assert().
19072 2002-09-19  Mark Crichton  <crichton@gimp.org>
19074         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
19075         even if support for it isn't present.  Added an #ifdef to fix this.
19077         * socket-io.c: Added checks back for Solaris support.
19079 2002-09-19  Martin Baulig  <martin@gnome.org>
19081         * debug-mono-symfile.c (read_string, write_string): Reflect latest
19082         changes in the symbol file format.
19084 2002-09-18  Martin Baulig  <martin@gnome.org>
19086         * debug-mono-symfile.c: Set version number to 21.
19088 2002-09-18  Dick Porter  <dick@ximian.com>
19090         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
19091         on netbsd.  Fixes bug 30051.
19093 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19095         * reflection.c:
19096         (set_version_from_string): little fix.
19098 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19100         * monosn.c, Makefile.am: added strong name utility.
19101         * reflection.h, reflection.c: implemented delayed signing,
19102         locale, version and hash id assembly attributes.
19104 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
19106         * loader.c, metadata.c: load param attributes in signatures.
19108 2002-09-16  Martin Baulig  <martin@gnome.org>
19110         * debug-mono-symfile.c: Added string table with all method names.
19112 2002-09-14  Martin Baulig  <martin@gnome.org>
19114         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
19115         fast method lookup.
19117 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
19119         * reflection.c: record the public key token of referenced assemblies.
19121 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19123         * image.c, image.h: added functions to get the strong name and the
19124         public key of an assembly.
19125         * pedump.c: use them.
19127 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
19129         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
19131 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
19133         * marshal.c (mono_marshal_get_managed_wrapper): Added
19134         MONO_TYPE_BOOLEAN 
19136 2002-09-11  Martin Baulig  <martin@gnome.org>
19138         * gc.c: Call GC_unregister_disappearing_link() on all links when
19139         finalizing them, this is necessary to aviod a crash in boehm's
19140         finalize handler.
19142 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19144         * gc.c: handle GetTarget for finalized objects spotted and fixed by
19145         nick@chemlab.org.
19147 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
19149         * icall.c: implemented MonoType::Module.
19150         * reflection.c, reflection.h: mono_module_get_object () from
19151         Tomi Pakarinen <tomi.pakarinen@welho.com>.
19153 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
19155         * icall.c: ignore overridden methods in GetMethods ().
19156         Fix for FieldInfo::SetValue().
19157         * object.c: handle float/double in runtime invoke.
19159 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
19161         * object.c: allow a constructor to be called again on an object.
19163 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19165         * class.h, class.c: move field layout code to it's own function and
19166         export it. Get an interface id earlier. Move fields in MonoClass
19167         so they are more cache friendly and align the bitfields.
19168         * loader.c: temporary handle get_param_names() for a runtime method.
19169         * reflection.c, reflection.h: more code to handle runtime creation of
19170         types.
19172 2002-09-09  Martin Baulig  <martin@gnome.org>
19174         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
19175         signature with the pinvoke field being set for the actual call.
19177 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19179         * icall.c: removed some unused icalls. Start of map of glib charsets
19180         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
19182 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
19184         * debug-helpers.c: break infinite loop (found and fixed by
19185         Holger Arnold <harnold@gmx.de>).
19187 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
19189         * icall.c: target may be null in create_delegate.
19191 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19193         * marshal.c: handle a boolean return type.
19195 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19197         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
19199 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
19201         * gc.c: fix weakreferences.
19203 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
19205         * icall.c: added icall to get default codepage.
19207 2002-09-03  Dick Porter  <dick@ximian.com>
19209         * threads.h: 
19210         * threads.c: Use MonoThread instead of MonoObject where
19211         apropriate.
19213         Store running thread objects in a hash table, so that we have all
19214         the info to hand when waiting for them to finish
19215         (means we don't need OpenThread() any more, so mingw builds should
19216         be fully functional again.)
19218         * verify.c:
19219         * object.h: Added thread ID to MonoThread
19221 2002-09-03  Martin Baulig  <martin@gnome.org>
19223         * icall.c (System.Reflection.Assembly::get_location): New interncall.
19225 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19227         * icall.c: fixed leak in get_temp_path. Thanks lupus.
19229 2002-09-03  Martin Baulig  <martin@gnome.org>
19231         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
19232         argument to store the end address of the disassembled instruction.
19234         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
19235         here from debug-symfile.h.
19236         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
19237         JIT into this struct.
19238         (MonoSymbolFile): Added `char *image_file' field.
19239         (MonoDebugGetMethodFunc): Removed.
19240         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
19241         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
19242         (mono_debug_find_method): New method.
19244         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
19245         create a full symbol file.
19246         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
19247         and static symbol files.
19248         (mono_debug_find_method): The symbol file keeps an internal method hash,
19249         call this to get a MonoDebugMethodInfo from a MonoMethod.
19251         * debug-symfile.[ch]: Removed.
19253 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
19255         * image.c (do_mono_image_open): Remove linker version check.
19257 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
19259         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
19260         wrappers for instance methods.
19261         
19262 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19264         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
19266 2002-08-28  Dick Porter  <dick@ximian.com>
19268         * Makefile.am: Export HOST_CC for w32 builds
19270 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
19272         * file-io.c process.c: MonoString are null terminated, no
19273         need for mono_string_to_utf16() anymore.
19275 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19277         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
19279 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
19281         * icall.c, reflection.h: speedup System.MonoType.
19283 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
19285         * reflection.c: allow null as the value of a string argument in
19286         custom attributes constructors.
19288 2002-08-27  Martin Baulig  <martin@gnome.org>
19290         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
19291         `trampoline_address' field.
19293 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
19295         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
19296         check (fixes bug #29486) 
19298 2002-08-27  Martin Baulig  <martin@gnome.org>
19300         * debug-mono-symfile.c: Changed the file format in a way that allows us
19301         open it read-only and to use a specially malloced area for all the
19302         dynamic data.  We can now also generate a symbol file on-the-fly if we're
19303         debugging IL code and there is no MCS generated symbol file for it.
19305 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
19307         * object.c: added a define for a good string and array
19308         creation speedup (not enabled by default because we need to deal with
19309         the synch stuff).
19311 2002-08-26  Martin Baulig  <martin@gnome.org>
19313         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
19314         function to create a dynamic symbol file.  This is used by the
19315         debugger to create a symbol file for IL code on-the-fly.
19317 2002-08-26  Martin Baulig  <martin@gnome.org>
19319         * loader.c (mono_lookup_pinvoke_call): Include the error message
19320         from g_module_error() in the error message.
19322 2002-08-24  Martin Baulig  <martin@gnome.org>
19324         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
19325         function to update the symbol file.  The symbol file is mmap()ed
19326         writable, but private.  This allows us to install the symbol file
19327         together with the assembly.
19329 2002-08-24  Martin Baulig  <martin@gnome.org>
19331         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
19332         but they can read the new symbol file format which mcs is now creating.
19334         * debug-symfile.c (mono_debug_find_source_location): Moved to
19335         debug-mono-symfile.c; this is now operating on the new symbol file.
19337 2002-08-23  Martin Baulig  <martin@gnome.org>
19339         * debug-helpers.c (mono_method_desc_from_method): New function to get
19340         a MonoMethodDesc from a MonoMethod.
19342 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
19344         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
19345         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
19347 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
19349         * string-icalls.[ch]: make helper methods static.
19351 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19353         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
19354         types to it and to SetValueInternal.
19356         * object.c: Moved handle_enum label to its proper place. This was the
19357         f... bug! ;-)
19359         This time i compiled mcs and gtk-sharp and they both work.
19361 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19363         * icall.c: reverted partially my previous patch until 
19364         object.c:set_value handles enums correcly.
19366 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19368         * icall.c:
19369         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
19370         (ves_icall_System_Environment_get_MachineName): removed warning when
19371         compiling under cygwin.
19373 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
19375         * object.c: fixed field_get_value() for reference types.
19377 2002-08-22  Dick Porter  <dick@ximian.com>
19379         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
19380         Don't free a buffer while it's still needed.  Patch from Jonathan
19381         Liger <Jonathan.liger@wanadoo.fr>
19383 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
19385         * icall.c (ves_icall_System_Environment_get_Platform): Add new
19386         internal call.
19388 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
19390         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
19391         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
19393         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
19394         we call unmanaged code which throws exceptions.
19396 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19398         * appdomain.h: added per-domain entry_assembly.
19399         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
19400         arguments.
19401         * icall.c: Assembly::GetEntryAssembly icall.
19402         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
19403         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
19405 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19407         * appdomain.h, gc.c: added mono_domain_finalize ().
19409 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19411         * object.c:
19412         (mono_print_unhandled_exception): changed g_warning by g_printerr
19413         because g_log has a 1024 characters limit (yeah, i got a big stack
19414         trace). Don't print exception name, that should be in ToString 
19415         returned string.
19417 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19419         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
19420         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
19422 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19424         * object.c:
19425         (mono_print_unhandled_exception): after previous commit, i realized
19426         that MS calls ToString on the exception. I changed this function to
19427         do that. This way we get stack_trace for free.
19429 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19431         * object.c:
19432         (mono_print_unhandled_exception): invoke Message property instead of
19433         getting 'message' field from Exception. Don't allocate memory for
19434         'trace' and 'message' if not needed.
19436 2002-08-18  Dick Porter  <dick@ximian.com>
19438         * unicode.c: Fix asserts to match Encoder.cs checks
19440 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
19442         * marshal.c: fix unaligned store issue and a few wrong
19443         opcode argument types.
19445 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19447         * icall.c: added GetUninitializedObjectInternal internal call.
19449 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
19451         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
19452         to the right domain.
19454 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
19456         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
19458         * class.c (class_compute_field_layout): set blittable to false for Strings
19460         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
19462 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19464         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
19465         first chunk of code to create types at runtime. Code to
19466         handle ReflectedType/DeclaringType. Make reflection handles
19467         domain specific.
19469 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
19471         * class.c: set correct name in arrays.
19473 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
19475         * appdomain.c (mono_domain_transfer_object): make it work with
19476         valuetypes. bug fixes.
19478 2002-08-12  Dick Porter  <dick@ximian.com>
19480         * object.h: Rename some parameters to avoid c++ keywords (Patch
19481         from Joseph Wenninger <kde@jowenn.at>)
19483 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
19485         * icall.c: added icall to implement Assembly.GetFile*.
19487 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
19489         * reflection.h, reflection.c: code to embed managed resources.
19491 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
19493         * class.c: move all the type size stuff into
19494         class_compute_field_layout().
19496 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19498         * class.c: ensure enums have always the correct instance size.
19499         * unicode.c: remove wrong assert.
19501 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
19503         * assembly.c: fix mem corruption issue.
19504         * image.h, image.c: added mono_image_get_resource () to access
19505         managed resources.
19506         * icall.c: implemented Assembly.EntryPoint property and some
19507         Managed Resources related internalcalls.
19510 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
19512         * image.c, image.h: impemented mono_image_get_entry_point ().
19513         * appdomain.c: use mono_image_get_entry_point.
19515 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19517         * reflection.c: support the object type argument when loading
19518         custom attributes.
19520 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
19522         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
19523         String as return type.
19525 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
19527         * reflection.c: fix encoding of named args for custom attrs to match
19528         the ms implementation. Read them back when instantiating custom
19529         attributes.
19531 2002-08-02  Radek Doulik  <rodo@ximian.com>
19533         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
19534         by Dietmar as quick fix
19535         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
19536         16 as stack size, used on more places as quick fix before Dietmar
19537         will fix it properly
19539 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
19541         * object.h, object.c: added accessors for fields and properties.
19543 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19545         * class.c, class.h: made mono_class_get_field_from_name ()
19546         loop on parent types.
19547         Added mono_class_get_property_from_name ().
19549 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
19551         * class.c, class.h: move the code to setup the type vtable in its own
19552         function so that it can be reused also for types created at runtime.
19553         Eliminate the "class" identifier from the header file.
19554         * reflection.c: setup the vtable for enums so that we can create
19555         objects for use in SetConstant ().
19557 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
19559         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
19560         instead of the delegate itself as this pointer (bug #28383)
19562 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
19564         * marshal.c (mono_marshal_get_managed_wrapper): added return type
19565         conversions.
19567 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19569         * loader.c: don't set the pinvoke bit on icalls.
19571 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
19573         * debug-helpers.c (mono_method_full_name): only print a number to
19574         indicate wrapper type (so that the output is more readable in traces).
19576 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
19578         * class.c (mono_class_init): include method override patch from Paolo
19580 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
19582         * icall.c: fixed GetTypeCode().
19584 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
19586         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
19587         use real delegate invoke function to make it work with multicast
19588         delegates (fix bug# 28291).
19590 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
19592         * object.c: load constant strings.
19594 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
19596         * reflection.c: no magic numbers.
19597         * tabledefs.h: security action enum.
19599 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
19601         * assembly.c: fix possible memory corruption.
19603 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
19605         * reflection.h, reflection.c: added support for linking resources.
19606         * verify.c: check we have an updated corlib.
19608 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
19610         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
19611         string arrays.
19612         (mono_marshal_string_array): null terminate unmanaged string arrays.
19613         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
19615 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
19617         * icall.c: Type.GetType () can now return also types from the
19618         calling assembly.
19620 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
19622         * loader.h, loader.c: stack walking support.
19623         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
19624         GetCallingAssembly.
19626 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
19628         * marshal.c: added optimisations for blittable types 
19630         * class.c (mono_array_class_get): do not set blittable attribute on arrays
19631         (mono_class_setup_mono_type): set blittable attribute for single
19632         and double.
19634         * marshal.c (mono_string_utf8_to_builder): impl.
19635         (mono_string_builder_to_utf8): impl.
19636         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
19638 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
19640         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
19641         (mono_marshal_get_managed_wrapper): impl. byref types
19643 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19645         * icall.c:
19646         (search_method): don't display debug message. 
19648 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
19650         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
19652 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
19654         * appdomain.c: set the missing filename when throwing exception.
19656 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
19658         * metadata.c (mono_type_size): code cleanup
19659         (mono_type_stack_size): removed some test code
19661 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
19663         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
19664         mono_get_exception_file_not_found now.
19666         * exception.c (mono_exception_from_name_two_strings): New version
19667         that will call a constructor with two string arguments. 
19668         (mono_get_exception_file_not_found): New helper routine, used to
19669         report file-not-found errors.
19671 2002-07-20  Dick Porter  <dick@ximian.com>
19673         * process.h:
19674         * process.c: Pass file handles to CreateProcess
19675         
19676         * icall.c:
19677         * file-io.h:
19678         * file-io.c: Implemented CreatePipe
19680 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
19682         * metadata.c (mono_get_param_info): set alignment for value types
19684 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19686         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
19687         Constify mono_domain_assembly_open().
19688         * loader.c: handle null namespace in icalls.
19690 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
19692         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
19693         (emit_str_to_ptr_conv): marshal object as structs
19695         * metadata.c (mono_type_to_unmanaged): marshal object as structs
19697         * marshal.c (mono_marshal_get_runtime_invoke): support value types
19699 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
19701         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
19702         (mono_marshal_get_native_wrapper): we an now return value types
19704 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19706         * verify.c: more checks implemented.
19708 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
19710         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
19711         (fix bug #27695)
19712         (mono_marshal_get_native_wrapper): allow byref arguments
19713         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
19714         impl. PtrToStringXXX methods
19715         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
19716         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
19717         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
19718         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
19719         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
19721 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
19723         * reflection.c: fix buglet in parsing an assembly name.
19725 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
19727         * marshal.c (emit_ptr_to_str_conv): first impl.
19729 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
19731         * object.c, class.h: cache the vtable in the class as suggested by
19732         vargaz@freemail.hu (Zoltan Varga).
19734 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
19736         * class.h, loader.c: added mono_field_from_token().
19737         * verify.c: first cut of type checking code.
19739 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
19741         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
19743 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
19745         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
19746         (fix bug #27782)
19747         (mono_marshal_get_remoting_invoke): impl.
19748         (mono_delegate_begin_invoke): impl.
19749         (mono_mb_emit_save_args): impl.
19750         (mono_delegate_end_invoke): impl.
19751         (mono_marshal_get_delegate_begin_invoke):
19752         (mono_marshal_get_delegate_end_invoke):
19753         (mono_marshal_get_delegate_invoke): generate a special name for
19754         those methods (including the signature) and associate them whith
19755         the delegate class. 
19757 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
19759         * reflection.[ch]: 
19760         (mono_reflection_type_from_name): now it has a MonoImage parameter
19761         which is used as the default image to search the type in. If the image
19762         is NULL or getting the type from it fails, it defaults to corlib.
19764         * icall.c: changed 1 call to mono_reflection_type_from_name to match
19765         new parameter.
19767 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19769         * reflection.c: update the parameter table index.
19771 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
19773         * domain.c: don't include the mark byte in the string hash.
19775 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
19777         * icall.cs: icall for Type.GetTypeCode ().
19778         * verify: a couple of fixes and disabled local initialization checks.
19780 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
19782         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
19784         * debug-helpers.c (mono_method_full_name): print the type of the
19785         runtime wrapper
19787         * metadata.c (mono_signature_hash): a hash function for signatures
19788         (mono_signature_hash): better hash algorithm
19790         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
19792         * debug-helpers.c (mono_method_full_name): this can now generate
19793         method names with signatures
19795         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
19796         method dont have this pointers.
19798 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
19800         * reflection.c: fixup typebuilder tokens.
19801         * image.c: fix buglet.
19802         * marshal.h: remove whitespace.
19803         * metadata.h, metadata.c: reinstate code that was removed.
19804         * verify.c: handle catch directives and fix another couple of bugs.
19806 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
19808         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
19809         (mono_marshal_get_native_wrapper): make it comp. with the old code
19810         (mono_marshal_get_native_wrapper): support boolean
19811         (mono_marshal_get_managed_wrapper): support more types
19813 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
19815         * class.c (class_compute_field_layout): compute class->blittable attribute.
19817 2002-07-09  Dick Porter  <dick@ximian.com>
19819         * threads.c: Make the thread cleaning up cope with threads that
19820         call ExitThread()
19822 2002-07-08  Radek Doulik  <rodo@ximian.com>
19824         * reflection.c (method_encode_code): use non-translated values to
19825         compute finally_start, this fixes exception handling on ppc, yay!
19827         * decimal.h (struct signscale): fix endianess
19829 2002-07-07  Radek Doulik  <rodo@ximian.com>
19831         * reflection.c: swap box_val and not val
19833 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
19835         * reflection.c, reflection.h: handle full assembly info in type name.
19836         Handle Type arguments when loading custom attributes.
19837         * icall.c: updated to use new mono_reflection_type_from_name () method.
19839 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19841         * loader.c:
19842         (method_from_memberref): also print assembly name when method not found.
19844 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19846         * icall.c:
19847         (ves_icall_TypeGetProperties): fixed bug #27473. 
19849 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19851         * reflection.c: display image name and token when cannot find the
19852         .ctor for an attribute.
19854 2002-07-05  Martin Baulig  <martin@gnome.org>
19856         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
19858 2002-07-04  Dick Porter  <dick@ximian.com>
19860         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
19861         compile on mingw.  This will cause mingw builds to not wait for
19862         subthreads to terminate after the main thread does.  I've lodged a
19863         bug with the mingw developers for them to wrap OpenThread().
19865 2002-07-03  Dick Porter  <dick@ximian.com>
19867         * threads.c: Store thread IDs instead of handles, because
19868         GetCurrentThread() returns a pseudohandle and therefore stores
19869         useless values.  mono_thread_cleanup() continues checking the
19870         array of threads until it is empty, to cope with subthreads
19871         spawning new threads after the main thread has finished.
19873         * profiler.h:
19874         * profiler.c:
19875         * profiler-private.h: Pass the thread ID to thread profiler
19876         functions, instead of a handle
19878 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
19880         * verify.c: fixes to make it more usable.
19881         * pedump.c: added --verify code to verify IL code in an assembly.
19883 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19885         * reflection.c: turn errors into warnings to allow compiling corlib.
19887 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
19889         * reflection.c: add special cases to compile corlib.
19891 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19893         * reflection.c: handle properties with only a set method.
19895 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
19897         * opcodes.h: add enum with opcodes in opval order.
19899 2002-07-01  Dick Porter  <dick@ximian.com>
19900         
19901         * object.h:
19902         * object.c (mono_runtime_run_main): Removed unneeded argument
19904 2002-06-28  Martin Baulig  <martin@gnome.org>
19906         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
19908 2002-06-27  Dick Porter  <dick@ximian.com>
19910         * threads.c: Store the handle in both the parent thread and in the
19911         subthread, to minimise the time between starting a new thread and
19912         storing its ID.
19914 2002-06-26  Dick Porter  <dick@ximian.com>
19916         * appdomain.c (mono_runtime_cleanup): Close the socket library
19917         after all the threads have finished, not before
19919 2002-06-26  Martin Baulig  <martin@gnome.org>
19921         * debug-symfile.c (mono_debug_find_source_location): Added
19922         `guint32 *line_number' argument.  If it's not NULL, store the line number
19923         there and return the file name without the line number.
19925 2002-06-25  Dick Porter  <dick@ximian.com>
19927         * icall.c:
19928         * process.h:
19929         * process.c: Process forking and other support functions
19931 2002-06-25  Dick Porter  <dick@ximian.com>
19933         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
19934         things dont happen when the image is closed.
19935         (mono_image_lookup_resource): Walk the resource section looking
19936         for a particular entry
19938         * cil-coff.h: PE resource section decoding
19940 2002-06-25  Dick Porter  <dick@ximian.com>
19941         
19942         * assembly.h:
19943         * assembly.c: 
19944         (mono_assembly_foreach): Accessor functions to walk the list of
19945         loaded assemblies
19946         (mono_assembly_set_main):
19947         (mono_assembly_get_main): Process methods need to know which
19948         assembly is the "main" one
19950         * object.c (mono_runtime_run_main): Record the main assembly
19952         * debug-helpers.c: Fix typo
19954 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
19956         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
19957         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
19959 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
19961         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
19963 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
19965         * image.c (do_mono_image_open): Initialize reference count,
19966         otherwise we leak the MonoImage.
19968 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
19970         * reflection.c: small tweak to handle self-hosting.
19972 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19974         * reflection.c: fix type name parse code.
19976 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
19978         * reflection.c: break out of the loop.
19979         * image.c: special case corlib.
19981 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19983         * reflection.c: add all the custom attrs at the end to ensure the
19984         ctors have been properly initialized when the attributes are defined
19985         in the current assembly.
19987 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19989         * reflection.c: handle correctly multiple-nested types.
19991 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
19993         * row-indexes.h: fix typos.
19994         * reflection.c: adjust for typos and fix method_def_or_ref
19995         encoding in MethodImpl table.
19997 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
19999         * reflection.c: fix entry point patching (thanks Serge!).
20001 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
20003         * verify.c: add check for System.Exception
20005 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
20007         * image.c, class.c: minifix for code just c&p'ed.
20008         * reflection.c: warning fix.
20009         * object.h, loader.h, domain.c: load also StringBuilder.
20011 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
20013         * marshal.h, marshal.c: some support code to handle complex marshaling.
20015 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20017         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
20018         Better signatures with vtable error dump.
20020 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
20022         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
20024 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
20026         * icall.c (ves_icall_Type_GetField): impl.
20028 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20030         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
20031         to retrieve a marshal description blob for a field or param.
20033 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
20035         * reflection.h, reflection.c: change order of nested type emission
20036         to avoid table corruption. The NestedTypes table is sorted.
20037         * icall.c: change order of GetConstructor results to workaround mcs bug.
20039 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20041         * reflection.h, reflection.c: handle field and param marshal
20042         information.
20044 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20046         * icall.c, marshal.c marshal.h: more Marshal class implementation.
20048 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20050         * reflection.c: fix call convention.
20052 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20054         * reflection.h, reflection.c: mono_image_get_memberref_token()
20055         takes a type instead of a class, now. Added
20056         mono_image_get_array_token() to create tokens for the special
20057         multi-dim array methods.
20059 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
20061         * assembly.c: handle modules (no assembly table). Split
20062         loading references in its own function.
20063         * class.c: handle moduleref resolution scope.
20064         * image.c, image.h: cache module name in image.
20066 2002-06-07  Martin Baulig  <martin@gnome.org>
20068         * reflection.c (mono_image_get_type_info): Only add a class layout entry
20069         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
20071 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20073         * icall.c: more signature fixes that used uint instead of int.
20075 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20077         * reflection.c: fixed signature of field refs.
20079 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20081         * class.c, reflection.c: handle typerefs of nested types
20082         (both on read and when writing files).
20084 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
20086         * icall.c: fix method signatures that tried to workaround the previous
20087         typo, d'oh!
20089 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
20091         * debug-helpers.c: fix typo.
20093 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
20095         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
20096         rewrote the PE/COFF writing code (our programs are understood by the
20097         ms runtime, now).
20099 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
20101         * gc.c, gc.h, icall.c: weakreference support.
20103 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20105         * Makefile.am, mono-config.c: use $(sysconfdir).
20107 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20109         * icall.c: changed default precision of Double.ToString() to 15.
20110         Fixed memory leak. Unified with Single.ToString.
20112 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
20114         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
20116 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
20118         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
20119         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
20120         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
20121         and myself.
20123 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20125         * debug-symfile.c, sysmath.c: yet more compilation fixes.
20127 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20129         * reflection.c, socket-io.c: more compilation fixes.
20131 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20133         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
20134         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
20135         unicode.c: warning and compiler compatibility fixes.
20137 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20139         * class.h, metadata.c: fixed warnings/compilation errors.
20141 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20143         * Makefile.am, mono-config.c, mono-config.h: configuration file
20144         support routines.
20145         * loader.c, loader.h: make Dll mapping configurable at runtime in the
20146         config file. Export methods to insert and lookup mappings.
20148 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
20150         * reflection.c: handle types and boxed objects in custom attr
20151         constructors.
20153 2002-05-30  Martin Baulig  <martin@gnome.org>
20155         * debug-symfile.c
20156         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
20158 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
20160         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
20161         to lookup the implmap row for a P/Invoke method.
20162         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
20163         P/Invoke method from the runtime on an as needed basis.
20165 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
20167         * metadata.c (mono_metadata_parse_signature): impl.
20169 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20171         * class.c: handle .pack directive.
20173 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
20175         * object.c: initialize static fields with RVA data.
20177 2002-05-25  Martin Baulig  <martin@gnome.org>
20179         * debug-symfile.c
20180         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
20182 2002-05-24  Martin Baulig  <martin@gnome.org>
20184         * debug-symfile.c
20185         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
20186         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
20187         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
20189 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
20191         * object.c: special case string ctros in invoke.
20192         * gc.c: silly whitespace changes.
20194 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
20196         * threadpool.[ch]: impl. a threadpool that can
20197         be used by mint and mono.
20199 2002-05-22  Martin Baulig  <martin@gnome.org>
20201         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
20202         The first argument is now a `MonoReflectionModuleBuilder *', the return
20203         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
20204         `methods' field to get the method builder.  The `token' argument is the
20205         unfixed token.
20207         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
20208         invalid characters instead of g_assert_not_reached()ing.  This seems
20209         to be the behaviour of mscorlib.
20211 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
20213         * object.c (mono_runtime_invoke_array): applied patch from Rachel
20214         Hestilow to fix bug #25104
20216 2002-05-21  Martin Baulig  <martin@gnome.org>
20218         * debug-symfile.c (mono_debug_find_source_location): New function.
20219         Looks up an IL offset in the line number table and returns the source
20220         location as a string.
20222 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20224         * icall.c:
20225         (mono_double_ToStringImpl): changed %f by %g until we have something
20226         better.
20228 2002-05-21  Nick Drochak  <ndrochak@gol.com>
20230         * icall.c : Use different name for Math.Pow's icall.  Needed to check
20231         parameters first in C#.
20233 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20235         * icall.c, reflection.h: added icall to get info about an event.
20237 2002-05-20  Radek Doulik  <rodo@ximian.com>
20239         * object.c (mono_value_box): don't use memcpy for boxing on BIG
20240         endian
20241         (mono_value_box): don't use memcpy for small sizes on
20242         architectures with unaligned access
20244 2002-05-20  Martin Baulig  <martin@gnome.org>
20246         * reflection.c (mono_reflection_setup_internal_class): Don't crash
20247         if `tb->parent == NULL'.
20248         (mono_reflection_create_internal_class): New function.  This is
20249         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
20250         for enum types.
20252         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
20253         New interncall.
20255 2002-05-19  Martin Baulig  <martin@gnome.org>
20257         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
20258         argument to get the length, don't default to the array length.
20260 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
20262         * assembly.c (mono_assembly_setrootdir): New function used to
20263         override the MONO_ASSEMBLIES directory.
20265 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20267         * icall.c: ValueType_GetHashCode() initialize local var.
20269 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20271         * reflection.c: sort custom attributes table.
20273 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
20275         * reflection.c: support named args in custom attributes (write support).
20277 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
20279         * reflection.c: fix finally position calculation.
20281 2002-05-15  Radek Doulik  <rodo@ximian.com>
20283         * reflection.c: fixed endianess at many places
20285         * icall.c (ves_icall_InitializeArray): comment out debug msg
20287 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
20289         * object.c (mono_unhandled_exception): new function to handle
20290         unhandled exceptions.
20291         (mono_unhandled_exception): call the UnhandledException event.
20292         (mono_runtime_delegate_invoke): impl.
20294 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
20296         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
20297         returns the RVA, not the direct pointer to the data. Handle the case
20298         when the class size is fixed.
20300 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
20302         * reflection.c: fix some endianess issues.
20304 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
20306         * object.c (mono_runtime_invoke): is now able to catch exceptions.
20308         * threads.c (mono_thread_init): added a callback which is invoked
20309         at thread start.
20311 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
20312         
20313         * icall.c: make GetHashCode return non-negative values.
20315 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
20317         * object.c, icall.c, gc.c: revert to address-based hashcode.
20319 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
20321         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
20323 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20325         * icall.c, class.c: special case <Module>.
20327 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
20329         * icall.c: fix bug in GetNow().
20331 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
20333         * object.c (mono_runtime_class_init): make sure that we call all
20334         static class constructors.
20336 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
20338         * reflection.c: sort methodsemantics table.
20340 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
20342         * reflection.h, reflection.c: honour init locals setting.
20344 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
20346         * icall.c: copied Double ToStringImpl for Single ToStringImpl
20348 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
20350         * reflection.c: support ContructorBuilders in attribute blob creation.
20352 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20354         * reflection.c: some changes to build a binary that can be run
20355         directly in windows.
20357 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
20359         * loader.c: print a big message when an icall can't be found.
20361 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20363         * string-icalls.c: fix bug 24248.
20365 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
20367         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
20368         icall.c, reflection.h: separate assembly loading by pathname and by
20369         assembly name. Use the MONO_PATH env var to search for assemblies.
20371 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20373         * assembly.c, image.h: add some support for assemblies
20374         with multiple modules.
20375         * class.c, class.h: export mono_class_from_typeref().
20376         * loader.c: remove duplicated code and use mono_class_from_typeref(),
20377         instead.
20379 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20381         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
20382         documentation says (the ECMA one is correct).
20384 2002-05-02  Dick Porter  <dick@ximian.com>
20386         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
20387         Don't name the synchronisation mutex.
20389 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
20391         * rand.c
20392         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
20393         Make the prototypes match.
20394         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
20395         Same.
20397         * icall.c
20398         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
20399         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
20400         all systems have tm.tm_zone, so use strftime() with %Z to print
20401         the timezone abreviation into a temp string.
20403         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
20404         rather than mono_array_addr() on a MonoString on Big Endian
20405         machines.
20407 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
20409         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
20410         fix bug 24041
20412 2002-04-30  Dick Porter  <dick@ximian.com>
20414         * socket-io.c: Cope with SOCKET being an integer rather than a
20415         pointer now.
20417         * threads.c: Added Thread_free_internal, to deal with thread
20418         handle cleanup.  Moved calls to handle_store() and handle_remove()
20419         to start_wrapper(), so each can only be called once.  Allocate
20420         synchronisation blocks with GC_malloc(), and use GC finalisation
20421         to close the handles.
20423         * icall.c: added System.Threading.Thread::Thread_free_internal
20425 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20427         * icall.c: support Environment.Exit, CommandLineArgs().
20429 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20431         * object.c, object.h: added mono_runtime_run_main () and
20432         mono_runtime_get_main_args () for use in System.Environment.
20434 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20436         * gc.c: fix thinko, enable actual finalization since the jit is now
20437         fixed.
20439 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20441         * gc.c, object.c: take into account that an object may be offset wrt the address
20442         returned by GC_malloc().
20444 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
20446         * image.c: handle files without entries in the assembly table (modules).
20448 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
20450         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
20451         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
20452         allowed to be null when it's System.Object class setup.
20454 2002-04-27  Martin Baulig  <martin@gnome.org>
20456         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
20457         if `tb->parent == NULL' rather than crashing.
20459 2002-04-28  Nick Drochak  <ndrochak@gol.com>
20461         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
20462         calling acos() where asin() should have been called.
20464 2002-04-26  Martin Baulig  <martin@gnome.org>
20466         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
20467         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
20468         there's a subdirectory called `System', but we don't want to read that
20469         subdirectory as an assembly.
20471 2002-04-25  Martin Baulig  <martin@gnome.org>
20473         * debug-symfile.c: Reflect latest MonoString changes.
20475 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
20477         * rand.c, rand.h: instance method icalls need to have an explicit
20478         this pointer as first argument in the C implementation.
20480 2002-04-25  Nick Drochak <ndrochak@gol.com>
20482         * icall.c: Fix typo in map for GetNonZeroBytes
20484 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
20486         * string-icalls.c : String does now passes unit tests without any 
20487         errors, the following changes has been made:
20488         
20489         Implemented replace methods.
20490         Renaming of methods to (try) follow the standard.
20491         Fixed compare ordinal
20492         Made all memory allocated directly to function instead of via icall function.
20493         Small performance fix in is_in_array function
20494                         
20495  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
20497         c (mono_string_Internal_ctor_charp_int_int):
20498         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
20499         sindex < 0, throw ArgumentOutOfRangeException instead of
20500         ArgumentNullException.
20502         Added new check for length == 0, however
20503         I need to make it return String.Empty from the C code.
20504         
20505         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
20506         that calculate the length for us here.
20507         
20508         (mono_string_Internal_ctor_sbytep_int_int): Replaced
20509         mono_string_new_utf16 with mono_string_new, since value is utf8.
20511 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20513         * object.c: register the object for finalization if needed.
20514         Allocate one more char in the string for the terminating 0 char.
20516 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20518         * class.c, class.h, image.c: check if a type implemenst a destructor.
20519         Use the proper key for array class lookups.
20520         * icall.c: register the icalls in the System.GC class.
20521         * gc.c, gc.h: GC-related functions and icalls.
20523 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20525         * icall.c:
20526         * socket-io.c:
20527         * unicode.c: free some strings gotten from mono_string_to_utf8 and
20528         changed a couple of free () by g_free ().
20530         * decimal.c: one-liner in the comments for decimal2string ().
20532 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
20534         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
20536 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
20538         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
20539         * object.c (mono_runtime_invoke_array) : handle null in params
20541 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
20543         * string-icalls.c: fixed bug in split (one off bug)
20545 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
20547         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
20548         * icalls.c: added String::Equals as internal method
20550 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
20552         * threads.c: fixed bug in the double interlocked functions
20554 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
20556         * threads.c: implemented all of the new interlocked icalls.
20557         * string-icalls.c: fix a bug in insert.
20558         * icalls.c: added the icalls for interlocked, removed old string functions.
20559         
20560 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
20562         * loader.c: fix off-by-one error when reading argument names.
20564 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20566         * profiler.c: win32 counter implementation (untested).
20567         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
20568         (the latter needs testing and more complete impl. from win32 folks).
20570 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
20572         * object.c: mono_array_new_full workaround mono_array_class_get
20573         problem.
20575 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20577         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
20578         * object.h (mono_string_chars): Changed casting type.
20580 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20582         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
20583                            method signatures to use gunichar2 instead of gint16.
20585 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
20587         * object.h, object.c: domain-specific versions of mono_object_new and
20588         mono_array_new.
20590 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
20592         * object.c: changed String layout
20594         * string-icalls.c (mono_string_Internal_ctor_chara): added
20595         internal string constructors.
20597 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
20599         * threads.c: pass 'this' to the thread start routine.
20601 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20603         * string-icalls.c: fix IndexOf and LastIndexOf. Now
20604         InternalCompareStr don't call twice mono_string_cmp_char for the last
20605         character. Improved performance in mono_string_cmp_char.
20607 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
20609         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
20610         code into its own library: libmonoruntime.
20612 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
20614         * object.h, object.c: changed array format so that szarrays do not
20615         require a bounds structure.
20616         * icall.c, appdomain.c: support for new szarray format.
20618 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
20620         * metadata.c: compare also the retuns type when comparing signatures:
20621         we didn't do this as an optimization since really overloaded methods
20622         must differ also in the arguments, but this doesn't work with
20623         low-level IL code (or when using explicit conversion operators: see
20624         bug#23498 for an example).
20626 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20628         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
20630 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
20632         * icall.c: make MonoType::GetElementType its own icall.
20634 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20636         * icall.c: remove MonoMethod_get_Name().
20637         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
20638         object.
20640 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20642         * string-icalls.c: optimized a few methods.
20644 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20646         * icall.c: added all new string internal calls
20647         * string-icalls.c: added, new string internal call implementation.
20648         * object.c: added mono_string_new_size for allocating a string a size
20650 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
20652         * object.c (mono_object_isinst): use the same code as in the
20653         optimized x86 version.
20655 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20657         * profiler.c: TSC-based timer code (faster and more accurate).
20658         Not hooked up in configure, yet (set USE_X86TSC to 1).
20660 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
20662         * profiler.c, profiler.h: track time spent compiling methods.
20663         * threads.c: track thread creation/destruction.
20665 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
20667         * profiler.c, profiler.h, profiler-private.h: profiling interface
20668         and sample implementation. Moved here so that it can be used also by
20669         the jit.
20671 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
20673         * reflection.c, reflection.h: keep types and other handles separate in
20674         the hash tables for referred tokens. Add guid for modules.
20676 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
20678         * assembly.c: fix bugs found with valgrind.
20679         * metadata.h, metadata.c: added mono_metadata_guid_heap().
20681 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
20683         * threads: added icall support for getting current domain for
20684                    the thread.
20686 2002-04-13  Martin Baulig  <martin@gnome.org>
20688         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
20689         (MonoDebugVarInfo): Added `index' field for register based addresses.
20690         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
20691         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
20692         `MonoDebugVarInfo *params' and `guint32 this_offset' with
20693         `MonoDebugVarInfo *this_var'.
20695         * debug-symfile.c (relocate_variable): New static function to write
20696         a location description for a local variable or method parameter.
20698 2002-04-12  Martin Baulig  <martin@gnome.org>
20700         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
20701         stack offset and begin/end scope address of a local variable.
20702         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
20703         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
20704         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
20706         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
20707         Added new relocation types for start/end scope of a local variable.
20709 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20711         * object.h: add mono_object_domain() macro.
20712         * reflection.c: handle typespecs.
20713         * icall.c: MonoMethod::get_Name() implementation.
20715 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20717         * icall.c: String::GetHashCode() icall implementation.
20719 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20721         * icall.c: String::IndexOfAny icall.
20722         * object.c, object.h: make array->max_length more useful.
20723         Intrduced mono_object_class() and mono_string_length() macros.
20725 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20727         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
20728         instead of g_unichar_isdigit.
20730 2002-04-11  Nick Drochak  <ndrochak@gol.com>
20732         * icall.c: Implement a simple Double.ToString().
20734 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
20736         * appdomain.h: only io-layer.h is supposed to be included.
20737         * icall.c: explicitly import environ. Fix warning.
20739 2002-04-10  Nick Drochak  <ndrochak@gol.com>
20741         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
20742                 return true even if it's not Daylight Savings time.
20743                 Only return false for the case where the function isn't
20744                 implemented for a plaform (read Windows).
20746 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20748         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
20749         data with a mutex.
20751 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
20753         * mempool.c (mono_mempool_alloc): only use g_malloc when
20754         absolutely necessary.
20756 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
20758         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
20760         * class.c (mono_class_vtable): use domain mempool to allocate vtable
20761         (mono_class_proxy_vtable): use domain mempool
20763 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
20765         * appdomain.h, appdomain.c: split initialization that requires the
20766         execution engine support into mono_runtime_init().
20768 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
20770         * class.c (mono_class_init): don't include vtable inside MonoClass
20771         to save some memory, gather some statistics.
20772         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
20774 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
20776         * icall.c: internalcall implementation for ValueType.Equals().
20778 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
20780         * object.c (mono_message_init): moved 
20781         (mono_runtime_exec_main): new arch. independent impl.
20782         (mono_runtime_invoke_array): new method - like
20783         mono_runtime_invoke, but you can pass an array of objects.
20784         (mono_remoting_invoke): new arch. independent impl.
20785         (mono_message_invoke): new arch. independent impl.
20786         (mono_runtime_class_init): new arch. independent impl.
20787         (mono_runtime_object_init): new arch. independent impl.
20789 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20791         * metadata.c, object.c, reflection.c: documented the exported
20792         functions.
20794 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
20796         * icall.c: simpler code to pass the assembly builder data to corlib.
20797         Implement GetNestedTypes() internalcall.
20799 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
20801         * class.c: warn if a type can't be loaded.
20803 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
20805         * image.h: typedef MonoImageOpenStatus
20806         * types.h: removed unused file
20807         
20808 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
20810         * icall.c: Enum_ToObject accepts enum value arguments.
20812 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
20814         * class.c: move initialization of properties, events and nested
20815         classes, so that they happen for interfaces, too.
20817 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20819         * icall.c: cleanup some ugly casts in Array_SetValue*.
20821 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20823         * icall.c: the values array fro enums is of the correct type, now.
20824         Implement (correctly) getFullName instead of assQualifiedName for
20825         MonoType.
20826         * reflection.h, reflection.c: added mono_type_get_name ().
20828 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20830         * assembly.c, image.h: for each MonoImage, record from wich assembly
20831         it was loaded.
20832         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
20833         Make Type.Assembly work.
20835 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
20837         * debug-symfile.h: use char* instead of gpointer to avoid
20838         unnecessary casts.
20840         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
20842         * icall.c (ves_icall_InternalExecute): impl. FielSetter
20843         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
20845 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
20847         * icall.c (mono_message_init): impl. (code cleanup)
20848         (ves_icall_InternalExecute): impl. FieldGetter
20850         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
20851         defined we call all (non-static)methods through the vtable. 
20853 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
20855         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
20856         finalizer even though the memory is still referenced (and the chunk of
20857         memory is not freed).
20859 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
20861         * assembly.c: fix brokeness.
20863 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
20865         * class.c: kill some warnings. Check explicit interface method
20866         implementation also without considering the namespace.
20867         Load also literal strings in static class data.
20869 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
20871         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
20872         (default_assembly_name_resolver): Make the resolver take the
20873         "base" directory where the assembly was originally defined, so we
20874         can load DLLs that are in the same directory as the assembly that
20875         is being referenced.
20877 2002-03-28  Dick Porter  <dick@ximian.com>
20879         * file-io.h: 
20880         * file-io.c:
20881         * socket-io.c: 
20882         * unicode.h: 
20883         * unicode.c: Warning cleanups
20885 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
20887         * object.h, reflection.h: use the correct type instead of MonoObject.
20889 2002-03-28  Martin Baulig  <martin@gnome.org>
20891         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
20892         (mono_debug_update_symbol_file): Initialize classes if necessary.
20894 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
20896         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
20897         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
20899 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
20901         * assembly.h: fix function prototype.
20902         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
20903         * mono-endian.h: use const cast.
20905 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
20907         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
20909 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
20911         * loader.c: don't assert when a typeref can't be loaded, give
20912         a chance to the runtime to trow an exception instead.
20913         * loader.h: fix warning.
20915 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
20917         * class.c (mono_class_proxy_vtable): added proxy support
20919 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
20921         * icall.c: removed last of PAL calls, added System.Environment
20922         * file-io.h, file-io.c: MonoIO implementation
20923         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
20925 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
20927         * appdomain.c: do not use the byte marker in ldstr table lookup.
20928         * debug-helpers.c: allow two ':' to separate class and method name.
20929         * object.c: allocate arrays bounds with the GC, too.
20930         * verify: add a few more checks.
20932 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
20934         * reflection.c: output also literal strings. Allocate parameter data
20935         with GC_malloc() (thanks, Martin, for catching this!).
20937 2002-03-26  Martin Baulig  <martin@gnome.org>
20939         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
20940         include the `this' offset in the `param_offsets'.
20942 2002-03-25  Martin Baulig  <martin@gnome.org>
20944         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
20945         mono_debug_get_class() function to get the classes. Added new
20946         relocation types for arrays and strings.
20947         (mono_debug_get_class): New static function to search in all
20948         referenced assemblies for a metadata token.
20950         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
20952 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
20954         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
20955         hold gc-allocated objects. Make the string heap a stream like the
20956         others. Removed duplicated code when writing stream info.
20957         Added asserts to catch possible buffer overflows. Set the sorted map
20958         for tables that need sorting. Added some documentation.
20960 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
20962         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
20963         for interned strings and vtables.
20965 2002-03-24  Martin Baulig  <martin@gnome.org>
20967         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
20968         it in the array since it was created with g_slist_prepend().
20970 2002-03-24  Martin Baulig  <martin@gnome.org>
20972         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
20973         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
20974         (mono_debug_method_from_token): Renamed to
20975         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
20976         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
20978         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
20979         relocation types.
20981         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
20983 2002-03-24  Martin Baulig  <martin@gnome.org>
20985         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
20986         (mono_debug_method_from_token): New func.
20988         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
20989         New interncall, calls mono_debug_local_type_from_signature().
20990         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
20991         calls mono_debug_method_from_token().
20993 2002-03-23  Martin Baulig  <martin@gnome.org>
20995         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
20996         specifies the number of bytes to be converted, not the array size.
20997         Return the number of chars, not the number of bytes.
20998         (ves_icall_iconv_get_chars): The `byteCount' argument
20999         specifies the number of bytes to be converted, not the array size.
21001 2002-03-23  Martin Baulig  <martin@gnome.org>
21003         * reflection.h (MonoReflectionSigHelper): New type.
21005         * reflection.c (mono_reflection_sighelper_get_signature_local),
21006         (mono_reflection_sighelper_get_signature_local): New functions.
21008         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
21009         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
21010         interncalls.
21012 2002-03-23  Martin Baulig  <martin@gnome.org>
21014         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
21015         is_writeable is set.
21016         (mono_raw_buffer_update): New function to write the modified map
21017         back to disk.
21019         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
21021         * debug-symfile.c (mono_debug_update_symbol_file): Call
21022         mono_raw_buffer_update() when done writing.
21024 2002-03-23  Martin Baulig  <martin@gnome.org>
21026         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
21028         * debug-symfile.c: Added support for arguments and local variables.
21030 2002-03-23  Dick Porter  <dick@ximian.com>
21032         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
21033         protected by ifdefs, hence breaking the w32 build.
21035 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21037         * object.c: implement is_interned() the right way.
21039 2002-03-21  Martin Baulig  <martin@gnome.org>
21041         * debug-symfile.[ch]: New files to handle debugging information
21042         files. There's also support to dynamically update these symbol
21043         files to include machine dependent information.
21045 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
21047         * threads.c (mono_thread_create): new function to create thread
21048         from C
21050 2002-03-20  Martin Baulig  <martin@gnome.org>
21052         * icall.c (ves_icall_InternalInvoke): Create a new object if the
21053         method is a constructor.
21054         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
21055         points to ves_icall_InternalInvoke().
21057 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
21059         * file-io.c: Flush shouldn't throw exceptions.
21061 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
21063         * file-io.c: FileStream flush support; FileSetLength now
21064         restores file pointer.
21066 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
21068         * class.c: set image for pointer classes.
21070 2002/03/19  Nick Drochak <ndrochak@gol.com>
21072         * sysmath.c: Forgot one.
21074 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
21076         * sysmath.c: Avoid redefining existing names.
21078 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
21080         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
21081         handled by runtime as icall rather than dllimport from libm.so
21082         * file-io.c, file-io.h: fixed handle argument type.
21084 2002-03-18  Dick Porter  <dick@ximian.com>
21086         * reflection.c (mono_image_get_type_info): rename interface to
21087         iface, because of "#define interface struct" on windows.
21089 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
21091         * class.c, class.h: rename and export mono_ptr_class_get().
21092         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
21093         * reflection.c, reflection.h, icall.c: better/saner type name
21094         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
21095         method signatures.
21097 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
21099         * class.c (mono_class_init): removed hardcoded GHC_SLOT
21101         * icall.c (ves_icall_InternalInvoke): impl.
21103 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
21105         * reflection.c: output the interface map table, too.
21107 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
21109         * class.c (class_compute_field_layout): separate computation of 
21110         static field layout
21112 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
21114         * icall.c: added System.Buffer support.
21115         * file-io.c: moved file icalls from PAL to FileStream.
21117 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
21119         * icall.c (ves_icall_System_Object_GetHashCode): impl.
21121 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
21123         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
21125 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21127         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
21129 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
21131         * debug-helpers.{c,h}: moved here from monograph some useful functions
21132         to locate a method by name/signature in a class or image. Included
21133         also a small and flexible IL disassembler.
21135 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21137         * reflection.c: fixup tokens in methods with small header size, too.
21139 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
21141         * object.c (mono_string_to_utf8): remove assert(!error), instead
21142         print a warning. 
21144 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
21146         * icall.c: update to the new mono_Array_class_get interface.
21148 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
21150         * appdomain.c, object.c: Boehm-GC enable.
21151         * icall.c: make get_data_chunk() support split data requests.
21152         Ensure a class is initialized in more cases. Return only the first
21153         property found in GetProperties() or the compiler gets confused. 
21154         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
21155         * reflection.h, reflection.c: add fixup mechanism for field and method
21156         tokens. Initialize assembly->typeref in a single place. Output
21157         properties after events. Support custom attributes for events, too.
21158         Typo fix for paramter custom attrs.
21160 2002-03-07  Martin Baulig  <martin@gnome.org>
21162         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
21164 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
21166         * class.c (mono_array_class_get): fix. for multi. dim. arrays
21168 2002-03-06  Martin Baulig  <martin@gnome.org>
21170         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
21171         non-zero lower bounds. See testcases #F10-#F13.
21173 2002-03-05  Martin Baulig  <martin@gnome.org>
21175         * exception.c (mono_get_exception_argument_out_of_range): New exception.
21177         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
21178         ves_icall_System_Array_GetValue(), only calculate the absolute array position
21179         here.
21180         (ves_icall_System_Array_SetValue): Likewise.
21181         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
21182         as argument and does the actual work. This function is used when copying a
21183         multi-dimensional array.
21184         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
21185         now do all the widening conversions of value types.
21186         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
21188 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21190         * class.c: remove some magic numbers and use the smbolic names,
21191         instead. Added init_events() to load event info at class init time.
21192         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
21193         and mono_metadata_methods_from_event().
21194         * reflection.h, reflection.c: added support for writing out the evnets
21195         related information.
21197 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
21199         * reflection.h, icall.c: use a different method (GetInterfaces)
21200         to gather interface info and add isbyref, isprimitive and
21201         ispointer to the ves_icall_get_type_info() return value.
21203 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
21205         * class.h: stared adding support for events.
21206         * icall.c: split find_members implementation. Added debug icall to get
21207         the address of an object.
21208         * reflection.c: handle TypeBuilders in mono_type_get_object().
21210 2002-03-01  Martin Baulig  <martin@gnome.org>
21212         * icall.c (ves_icall_System_Array_GetLength): This must throw an
21213         ArgumentOutOfRangeException(), not an ArgumentException().
21214         (ves_icall_System_Array_GetLowerBound): Likewise.
21215         (ves_icall_System_Array_GetValue): Improved argument checking.
21216         (ves_icall_System_Array_SetValue): Improved argument checking.
21218 2002-03-01  Martin Baulig  <martin@gnome.org>
21220         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
21221         called with invalid arguments rather than just dying with g_assert().
21222         (ves_icall_System_Array_SetValue): Likewise.
21223         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
21224         raise a NotImplementedException instead.
21225         (ves_icall_System_Array_GetLength): Added argument checking.
21226         (ves_icall_System_Array_GetLowerBound): Added argument checking.
21228 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
21230         * object.h (mono_assert): new macros mono_assert and
21231         mono_assert_not_reached
21233 2002-02-28  Martin Baulig  <martin@gnome.org>
21235         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
21236         and "System::String::IsInterned" to "System::String::_IsInterned".
21238 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
21240         * icall.c: remove hacks for typebuilder. Added icall to create a
21241         modified type from a tybebuilder.
21242         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
21243         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
21244         to create a backing MonoClass for a TypeBuilder.
21246 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21248         * class.c, class.h: more refactoring of class init.
21249         Export mono_class_setup_mono_type() and mono_class_setup_parent().
21251 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
21253         * marshal.c, marshal.h: start of marshaling interface.
21255 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
21257         * icall.c: fix order in assembly qualified name icall.
21259 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
21261         * class.c: do not free str, since we store it in the hash table.
21262         * reflection.h: add label field to MonoILExceptionInfo.
21263         * reflection.c: handle references to more than one assembly. Handle
21264         case when there isn't a module created in the assembly.
21266 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
21268         * class.c: Fix typo. Start refactoring of class init code.
21270 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
21272         * appdomain.c: exit with 1 on error.
21273         * class.c: we already have the name in MonoClassField.
21274         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
21275         MonoStreamHeader instead of an offset of image->raw_metadata.
21277 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
21279         * appdomain.c (mono_init): Be even more descriptive about the error.
21281 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
21283         * appdomain.c: give the user an informative message when corlib can't
21284         be loaded.
21286 2002-02-26  Martin Baulig  <martin@gnome.org>
21288         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
21289         New icall to get the time zone data.
21291 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21293         * reflection.c: set virtual and raw size of section correctly.
21294         * threads.c: transfer domain information to newly created threads.
21296 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
21298         * class.c: when instancing a class in a domain, load the default
21299         vaules for static fields from the constant table. Fix System.Enum to
21300         not be an enum.
21301         * icall.c: implement Object::GetType() internalcall. Implemented
21302         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
21303         Fixed checking of binding flags in find_members().
21304         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
21305         * reflection.c: handle enumerations when writing to the constant
21306         table. Use a different object cache for types.
21309 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
21311         * object.c (mono_object_isinst): fix for arrays
21313         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
21315 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
21317         * object.c: don't use mprotect ()  and fix intern pool hash table
21318         lookup for big endian systems.
21320 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21322         * icall.c: change type_is_subtype_of () signature.
21324 2002-02-21  Mark Crichton  <crichton@gimp.org>
21326         * rand.c, rand.h: Added random number generator for
21327         System.Security.Cryptography classes.
21329         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
21331         * icall.c: Added System.Security.Cryptography calls.
21333 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
21335         * class.c, icall.c, metadata.c: better support for pointer types.
21336         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
21337         * reflection.c: Add support for getting custom attrs for properties
21338         and simplify some code.
21340 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21342         * icall.c: change getToken () and add custom attribute GetBlob()helper
21343         method.
21344         * reflection.h: add custom attrs array to the reflection builder structures.
21345         * reflection.c: encode and emit custom attributes for all the relevant
21346         reflection objects. Cache fieldref and methodref tokens. Change
21347         mono_image_create_token() interface to take a MonoDynamicAssembly.
21348         More complete custom attributes decoder. Load custom attributes for
21349         Assembly, Field, Method and Constructor objects, too. Make the
21350         returned array an Attribute[] one, not object[]. Added
21351         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
21352         custom attribute constructor.
21354 2002-02-20  Dick Porter  <dick@ximian.com>
21356         * icall.c:
21357         * rawbuffer.c:
21358         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
21359         problem code out for now).
21361 2002-02-19  Radek Doulik  <rodo@ximian.com>
21363         * object.c (mono_ldstr): use hash table to avoid multiple swapping
21365 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
21367         * icall.c: register the GetCustomAttributes method.
21368         * object.c, object.h: add mono_string_new_len ().
21369         * reflection.h, reflection.c: added mono_runtime_invoke(),
21370         mono_install_runtime_invoke(). Added
21371         mono_reflection_get_custom_attrs () to load custom attributes and
21372         create the attribute objects.
21374 2002-02-19  Dick Porter  <dick@ximian.com>
21375         * threads-dummy-types.c:
21376         * threads-dummy-types.h:
21377         * threads-dummy.c:
21378         * threads-dummy.h:
21379         * threads-pthread-types.c:
21380         * threads-pthread-types.h:
21381         * threads-pthread.c:
21382         * threads-pthread.h:  Deleted obsolete files
21384 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
21386         * class.c (mono_class_vtable): runtime init the class when we
21387         allocate static class data.
21389         * icall.c (ves_icall_System_Array_SetValue): check for null values.
21391         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
21392         and String - but we will need generic marshalling support in the
21393         future. 
21394         (mono_init): set the domain name in a ms compatible way
21396         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
21397         String[].
21399 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
21401         * object.c (mono_array_clone): use alloca() instead of g_malloc  
21402         for sizes
21404         * appdomain.c (mono_domain_unload): impl.
21406 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
21408         * appdomain.c, object.c: fix intern pool implementation.
21409         * class.c: fix alignment code.
21411 2002-02-16  Radek Doulik  <rodo@ximian.com>
21413         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
21414         and s2 > s1, just copy lower bytes to be compatible with little
21415         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
21416         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
21418         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
21419         force big_endian to be 1 for big endian machines 
21420         (ves_icall_iconv_new_decoder): ditto
21422 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
21424         * socket-io.c (convert_sockopt_level_and_name): If the system
21425         doesn't define SOL_IP or SOL_TCP, get them by hand using
21426         getprotobyname() and caching the values (because this could be a
21427         slow operation).
21428         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
21429         Use the appropriate struct when the system does support it. Ie,
21430         not all systems have struct ip_mreqn so use struct ip_mreq when
21431         appropriate.
21433 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
21435         * reflection.c: handle finally clauses.
21437 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
21439         * socket-io.c: use g_snprintf() instead of snprintf.
21441 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
21443         * reflection.c (mono_param_get_objects): Cast second argument to
21444         mono_method_get_param_names to a const char** to silence the
21445         compiler warning.
21447         * appdomain.c (mono_domain_assembly_open): Put parens around the
21448         truth statement in the for-loop.
21450         * unicode.c (iconv_convert): Got rid of a compiler warning about
21451         int i being unused when the system has a new iconv.
21452         (iconv_get_length): Same.
21454         * image.c (load_class_names): Cast the second argument to
21455         g_hash_table_insert() to char* to hush compiler warnings about the
21456         arg being a const.
21457         (mono_image_open): Same here.
21459         * socket-io.c: Don't conditionally include sys/filio.h or
21460         sys/sockio.h here anymore since we now get them from
21461         io-layer/io-layer.h
21462         (inet_pton): If the system doesn't support inet_aton, implement
21463         using inet_addr and also #define INADDR_NONE if it isn't defined
21464         by the system.
21466 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
21468         * metadata.c, metadata.h: added function to get packing and size info
21469         of a typedef.
21470         * reflection.h, reflection.c: handle field RVA data. Save info about
21471         the table layout if needed. Assign typedef indexes to all the types
21472         before dumping the info about them to avoid forward reference problems.
21474 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
21476         * socket-io.c (convert_sockopt_level_and_name): ifdef
21477         SO_ACCEPTCONN because it is not defined on my system (old debian)
21479 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
21481         * opcode.c: use stddef.h to get NULL.
21483 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
21485         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
21486         for FIONBIO, FIONREAD and SIOCATMARK.
21487         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
21488         define INADDR_NONE and besides, inet_addr() is deprecated and
21489         should not be used. Use inet_pton() instead - it also has the
21490         added bonus that it can easily handle IPv6 addresses as well.
21491         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
21493 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
21495         * decimal.c: remove _MSC_VER conditional.
21497 2002-02-13  Dick Porter  <dick@ximian.com>
21499         * socket-io.c: 
21500         * icall.c: Internal calls for Blocking, Select, Shutdown,
21501         GetSocketOption and SetSocketOption
21503 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21505         * assembly.cs: better resolver: use it instead of some kludgy
21506         code.
21508 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
21510         * reflection.c: the best way to speed-up the compiler is to avoid
21511         infinite loops.
21513 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
21515         * class.c (mono_class_vtable): changed the object layout
21516         (obj->vtable->class). 
21517         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
21519 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21521         * assembly.c: look for assemblies in the assembly dir, too.
21523 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21525         * class.c: fix thinko in mono_class_from_type().
21527 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21529         * exception.h, exception.c: added TypeLoadException.
21530         * object.h, object.c: added mono_array_clone ().
21531         * icall.c: handle throwOnError in AssemblyGetType().
21532         Added Array.Clone().
21533         * opcode.h, opcode.c: use a single value for the opcode val.
21534         Compile fix for non-gcc compilers.
21536 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
21538         * opcodes.c, opcodes.h: export interesting info about opcodes.
21540 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
21542         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
21543         icalls. 
21545         * class.c (class_compute_field_layout): set element_class for enums
21546         (mono_class_create_from_typedef): set element_class for normal classes
21548         * icall.c (ves_icall_System_Enum_get_value): impl.
21550         * class.c (mono_class_create_from_typedef): do not set valuetype
21551         flag for System.ValueType and System.Enum
21553 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
21555         * unicode.c (iconv_convert): fix big endian problem.
21557 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
21559         * class.c: add asserts if we are ever going to scribble over memory.
21560         * socket-io.c: not all systems have AF_IRDA defined.
21562 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
21564         * class.c (class_compute_field_layout): do not consider static
21565         fields to compute alignment
21567 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
21569         * appdomain.c (mono_appdomain_get): impl.
21570         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
21572 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
21574         * icall.c: ignore "file://" prefix when loading an assembly.
21576 2002-01-23  Dick Porter  <dick@ximian.com>
21578         * socket-io.c:
21579         * icall.c:
21580         * Makefile.am: Added socket support
21582 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
21584         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
21585         code back.  This should return the assemblies that are loaded by
21586         the runtime on behalf of an application domain. 
21588         The current implementation is still broken, it just returns every
21589         assembly loaded, but until we get real applications domain this
21590         will do.
21592 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
21594         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
21595         AppDomain object.
21597 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
21599         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
21600         the mono_class_from_name lookup.
21601         (ves_icall_get_parameter_info): ditto.
21602         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
21603         method.
21604         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
21606 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
21608         * class.c: load also nested classes on class init.
21609         System.ValueType instance methods gets passed boxed
21610         values, unless methods in derived classed that get a pointer to the
21611         data.
21612         * icall.c: use better name parsing code in GetType().
21613         * image.c, image.h: add mono_image_loaded ().
21614         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
21615         * reflection.c, reflection.h: added mono_reflection_parse_type().
21617 2002-01-22  Veronica De Santis <veron78@interfree.it>
21619         * icall.c : Added mapping of internal calls for Manual and Auto reset events
21620         * threads.c : Added the implementation of internal calls for events
21621         * threads.h : Added prototypes of internal calls for events
21622         
21623 2002-01-21  Radek Doulik  <rodo@ximian.com>
21625         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
21627 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
21629         * class.c (mono_class_init): set min_align to 1 (instead of 0)
21630         (mono_class_value_size): use min_align
21632 2002-01-20  Dick Porter  <dick@ximian.com>
21634         * threads.h:
21635         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
21636         so it compiles on w32.
21638 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
21640         * metadata.c (mono_type_stack_size): impl.
21642         * class.c (mono_class_get_field): impl. memberref token
21644 2002-01-16 Veronica De Santis <veron78@@interfree.it>
21646         * icall.h : Added the internal calls mapping for CreateMutex_internal
21647                     and ReleaseMutex_internal.
21648         * threads.h : Added the prototype of mutexes internal calls.
21649         * threads.c : Added the implementations of mutexes internal calls.
21651 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
21653         * metaparse.h: removed unused file.
21654         * reflection.c, reflection.h: added stream_data_align () function 
21655         to align data in streams and keep stream aligned. Add support for
21656         exception support in method headers.
21658 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
21660         * unicode.c: make iconv_convert () return the number of bytess written
21661         in the output buffer.
21663 2002-01-15  Dick Porter  <dick@ximian.com>
21664         * threads.c: Make the runtime's idea of infinite timeouts coincide
21665         with the class library's
21667         Fix a particularly egregious bug in mono_thread_cleanup(). That
21668         code was so utterly bogus it must have been written on a Monday.
21670 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
21672         * reflection.h: add subtypes field to TypeBuilder.
21673         * reflection.c: encode constants for literal fields.
21674         Handle subtypes. Fix user string token (and add a zero byte)
21675         at the end.
21676         
21677 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
21679         * class.c (mono_class_init): bug fix: assign slot numbers for
21680         abstract methods.
21682 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21684         * reflection.c: don't try to output a code RVA for abstract methods.
21685         Small fixes for method header format. Output parameter info to the
21686         ParamDef table. Save method overriding info to MethodImpl table.
21687         Fix property support. Allow typedef.extends to be a type in the
21688         building assembly.
21689         * verify.c: fix off-by-one error.
21691 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
21693         * class.c: fix mono_class_from_mono_type () for szarray types.
21694         Remove unused cache check in mono_class_from_type_spec().
21695         * icall.c: *type_from_name () functions handle simple arrays and byref.
21696         * reflection.c: handle byref and szarray types. Handle methods without
21697         body (gets P/Invoke compilation working). Handle types and fields in
21698         get_token ().
21699         * reflection.h: add rank to MonoTypeInfo.
21701 2002-01-10  Dick Porter  <dick@ximian.com>
21703         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
21704         internal calls
21706 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
21708         * icall.c: initialize class in type_from_handle ().
21709         Loop also in parent classes for get_method ().
21710         * reflection.c: properly encode class and valuetype types.
21711         Start on encoding TypeBuilder types. Handle fieldrefs.
21712         Use correct length when registering a user string.
21713         Handle ConstructorBuilder and MonoMethod in get_token ().
21714         Make mono_type_get_object () aware of cached types.
21715         * object.c: back out change to mono_string_new ().
21717 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
21718         * object.c: mono_string_new should return a NULL when the string 
21719         passed in is NULL -- not try to deference it.
21720         
21721 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
21723         * icall.c: hack to make IsSubType work for TypeBuilders.
21724         * reflection.c: emit constructors before methods.
21725         Retrieve param names in mono_param_get_objects().
21727 2002/01/05  Nick Drochak  <ndrochak@gol.com>
21729         * Makefile.am: fix list of headers and sources so automake 1.5
21730         doesn't complain. Removed \# at end of list.
21732 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
21734         * reflection.c: get token for a method ref. Set return type of
21735         constructor to void.
21736         * loader.c: debug message.
21737         * class.c: typo fix.
21739 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
21741         * icall.c: fix array init with rank > 1. FindMembers
21742         loops in parent class as well.
21743         * image.c: do not insert nested types in name cache.
21744         * reflection.c: warning fix.
21745         * reflection.h: add override method (for interface impl).
21747 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
21749         * metadata.c: fix customattr decoding.
21751 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
21753         * rawbuffer.cs: Added native Win32 implementation, avoids using
21754         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
21756 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
21758         * class.c: make the low-level routines handle the cache.
21760 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
21762         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
21764 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
21766         * class.c: fix mono_array_element_size() for objects.
21767         * class.h, class.c: add properties to MonoClass and load them
21768         at init time.
21769         * icall.c: check with isinst() when assigning a value to an array
21770         instead of requiring the classes to match exactly.
21771         Implemented icall for System.Type::GetType().
21772         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
21773         enums. Handle bindingflags when looking for methods and fields.
21774         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
21775         and mono_metadata_methods_from_property().
21776         * reflection.h, reflection.c: added structures for propreties,
21777         parameters and enums. Implemented mono_property_get_object() and
21778         mono_param_get_objects().
21780 2001-12-18  Dick Porter  <dick@ximian.com>
21782         * file-io.c: Use mono_string_to_utf16() instead of
21783         mono_string_chars()
21785         * object.c: Added mono_string_to_utf16(), which copies the non
21786         NULL-terminated MonoString into a new double-null-terminated
21787         buffer.
21789 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
21791         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
21793 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
21795         * file-io.c: raise exceptions if handle is invalid.
21797 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
21799         * assembly.c: yet another check for mscorlib.
21800         * class.c, class.h: load nesting info for classes.
21801         * icall.c: many new functions to support the Reflection classes.
21802         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
21803         * reflection.h, reflection.c: mono_image_create_token(),
21804         mono_assembly_get_object(), mono_type_get_object(),
21805         mono_method_get_object(), mono_field_get_object(): methods to return
21806         objects that parallel the C representation of assemblies, types,
21807         methods, fields.
21809 2001-12-11  Dick Porter  <dick@ximian.com>
21811         * icall.c:
21812         * file-io.c: Internal calls for file IO.
21814 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
21816         * tabledefs.h: missing FileAttributes.
21817         * verify.h, verify.c: use is_valid_string () to simplify and check for
21818         valid strings more correctly. Fix warnings and speeling.
21819         Check more tables: Filed, File, ModuleRef, StandAloneSig.
21820         Check code: branches, maxstack, method calls.
21822 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
21824         * object.c (mono_object_allocate): removed static, so that the jit
21825         can allocate value types.
21827         * icall.c (ves_icall_System_DateTime_GetNow): impl.
21829 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
21831         * class.c: init enum types right away and register the
21832         token->MonoClass map in mono_class_create_from_typedef ().
21833         * verify.h, verify.c: first cut of the verifier.
21834         * pedump.c: add --verify switch to verify metadata tables.
21835         * tabledefs.h: add some missing enums.
21837 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
21839         * class.c (mono_install_runtime_class_init): impl.
21840         (mono_class_init): renamed mono_class_metadata_init to
21841         mono_class_init, also removed the metadata_inited flag
21843         * object.c (mono_object_isinst): use faster algorithm
21845 2001-11-30  Radek Doulik  <rodo@ximian.com>
21847         * mono-endian.h: reverted last change
21848         added function prototypes
21850         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
21851         add mono-endian.c back
21853         * mono-endian.c: returned back, as Paolo pointed out, it's needed
21854         for unaligned access, I've mistaked it with endianess. I am
21855         sorry.
21856         (mono_read16): fix reverted endianess
21857         (mono_read64): ditto
21858         (mono_read32): ditto
21860 2001-11-30  Dick Porter  <dick@ximian.com>
21862         * exception.c: Implement mono_exception_from_name()
21864 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
21866         * metadata.h, metadata.c: remove params_size and locals_size and their
21867         calculation from the metadata code: they are only usefult to the
21868         interp.
21870 2001-11-29  Radek Doulik  <rodo@ximian.com>
21872         * object.c (mono_ldstr): swap bytes here, it's probably not the
21873         best place, but works for me now, I'll redo it once I know mono
21874         better, also note that I add PROT_WRITE and don't reset back, also
21875         note that it's only affects big endians, so x86 should be OK
21877         * mono-endian.h (read16): use just glib macros for both endians
21879         * mono-endian.c: removed as glib macros are used in in
21880         mono-endian.h so we don't need to care about endianess for read
21881         macros as glib does that for us already
21883 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
21885         * class.h, class.h: take minimum alignment into consideration so
21886         that the fields of a class remain aligned also when in an array.
21888 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
21890         * loader.h, loader.c: add mono_method_get_param_names().
21891         * class.c: 0-init class fields.
21893 2001-11-26  Dick Porter  <dick@ximian.com>
21895         * icall.c:
21896         * threads-types.h:
21897         * threads.c: New file that handles System.Threading on all platforms
21899         * object.c: 
21900         * object.h: Remove the synchronisation struct from MonoObject,
21901         replace it with a pointer that gets initialised on demand
21903         * Makefile.am: Replace all the system-specific threading code with
21904         a single file that uses the new wrapper library
21906 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
21908         * class.c, class.h: add mono_install_trampoline() so that the runtime
21909         can register a function to create a trampoline: removes the ugly
21910         requirement that a runtime needed to export arch_create_jit_trampoline.
21911         * object.h, object.c: added mono_install_handler() so that the runtime
21912         can install an handler for exceptions generated in C code (with
21913         mono_raise_exception()). Added C struct for System.Delegate.
21914         * pedump.c: removed arch_create_jit_trampoline.
21915         * reflection.c: some cleanups to allow registering user strings and
21916         later getting a token for methodrefs and fieldrefs before the assembly
21917         is built.
21918         * row-indexes.h: updates and fixes from the new ECMA specs.
21920 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
21922         * class.h, class.c: add enum_basetype field to MonoClass.
21923         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
21924         to get index in the constant table reated to a field, param or
21925         property.
21926         * reflection.h, reflection.c: handle constructors. Set public-key and
21927         version number of the built assembly to 0.
21928         * row-indexes.h: update from new ECMA spec.
21930 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
21932         * class.h, class.c: add a max_interface_id to MonoClass.
21933         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
21934         since it's used to do that. Added mono_type_type_from_obj().
21935         Make GetType() return NULL instead of segfaulting if the type was not
21936         found. Handle simple arrays in assQualifiedName.
21937         * object.h: add a struct to represent an Exception.
21938         * reflection.c: output call convention in method signature.
21939         Add code to support P/Invoke methods and fixed offsets for fields.
21941 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
21943         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
21944         the value.
21945         * icall.c: use mono_array_addr instead of array->vector: fixes the
21946         reflection image writing.
21947         * reflection.c: init call convention byte to 0 in method signature.
21948         Encode the property signature. Don't output property-related methods
21949         twice. Really process the properties for a type (don't cast a field to
21950         a property, my mom always told me that).
21951         Fix 64 bit issues in pointer alignment in a different and more
21952         readable way.
21954 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
21956         * loader.h: Removed type class from MonoDefaults, added monotype
21958         * loader.c: Loaded MonoType, removed loading of Type
21960         * icall.c (my_mono_new_object): Now returns a System.MonoType,
21961         and fills in System.Type._impl with a RuntimeTypeHandle rather
21962         than the actual MonoClass *
21964         (ves_icall_type_from_handle): change from type_class to
21965         monotype_class
21967         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
21968         implemented
21970         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
21971         implemented
21973         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
21975         (ves_icall_System_Reflection_Assembly_GetType): implemented
21977         (ves_icall_System_MonoType_assQualifiedName): implemented
21979         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
21981 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
21983         * assembly.c (mono_assembly_open): Implement a cache for the
21984         assemblies. 
21986         (mono_assembly_close): only destroy the assembly when the last
21987         reference is gone.
21988         
21989 2001-11-09  Dick Porter  <dick@ximian.com>
21991         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
21993 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
21995         * class.c (mono_class_metadata_init): bug fix: compute the right slot
21997 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
21999         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
22000         from Martin Weindel.
22001         * object.h: add mono_string_chars ().
22003 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
22005         * reflection.c (build_compressed_metadata): Eliminates warnings
22006         and uses 64-bit clean code.
22008         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
22009         (mono_type_equal): Change signature to eliminate warnings.
22011 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
22013         * icall.c, loader.c: remove the internalcall array constructors.
22014         Changes to match the new MonoArray structure.
22015         * object.h, object.c: an array object doesn't allocate an extra
22016         vector. Add mono_array_new_full () to create jagged arrays easily.
22018 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
22020         * metadata.h, metadata.c: add mono_metadata_field_info () to
22021         retreive all the info about a field from vairous tables.
22022         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
22023         * class.h, class.c: augment MonoClassField with more info.
22024         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
22025         policy and load a field's RVA if needed.
22027 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
22029         * class.c (mono_class_metadata_init): create a trampoline for all
22030         virtual functions instead of actually compiling them.
22032 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
22034         * class.h, class.c: include name in MonoClassField.
22035         * class.c: fix fundamental type of System.Object and System.String.
22036         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
22037         tokens in ldtoken.
22038         * icall.c: remove internalcalls for the Reflection stuff that is now
22039         done in C# code.
22040         * loader.c: mono_field_from_memberref () implementation.
22041         * mono-endian.c: thinko (s/struct/union/g).
22042         * object.c, object.h: make the mono_string_* prototypes actually use
22043         MonoString instead of MonoObject.
22044         * reflection.c, reflection.h: updates for changes in the reflection
22045         code in corlib: we use C structures that map to the actual C# classes.
22046         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
22047         fat method header if needed and use the info from the ILGenerator for
22048         methods. Handle fields in types. Misc fixes.
22050 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
22052         * class.c (mono_class_metadata_init): bug fix: always allocate
22053         space for static class data
22055 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
22057         * class.c (mono_compute_relative_numbering): use relative
22058         numbering to support fast runtime type checks.
22060 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
22062         * class.c (mono_class_create_from_typeref): added debugging output
22063         to print class name when MonoDummy is returned instead of real class
22065 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
22067         * class.c (mono_class_metadata_init): interface offset table now
22068         contains pointers into the vtable - this is more efficient for the jit
22070 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
22072         * class.c (mono_class_metadata_init): use a temporary vtable (the
22073         old algorithm only worked for the interpreter, but not for the jit)
22075 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
22077         * loader.c (method_from_memberref): use mono_class_get to get the
22078         class of an array instead of using System.Array directly.
22079         (mono_get_method): also add MEMBERREF methods to the method cache
22080         which usefull for arrays.
22082 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
22084         * pedump.c (arch_compile_method): added to compute vtable entry
22086         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
22087         number of interfaces.
22088         
22089         * class.h: merged MonoArrayClass into MonoClass
22091         * class.c (mono_class_create_from_typedef): compute the vtable size and
22092         allocate space to include the vtable inside MonoClass
22093         (mono_class_metadata_init): initialize the vtable
22095 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
22097         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
22098         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
22099         * image.c: endian fixes by Laurent Rioux.
22100         * object.h, object.c: rename MonoStringObject to MonoString and
22101         MonoArrayObject to MonoArray. Change some function names to conform to
22102         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
22103         guint16* as first argument, so don't use char*.
22104         Provide macros to do the interesting things on arrays in a portable way.
22105         * threads-pthread.c: updates for the API changes and #include <sched.h>
22106         (required for sched_yield()).
22107         * icall.c: updates for the API changes above.
22108         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
22109         platforms that need them.
22111 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
22113         * class.c: set the correct type for all the fundamental
22114         type when loading the class.
22116 2001-10-05  Dick Porter  <dick@ximian.com>
22118         * threads-pthread.c (pthread_mutex_timedlock): Simple
22119         compatibility version for C libraries that lack this call.
22121 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22123         * class.c: MonoTypes stored in MonoClass are stored as
22124         fundamental MonoTypes when the class represents a
22125         fundamental type (System.Int32, ...).
22126         The TypeHandle return by ldtoken is a MonoType*.
22127         * icall.c: ves_icall_get_data_chunk () write out all the
22128         PE/COFF stuff. Implement ves_icall_define_method (),
22129         ves_icall_set_method_body (), ves_icall_type_from_handle ().
22130         * image.c: properly skip unknown streams.
22131         * loader.h, loader.c: add type_class to mono_defaults.
22132         * metadata.c, metadata.h: export compute_size () as
22133         mono_metadata_compute_size () with a better interface.
22134         Typo and C&P fixes.
22135         * pedump.c: don't try to print the entry point RVA if there is no entry point.
22136         * reflection.c, reflection.h: many cleanups, fixes, output method
22137         signatures and headers, typedef and typeref info, compress the metadata
22138         tables, output all the heap streams, cli header etc.
22139         * row-indexes.h: typo fixes.
22141 2001-10-04  Dick Porter  <dick@ximian.com>
22143         * object.h: Add a synchronisation mutex struct to MonoObject
22145         * object.c (mono_new_object): Initialise the object
22146         synchronisation mutexes
22148         * icall.c: System.Threading.Monitor internal calls
22149         
22150         * threads-pthread.h:
22151         * threads-pthread.c: System.Threading.Monitor internal calls
22153         * threads-types.h: New file, includes the system-specific thread
22154         structures
22155         
22156         * threads-pthread-types.h:
22157         * threads-pthread-types.c: New files, handle pthread-specific
22158         synchronisation types
22160         * threads-dummy-types.h: 
22161         * threads-dummy-types.c: New files of dummy support for
22162         thread-specific types
22164         * metadata.c:
22165         * image.c:
22166         * pedump.c: include mono-endian.h not endian.h
22167         
22168         * Makefile.am: More threads files.
22169         Name mono-endian.h not endian.h
22171 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
22173         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
22174         stuff and implement a few more bits.
22175         * icall.c: a field needs to be dereferenced twice. Do not use the same
22176         name for two variables in the same scope.
22177         * image.c, image.h: cleanups.
22179 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
22181         * class.c (mono_class_metadata_init): bug fix: compute the right size
22183 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
22185         * icall.c: implemented some of the Reflection internalcalls.
22186         * image.c, image.h: start writing out the PE/COFF image.
22187         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
22188         that does the reverse than decode_blob_size ().
22189         * object.c: use mono_metadata_encode_value (). Move here
22190         temporary implementation of mono_string_to_utf8 ().
22191         * rawbuffer.c: make malloc_map static.
22193 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22195         * metadata.c: fix type comparison for arrays.
22196         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
22197         Added a couple of new classes to monodefaults.
22198         * icall.c: added a couple of Reflection-related internalcalls.
22199         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
22200         Added a byval_arg MonoType to MonoClass.
22202 2001-09-28  Dick Porter  <dick@ximian.com>
22204         * icall.c:
22205         * threads-pthread.h: 
22206         * threads-pthread.c: Implemented internal calls for
22207         LocalDataStoreSlot operations.  Applied mutexes around all shared
22208         data.  Reworked the thread creation and Start() operations to
22209         avoid a race condition.
22210         
22211         * threads-dummy.h:
22212         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
22214 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
22216         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
22218 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
22220         * class.c, loader.c: warn and return NULL instead of erroring out.
22221         * icall.c: added System.AppDomain::getCurDomain().
22222         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
22224 2001-09-25  Dick Porter  <dick@ximian.com>
22226         * threads-pthread.h:
22227         * threads-pthread.c: Implemented timed thread joining and added
22228         System.Threading.Thread::Join_internal internal call
22230         * icall.c: Added System.Threading.Thread::Join_internal internal call
22232         * threads-dummy.h:
22233         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
22235 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
22237         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
22238         mono_string_intern () to implement the semantics of the ldstr opcode
22239         and the interning of System.Strings.
22240         * icall.c: provide hooks to make String::IsIntern and String::Intern
22241         internalcalls.
22243 2001-09-23  Dick Porter  <dick@ximian.com>
22245         * threads-dummy.c: 
22246         * threads-dummy.h: New files of dummy threading routines
22248         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
22249         support code based on system specifics
22251         Rename PTHREAD_LIBS to THREAD_LIBS
22252         
22253 2001-09-23  Dick Porter  <dick@ximian.com>
22255         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
22256         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
22257         internal calls.
22258         (mono_thread_init): Set up a Thread object instance to return when
22259         the main thread calls Thread.CurrentThread
22260         (mono_thread_cleanup): Wait for all subthreads to exit
22262         * icall.c: New internal calls for System.Threading.Thread::Sleep
22263         (including Schedule) and CurrentThread
22265         * threads.h: New file, to insulate thread-specific stuff from the
22266         rest of the code
22268 2001-09-21  Dick Porter  <dick@ximian.com>
22270         * threads-pthread.h: 
22271         * threads-pthread.c: New file, for handling pthreads-style
22272         threading support.  Start() now starts a new thread and executes
22273         the ThreadStart delegate instance.
22275         * icall.c: Added the internalcall for
22276         System.Threading.Thread::Start_internal
22278         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
22280 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
22282         * loader.c: work around the different signatures for delegates
22283         constructors csc generates in compiled code vs the ones compiled in mscorlib.
22285 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
22287         * class.h, class.c: add mono_class_get_field_from_name ().
22288         * *: Fix C comments and other ANSI C issues.
22290 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
22292         * endian.h, assembly.c: fix some endianness issues.
22294 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
22296         * loader.h, load.c: add delegate_class to mono_defaults.
22297         Handle runtime provided methods in mono_get_method ().
22299 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
22301         * loader.c (mono_get_method): use pinvoke for internal call
22303         * icall.c: use pinvoke for internal call
22305         * loader.c (method_from_memberref): set the method name
22307 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
22309         * metadata.c: help the compiler generate better code for
22310         mono_class_from_mono_type ().
22312 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
22314         * class.c (mono_class_metadata_init): delayed computing of the
22315         class size to mono_class_metadata_init ()
22317 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
22319         * class.c, class.h: add an interfaces member to MonoClass.
22320         * image.c, image.h: add assembly_name field to MonoImage
22321         from the assembly table.
22322         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
22324 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
22326         * class.c: Handle Array in mono_class_from_mono_type ().
22327         * metadata.c, pedump.c: some endian fixes.
22329 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
22331         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
22332         * metadata.c: fix small problem introduced with the latest commit.
22334 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
22336         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
22337         We don't need a MonoMetadata pointer anymore to compare signatures in
22338         mono_metadata_signature_equal (), update callers.
22339         Reduced memory usage an number of allocations for MonoMethodHeader and
22340         MonoMethodSignature.
22342 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
22344         * metadata.c: added compare for szarray.
22346 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
22348         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
22349         and add a couple more types to it and mono_defaults. Give an hint on
22350         classes that need implementing in our corlib and are referenced
22351         in mscorlib.
22353 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
22355         * class.h, class.c: keep track if a class is also an Enum.
22356         * loader.c: Implement a couple more types for use in libffi
22357         marshalling. Gives better diagnostics when failing to dlopen
22358         a library. Set method->klass for P/Invoke methods, too.
22360 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
22362         * class.c, class.h: add a MonoType this_arg to MonoClass that
22363         represents a pointer to an object of the class' type that
22364         can be used by the interpreter and later the type cache.
22365         Add best guess alignment info for valuetype objects.
22367 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
22369         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
22370         into MonoType: one less level of indirection and allocation and
22371         simplifies quite a bit of code. Added cache for MonoTypes that are
22372         used frequently, so that we don't need to allocate them all the time.
22374 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
22376         * class.c (mono_class_create_from_typedef): System.Enum is also a
22377         value type, although it does not derive from System.ValueType
22378         (maybe a bug in the ms compiler?)
22380         * metadata.c (mono_type_size): return the right size for value types
22382         * loader.c (mono_get_method): only initialize method header if not abstract
22384         * class.c (mono_class_from_mono_type): use mono_default values. 
22386 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
22388         * *: use MonoClass pointers instead of <type_tokens>
22389         
22390         * class.h: new flag: metadata_inited.
22392         * class.c (mono_class_metadata_init): impl.
22393         (mono_class_instance_size): impl.
22394         (mono_class_data_size): impl.
22396 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22398         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
22399         MonoClass now has the name and name_space fields. 
22400         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
22401         mono_get_method () takes and optional MonoClass as argument.
22402         Removed mono_typedef_from_name() and added mono_class_token_from_name()
22403         instead that takes advantage of a map from class names to typedef
22404         tokens in MonoImage.
22406 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
22408         * metadata.c: zero is not a valid alignment boundary.
22409         Merge MONO_TYPE_VOID in default decoding code.
22411 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
22413         * image.h: merged MonoMetadata into MonoImage
22415         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
22416         identify the type of elements.
22418 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
22420         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
22421         * cil-coff.h: split MonoMSDOSHeader and add size info.
22422         * image.c: add some consistency checks.
22423         * metadata.c: fix row size computation: one programmer
22424         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
22425         add explanation for the locator routine.
22426         Fix decoding of size in method header.
22427         
22428 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
22430         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
22431         (g_concat_dir_and_file): Bring g_concat_dir_and_file
22432         function from gnome-libs.  This uses the right path separator
22433         based on the OS, and also works around a bug in some systems where
22434         a double slash is not allowed. 
22435         (default_assembly_name_resolver): Use g_concat_dir_and_file
22436         (mono_assembly_open): ditto.
22438 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
22440         * metadata.c (mono_metadata_signature_equal): impl.
22442         * *: void is now a realy MonoType (instead of using NULL)
22443         
22444         * metadata.c (do_mono_metadata_parse_type): use
22445         mono_metadata_parse_type to parse void value.
22447 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
22449         * metadata.c, metadata.h: in the signature and method header store
22450         only the space required for holding the loca vars and incoming arguments.
22452 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
22454         * metadata.c (do_mono_metadata_parse_type): treat void like any
22455         other type (instead of assigning NULL);
22457 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
22459         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
22461 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
22463         * image.c (do_mono_image_open): added a cache for arrays.
22465 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
22467         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
22468         decode a single column from a row in a metadata table and changes
22469         to take advantage of it in the typedef locator (gives a nice speed up).
22470         Store offset info for function params.
22472 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
22474         * image.h (MONO_IMAGE_IS_CORLIB): removed 
22476 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
22478         * assembly.c: how could mono_assembly_close () had ever worked?
22479         * metadata.c, metadata.h: provide offset info for local vars.
22480         Implement mono_type_size () to take care of alignment as well
22481         as size (it was mono_field_type_size in cli/class.c before).
22483 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
22485         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
22487         * assembly.h (CORLIB_NAME): set to corlib.dll
22489         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
22491 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
22493         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
22494         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
22495         tokentype.h: massive namespace cleanup.
22497 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
22499         * metadata.h, metadata.c: decode exception clauses when parsing method header.
22501 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
22503         * metadata.c (mono_metadata_free_type): added check for type !=
22504         NULL (void) before calling mono_metadata_free_type()
22506 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
22508         * metadata.h, row_indexes.h: added header with enumerations to use
22509         to index in the columns from tables in metadata and to decode coded
22510         tokens: we should start using this instead of embedding magic numbers
22511         all over the code.
22513 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
22515         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
22516         Move metadata_t info from cli_image_info_t to MonoImage, where
22517         it's easily accessible. Changed all the uses accordingly.
22518         Added the method and class caches to MonoImage.
22519         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
22520         and mono_metadata_decode_value () signature to be more consistent
22521         with the other parse functions (and simplify code). Taken advantage
22522         of zero-length array allocation with GCC. Removed reduntant (and
22523         wrong) MonoFieldType struct and use MonoParam instead. Changed
22524         mono_metadata_parse_field_type () to use common code for parsing.
22525         Added mono_metadata_typedef_from_field () and
22526         mono_metadata_typedef_from_method () to lookup a typedef index from a
22527         field or method token.
22528         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
22530 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
22532         * metadata.c (mono_metadata_parse_field_type): Implement. 
22533         (do_mono_metadata_parse_type): Split engine from
22534         mono_metadata_parse_type, so that we can create smaller structures
22535         for things that just have one pointer to the MonoType (look at
22536         the MonoFieldType)
22538 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
22540         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
22541         as Jan Gray found out, it is incorrect. 
22543 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
22545         * assembly.c: Implement asssembly loading.  This loads an image
22546         and loads all the referenced assemblies.  Come to think of it, we
22547         could always do lazy loading of the assemblies. 
22549         * image.c (mono_image_open): Keep loaded images in a hashtable.
22551         * image.h (MonoImage): Add reference count.
22553 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
22555         * assembly.c (mono_assembly_open): Keep track of the file name in
22556         case the assembly has no ASSEMBLY table.
22558         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
22559         from get.c here.
22561 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
22563         * metadata.c, metadata.h: decode local vars in method header
22564         parse function. Change callers accordingly.
22566 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
22568         * metadata.h, cil-coff.h: protect against multiple inclusion.
22569         Added some new structures to hold information decoded from metadata:
22570         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
22571         and relevant decoding/free functions.
22572         * metadata.c: implement decoding functions. Add warning for out of bounds
22573         index in mono_metadata_locate(). Implement mono_get_method () to retreive
22574         all the info about a method signature and invocation. Remove check on
22575         uninitialized local var in parse_mh() and fix memory leak.
22577 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
22579         * metadata.h: More macros.
22581         * tokentype.h: New file.
22583 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
22585         * assembly.c: added a consistency check and initialize
22586         some structures with g_new0().
22587         * metadata.c: fixed a couple more bugs in table size computation
22588         and add other checks for out-of bound access to metadata.
22590 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
22592         * metatada.c: fix bugs computing table sizes. Spew a
22593         warning when index in string heap is out of bounds.
22595 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
22597         * metadata.h: Add a couple of macros to manipulate tokens. 
22599 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
22601         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
22602         cli_section_tables).
22604 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
22606         * metadata.c (mono_metadata_user_string): New function, provides
22607         access to the UserString heap. 
22609 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
22611         * metadata.c: Add inline documentation.
22613 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
22615         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
22616         files. 
22618 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
22620         * typeattr.h: New file, TypeAttribute flags. 
22622 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
22624         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
22625         mono_assembly_ensure_section): Section loading code.
22626         (load_section_tables): Load the sections.
22628         * mono/metadata/metadata.c (mono_metadata_locate_token,
22629         mono_metadata_locate): Functions to locate the information
22630         definition given a token or a table and an index.
22631         (mono_metadata_compute_table_bases): New.
22632         (compute_size): New function to compute the sizes of the various
22633         tables.
22635         * mono/metadata/metadata.h: Finish listing the different index
22636         types. 
22638         * mono/metadata/pedump.c: Improve to dump new information.
22640 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
22642         * mono/metadata/metadata.c: Entered all the tables matching
22643         Beta2. 
22645         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2