Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / metadata / ChangeLog
1
2 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
3
4         * marshal.c, marshal.h: exported a couple of useful functions and
5         added mono_mb_get_label () to easily handle backward branches.
6
7 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
8
9         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
10
11 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
12
13         * loader.c (find_method): Fixed the regression introduced while
14         fixing bug #81466.
15
16 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
17
18         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
19         well.
20         
21         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
22         icall.c reflection.c: Pass a MonoGenericContext argument to 
23         mono_lookup_dynamic_token ().
24
25         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
26         #82744.
27         
28 2007-09-09  Robert Jordan  <robertj@gmx.net>
29
30         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
31         for generic methods.
32
33         * object.c (mono_object_get_virtual_method): Handle generic methods.
34         Fixes bug #78882.
35
36         Code is contributed under MIT/X11 license.
37
38 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
39
40         * image.c: fix locking in mono_image_load_file_for_image ().
41
42 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
43
44         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
45         used only as a cache: added an icall to fill it.
46
47 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
48
49         * reflection.h: exposed mono_reflection_free_type_info
50         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
51         since mono_reflection_bind_generic_parameters makes a copy of it.
52         * reflection.c (free_type_info): subinfos should be freed.
53         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
54         made non static.
55         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
56         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
57         this fixes #82695 and #81726.
58    
59
60 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
61
62         * process.h, process.c:  added support for user profile/info in
63           ProcessStartInfo. For now only Windows works.
64
65 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
66
67         * metadata.c: consider the generic arguments when comparing
68         signatures (bug #82614).
69
70 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
71
72         * cil-coff.h, image.c: updated assembly loader to cope with the
73         PE32+ 64 bit file format.
74
75 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
76
77         * assembly.c, class.c, domain.c, loader.c: remove useless
78         inclusion of cil-coff.h.
79
80 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
81
82         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
83         if interface is marked with CoClassAttribute. 
84    
85         Code is contributed under MIT/X11 license.
86
87 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
88
89         * sgen-gc.c: ensure no object from the to space is copied again or finalized
90         if it's seen twice in major collections.
91
92 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
93
94         * sgen-gc.c: big objects are not copied to the gray area, but they
95         need to be considered for scanning, too, if they are brought alive
96         by an object ready for finalizations or a survived one.
97
98 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
99
100         * sgen-gc.c: properly account the number of disappearing links when
101         they are nullified.
102
103 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
104
105         * sgen-gc.c: share the code to scan the registered roots between the
106         different types of collections.
107
108 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
109
110         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
111
112 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
113
114         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
115         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
116
117 2007-08-28  Mark Probst  <mark.probst@gmail.com>
118
119         * security-manager.c (mono_security_manager_get_methods):
120         LinkDemandSecurityException now has 2 arguments instead of 3.
121
122 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
123
124         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
125         platforms which need it.
126
127 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
128
129         * sgen-gc.c: unregister thread data structures with a pthread_key_t
130         dtor.
131
132 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
133
134         * threads.c: free the thread static data on thread exit.
135
136 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
137
138         * class.c: walk the hierarchy to find the generic definition for
139         a class (fixes runtime part of bug #82498).
140
141 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
142
143         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
144         ...
145
146         * image.c (mono_image_close): Here. Hopefully fixes #82510.
147
148 2007-08-24  Mark Probst  <mark.probst@gmail.com>
149
150         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
151
152 2007-08-24  Robert Jordan  <robertj@gmx.net>
153
154         * appdomain.c: don't perform the ':'->';' substitution on Win32.
155
156 2007-08-24  Jb Evain  <jbevain@novell.com>
157
158         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
159         for byref types.
160
161 2007-08-24  Mark Probst  <mark.probst@gmail.com>
162
163         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
164         #82286.
165
166 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
167
168         * assembly.c: Fix a warning.
169         
170 2007-08-23  Marek Habersack  <mhabersack@novell.com>
171
172         * appdomain.c: parse the <runtime> section looking for the probing
173         element with the 'privatePath' attribute, which sets additional
174         directories in which the runtime should look for assemblies.
175
176 2007-08-23  Robert Jordan  <robertj@gmx.net>
177
178         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
179         Fixes #82499.
180
181 2007-08-23  Martin Baulig  <martin@ximian.com>
182
183         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
184         _mono_debug_init_corlib() and remove it from the header file.
185
186 2007-08-23  Martin Baulig  <martin@ximian.com>
187
188         * mono-debug-debugger.c
189         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
190         don't notify the debugger about it.
191
192         * mono-debug-debugger.h
193         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
194
195 2007-08-23  Robert Jordan  <robertj@gmx.net>
196
197         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
198         Code is contributed under MIT/X11 license.
199
200 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
201
202         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
203
204 2007-08-22  Martin Baulig  <martin@ximian.com>
205
206         * mono-debug.c: Store debugging info on a per-domain basis and
207         free it on domain unload.  Add support for unloading symbol files.
208
209         * mono-debug.h
210         (MonoDebugList): New typedef.
211         (MonoSymbolTable):
212         - add `data_tables and `type_table'.
213         - replace 'symbol_files' and `num_symbol_files' with a
214           `MonoDebugList *'.
215         (mono_debug_data_table): Removed.
216         (mono_debug_list_add): New public function.
217         (mono_debug_list_remove): New public function.
218         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
219         (mono_debug_init_2_memory): Renamed into
220         mono_debug_open_image_from_memory().
221         (mono_debug_close_image): New public function.
222         (mono_debug_domain_create): Likewise.
223         (mono_debug_domain_unload): Likewise.
224         (MONO_DEBUGGER_VERSION): Bump to 60.
225
226         * mono-debug-debugger.h
227         (MonoDebuggerEvent):
228         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
229         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
230         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
231         - rename `THREAD_CREATED' and `THREAD_EXITED' into
232           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
233         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
234           meaning.
235         (mono_debugger_add_symbol_file): Removed.
236         (mono_debugger_add_type): Removed.
237         (mono_debugger_lookup_type): Removed.
238         (mono_debugger_lookup_assembly): Removed.
239
240         * domain.c
241         (mono_domain_create): Call mono_debug_domain_create().
242         (mono_init_internal): Call mono_debug_init_corlib().
243
244         * assembly.c
245         (mono_assembly_close): Call mono_debug_close_image().
246
247 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
248
249         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
250         mmap call.
251
252 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
253
254         * sgen-gc.c: ensure section->pin_queue_end is initialized
255         correctly when non pinning objects in the section have been found.
256
257 2007-08-22  Marek Habersack  <mhabersack@novell.com>
258
259         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
260         containing a list of directories separated by ':'. MSDN docs say
261         the directories should be separated with ';'. Part of a bugfix for
262         bug #81446
263
264 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
265
266         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
267         it should MonoType and not MonoClass.
268
269 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
270
271         * culture-info-table.h : regenerated.
272
273 2007-08-20  William Holmes  <billholmes54@gmail.com>
274
275         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
276          to call ReplaceFile Kernel32 on windows or in io-layer.
277         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
278         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
279          as an internal call.
280
281         Code is contributed under MIT/X11 license.
282
283 2007-08-20  Jb Evain  <jbevain@novell.com>
284
285         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
286         and MONO_EXCEPTION_FIELD_ACCESS.
287
288         * debug-helpers.[c|h]: new mono_field_full_name function.
289
290 2007-08-20  Mark Probst  <mark.probst@gmail.com>
291
292         * class.c: Removed class_security_level() and moved it to
293         security-core-clr.c.
294
295         * security-core-clr.c, security-core-clr.h: class_security_level()
296         is now public and renamed to mono_security_core_clr_class_level().
297         It also looks for security attributes in the classes a class is
298         nested in.
299
300 2007-08-20  Mark Probst  <mark.probst@gmail.com>
301
302         * security-core-clr.c, security-core-clr.h: CoreCLR security
303         utility functions.
304
305         * Makefile.am: Added security-core-clr.[ch].
306
307         * security-manager.c, security-manager.h: Functions and enum for
308         setting and getting the security mode.
309
310         * class.c: CoreCLR security checks.
311
312 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
313
314         * icall-def.h, process.c, process.h: implemented icall to get
315         user/system processor times.
316
317 2007-08-17  Mark Probst  <mark.probst@gmail.com>
318
319         * domain.c, threads.c, class-internals.h, domain-internals.h: New
320         reader-lock-free jit_info_table.
321
322 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
323
324         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
325
326         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
327
328         * object-internals.h (MonoException): Add missing _data member.
329
330 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
331
332         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
333         checking that only methods with matching qname or fqname are picked
334         from implemented interfaces.
335
336 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
337
338         * verify.c (do_newarr):added, do type verification of
339         newarr ops, push the right value on the eval stack.
340         * verify.c (mono_method_verify): use do_newarr
341
342
343 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
344
345         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
346         factored the common code into get_boxable_mono_type, which
347         is now using mono_type_get_full, this fixed byref related tests.
348
349 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
350
351         * class.c: added mono_type_get_full, this function has the same
352         behavior of mono_class_get_full but the returned MonoType has
353         all metadata of the associated token in case of a typespec token.
354         * class.c: added mono_type_retrieve_from_typespec, used by 
355         mono_type_get_full to retrieve the token type.
356         * class.c (mono_class_create_from_typespec): changed to use
357         mono_type_retrieve_from_typespec.
358         * class.c (mono_ldtoken): changed to use mono_type_get_full
359         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
360         * class-internals.h: exported mono_type_get_full for internal use.
361
362 2007-08-16  Jb Evain  <jbevain@novell.com>
363
364         * domain.c (supported_runtimes): add entry for
365         the 'moonlight' runtime version.
366
367 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
368
369         * verify.c (mono_method_verify): small typo sliped in.  
370
371 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
372
373         * verify.c (do_unbox_value): added, do type verification of
374         unboxing ops
375         * verify.c (mono_method_verify): use do_unbox_value
376
377
378 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
379
380         * verify.c (dump_stack_value): fixed typo, was printing string
381         instead of object on stack.
382         * verify.c (do_box_value): moved the byref check up as it leads
383         to invalid code and should be done earlier.
384         * verify.c: improved error messages for and ldobj
385
386 2007-08-15  William Holmes  <billholmes54@gmail.com>
387
388         * marshal.c (emit_marshal_custom): Omit the call to 
389           marshal_native_to_managed when calling native to managed 
390           and the argument is specified as an out argument.
391
392         Code is contributed under MIT/X11 license.
393
394 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
395
396         * verify.c: fixed the type checks for generics, function pointers and vectors.
397         Added type verification for ldobj and ldtoken. The verifier
398         would segfault if header or signature of a method contained references
399         to non-existant types.
400
401 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
402
403         * marshal.c (cominterop_get_ccw): Patch from
404         Bill Holmes to no walk up interface hierarchy. 
405         All parent methods should be present in the interface for COM.
406    
407         Code is contributed under MIT/X11 license.
408
409 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
410
411         * marshal.c (emit_marshal_com_interface): Patch from
412         Bill Holmes to handle COM Interfaces as return values
413         for native->managed calls.
414    
415         Code is contributed under MIT/X11 license.
416
417 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
418
419         * marshal.c (cominterop_get_idispatch_for_object): Implement
420         for runtime callable wrappers.
421    
422         Code is contributed under MIT/X11 license.
423
424 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
425
426         * pedump.c (main): changed from mono_init to mono_init_from_assembly
427         so 2.0 types are accessible
428
429
430 2007-08-13  Miguel de Icaza  <miguel@novell.com>
431
432         * domain.c (mono_init_internal): Call mono_assembly_load_friends
433         once we load mscorlib.   Due to the order in which we initialize,
434         the mono_assembly_load_full routine that loads mscorlib did not
435         load friends.   We now load it once we load the
436         mono_defaults.internals_visible_class class. 
437
438         * assembly.c: Expose the mono_load_friend_assemblies method.
439
440 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
441
442         * verify.c: improved the handling of boxing, better
443         type checking for unary ops and conversion. Fix bug
444         regarding managed pointer compatibility checking
445
446 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
447
448         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
449
450         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
451
452 2007-08-09  Raja R Harinath  <rharinath@novell.com>
453
454         * reflection.c (dup_type): Remove.
455         * class.c (dup_type): Remove.
456         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
457         instead of the dodgy 'dup_type'.
458         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
459         handle the case where 'dup_type' needed the second argument.
460
461 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
462
463         * domain.c: Fix a warning.
464
465 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
466
467         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
468         checking that methods with the same fqname are not overridden
469         with a method from an ancestor.
470
471 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
472
473         * threads.c (free_thread_static_data_helper): Avoid a crash if
474         thread->static_data is not yet set.
475
476 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
477
478         * marshal.c: Use correct image when emitting
479         native wrapper for COM calls.
480    
481         Code is contributed under MIT/X11 license.
482
483 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
484
485         * icall-def.h, security.c, security.h :
486           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
487
488 2007-08-07  Martin Baulig  <martin@ximian.com>
489
490         * mono-debug-debugger.h
491         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
492
493         * domain.c (mono_domain_free): Call
494         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
495
496 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
497
498         * verify.c (check_underflow, check_overflow): error message now returns IL offset
499         * verify.c (in_same_block): code should test if either offset is inside the clauses
500         * verify.c (mono_method_verify): push the exception into the eval stack of exception
501         and filter blocks
502
503 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
504
505         * image.c (mono_image_close): Fix a leak.
506
507         * object.c (mono_runtime_invoke_array): Avoid using alloca.
508
509         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
510
511 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
512
513         * domain.c, threads.c, threads-types.h: fix memory retention issue
514         with thread static variables not being cleared on domain unload.
515         Reuse thread static slots after domain unload.
516
517 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
518
519         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
520         nullable type.
521
522         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
523         now done in mono_runtime_invoke_array.
524
525         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
526         receiver is a nullable type.
527
528         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
529         generic parameter.
530
531 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
532
533         * marshal.c: Implement COM Objects as return type for 
534         managed->unmanaged calls. Added Release calls for COM Object
535         out/return values in managed->unmanaged calls.
536
537         Code is contributed under MIT/X11 license.
538
539 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
540
541         * threads.h, threads-type.h: move the hazard pointer declarations
542         to the private header.
543
544 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
545
546         * file-io.c, appdomain.c: memory leak fixes.
547
548 2007-08-02  Dick Porter  <dick@ximian.com>
549
550         * socket-io.c
551         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
552         SO_REUSEADDR setting into io-layer/sockets.c.
553
554 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
555
556         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
557         from Object when called on a generic parameter. Fixes #82211.
558
559 2007-08-01  Dick Porter  <dick@ximian.com>
560
561         * file-io.c (convert_share): Test FileShare values bit-by-bit.
562         Fixes bug 79250 yet again.
563
564 2007-07-30  Martin Baulig  <martin@ximian.com>
565
566         Merged the `debugger-dublin' branch.
567
568         * mono-debug.h
569         (MonoDebugDataTable): New typedef.
570         (MonoDebugMethodAddressList): New typedef.
571         (MonoDebugWrapperData): Removed.
572         (MonoDebugSymbolTable): Removed `current_data_table',
573         `current_data_table_size', `current_data_table_offset'.
574         (MonoDebugDataItemType): Moved into mono-debug.c.
575         (MonoDebugMethodJitInfo): Remove `address'.
576         (mono_debug_data_table): New global variable.
577         (mono_debug_lookup_method_addresses): New public function.
578         (mono_debug_find_method): Take a `MonoMethod *', not a
579         `MonoDebugMethodInfo *'.
580
581         * mono-debug.c: Drop support for the old symbol tables.
582
583 2007-06-28  Martin Baulig  <martin@ximian.com>
584
585         * mono-debug.c (mono_debug_debugger_version): New public variable.
586
587 2007-07-31  William Holmes  <billholmes54@gmail.com>
588
589         * metadata.c Changed mono_type_create_from_typespec to not insert
590           the type into the hash map until after
591           do_mono_metadata_parse_type has completed.
592         Fixes Bug #82194
593         Code is contributed under MIT/X11 license.
594
595 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
596
597         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
598         generic parameter. Fixes #82211.
599
600 2007-07-27  Jb Evain  <jbevain@novell.com>
601
602         * pedump.c (dump_metadata, dump_metadata_header): dump
603         versions contained in the metadata header.
604
605 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
606
607         * threads.c: register small_id_table with the GC.
608
609 2007-07-27  Mark Probst  <mark.probst@gmail.com>
610
611         * threads.c, threads.h, class-internals.h, object-internals.h:
612         Hazard pointers, to be used by lock-free parallel algorithms.
613
614 2007-07-26  Dick Porter  <dick@ximian.com>
615
616         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
617         routine on non-windows platforms, as I've not managed to think of
618         a non-kludgy way of doing this.  Finishes off bug 78739.
619
620 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
621
622         * object.c: properly setup interface_bitmap in proxy vtables.
623
624 2007-07-25  Marek Habersack  <mhabersack@novell.com>
625
626         * appdomain.c (get_shadow_assembly_location): do not use TickCount
627         to create unique shadow copy target directories, use the domain's
628         serial number instead. Each domain gets a unique target directory
629         that way.
630
631         * domain.c (mono_domain_create): added code to increment domain
632         shadow copy serial number and cache the value in the current
633         domain structure.
634
635         * domain-internals.h (struct _MonoDomain): added a new field -
636         shadow_serial to hold the serial number used in generation of
637         shadow-copy directories. This is to make sure that the directory
638         name is unique for each and every domain created. We avoid a race
639         condition with overriding assemblies already in use by other app
640         domains.
641
642 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
643
644         * class.c (mono_bounded_array_class_get): fixed memory leak when 
645         binding generic parameters.
646
647 2007-07-24  Raja R Harinath  <rharinath@novell.com>
648
649         * metadata.c (do_mono_metadata_parse_generic_class): Use
650         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
651         error.
652
653 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
654
655         * loader.c, class-internals.h, reflection.c: removed the per-method
656         generics hashtable: we use the global one through the call of
657         mono_class_inflate_generic_method ().
658
659 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
660
661         * class.c, metadata.c, class-internals.h: introduce yet another
662         generics global cache for inflated methods (fixes 98% of the perf
663         issue in bug #81806).
664
665 2007-07-23  Raja R Harinath  <rharinath@novell.com>
666
667         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
668         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
669         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
670         return a MonoGenericInst containing (a copy) of those types.
671         (mono_metadata_inflate_generic_inst): Update to changes.
672         (mono_metadata_parse_generic_inst): Likewise.
673         (mono_get_shared_generic_inst): Likewise.
674         * reflection.c (mono_class_bind_generic_parameters): Likewise.
675         (mono_reflection_bind_generic_method_parameters): Likewise.
676         * metadata-internals.h: Likewise.
677         * icall.c (free_generic_context): Kill.
678         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
679
680         * reflection.c (reflection_methodbuilder_to_mono_method): Use
681         mono_metadata_type_dup.
682         * marshal.c (mono_mb_create_method): Likewise.
683
684         * metadata.c (mono_metadata_type_dup): Rename from
685         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
686         MonoImage.  Handle a few more cases, esp. when no mempool is given.
687         * marshal.c, metadata-internals.h: Update to changes.
688
689 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
690
691         * class.c: fixed a small leak for array classes and removed warning.
692
693 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
694
695         * loader.c (mono_method_get_param_token): Make this work on generic methods.
696         Return 0x8000000 for return parameters. Fixes #82161.
697
698 2007-07-21  Marek Habersack  <grendello@gmail.com>
699
700         * appdomain.c (get_shadow_assembly_location): append the current
701         ticks value to the path. Avoids overwriting the same assemblies by
702         several threads at the same time.
703
704 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
705         and Raja R Harinath  <rharinath@novell.com>
706
707         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
708         Simplify slightly.
709         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
710         property for testing if a method is a generic method definition.
711
712 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
713
714         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
715
716 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
717
718         * verify.c: used function from private branch, reverted to the one in class.h 
719
720 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
721
722         * verify.c: a typo slipped in and the code wont compile
723
724 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
725
726         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
727         disabled box instruction as it is doing the wrong thing
728         improved stack dump messages, now it is easier to debug type related issues
729
730
731 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
732
733         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
734
735 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
736
737         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
738         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
739         grouped with class and valuetype. This change will simply 
740         the code as it should be handled just like unmanaged pointers.
741
742 2007-07-19  Mark Probst  <mark.probst@gmail.com>
743
744         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
745
746 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
747
748         * verify.c: several stack merge issues fixed, reference comparisons now
749         check the type size. strict type check now works correctly.
750         added more uses of IS_MANAGED_POINTER macro.
751         fixed issues pointed by running the test suite against .net.
752         
753
754 2007-07-19  Mark Probst  <mark.probst@gmail.com>
755
756         * class.c, loader.c, class-internals.h: Removed the
757         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
758         defines.
759
760         * icall.c: Better error checking in some internal reflection
761         methods.
762
763 2007-07-18  William Holmes  <billholmes54@gmail.com>
764
765         * filewatcher.c : removed unused variable 'filename' in 
766           ves_icall_System_IO_FSW_SupportsFSW
767
768 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
769
770         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
771         obsolete, removed.
772
773 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
774
775         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
776         
777         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
778
779 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
780
781         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
782         Implement generics support.
783         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
784
785         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
786         type_args and method_args arguments.
787         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
788         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
789         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
790
791 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
792
793         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
794           It adds a rootimage parameter to mono_reflection_get_type_internal,
795           adds new function mono_reflection_get_type_with_rootimage and use
796           the rootimage to resolve the types instead of the current image
797
798 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
799
800         * culture-info-table.h: Forgot to update after r78304.
801
802 2007-07-13  Raja R Harinath  <rharinath@novell.com>
803
804         * class.c (mono_class_is_open_constructed_type)
805         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
806
807 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
808
809         * class.c (mono_bounded_array_class_get):  method fails if used with
810         an incomplete TypeBuilder enum (no basetype field), fixed it by 
811         avoiding calculating the size for such array as it cannot be instantiated.
812         Fix bug #82015
813
814 2007-07-12  Raja R Harinath  <rharinath@novell.com>
815
816         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
817         field.
818         * metadata.c, reflection.c: Update to changes.
819
820 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
821
822         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
823         mono_class_is_valid_enum, they are used to valide a enum when loading.
824         * reflection.c: used new functions to throw TypeLoadException when and
825         invalid enum is build with TypeBuilder. Fixes #82018
826   
827 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
828
829         * object.c: forgot commit of mono_class_setup_methods () to access
830         iface->methods.
831         * object-internals.h: added a few more handy fields to
832         MonoIMTCheckItem.
833
834 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
835
836         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
837         iface->methods.
838
839 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
840
841         * class-internals.h, object-internals.h, object.c: IMT-based
842         interface invocation core from Massimiliano Mantione
843         (massi@ximian.com) with a reworked arch-specific interface,
844         bsearch implementation and a few bugfixes and memory savings by me.
845
846 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
847
848         * class.c (mono_class_create_from_typedef): mono would segfault if 
849         an enum did not have a __value field. It now throws a TypeLoadException
850         for such cases. Fix bug #82022
851
852 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
853
854         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
855
856 2007-07-09  Mark Probst  <mark.probst@gmail.com>
857
858         * class.c (mono_class_init): If a class is already inited but has
859         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
860
861 2007-07-09  Mark Probst  <mark.probst@gmail.com>
862
863         * class.c: Properly handle the case of an unimplemented interface
864         method.  Fixes: 81673.
865
866 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
867
868         * class-internals.h, object.c: cleanup patch from massi: use
869         MonoVTable->interface_bitmap since the vtable interfaces offset array
870         is going away.
871
872 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
873
874         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
875         GetMDStreamVersion icall instead.
876
877 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
878
879         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
880         not use mono_dl_build_path() with a full library name: makes
881         fallbacks to libgaim and libfam work.
882
883 2007-07-06  William Holmes  <billholmes54@gmail.com>
884
885         * assembly.c: Added a continue statement in probe_for_partial_name when
886          parse_assembly_directory_name fails.  Fixes : 82002
887
888 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
889
890         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
891         and added a verification  for TYPEDBYREF.
892         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
893         make native int interchangeable with int32 and some small cleanup and formating.
894         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
895         handle byref of byref.
896         * verify.c (push_local): handle byref of byref.
897         * verify.c (do_binop): invalid mix of values is unverifiable
898         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
899         added visibility checks
900         * verify.c (field related method): added visibility checks
901         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
902
903 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
904
905         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
906         string.
907
908 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
909
910         * profiler.c (mono_profiler_load): Fix an off-by-one error.
911
912         * marshal.c (emit_marshal_string): When returning a string from managed code,
913         allways make a copy even for unicode strings. Fixes #81990.
914
915 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
916
917         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
918         of byref generic inst types (bug #81997).
919
920 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
921
922         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
923         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
924
925 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
926
927         * marshal.c (emit_marshal_string): Add support for unicode strings in
928         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
929
930 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
931
932         * verify.c: field load/store are now verified, missing only access checks now
933
934 2007-06-28  Martin Baulig  <martin@ximian.com>
935
936         * mono-debug.c (mono_debug_debugger_version): New public variable.
937
938 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
939
940         * locales.c: When constructing DateTimeFormat or NumberFormat for
941         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
942         MonoCultureInfo contructed from the current locale is always
943         read-only and has UseUserOverride set to true. All MonoCultureInfo
944         instances returned for GetCultures have both IsReadOnly and
945         UseUserOverride set to true. Fixes part of bug #81930.
946
947 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
948
949        * icall-def.h: Update System.__ComObject icalls
950        * marshal.c: Avoid managed transition (and object creation)
951        when looking up COM interface in RCW.
952        * marshal.h: Ditto.
953        
954        Code is contributed under MIT/X11 license.
955
956 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
957
958         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
959         to avoid crashes during assembly unloading.
960
961 2007-06-22  Raja R Harinath  <rharinath@novell.com>
962
963         Fix MethodInfo.IsGenericMethodDefinition
964         * reflection.c (mono_reflection_bind_generic_method_parameters):
965         Rearrange code to ensure we always uses a generic method definition.
966         * class.c (mono_class_inflate_generic_method_full): Set
967         'generic_container' field only for generic method definitions.
968         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
969         Use presense of 'generic_container' field as indication of being a
970         generic method definition.
971
972 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
973
974         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
975
976         * object-internals.h: Reflect changes in the layout of the managed Delegate
977         class.
978         
979         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
980         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
981         runtime memory used by the dynamic method. Fixes #77146.
982
983 2007-06-21  Dick Porter  <dick@ximian.com>
984
985         * file-io.h: 
986         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
987         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
988         81767.
989
990 2007-06-21  Raja R Harinath  <rharinath@novell.com>
991
992         * reflection.c (method_encode_methodspec): Add a tripwire.
993         * class.c (inflate_generic_type): The fully open generic type is
994         not the same as the generic type definition.
995
996 2007-06-21  Martin Baulig  <martin@ximian.com>
997
998         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
999
1000         * mono-debug-debugger.h
1001         (MonoDebuggerBreakpointInfo): Removed.
1002         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
1003         (mono_debugger_remove_breakpoint): Likewise.
1004         (mono_debugger_breakpoint_callback): Likewise.
1005         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
1006
1007 2007-06-21  Raja R Harinath  <rharinath@novell.com>
1008
1009         * metadata.c (mono_metadata_lookup_generic_class): The fully open
1010         generic type is not the same as the generic type definition.
1011         * class.c (mono_generic_class_get_class): Likewise.
1012
1013 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
1014
1015         * icall.c: The second argument to 
1016         System.Reflection.MethodBase.GetMethodFromHandleInternalType
1017         is a MonoType not a MonoClass.
1018
1019 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
1020
1021         * verify.c: support for function pointers in the verifier
1022
1023 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
1024
1025         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
1026
1027 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
1028
1029         * assembly.c: removed Mono.Data.SqliteClient from the list of
1030         forward-compatible assemblies as it breaks the ABI (bug #81899).
1031
1032 2007-06-19  Raja R Harinath  <rharinath@novell.com>
1033
1034         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
1035         lookup/update with the loader lock.
1036         * reflection.c (mono_class_bind_generic_parameters): No need to
1037         protect mono_metadata_lookup_* with the loader lock.
1038         * class.c (inflate_generic_type): Likewise.
1039         
1040         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
1041         on a generic instantiated type.
1042
1043 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
1044
1045         *verify.c: produce meanfull error messages on verification error
1046         *verify.c: fixed some cases of verification errors reported as validation errors
1047         *pedump.c: fixed the error name array, now it shows validation errors properly
1048         *verify.h: fixed the contant that should be used for verification errors
1049
1050 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
1051
1052         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
1053         for bug #77596, 81858 and 80743 (generics data structures on domain
1054         unload).
1055
1056 2007-06-15  Raja R Harinath  <rharinath@novell.com>
1057
1058         Avoid allocating 'MonoGenericContext' on the heap.
1059         * class-internals (_MonoMethodInflated::context): Make field
1060         inline, not a pointer.
1061         * loader.c (method_from_methodspec): Allocate 'new_context' on the
1062         stack.  Use the context embedded within the inflated method as the
1063         hash key, rather than 'new_context'.
1064         * class.c (inflate_generic_context): Simplify.  Return a struct
1065         rather than allocating on the heap.
1066         (mono_class_inflate_generic_method_full): Update to changes.  Now,
1067         doesn't salt away a copy of the context -- simplifying the
1068         lifetime rules of a 'MonoGenericContext *'.
1069         (mono_method_get_context): Return pointer to embedded context.
1070         (setup_generic_array_ifaces): Allocate temporary context on stack.
1071         * reflection.c (inflate_mono_method): Likewise.
1072         (mono_reflection_bind_generic_method_parameters): Likewise.
1073         Use the context embedded within the inflated method as the hash key.
1074
1075         Avoid a source of allocation of 'MonoGenericContext'.
1076         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
1077         and 'cached_context' fields into embedded 'MonoGenericContext' field.
1078         * class.c: Update to changes.
1079         (mono_generic_class_get_context): Simplify drastically.  Now just
1080         returns a pointer to the field.
1081         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
1082         argument as a const pointer.
1083         (mono_metadata_generic_context_equal): Likewise.
1084         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
1085         Update to changes.
1086
1087 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
1088
1089         * verify.c improved the handling of brtrue/brfalse, factored out common code
1090
1091 2007-06-14  Raja R Harinath  <rharinath@novell.com>
1092
1093         Kill MonoGenericMethod.
1094         * class-internals.h (MonoGenericContext::method_inst): Rename from
1095         'gmethod' and convert to a MonoGenericInst.
1096         (MonoGenericMethod): Remove.
1097         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
1098         * loader.c (method_from_methodspec): Update to changes.  Use a
1099         MonoGenericContext as the key to the hashtable.
1100         * metadata.c (mono_metadata_generic_context_equal): Rename from 
1101         'mono_metadata_generic_method_equal' and take MonoGenericContext.
1102         (mono_metadata_generic_context_hash): Likewise from
1103         'mono_metadata_generic_method_hash'.  Change hash function.
1104         (mono_metadata_load_generic_params): Update to changes.
1105         (mono_get_shared_generic_method): Remove.
1106         * metadata-internals.h (mono_get_shared_generic_method): Remove.
1107         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
1108         (inflate_generic_context): Likewise.
1109         (mono_class_inflate_generic_method_full): Likewise.
1110         (setup_generic_array_ifaces): Likewise.
1111         (mono_class_create_from_typespec): Likewise.
1112         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
1113         (method_encode_methodspec): Update callsite.
1114         (reflection_methodbuilder_to_mono_method): Update to changes.
1115         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
1116         MonoGenericContext as the key to the hashtable.
1117         (inflate_mono_method): Update to changes.
1118
1119         * class-internals.h (MonoGenericMethod::container): Remove.
1120         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
1121
1122 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
1123
1124         * profiler-private.h, profiler.c, profiler.h: added API to profile
1125         exception events.
1126
1127 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
1128
1129         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
1130
1131 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
1132
1133         * verify.c: method invocation is now validated, now we verify parameter types on stack.
1134         Fixed overflow and underflow not aborting the verification process.
1135
1136 2007-06-13  Mark Probst  <mark.probst@gmail.com>
1137
1138         * class-internals.h (MonoStats): Added stats entries for dynamic
1139         code allocations.
1140
1141 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
1142
1143         * loader.c (mono_free_method): Free header->locals and header->clauses.
1144
1145         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
1146         dynamic case.
1147
1148         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
1149
1150         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
1151
1152 2007-06-12  Raja R Harinath  <rharinath@novell.com>
1153
1154         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
1155         the tables.
1156
1157 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1158
1159         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
1160
1161 2007-06-11  Raja R Harinath  <harinath@gmail.com>
1162
1163         MonoGenericMethod on a diet
1164         * class-internals.h (_MonoMethodInflated::reflection_info): Move
1165         here ...
1166         (_MonoGenericMethod::reflection_info): ... from here.
1167         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
1168         Update to changes.
1169         * reflection.c (inflate_mono_method): Likewise.
1170         (mono_reflection_bind_generic_method_parameters): Likewise.
1171
1172 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1173
1174         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
1175         *verify.c: factored long ldarg forms to share code with short forms
1176
1177 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1178
1179         *verify.c: fixed code formating factored some duplicate code
1180         into a new function
1181
1182         *verify.h: fixed binary incompatibility introduced earlier
1183
1184         *pedump.c: fixed formating
1185
1186 2007-06-11  Raja R Harinath  <harinath@gmail.com>
1187
1188         Fix assertion when disassembling Mono.C5.dll
1189         * loader.c (method_from_methodspec): Avoid inflating a method
1190         twice with the same context.  If the methodref is inflated, use
1191         the declaring method instead.
1192
1193         * class.c (mono_class_from_generic_parameter): Fix case similar to
1194         bug #81830 handled below, but for method containers.
1195
1196 2007-06-10  Raja R Harinath  <harinath@gmail.com>
1197
1198         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
1199         get_shared_generic_class.  Directly inflate the instance.
1200         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
1201         (inflate_generic_class): Delete.
1202         (get_shared_generic_class): Delete.  Move setting of
1203         'cached_class' and 'cached_context' ...
1204         * metadata.c (mono_metadata_lookup_generic_class): ... here.
1205
1206         * metadata.c (mono_metadata_lookup_generic_class): Change
1207         signature to take the components of a MonoGenericClass rather than
1208         an allocated MonoGenericClass.  Change semantics to be intern-like.
1209         * reflection.c (mono_class_bind_generic_parameters): Update to
1210         changes.  Make locking region tighter.
1211         * class.c (inflate_generic_class): Update to changes.
1212         (get_shared_generic_class): Likewise.
1213         * metadata-internals.h: Likewise.
1214
1215         * reflection.c (mono_class_bind_generic_parameters): Take and
1216         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
1217         (mono_reflection_bind_generic_parameters): Use
1218         'mono_class_bind_generic_parameters' rather than duplicate the code.
1219         * class.c (mono_bounded_array_class_get): Update to changes.
1220         * object-internals.h: Likewise.
1221
1222         * reflection.c (mono_class_bind_generic_parameters): Only support
1223         parameterizing generic type definitions.  Remove support for other
1224         open types.
1225
1226 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
1227
1228         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
1229
1230         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
1231         in the dynamic case.
1232
1233 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
1234
1235         * threads.c: When cleaning up thread, reset the Background bit.
1236         Fixes bug #81720.
1237
1238 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
1239
1240        * metadata.c: Move variable declarations to top of scope.
1241        * verify.c: Move variable declarations to top of scope.
1242
1243        Code is contributed under MIT/X11 license.
1244
1245 2007-06-08  Raja R Harinath  <rharinath@novell.com>
1246
1247         * reflection.c (mono_class_bind_generic_parameters): Replace
1248         open-coded loop with mono_metadata_inflate_generic_inst.
1249
1250         * class.c (get_shared_generic_class): Don't call
1251         mono_get_shared_generic_inst.  Use the container's own
1252         'class_inst'.
1253
1254         * metadata.c (mono_metadata_load_generic_params): Move
1255         initialization of 'context' field here from ...
1256         * class.c (mono_class_create_from_typedef): ... here, and ...
1257         * loader.c (mono_get_method_from_token): ... here.
1258
1259         * class.c (get_shared_generic_class): Rename from
1260         mono_get_shared_generic_class and make static.
1261         (mono_get_shared_generic_inst): Move to metadata.c.
1262         * loader.c (mono_get_shared_generic_method): Likewise.
1263         * class-internals.h, metadata-internals.h: Update to changes.
1264
1265         Fix #81830
1266         * class.c (mono_class_from_generic_parameter): Don't assume a
1267         generic container owner exists.  Generic containers from monodis
1268         don't have any.
1269
1270 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
1271
1272         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
1273         * verify.h: new typedefs to returns the non-verifiable status
1274         * verify.c: initial implementation of generics, stack merging and object compatibility check
1275
1276 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1277
1278         * class.c, image.c, class-internals.h (MonoImage): class_cache is
1279         a MonoInternalHashTable again (fixed bug in internal hash table
1280         code).
1281
1282 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1283
1284         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
1285         MonoInternalHashTable again (fixed bug in internal hash table
1286         code).
1287
1288 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1289
1290         * class.c, image.c, class-internals.h, domain.c,
1291         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
1292         changes.  Have to figure out what makes them break the SWF
1293         regression.
1294
1295 2007-06-04  Mark Probst  <mark.probst@gmail.com>
1296
1297         * class.c, image.c, class-internals.h (MonoImage): class_cache is
1298         a MonoInternalHashTable now.
1299
1300 2007-06-04  Mark Probst  <mark.probst@gmail.com>
1301
1302         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
1303         MonoInternalHashTable now.
1304
1305 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
1306
1307         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
1308         invoke_impl code.
1309
1310         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
1311
1312         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
1313         dependent trampoline.
1314
1315         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1316
1317         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
1318
1319 2007-05-29  Robert Jordan  <robertj@gmx.net>
1320
1321         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
1322
1323 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
1324
1325         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
1326
1327 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
1328
1329        * marshal.c: Fix interface lookup loops for
1330        cominterop_get_com_slot_for_method and 
1331        cominterop_get_method_interface. Only need to lookup
1332        if type is a class, else use interface type method is on.
1333
1334        Code is contributed under MIT/X11 license.
1335
1336 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
1337
1338         * reflection.c: HasSecurity can be present even if no specially 
1339         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
1340         SecurityAttribute). Fix CAS regression tests on buildbot.
1341
1342 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
1343
1344        * appdomain.c: Add configure checks for header files.
1345        * image.c: Add configure checks for header files.
1346        * file-io.c: Add configure checks for header files.
1347        * debug-mono-symfile.c: Add configure checks for header files.
1348        * threadpool.c: Add configure checks for header files.
1349        * console-io.c: Add configure checks for header files.
1350        * profiler.c: Add configure checks for header files.
1351        * rawbuffer.c: Add configure checks for header files.
1352        * icall.c: Add configure checks for header files.
1353        * rand.c: Add configure checks for header files.
1354        * socket-io.c: Add configure checks for header files.
1355
1356        Code is contributed under MIT/X11 license.
1357
1358 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
1359
1360         * reflection.c (mono_custom_attrs_from_builders): Remove the 
1361         assertion as it breaks the build.
1362         
1363         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
1364
1365         * reflection.c (lookup_custom_attr): Make a copy here too.
1366
1367         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
1368         dynamic images.
1369
1370         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
1371         images.
1372
1373         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
1374         info.
1375
1376 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
1377
1378         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
1379         (load_cattr_value): Ditto.
1380
1381 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
1382
1383         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
1384
1385 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
1386
1387         * threads.c: In "start_wrapper", set apartment_state to MTA if
1388         apartment_state is Unknown and we're running on 2.0 profile or
1389         higher.
1390         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
1391         to main method, then set apartment_state to Unknown on 1.0 profile,
1392         and MTA on 2.0 profile.
1393
1394 2007-05-16  Jb Evain  <jb@nurv.fr>
1395
1396         * class-internals.h (MonoDefaults): Add an attribute_class and
1397           customattribute_data_class.
1398         * domain.c (mono_init_internal): Populate them.
1399         * reflection.c: Use them to remove duplicates. Make a vew
1400         MonoClass variables `static'.
1401
1402 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
1403
1404         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
1405         step in implementing IMT, so that all isinst checks now can go
1406         through the bitmap.
1407         This was needed because vtables for TransparentProxy need to look
1408         like the vtable of the "target" class, so they need to point to
1409         its interface bitmap directly.
1410
1411         * object.c: inside "mono_class_create_runtime_vtable" and
1412         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
1413
1414 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
1415
1416         * object-internals.h
1417           culture-info.h : added territory field in MonoCulture and
1418           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
1419         * locales.c : fill territory field above too.
1420         * culture-info-table.h : regenerated.
1421
1422 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
1423
1424         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
1425         Fixes #81599.
1426
1427 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
1428
1429         * object.c: Always initialize apartment, even if 
1430         there is no custom attributes on entry point.
1431         
1432         Code is contributed under MIT/X11 license.
1433
1434 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
1435
1436         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
1437         * metadata.c: If no encoding is set, check for unicode
1438         on class.
1439         
1440         Code is contributed under MIT/X11 license.
1441
1442 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
1443
1444         * threads.c: Handle if mono_thread_current returns NULL 
1445         
1446         Code is contributed under MIT/X11 license.
1447
1448 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
1449
1450         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
1451         in start_wrapper. Added mono_thread_init_apartment_state and
1452         mono_thread_cleanup_apartment_state.
1453         * object.c: Initialize thread apartment state on main thread
1454         by checking for STAThreadAttribute on entry point.
1455         * object-internals.h: Add apartment_state field to MonoThread.
1456         * threads-types.h: Add unmanaged definition of 
1457         System.Threading.ApartmentState, MonoThreadApartmentState.
1458         
1459         Code is contributed under MIT/X11 license.
1460         
1461 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
1462
1463         * class.c: Fix windows build.
1464         * class-internals.h: Fix windows build.
1465         
1466         Code is contributed under MIT/X11 license.
1467
1468 2007-05-08  Robert Jordan  <robertj@gmx.net>
1469
1470         * process.c (CreateProcess_internal):
1471         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
1472         .CreateNoWindow was specified. Fixes #81496.
1473
1474 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
1475
1476         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
1477         step in implementing IMT, replaced it with two compact arrays
1478         (interfaces_packed and interface_offsets_packed) and a bitmap that
1479         is used for isinst checks (interface_bitmap).
1480
1481         * class.c: (compare_interface_ids): compare function to pass to
1482         bsearch when looking for an interface with a given id.
1483         (mono_class_interface_offset): reimplemented using bsearch on
1484         interfaces_packed, getting the offset from interface_offsets_packed.
1485         (print_implemented_interfaces): utility debugging function.
1486         (setup_interface_offsets): reworked to initialize interfaces_packed,
1487         interface_offsets_packed and interface_bitmap.
1488
1489         * object.c: replaced all accesses to "MonoClass.interface_offsets"
1490         with uses of interfaces_packed and interface_offsets_packed.
1491
1492 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
1493
1494         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
1495         mono_class_interface_offset prototype to wrap all accesses to
1496         "MonoClass.interface_offsets".
1497
1498         * class.c: Implemented mono_class_interface_offset, and wrapped all
1499         accesses to "MonoClass.interface_offsets".
1500
1501         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
1502         "MonoClass.interface_offsets".
1503
1504 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
1505
1506         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
1507         GetMethodFromHandle overloads (bug #78637).
1508
1509 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
1510
1511         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
1512         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
1513
1514 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
1515
1516         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
1517         #81498.
1518
1519         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
1520         gracefully.
1521         (mono_custom_attrs_from_index): Ditto.
1522
1523         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
1524         Fixes #81501.
1525
1526 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
1527
1528         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
1529         is now allocated from a mempool.
1530
1531 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
1532
1533         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
1534         caller holds threads_lock, leading to deadlocks. Fixes #81476.
1535
1536 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
1537
1538         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
1539         mono_loader_clear_error () too late. Fixes #81463.
1540
1541 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
1542
1543         * culture-info-table.h : regenerated.
1544
1545 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
1546
1547         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
1548         is missing.
1549
1550 2007-04-25  Dick Porter  <dick@ximian.com>
1551
1552         * Makefile.am: Put the mingw enforced-optimisation back into the
1553         PLATFORM_WIN32 section.
1554
1555 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
1556
1557         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
1558         patch.
1559
1560         * image.c (mono_image_load_module): New API function to load a module reference.
1561
1562         * image.c (load_modules): Load modules lazily. Fixes #80812.
1563
1564         * class.c (mono_class_from_typeref): Use mono_image_load_module.
1565         
1566         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
1567
1568         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
1569         to mono_image_load_module_dynamic.
1570
1571 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
1572
1573         * marshal.c: Fix calling convention for CCW on non-windows
1574         platforms. STDCALL on windows, CDECL everywhere else to work 
1575         with XPCOM and MainWin COM.
1576         
1577         Code is contributed under MIT/X11 license.
1578
1579 2007-04-23  Martin Baulig  <martin@ximian.com>
1580
1581         Fix #80969.
1582
1583         * loader.c
1584         (method_from_memberref): Added `gboolean *used_context' argument.
1585         (mono_get_method_from_token): Likewise.
1586         (mono_get_method_full): Don't insert the method in the cache when
1587         `used_context' is true.
1588
1589 2007-04-23  Raja R Harinath  <rharinath@novell.com>
1590
1591         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
1592
1593         * reflection.c (mono_reflection_bind_generic_parameters): Don't
1594         create new MonoTypes for returned types.
1595         * class.c (mono_generic_class_get_class): Export mono-internal.
1596         * class-internals.h: Update to changes.
1597
1598 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
1599
1600         * threadpool.c, threadpool.h, icall-def.h: patch from
1601         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
1602
1603 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
1604
1605         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
1606         
1607         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
1608
1609         * threads.c (mono_thread_get_stack_bounds): New helper function.
1610
1611         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
1612         Correctly compute stack bounds when attaching. Fixes #81394.
1613
1614 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
1615
1616         * reflection.c: fix handling of doubles in custom attributes
1617         for the arm-fpa format (bug #81368).
1618
1619 2007-04-18  Raja R Harinath  <rharinath@novell.com>
1620
1621         * reflection.c (assembly_add_win32_resources): Mildly relax an
1622         bounds check to let the end pointer point just past the end of the
1623         allocated buffer.  (may fix #81384)
1624
1625 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
1626
1627         * culture-info-table.h : regenerated.
1628
1629 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
1630
1631         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
1632         the thread is aborted early.
1633
1634 2007-04-05  Dick Porter  <dick@ximian.com>
1635
1636         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
1637         FindFirstFile()/FindNextFile() to find entries.  This lets the
1638         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
1639         81038.
1640
1641         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
1642         the parameters of
1643         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
1644
1645 2007-04-04  Martin Baulig  <martin@ximian.com>
1646
1647         * debug-helpers.c
1648         (mono_method_desc_full_match): Add support for nested classes.
1649
1650 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
1651
1652         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
1653
1654 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
1655
1656         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
1657         waiting for too many threads.
1658
1659 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
1660
1661         * environment.c: Fix return value check on uname so we can get the 
1662         executing version on Solaris operating systems.
1663
1664 2007-03-28  Jb Evain  <jbevain@gmail.com>
1665
1666         * class.c (mono_type_get_name_recurse): Complete the
1667         fix for the creation of assembly qualified names for
1668         pointer types. Fixes #81208.
1669
1670 2007-03-27  Dick Porter  <dick@ximian.com>
1671
1672         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
1673         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
1674         changed.
1675
1676         * threads.c
1677         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
1678         the value of ReleaseMutex().
1679
1680 2007-03-27  Dick Porter  <dick@ximian.com>
1681
1682         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
1683         in little-endian order, not network endian, so must be converted
1684         to host endian here.  Fixes bug 80593.
1685
1686 2007-03-22  Jb Evain  <jbevain@gmail.com>
1687
1688         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
1689         qualified names for pointer types. Fixes #81208.
1690
1691 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
1692
1693         * marshal.c: Add support for PreserveSigAttribute. 
1694         
1695         Code is contributed under MIT/X11 license.
1696
1697 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
1698
1699         * process.c: Fix endianness issues. Fixes #81126.
1700
1701         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
1702         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
1703
1704         * image.c (mono_image_lookup_resource): Make this work on big-endian
1705         machines.Change API contract so the caller needs to free the return value.
1706         
1707         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
1708         API change.
1709         
1710 2007-03-14  Martin Baulig  <martin@ximian.com>
1711
1712         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
1713         mono_type_get_desc() as well.
1714
1715 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
1716
1717         * icall.c:  Fix environ access in VS.  
1718         
1719 2007-03-13  Alp Toker  <alp@atoker.com>
1720
1721         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
1722         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
1723         #63841.
1724
1725 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
1726
1727         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
1728         circular references among dynamic methods. Fixes #81091.
1729
1730         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
1731
1732 2007-03-09  Martin Baulig  <martin@ximian.com>
1733
1734         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
1735
1736 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
1737
1738         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
1739         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
1740         
1741         Code is contributed under MIT/X11 license.
1742         
1743 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
1744
1745         * loader.c: Reapply patch for bug #79424.
1746
1747 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
1748
1749         * metadata.c (mono_type_to_unmanaged): Only convert object to
1750         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
1751
1752 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
1753
1754         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
1755         (and incorrectly set) is_reference field from MonoGenericInst.
1756
1757 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
1758
1759         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
1760         a little earlier.
1761
1762         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
1763
1764         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
1765
1766 2007-03-05  Miguel de Icaza  <miguel@novell.com>
1767
1768         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
1769         FileOptions.1 value to mean "temporary", map that to
1770         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
1771
1772         Fixes 80688
1773
1774 2007-03-03  Marek Habersack  <mhabersack@novell.com>
1775
1776         * appdomain.c: implement MS .Net style shadow copying. Copies of
1777         the assemblies are made in a subdirectory of the dynamic base
1778         directory, the assembly names are preserved.
1779         Copy .mdb and .config files along with the assemblies being shadowed.
1780
1781 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
1782
1783         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
1784         (emit_marshal_handleref): Ditto.
1785
1786         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
1787         on Visual C++. Fixes #80671.
1788
1789 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
1790
1791         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
1792         for clone operations.
1793
1794 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
1795
1796         * marshal.c: Fix warnings.
1797
1798 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
1799
1800         * loader.c: allow case-insensitive matching of the dll name
1801         in dllmap handling when prefixed with "i:".
1802
1803 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
1804
1805         * threads.c: Fix #ifdef for dummy_apc function for VS.
1806
1807 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
1808
1809         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
1810
1811 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
1812         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
1813         giving precedence to the methods with a fully qualified name
1814         (InterfaceName.MethodName) when building the interface sections
1815         of the vtable.
1816
1817 2007-02-16  Dick Porter  <dick@ximian.com>
1818
1819         * threadpool.c (append_job): Fix fast-path array handling, so it's
1820         less likely the array will grow exponentially when the load is
1821         heavy.
1822
1823 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
1824
1825         * metadata-internals.h, loader.c: fix dllmap lookup order
1826         for non-function maps, too, and prepare for fallback code.
1827
1828 2007-02-12  Robert Jordan  <robertj@gmx.net>
1829
1830         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
1831         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
1832         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
1833         GlobalFree. Fixes a part of bug #77075.
1834
1835 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
1836
1837         * loader.c: implemented typedef parent in field memberref.
1838
1839 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
1840
1841         * marshal.c: Fix warnings and remember to call Release on
1842         IUnknown of RCW.
1843         
1844         Code is contributed under MIT/X11 license.
1845
1846 2007-02-10  Miguel de Icaza  <miguel@novell.com>
1847
1848         * class-internals.h: Add MonoHandleRef definition, and
1849         handleref_class to mono_defaults. 
1850
1851         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
1852         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
1853
1854         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
1855         (do nothing on this stage)
1856         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
1857         (emit_marshal_handleref): New method, used for argument handling
1858         of HandleRefs. 
1859
1860 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
1861
1862         * class.c (mono_class_setup_parent): Lazily init com types.
1863         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
1864         init com types.
1865         * object.c (mono_remote_class_vtable): Lazily init com types.
1866         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
1867         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
1868         * domain-internals.h: Expose mono_init_com_types.
1869         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
1870         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
1871         Add support for COM Callable Wrapper marshalling.
1872         * marshal.h: Add icall definitions.
1873         * gc.c: Handle freeing of CCWs in finalizer code.
1874         
1875         Code is contributed under MIT/X11 license.
1876
1877 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
1878
1879         * reflection.c: changed all the signature encoding code to use
1880         a variable-sized buffer.
1881
1882 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
1883
1884         * marshal.c: locking fixes: never take the loader lock
1885         or other runtime locks when holding the marshal lock
1886         (fixes bug#80664).
1887
1888 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
1889
1890         * marshal.c: make the delegate function pointer mapping
1891         work for the moving GC.
1892
1893 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
1894
1895         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
1896         for bug #80618.
1897
1898 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
1899
1900         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
1901         gmodule.
1902
1903 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
1904
1905         * threadpool.c: made the code moving-GC safe.
1906
1907 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
1908
1909         * assembly.c, boehm-gc.c, class-internals.h, class.c,
1910         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
1911         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
1912         warning cleanup.
1913         * reflection.c: warning cleanup, some threading and moving GC fixes.
1914
1915 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
1916
1917         * class.c, loader.c: create the needed Set/Get/Address array methods
1918         as well as the .ctors in mono_class_init (), fixes bug #80567.
1919
1920 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
1921
1922         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
1923         we doesn't decrease its alignment. Should fix the sparc build.
1924
1925 2007-01-24  Dick Porter  <dick@ximian.com>
1926
1927         * socket-io.c
1928         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
1929         Create the returned object if we need to ignore an unsupported
1930         socket option.  Fixes a segfault reported by Atsushi.
1931
1932 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
1933
1934         * class.c, object.c: restrict GC-tracked fields to
1935         UIntPtr fields used inside corlib, so we provide better
1936         type info to the GC and also allow broken packing as in
1937         bug #80580.
1938
1939 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
1940
1941         * sgen-gc.c: removed duplicated function.
1942
1943 2007-01-19  Miguel de Icaza  <miguel@novell.com>
1944
1945         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
1946         value that means that the value is not supported, but that we
1947         should not return a failure, but instead report this as a
1948         successful operation.
1949
1950 2007-01-19  Raja R Harinath  <rharinath@novell.com>
1951
1952         Fix tests/bug79956.2.il
1953         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
1954         (mono_generic_class_get_class): If the generic definition in an
1955         enum, copy over other fields related to it.
1956
1957 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
1958
1959         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
1960         genericinst enums (bug #79215).
1961
1962 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
1963         * class.c: Fix bug 80307.
1964
1965 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
1966
1967         * image.c: if the file table is not present, try to load
1968         all the modules, since we don't have info about them
1969         having or not metadata (bug #80517).
1970         * assembly.c: allow mono_assembly_load_references () to
1971         work for netmodules.
1972
1973 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
1974
1975         * image.c, metadata-internals.h, object.c: execute module
1976         cctors when running on the 2 runtime if present (bug #80487).
1977
1978 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
1979
1980         * icall.c: optimized InitializeArray() on bigendian.
1981
1982 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
1983
1984         * icall.c: fix for the broken ARM FPA double format.
1985
1986 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
1987
1988         * icall.c: handle endian issues for r4 and r8 types, too, in
1989         the InitializeArray() icall.
1990
1991 2007-01-15  Miguel de Icaza  <miguel@novell.com>
1992
1993         * loader.c (mono_loader_error_prepare_exception): Clear the error
1994         once we have extracted the information from it, do this before we
1995         call into the JIT's class loading mechanisms.
1996
1997         * object.c (mono_class_create_runtime_vtable): Do not clear the
1998         loader error before calling mono_class_get_exception_for_failure
1999         as the loader error is needed inside
2000         mono_class_get_exception_for_failure to throw the error (thinko).
2001
2002         Fixes #80521
2003         
2004 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
2005
2006         * reflection.c: align fields rva data so it's faster to load at
2007         runtime.
2008
2009 2007-01-12  Raja R Harinath  <rharinath@novell.com>
2010
2011         Prepare to simplify GenericMethod handling.
2012         * class-internals.h (mono_method_get_context): New accessor function.
2013         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
2014         rather than directly accessing '->context' field.
2015
2016         * class-internals.h (_MonoGenericParam.method): Move ...
2017         (_MonoGenericContainer): ... here.  Add into union with klass field.
2018         * class.c, icall.c, loader.c, metadata.c, reflection.c:
2019         Update to changes.
2020
2021 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
2022
2023         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
2024         the wrapper type enum and reduce relocations.
2025
2026 2007-01-12  Raja R Harinath  <rharinath@novell.com>
2027
2028         * reflection.c (inflate_mono_method): Reuse method instantiation
2029         from the generic method, if available.
2030
2031 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2032
2033         * marshal.c (emit_marshal_variant): Fix conv_arg
2034         type in last commit, based on whether parameter is byref.
2035         
2036 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2037
2038         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
2039         marshalling.
2040         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
2041         MONO_TYPE_OBJECT back for VARIANT support.
2042
2043 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2044
2045         * marshal.c, marshal.h, icall-def.h: Implement 
2046         Marshal.ReAllocCoTaskMem.
2047
2048 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
2049
2050         * marshal.c: memory retention fixes: use the proper
2051         image cache for runtime_invoke method lookups.
2052
2053 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
2054
2055         * mempool.c: added code to help debug mempool allocations.
2056
2057 2007-01-11  Dick Porter  <dick@ximian.com>
2058
2059         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
2060         support (experimenting with faking it with IP_MTU_DISCOVER for
2061         systems that don't have IP_DONTFRAGMENT.)
2062         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
2063         icall.
2064
2065         * icall-def.h: new System.Net.Sockets.Disconnect icall.
2066
2067         * socket-io.h: Add new fields to MonoSocketAsyncResult
2068         corresponding to the new ones in Socket.cs.
2069
2070 2007-01-11  Raja R Harinath  <rharinath@novell.com>
2071
2072         Fix IronPython regression mentioned in #80249
2073         * metadata.c (do_mono_metadata_parse_generic_class): Clear
2074         'cached_context' field, since it may have been initialized as a
2075         side-effect of metadata parsing.
2076
2077         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
2078         (_MonoGenericClass.cached_class): Move here and rename from lone
2079         remaining field of ...
2080         (_MonoInflatedGenericClass): ... this.  Remove.
2081         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
2082         to changes.
2083
2084         Fix mcs/tests/test-128.cs regression.
2085         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
2086         2007-01-10 change below.
2087         [MONO_TYPE_OBJECT]: Recurse into array case.
2088
2089 2007-01-11  Raja R Harinath  <harinath@gmail.com>
2090
2091         * class-internals.h (mono_get_inflated_generic_class): Remove.
2092         * class.c (mono_get_inflated_generic_class): Remove.
2093         (mono_generic_class_get_class): Rename from
2094         mono_class_create_generic.
2095         (mono_class_from_mono_type) [GENERICINST]: Use it.
2096         * reflection.c, metadata.c: Update to changes.  Use
2097         'mono_class_from_mono_type'.
2098
2099 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
2100
2101         * reflection.c: use passed type when encoding an array element
2102         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
2103
2104 2007-01-09  Robert Jordan  <robertj@gmx.net>
2105
2106         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
2107         result arguments (someDelegate.EndInvoke (unrelatedAres)).
2108         Fixes bug #80392.
2109
2110 2007-01-09  Raja R Harinath  <rharinath@novell.com>
2111
2112         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
2113
2114         * object.c (set_value): Avoid aliasing between type->data.klass
2115         and type->data.generic_class.
2116
2117         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
2118
2119 2007-01-08  Raja R Harinath  <rharinath@novell.com>
2120
2121         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
2122         between type->data.klass and type->data.generic_class.
2123
2124 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
2125
2126         * marshal.c: In MS.NET, StringBuilder objects are not copied by
2127         value in out parameters.
2128
2129 2007-01-08  Raja R Harinath  <rharinath@novell.com>
2130
2131         Simplify invariant for MonoGenericClass::klass field.
2132         * class.c (mono_class_create_generic): Verify 'klass' is null.
2133         * metadata.c (do_mono_metadata_parse_generic_class): Don't
2134         initialize 'klass' field.
2135
2136 2007-01-05  Raja R Harinath  <rharinath@novell.com>
2137
2138         Ongoing work to avoid redundant data and simplify invariants.
2139         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
2140         'generic_class', and change type to a GenericInst.
2141         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
2142         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
2143
2144 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
2145
2146         * class.c : skip io-layer under PLATFORM_WIN32.
2147
2148 2007-01-03  Tor Lillqvist  <tml@novell.com>
2149
2150         Fix #80305: In a bundled executable, look in the bundled exe
2151         assembly to determine the runtime version. Add the possibility to
2152         bundle also the machine.config file.
2153         
2154         * assembly.c (mono_assembly_open_from_bundle): Make
2155         non-static. Allow being called even if we have no bundled
2156         assemblies, and return NULL right away in that case.
2157
2158         * domain-internals.h: Declare mono_assembly_open_from_bundle()
2159         here.
2160
2161         * domain.c (app_config_parse): Take an assembly exe file name as
2162         parameter instead of a config file name. Check for a bundled
2163         config file for that assembly by calling
2164         mono_config_string_for_assembly_file() (see below) before looking
2165         for one in the file system.
2166         (get_runtimes_from_exe): Corrsponding change to call of
2167         app_config_parse().
2168         (get_runtimes_from_exe): Check for bundled assembly exe file first
2169         by calling mono_assembly_open_from_bundle(). If no bundled
2170         assembly exe file is found, call mono_image_open() as before to
2171         look it up in the file system.
2172
2173         * mono-config.c: Add variable bundled_machinec_onfig.
2174         (mono_config_string_for_assembly_file): New function.
2175         (mono_config_for_assembly): Move code snippet that looks for a
2176         bundled assembly .config file into the above new function. Call
2177         it.
2178         (mono_register_machine_config, mono_get_machine_config): New
2179         functions to set and retrieve
2180
2181         * assembly.h: Declare mono_register_machine_config().
2182
2183         * mono-config.h: Declare mono_get_machine_config() and
2184         mono_config_string_for_assembly_file().
2185
2186         * icall.c: No declaration of environ necessary on Win32. It is
2187         declared (as a macro expanding to a function call) in stdlib.h.
2188         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
2189         New internal mono function. Returns the value of
2190         mono_get_machine_config() as a Mono string.
2191
2192         * icall-def.h: Add get_bundled_machine_config().
2193
2194 2007-01-04  Raja R Harinath  <rharinath@novell.com>
2195
2196         Remove redundant field
2197         * class-internals.h (_MonoGenericContext.container): Remove field.
2198         * loader.c (mono_method_get_signature_full): Don't parse a
2199         "container" for a signature parse when the signature is inflated
2200         immediately.
2201         (method_from_methodspec): Likewise, for a generic_inst.
2202         * class.c, metadata.c, reflection.c: Update to changes.
2203
2204 2006-01-04  Raja R Harinath  <rharinath@novell.com>
2205
2206         * class-internals.h (_MonoGenericClass): Rename 'context' field to
2207         'cached_context', and change semantics -- it starts off NULL, and
2208         is initialized on demand.
2209         * class.c (mono_generic_class_get_context): New accessor to
2210         replace 'context' field accesses.
2211         (mono_class_get_context): New helper.
2212         (*): Update to changes.
2213         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
2214
2215 2007-01-03  Miguel de Icaza  <miguel@novell.com>
2216
2217         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
2218         before the memcpy.   Fixes Marshal2 regression.
2219
2220 2007-01-02  Jb Evain  <jbevain@gmail.com>
2221
2222         * blob.h: add a MONO_TYPE_ENUM definition
2223         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
2224         fix the encoding of arrays of enums in custom attributes.
2225
2226         Fixes #79666.
2227
2228 2007-01-01  Miguel de Icaza  <miguel@novell.com>
2229
2230         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
2231         string is null terminated, but only cut the string short if it
2232         overflows the buffer.   
2233         
2234         (mono_string_to_byvalstr): Also fix this routine.   The code here
2235         was not properly terminating a string (it was only terminated
2236         because of the previous catch-all memset). 
2237
2238         I left the memset, because I do not know if applications expect
2239         the runtime to clear this region. 
2240
2241         Fixes #79944.
2242
2243         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
2244         Clear the error before returning to unmanaged code to prevent the
2245         runtime from being confused later on (fixes  80420).
2246         (ves_icall_type_from_name): Always call mono_loader_clear_error
2247         after parsing a type that could have failed.
2248         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
2249
2250         * loader.c (mono_loader_clear_error): Fix indentation.
2251
2252 2006-12-28  Martin Baulig  <martin@ximian.com>
2253
2254         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
2255
2256 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
2257
2258         * reflection.c: patch from Rolf Bjarne Kvinge to fix
2259         getting a token for an EnumBuilder.
2260
2261 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
2262
2263         * reflection.c: be more careful in case resource generation
2264         fails to create the data array.
2265
2266 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
2267
2268         * sgen-gc.c: write barrier for clone and fix unregister handles.
2269
2270 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
2271
2272         * reflection.c: some fixes needed in the generics code for the moving GC.
2273
2274 2006-12-22  Robert Jordan  <robertj@gmx.net>
2275
2276         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
2277         account. Fixes bug #80299.
2278
2279 2006-12-21  Raja R Harinath  <rharinath@novell.com>
2280
2281         Fix WaitHandle usage in delegates.
2282         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
2283         * object.c (mono_wait_handle_new): Use the property set method to
2284         initialize the handle.
2285         (mono_wait_handle_get_handle): New.
2286         * threadpool.c (mono_async_invoke): Use it.
2287         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
2288         Likewise.
2289         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
2290
2291 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
2292
2293         * marshal.c (emit_marshal): Call emit_marshal_variant and
2294         emit_marshal_com_interface when applicable.
2295         (emit_marshal_variant, emit_marshal_com_interface): Add
2296         methods for this case and remove if's from emit_marshal_object.
2297         
2298 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
2299
2300         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
2301
2302 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
2303
2304         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
2305         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
2306         and GlobalFree on Windows. Remove FIXME.
2307
2308 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
2309
2310         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
2311         implementation for managed objects.
2312
2313 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
2314
2315         * object.c: implemented code to be used for checking
2316         that no reference field overlaps with non-references.
2317
2318 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2319
2320         * threadpool.c: fix queue code to be compatible with the
2321         moving GC.
2322
2323 2006-12-18  Miguel de Icaza  <miguel@novell.com>
2324
2325         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
2326         in structures by throwing ArgumentNullException.
2327
2328         (emit_marshal_safehandle): Also when they are null parameters.
2329
2330         (emit_marshal_safehandle): Add support for ref
2331         SafeHandles parameters
2332
2333 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
2334
2335         * profiler.c: updated to use the mono-dl API instead of
2336         gmodule.
2337
2338 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2339
2340         * profiler.c: updated to use the mono-dl dynamic loading
2341         API instead of gmodule.
2342
2343 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
2344
2345         * profiler.c: use readlink, older versions of glib don't have
2346         g_file_read_link ().
2347
2348 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
2349
2350         * profiler.c: try to detect the path to mono if libc fails to provide
2351         a useful name (bug #80286).
2352
2353 2006-12-16  Raja R Harinath  <rharinath@novell.com>
2354
2355         Fix #80242
2356         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
2357         instance, use the generic type definition instead.
2358         (ves_icall_Type_GetNestedTypes): Likewise.
2359         * class.c (mono_class_create_generic): Always set the
2360         nested_classes of a generic instance to NULL, even if the generic
2361         type definition has nested types.
2362
2363 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
2364
2365         * marshal.c (mono_string_from_bstr): Revert previous Windows change
2366         and fix on Linux.
2367         
2368 2006-12-15  Miguel de Icaza  <miguel@novell.com>
2369
2370         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
2371         my arguments were in the wrong order.   I also fixed the Windows
2372         version which seems to have had the same issue.
2373
2374         (mono_free_bstr): On Unix, this is g_free.
2375         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
2376         conversions (for the tests in corlib to pass).
2377
2378 2006-12-14  Miguel de Icaza  <miguel@novell.com>
2379
2380         * marshal.c (emit_ptr_to_object_conv): For now, ignore
2381         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
2382         exception if a ref SafeHandle in a struct has changed).
2383         
2384         (emit_struct_conv): Do not perform layout checks for classes
2385         derived from SafeHandle, as those are specially handled. 
2386
2387         (emit_object_to_ptr_conv): Add support for
2388         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
2389
2390         (emit_marshal_safehandle): Implement conversion of return values
2391         of safehandles (MARSHAL_ACTION_CONV_RESULT).
2392         
2393         * threads.c: WaitHandle now is compiled with two different handles
2394         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
2395         for 2.0.
2396         
2397         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
2398         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
2399         these routines to cope with both kinds of fields.
2400
2401 2006-12-12  Miguel de Icaza  <miguel@novell.com>
2402
2403         * metadata.c (mono_type_to_unmanaged): Handle the case where
2404         type->data.klass is a SafeHandle, and in that case, return the
2405         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
2406         MONO_MARSHAL_CONV_SAFEHANDLE. 
2407
2408 2006-12-11  Miguel de Icaza  <miguel@novell.com>
2409
2410         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
2411         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
2412         calling emit_marshal_object.
2413
2414         (emit_marshal_safehandle): Implement marshalling of
2415         SafeHandle parameters (no ref support yet).
2416
2417         (MarshalAction): Document the defines as I implement
2418         them for SafeHandle.
2419
2420         (emit_marshal_object): indentation police.
2421
2422         * class-internals.h: Define MonoSafeHandle.
2423         Add safehandle_class to MonoDefaults type.
2424
2425         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
2426         list of classes to check for fields. 
2427
2428         * domain.c (mono_init_internal): Add SafeHandle to the list of
2429         mono_defaults loaded.
2430
2431 2006-12-15  Raja R Harinath  <rharinath@novell.com>
2432
2433         Fix #80253
2434         * reflection.c (mono_reflection_bind_generic_parameters): If the
2435         generic type definition is a type builder, ensure that it is fully
2436         initialized before instantiating it.  Kill some dead code.
2437
2438 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
2439
2440         * object.c: clear the loader_error () before loading
2441         more metadata stuff (bug #80258).
2442
2443 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
2444
2445         * icall.c, icall-defs.h: type modifiers icalls for
2446         parameters and properties.
2447
2448 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
2449
2450         * object.c, icall.c: fixed warnings.
2451
2452 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
2453
2454         * marshal.c: fixed a couple of leaks and coding style in a few places.
2455
2456 2006-12-08  Dick Porter  <dick@ximian.com>
2457
2458         * process.c: Cope with NULL ProcessStartInfo arguments on windows
2459         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
2460         80173.
2461
2462 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
2463
2464         * process.c: ProcessStartInfo may have only filename set and
2465         arguments can be NULL.
2466
2467 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
2468
2469         * icall.c: fix leak found by Robert Jordan.
2470
2471 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
2472
2473         * marshal.c, marshal.h: generate managed method to access an element
2474         of a multi-dimensional array.
2475
2476 2006-11-30  Paolo Molaro (lupus@ximian.com)
2477
2478         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
2479
2480 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2481
2482         * icall.c: back out GetFields () fix until the serialization code is
2483         fixed to not depend on the incorrect behaviour.
2484
2485 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
2486
2487         * profiler.c: provide defaults if none are set.
2488
2489 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
2490
2491         * Makefile.am, attrdefs.h: new public header file with
2492         constants for attributes for use by embedders.
2493
2494 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
2495
2496         * icall.c: GetFields () fix for bug #80064.
2497
2498 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
2499
2500         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
2501         removed long unused icalls.
2502
2503 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
2504   
2505         * marshal.c: 
2506                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
2507                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
2508                 can be generated without a delegate class.
2509                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
2510         
2511         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
2512
2513 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2514
2515         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
2516         #80069.
2517
2518 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
2519
2520         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
2521         icall-def.h: added icalls needed by System.GC.
2522
2523 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
2524
2525         * loader.c: ensure the class in catch clauses is handled
2526         correctly for generics methods (fixes bug#79980).
2527
2528 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
2529
2530         * monitor.h, monitor.c: added mono_locks_dump () function
2531         to help debug deadlocks involving managed locks.
2532
2533 2006-11-13  Dick Porter  <dick@ximian.com>
2534
2535         * file-io.c (get_file_attributes): If the file is a symlink try
2536         and get the stat data for the target, but also add the
2537         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
2538         the specs for the windows symlink support, but will probably have
2539         to be reworked when I have test data from a vista machine.  Fixes
2540         bug 79887.
2541
2542 2006-11-13  Dick Porter  <dick@ximian.com>
2543
2544         * gc.c (mono_domain_finalize): 
2545         * marshal.c (mono_delegate_begin_invoke): 
2546         * threadpool.c (socket_io_init, mono_thread_pool_init)
2547         (mono_thread_pool_finish): 
2548         * monitor.c (mono_monitor_try_enter_internal): 
2549         * threads.c (mono_thread_resume, mono_thread_init)
2550         (mono_thread_suspend_all_other_threads)
2551         (mono_thread_execute_interruption): 
2552         * appdomain.c (mono_domain_unload): Check for NULL error returns
2553         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
2554         75733.
2555
2556 2006-11-11  Miguel de Icaza  <miguel@novell.com>
2557
2558         * process.c
2559         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
2560         Only close the handle if the value of the handle is not
2561         INVALID_HANDLE_VALUE.  This just makes the process a bit more
2562         robust.
2563
2564         Improvement for #75733, so that we do not run into this problem. 
2565
2566         
2567         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
2568         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
2569         internal variables.  Fixes #79462 
2570         
2571
2572 2006-11-09  Dick Porter  <dick@ximian.com>
2573
2574         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
2575         Use poll() not select().  Fixes bug 79397.
2576
2577 2006-11-09  Raja R Harinath  <rharinath@novell.com>
2578
2579         Fix #79872
2580         * assembly.c (mono_assembly_load_from_full): Check that the given
2581         image has an assembly manifest.
2582
2583 2006-11-09  Ankit Jain  <jankit@novell.com>
2584
2585         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
2586         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
2587         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
2588
2589 2006-11-07  Dick Porter  <dick@ximian.com>
2590
2591         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
2592         Put the old resolver behaviour back for pre-2.0 profiles.
2593
2594 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
2595
2596         * threadpool.c: precise GC and locking fixes.
2597
2598 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
2599
2600         * class.c: don't load types that have an explicit unaligned
2601         managed reference. Provide better info in the TypeLoad exception.
2602         Part of the fix for bug #79744.
2603         * object.c: use the correct check for class type load issues.
2604
2605 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
2606
2607         * class.c: enforce alignment of fields with managed references
2608         even when Pack=1 is forced by the user (bug #77788).
2609
2610 2006-11-03  Dick Porter  <dick@ximian.com>
2611
2612         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
2613         If the address reverse lookup fails, return it as the hostname
2614         anyway.  Fixes bug 79721.
2615
2616 2006-11-03  Dick Porter  <dick@ximian.com>
2617
2618         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
2619         Fix build on Windows.
2620
2621 2006-11-02  Dick Porter  <dick@ximian.com>
2622
2623         * icall-def.h: 
2624         * object-internals.h: 
2625         * exception.c (mono_get_exception_thread_interrupted): 
2626         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
2627         Fixes bug 74525.
2628
2629         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
2630         Check for pending Thread.Interrupt.
2631
2632 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
2633         * loader.c: Fixed bug 79684.
2634
2635 2006-10-27  Dick Porter  <dick@ximian.com>
2636
2637         * file-io.c (get_file_attributes): Force symlinks to directories
2638         to be returned as a regular file.  Fixes bug 79733.
2639 2006-10-26  Dick Porter  <dick@ximian.com>
2640
2641         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
2642         CreateFile to open a directory then we need to set the
2643         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
2644
2645 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
2646
2647         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
2648         friends.
2649
2650 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
2651
2652         * sgengc.c: small cleanup of timer code.
2653
2654 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
2655
2656         * sgen-gc.c: fix some warnings and start adding support for
2657         complete object removal on domain unload.
2658
2659 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
2660
2661         * assembly.c: build_assembly_name should not consider a version
2662         number without build or revision number invalid. Fixes bug #79715.
2663
2664 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
2665
2666         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
2667         call kernel32 function OutputDebugString directly.
2668         
2669         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
2670         
2671 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
2672
2673         * reflection.c: small cleanup, using a function to insert a MonoString
2674         in the string heap.
2675
2676 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
2677
2678         * reflection.c: moving GC fixes.
2679
2680 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
2681
2682         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
2683         all the objects with finalizers belonging to an unloading appdomain.
2684
2685 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
2686
2687         * sgen-gc.c: added ability to allocate even when the nursery is fully
2688         pinned and fixed a couple of bugs.
2689
2690 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
2691
2692         * threads.h: Revert the last change for now.
2693
2694         * threads.h (mono_thread_get_pending_exception): Rename this to
2695         mono_thread_get_undeniable_exception ().
2696
2697 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
2698
2699         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
2700         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
2701         when fname does not refer to valid assembly. This result in a more
2702         meaningful error message.
2703         * exception.c: added mono_get_exception_bad_image_format2 which 
2704         constructs a BadImageFormatException using the ctor taking a custom
2705         message and the file name. Passing in a NULL msg results in a default
2706         message.
2707         * exception.h: define mono_get_exception_bad_image_format2 function.
2708         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
2709         when file name pointed to an invalid IL image. Use 
2710         mono_get_exception_file_not_found2 to construct FileNotFoundException,
2711         as this results in a more meaningful error message.
2712
2713 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
2714
2715         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
2716         #79465.
2717
2718 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
2719
2720         * metadata.c (mono_type_size): Change the align parameter to guint32 for
2721         consistency with the other _size functions.
2722         (mono_type_stack_size): Ditto.
2723
2724         * class.c object.c icall.c: Fix warnings caused by the above change.
2725
2726         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
2727
2728         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
2729
2730         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
2731
2732 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
2733
2734         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
2735         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
2736         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
2737         threadpool.h, threads-types.h: mark more internal functions.
2738
2739 2006-10-11  Dick Porter  <dick@ximian.com>
2740
2741         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
2742         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
2743         reproduce the bug even before applying the fix.)
2744
2745 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
2746
2747         * reflection.c: allow retrieving attributes for arguments in generic
2748         methods (bug #79241).
2749
2750 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
2751
2752         * debug-mono-symfile.c: properly check fopen () result (found by
2753         coverity).
2754
2755 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
2756
2757         * reflection.c: make error message clearer and fixed two
2758         issuelets found by Coverity.
2759
2760 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
2761
2762         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
2763
2764 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
2765
2766         * object-internals.h, gc-internal.h, profiler-private.h:
2767         mark internal functions.
2768
2769 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
2770
2771         * reflection.c: put data in the text section.
2772         * icall.c: recognize more types in type_from_typename ().
2773         * process.c, marshal.c: added some GC FIXMEs.
2774
2775 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
2776
2777         * loader.c: check for NULL before initializing.
2778
2779 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
2780
2781         * gc.c (finalizer_thread): Use a non-alertable wait here.
2782
2783         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
2784         until the correct solution is found.
2785
2786 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
2787
2788         * reflection.c (mono_module_get_object): Avoid an assert when operating on
2789         modules with no metadata. Fixes #79596.
2790
2791         * image.c (load_metadata_ptrs): Put back the error message when
2792         the #- heap is encountered since the support is not complete yet.
2793
2794 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
2795
2796         * gc.c: do not allow the user to SuppressFinalize () a
2797         delegate because it would leak the trampoline if present.
2798
2799 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
2800
2801         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
2802         PropertyPtr table.
2803
2804 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
2805
2806         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
2807
2808         * metadata.c (mono_metadata_get_param_attrs): Ditto.
2809
2810         * row-indexes.h: Add definitions for *Ptr tables.
2811
2812         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
2813
2814         * metadata.c (mono_metadata_translate_token_index): New helper function to
2815         translate table indexes used in uncompressed metadata.
2816         (mono_metadata_decode_table_row): Ditto.
2817         (mono_metadata_decode_table_row_col): Ditto.
2818
2819         * metadata.c: Add table schema for *Ptr tables.
2820
2821         * class.c loader.c: Use the new helper function to access the affected metadata
2822         tables.
2823         
2824         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
2825         #38532.
2826         
2827 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
2828
2829         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
2830         sequences which can be unbounded in size. Fixes #79583.
2831
2832 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
2833
2834         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
2835         static initialization.
2836
2837         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
2838
2839         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
2840
2841         * domain.c (mono_domain_free): Free up type_init_exception_hash.
2842
2843         * object.c (mono_runtime_class_init): Implement correct semantics when a static
2844         ctor fails, i.e. throw the same exception on subsequent accesses.
2845         
2846 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
2847
2848         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
2849         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
2850         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
2851         Handle marshalling of interfaces and VARIANTs contained in structs.
2852         
2853         Code is contributed under MIT/X11 license.
2854         
2855 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
2856
2857         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
2858         
2859         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
2860         mempool.
2861
2862 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2863
2864         * console-io.c: ignore previous SIGINT handler.
2865
2866 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
2867
2868         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
2869         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
2870         #79460, #79461, #79485.
2871
2872         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
2873
2874         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
2875         #79217.
2876
2877 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
2878
2879         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
2880         could be generated from it.
2881
2882 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
2883
2884         * rand.c: fix read loop to correctly handle EINTR.
2885
2886 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
2887
2888         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
2889         internal calls are defined to keep methods closer to the declaring
2890         type and allow a significant reduction in runtime relocations and
2891         memory usage.
2892
2893 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
2894
2895         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
2896         exception message to have FileNotFoundException use the default
2897         assembly load error message. Fixes bug #79426.
2898         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
2899
2900 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2901
2902         * threadpool.c: (start_thread_or_queue) use the root domain when
2903         creating the thread instead of the async object one.
2904
2905 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
2906
2907         * class.c, object.c, class-internals.h, reflection.c:
2908         for arrays, store element_size inside MonoClass (speedup
2909         for array object creation).
2910
2911 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
2912
2913         * icall.c: fixed CodeBase to use the file name and not the module
2914         name (bug #79365).
2915
2916 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
2917
2918         * mono-debug.c, mono-debug.h: export find_method as
2919         mono_debug_find_method ().
2920
2921 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
2922
2923         * debug-helpers.c, class-internals.h: added a few functions useful
2924         when debugging under gdb.
2925
2926 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2927
2928         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
2929         characters that need special handling.
2930
2931 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
2932
2933         * mono-config.c: make the os/cpu specification more flexible,
2934         allowing lists and negation.
2935
2936 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
2937
2938         * marshal.c: COM Interop fixes. Handle case where method->klass.
2939         is interface. Handle BSTR/MonoString when null. Use CDECL as 
2940         calling convention on non-windows platforms. This is for
2941         compatibility with XPCOM and MainWin COM.
2942         
2943         Code is contributed under MIT/X11 license.
2944         
2945
2946 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
2947
2948         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
2949         correctly. Fixes #79217.
2950
2951         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
2952
2953 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
2954
2955         * mono-config.c: allow both an os and cpu attribute for dllmap
2956         and dllentry elemnets to enable a single config file to be used
2957         for multiple architectures.
2958
2959 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
2960
2961         * loader.c: MonoLoaderError was cleared too soon on load failure.
2962         Fixes bug #79424.
2963
2964 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
2965
2966         * icall.c: use the defining class vtable when accessing a
2967         static field, not a pobblibly derived class.
2968
2969 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
2970
2971         * icall.c string-icalls.c: Remove references to unicode.h.
2972
2973         * unicode.h unicode.c Makefile.am: Remove these unused source files.
2974
2975         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
2976
2977         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
2978         indicating the image where custom marshaller types should be looked up.
2979         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
2980         custom marshallers, instead of corlib. Fixes #79425.
2981
2982 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
2983
2984         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
2985
2986 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
2987
2988         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
2989         Implement Environment.ProcessorCount.
2990         
2991         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
2992         Implement Environment.ProcessorCount.
2993         
2994         * icall.c: 
2995         Add Environment.ProcessorCount icall.
2996         
2997         Patch by Jason McFall.
2998
2999 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3000
3001         * assembly.c: don't append .exe/.dll when the filename already contains
3002         one of those extensions.
3003
3004 2006-09-12  Martin Baulig  <martin@ximian.com>
3005
3006         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
3007         to array interfaces.
3008
3009 2006-09-11  Martin Baulig  <martin@ximian.com>
3010
3011         * reflection.c (mono_image_build_metadata): Create the
3012         MethodImpl's after emitting all types and methods, so we don't
3013         need another fixup pass for them.
3014
3015 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
3016
3017         * class.c (mono_class_from_name_case): Fix regression introduced by the last
3018         change.
3019
3020 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
3021
3022         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
3023         unload.
3024
3025 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
3026
3027         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
3028         args is not set. Fixes #78926.
3029
3030 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
3031
3032         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
3033
3034         * image.c (load_class_names): Move this to class.c, and rename it to 
3035         'mono_image_init_name_cache'.
3036         (load_modules): Fix a warning.
3037
3038         * class.c icall.c image.c: Initialize image->name_cache lazily.
3039
3040         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
3041         on its name using information in the AOT file.
3042
3043         * class.c (mono_class_from_name): Use the new hook function.
3044
3045 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
3046
3047         * reflection.c (mono_param_get_objects): Handle enum default parameter values
3048         correctly.
3049
3050         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
3051         Fixes #79289.
3052         
3053 2006-09-06  Martin Baulig  <martin@ximian.com>
3054
3055         * icall.c (mono_lookup_internal_call): Small fix.
3056
3057 2006-09-05  Raja R Harinath  <rharinath@novell.com>
3058
3059         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
3060         double g_free.
3061
3062 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
3063
3064         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
3065         when --debug is specified.
3066
3067 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
3068
3069         * class.c (setup_generic_array_ifaces): Fix a warning.
3070
3071 2006-09-04  Miguel de Icaza  <miguel@novell.com>
3072
3073         * Temporarily remove the patch to assemly.c that checks the
3074         assembly versions as it breaks our gacutil.
3075
3076 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
3077
3078         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
3079
3080         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
3081         a net 1.0 runtime.
3082
3083         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
3084         created using the default ctor. Fixes #79152.
3085         (mono_string_builder_to_utf16): Ditto.
3086
3087 2006-09-01  Martin Baulig  <martin@ximian.com>
3088
3089         Fix handling of the generic array interfaces.
3090
3091         * class-internals.h
3092         (MonoDefaults): Removed `generic_array_class' and added
3093         `generic_ilist' class.
3094
3095         * class.c
3096         (mono_bounded_array_class_get): Add the new generic array interfaces.
3097         (setup_generic_array_ifaces): New static method; create vtable
3098         entries for each method in the generic array interfaces.
3099
3100         * metadata.c
3101         (select_container): Allow "parent-less" generic methods.
3102
3103         * marshal.c
3104         (mono_marshal_get_generic_array_helper): New public method.
3105
3106         * icall.c
3107         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
3108         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
3109         moved the interncall into System.Array.
3110
3111 2006-09-01  Raja R Harinath  <rharinath@novell.com>
3112
3113         A few more cases of avoiding work on types with ->byref set.
3114         Has the real fix for #79238
3115         * icall.c (is_generic_parameter): New helper.
3116         (ves_icall_Type_GetGenericParameterPosition): Use it.
3117         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
3118         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
3119         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
3120         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
3121         reference types.
3122         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
3123         reference types.
3124         (ves_icall_Type_get_IsGenericInstance): Likewise.
3125         (ves_icall_Type_get_IsGenericType): Likewise.
3126
3127 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
3128
3129         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
3130         class if possible.
3131
3132         * mempool.h (mono_mempool_get_allocated): New helper function.
3133
3134         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
3135         change.
3136
3137         * mempool.c: Fix warnings and the calculation of stats.
3138
3139         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
3140
3141         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
3142
3143         * loader.c (mono_get_method_from_token): Update method_count stat.
3144
3145         * class-internals.h (MonoStats): Add some stats.
3146
3147 2006-08-31 Robert Jordan  <robertj@gmx.net>
3148
3149         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
3150         with managed variants.
3151         All code is contributed under the MIT/X11 license.
3152         
3153 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
3154
3155         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
3156         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
3157
3158         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
3159
3160         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
3161         with cycles in classes.
3162
3163         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
3164
3165         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
3166         missing a [MarshalAs] directive. Fixes #79203.
3167
3168         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
3169         klass->marshal_info. Fixes #79217.
3170
3171 2006-08-30  Martin Baulig  <martin@ximian.com>
3172
3173         Committing a patch from Joachim Ante <joe@otee.dk>:
3174         Add support for binary data symbol stores.
3175
3176         * debug-mono-symfile.c
3177         (mono_debug_open_mono_symbol_file): Renamed into
3178         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
3179         arguments.
3180
3181         * mono-debug.c
3182         (mono_debug_open_image): Added `raw_contents' and `size' args.
3183         (mono_debug_init_2_memory): New public function.
3184
3185 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
3186
3187         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
3188
3189 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3190
3191         * appdomain.c: implement support for ShadowCopyFiles.
3192
3193 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
3194
3195         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
3196         when value is NULL (and should remove CID #51).
3197
3198 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3199
3200         * image.c: moved 2 functions to ../utils.
3201
3202 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
3203
3204         * gc.c: cope with the target object of a GC handle being NULL
3205         (bug #78877).
3206
3207 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
3208
3209         * class.c: recursively check parent's explicit implementations
3210         of interface methods (fixes bug #79125).
3211
3212 2006-08-19  Miguel de Icaza  <miguel@novell.com>
3213
3214         * filewatcher.c: Avoid warnings when building, do not redefine
3215         constants that are defined.
3216
3217         Remove warnings.
3218
3219 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3220
3221         * image.c: don't fail when the link points to an absolute path.
3222
3223 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
3224
3225         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
3226         Fix CID #3.
3227
3228 2006-08-17  Miguel de Icaza  <miguel@novell.com>
3229
3230         * image.c (full_path): A new method used to obtain the actual path
3231         of an assembly even in the presence of symbolic links.  
3232
3233         This is necessary for the case where we are running a binary that
3234         has been GACed, but we are using the "published" path name
3235         ($prefix/mono/1.0/blah.exe) which happens to point to the real
3236         file in the GAC.
3237
3238         This was the source of the failure for the `xsp' command with the
3239         recent AppDomain changes, as far as the runtime was concerned,
3240         there were two different assemblies: $prefix/mono/1.0/blah.exe and
3241         $prefix/mono/gac/blah/version/blah.exe.
3242
3243         (do_mono_image_open): use full path
3244
3245 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
3246
3247         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
3248
3249 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
3250
3251         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
3252         domain_id is supplied. Fix CID #241 and corlib's unit tests.
3253
3254 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
3255
3256         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
3257         small structures. Fixes #78990.
3258
3259 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
3260
3261         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
3262
3263         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
3264
3265 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3266
3267         * appdomain.c:
3268         * marshal.c: don't load all the assemblies from a domain into newly
3269         created ones. The new domains might have different rules and load
3270         assemblies from different locations. Fixes bug #76757.
3271
3272         Patch by Lluis. Conflicts resolved by Brian Crowell.
3273
3274 2006-08-16  Alp Toker  <alp@atoker.com>
3275
3276         * socket-io.c: First half of the fix for #79084.
3277         Set sa_size to the length of the content, not that of the struct.
3278         Don't add NULL suffix to the content, this should be done in
3279         managed code if needed.
3280
3281 2006-08-14  Raja R Harinath  <rharinath@novell.com>
3282
3283         Fix part of #79012
3284         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
3285         mono_metadata_parse_type returns NULL.
3286
3287 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
3288
3289         * normalization-tables.h : new file for string normalization data.
3290         * locales.c, locales.h, icall.c :
3291           added load_normalization_resource() for string normalization,
3292           and icall as well.
3293         * Makefile.am : added normalization-tables.h to the sources.
3294
3295 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
3296
3297         * marshal.c: Add more helper functions to reduce code duplication and use them
3298         everywhere.
3299
3300 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
3301
3302         * marshal.c: Fix non-x86 stdcall warnings.
3303         
3304         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
3305         them everywhere.
3306
3307 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
3308
3309         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
3310         type check on multi-dimensional arrays. Fixes #79000.
3311
3312 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
3313
3314         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
3315         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
3316         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
3317         * class-internals.h: add is_com_object to class structure.
3318         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
3319         null checks to COM object marshalling. Fix .ctor call on RCW.
3320         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
3321         
3322         All code is contributed under the MIT/X11 license.
3323
3324 2006-08-09  Dick Porter  <dick@ximian.com>
3325
3326         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
3327         racing mono_monitor_allocator_lock() somewhere, so don't delete
3328         the critical section for now.  Found by running and exiting
3329         monodevelop.
3330
3331 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
3332
3333         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
3334         (ves_icall_System_ComObject_FindInterface): Ditto.
3335         (ves_icall_System_ComObject_CacheInterface): Ditto.
3336
3337         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
3338         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
3339
3340 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3341
3342         * threadpool.c: treat pipes from process asynchronous reads as sockets
3343         when reading from them, so we get select/poll or epoll to wait for
3344         data.
3345
3346 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
3347
3348         * loader.c: Fix a typo (CID #233) in the null check.
3349
3350 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
3351
3352         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
3353         Hopefully fixes #78949.
3354         
3355         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
3356         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
3357         bytes. Fixes #78972.
3358
3359 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3360
3361         * filewatcher.c: we need to set errno here.
3362
3363 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3364
3365         * filewatcher.c: let Win32Exception get the error value.
3366
3367 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3368
3369         * filewatcher.c: translate errno into win32 errors for Win32Exception
3370         to know what happened.
3371
3372 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
3373
3374         * threadpool.c: Fix more warnings.
3375
3376         * assembly.c (search_loaded): Fix warnings.
3377
3378         * threadpool.c (mono_thread_pool_finish): Fix warnings.
3379         (mono_async_invoke): Ditto.
3380
3381 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
3382
3383         * object.c (mono_remote_class_vtable): Need to create proxy vtable
3384         entries for __ComObject type in addition to ComImport types.
3385         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
3386         about hash table.
3387         
3388         All code is contributed under the MIT/X11 license.
3389
3390 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
3391
3392         * image.c: avoid tentative loading of modulerefs that contain
3393         no metadata (P/Invoke library names).
3394
3395 2006-07-28  Dick Porter  <dick@ximian.com>
3396
3397         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
3398         mono_loader_lock() somewhere, so don't delete the critical section
3399         for now.  Found by running and exiting monodevelop.
3400
3401 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3402
3403         * filewatcher.c: define the inotify syscalls when we're building on
3404         linux and have sys/syscall.h. The build system might not have support
3405         for inotify but the target system might have it.
3406
3407 2006-07-26  Miguel de Icaza  <miguel@novell.com>
3408
3409         * domain.c: Documentation updates.
3410
3411         * loader.c (mono_free_method): Do not release the method
3412         information if we are being profiled, as profilers will use this
3413         information at shut down to present some data to the user.
3414
3415         This is needed so that the profiler does not crash, as the
3416         profiler tends to keep MonoMethods around, and they might become
3417         invalid if we free these.
3418
3419         (mono_get_method_constrained): Return the original CIL stream
3420         method as well, so verification can be performed against it.
3421
3422 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3423
3424         * filewatcher.[ch]: support for inotify file system watcher.
3425         * icall.c: add new internal calls for the inotify file system watcher.
3426
3427 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3428
3429         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
3430         #78888.
3431
3432 2006-07-20  Dick Porter  <dick@ximian.com>
3433
3434         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
3435         warning.
3436
3437 2006-07-20  Dick Porter  <dick@ximian.com>
3438
3439         * threads.c (start_wrapper): Do the thread cleanup while we still
3440         hold a reference to its object.  Fixes bug 78123.
3441
3442 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
3443
3444         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
3445         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
3446           "managed-to-managed".
3447         * icall.c: Redirect string constructors that take sbyte* to
3448           ves_icall_System_String_ctor_RedirectToCreateString.
3449         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
3450           to CreateString () methods with matching signature.
3451         * reflection.c: Use original security informations for
3452           MONO_WRAPPER_MANAGED_TO_MANAGED.
3453         * security-manager.c: Use original security informations for
3454           MONO_WRAPPER_MANAGED_TO_MANAGED.
3455         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
3456           that is a placeholder and only its address should be used.
3457         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
3458           that is a placeholder and only its address should be used.
3459
3460 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
3461
3462         Begin implementing COM Interop.
3463         * appdomain.c: Increment corlib version.
3464         * class.c: Set ComImport classes' parent to __ComObject.
3465         * loader.c: Mark cominterop methods as such.
3466         * domain.c: Add __ComObject class to MonoDefaults structure.
3467         * image.c: Add 2 hashtables to the image for COM Interop related methods
3468         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
3469         using the mempool allocator
3470         
3471         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
3472         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
3473         declaration for mono_metadata_type_dup_mp.
3474         
3475         * debug-helpers.c: Added strings for two additional wrapper types
3476         * object.c: Create proxy objects for ComImport classes
3477         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
3478         and added __ComObject class to MonoDefaults structure.
3479         
3480         * object-internals.h: Finish MonoRealProxy definition, and add definition of
3481         MonoComInteropProxy and MonoComObject.
3482         
3483         * marshal.c: Added support for COM Interop
3484         (signature_cominterop): Converts managed signature to corresponding
3485         unmanaged COM signature.
3486         (cominterop_get_function_pointer): gets unmanaged function pointer via
3487         COM object vtable
3488         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
3489         (cominterop_get_method_interface): returns interface type that method is defined on
3490         (mono_mb_emit_cominterop_call): emits native call to function pointer
3491         gotten from vtable
3492         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
3493         that matches signature of unmanaged function.
3494         (cominterop_get_native_wrapper): wrapper around adjusted method call.
3495         (cominterop_get_invoke): forwards call from proxy to __ComObject
3496         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
3497         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
3498         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
3499         
3500         * marshal.h: Added Marshal icall declarations.
3501         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
3502         so we can access them in finalizer
3503         
3504 2006-07-14  Dick Porter  <dick@ximian.com>
3505
3506         * object.c (mono_type_initialization_cleanup): Fix a race
3507         condition by temporarily commenting out the critical section
3508         deletion.
3509
3510 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
3511
3512         * reflection.c (create_custom_attr): Fix some warnings.
3513         (create_custom_attr_data): Ditto.
3514         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
3515         types. Fixes #78855.
3516
3517 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
3518
3519         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
3520
3521         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
3522
3523 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
3524
3525         * reflection.c (resolve_object): Add support for DynamicMethod.
3526
3527         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
3528         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
3529
3530 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
3531
3532         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
3533         don't leak GPtrArray's pdata has we have no use (nor free) for it.
3534
3535 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
3536
3537         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
3538         Fixes #77888.
3539
3540 2006-06-30  Raja R Harinath  <rharinath@novell.com>
3541
3542         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
3543         slightly: remove a shadow local variable.
3544
3545 2006-06-29  Raja R Harinath  <rharinath@novell.com>
3546
3547         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
3548         definition that introduces the virtual function slot.
3549         Also fix Coverity #105.
3550
3551 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
3552
3553         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
3554         for dynamic assemblies. Fixes #78724.
3555
3556 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
3557
3558         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
3559         Fixes #78722.
3560
3561 2006-06-21  Martin Baulig  <martin@ximian.com>
3562
3563         * reflection.c
3564         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
3565         fixes #76484.
3566
3567 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
3568
3569         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
3570
3571 2006-06-20  Raja R Harinath  <rharinath@novell.com>
3572
3573         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
3574         nor TYPEREFs.
3575         * class.c (mono_class_create_from_typespec): Add 'context' argument.
3576         Inflate result if necessary.
3577         (mono_class_get_full): Remove old version.  Rename from
3578         'mono_class_get' and add 'context' argument.  Pass it to
3579         ..._create_from_typespec.
3580         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
3581         (mono_ldtoken): Revert change below.
3582
3583 2006-06-20  Martin Baulig  <martin@ximian.com>
3584
3585         * class.c (mono_ldtoken): Don't pass the generic context to
3586         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
3587
3588 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
3589
3590         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
3591         and later freeing it. Fixes #78638.
3592
3593 2006-06-15  Miguel de Icaza  <miguel@novell.com>
3594
3595         * icall.c (mono_class_get_throw): Revert over-zealous error
3596         throwing, the caller for mono_class_get_throw will cope with
3597         errors when classes are not properly initialized already.
3598
3599         The code still copes with loader exceptions though.
3600
3601         Fixes the regression in reftype1 and reftype3 from the CAS tests.
3602         
3603 2006-06-14  Miguel de Icaza  <miguel@novell.com>
3604
3605         Fixes the `make run1' version of RuntimeAbort (to be commited,
3606         source is in Bugzilla).
3607         
3608         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
3609         FALSE on class loading failure instead of returning true.
3610
3611         * class.c (mono_class_create_from_typedef): It is possible for
3612         mono_metadata_interfaces_from_typedef_full to fail if a class is
3613         not found, cope with this.
3614         
3615
3616 2006-06-14  Dick Porter  <dick@ximian.com>
3617
3618         * socket-io.c: 
3619         * process.c: Fix a bunch of signed/unsigned warnings from gcc
3620         4.1.1
3621
3622 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
3623
3624         * culture-info-table.h : oops, forgot to make it nsync with r61548.
3625
3626 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
3627
3628         * icall.c: Another fix for building mono in Visual Studio.
3629
3630 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
3631
3632         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
3633         
3634 2006-06-09  Martin Baulig  <martin@ximian.com>
3635
3636         * debug-mono-symfile.c: Put this back and really fix it this
3637         time. Sorry for all the trouble.
3638
3639 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
3640
3641         * icall.c (mono_class_get_throw): Fix a warning.
3642         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
3643         ReflectionTypeLoadException if needed. Fixes #78606.
3644
3645         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
3646         (mono_class_init): Ditto.
3647
3648         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
3649         ref_only exceptions.
3650         (mono_loader_clear_error): Make this work even if there is no error.
3651
3652 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
3653
3654         * object-internals.h marshal.c marshal.h icall.c: Implement method 
3655         Marshal.GetComSlotForMethodInfo using internal call.
3656
3657 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
3658
3659         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
3660         a function for signalling it.
3661
3662         * class.c (mono_class_from_typeref): Use the new kind of loader error when
3663         a referenced assembly is not found.
3664
3665         * loader.c (mono_loader_error_prepare_exception): Add support for 
3666         LOADER_ERROR_ASSEMBLY. Fix formatting.
3667
3668 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
3669
3670         * domain.c appdomain.c class-internals.h marshal.c: Add support 
3671         for VARIANT marshalling on windows and increment corlib version
3672         since Variant struct was added.
3673
3674 2006-06-03  Miguel de Icaza  <miguel@novell.com>
3675
3676         * debug-mono-symfile.c: Revert Martin's previous patch which broke
3677         stack trace line information:
3678
3679         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
3680         (Martin) when looking up B which is between A and C, return A not C.
3681
3682         Bug is #78573.
3683
3684         Thanks to Alexander Olk for tracking this down.
3685
3686 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
3687
3688         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
3689         
3690         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
3691         avoid clobbering its value.
3692         (mono_string_to_lpstr): Fix a warning on windows.
3693
3694 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
3695
3696         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
3697
3698         * reflection.c loader.c: Removed references to 'dummy' flag.
3699
3700         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
3701
3702         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
3703         it gets GC tracking.
3704
3705         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
3706         GC tracking.
3707         
3708         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
3709
3710         * marshal.c threadpool.c: Update callers of mono_async_result_new.
3711
3712         * appdomain.c: Bump corlib version.
3713
3714 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
3715
3716         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
3717         CEE_STIND_REF when working with object references.
3718
3719 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
3720
3721         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
3722         Fixes #78539.
3723
3724 2006-05-30  Miguel de Icaza  <miguel@novell.com>
3725
3726         * loader.c (method_from_memberref): Fix argument value for
3727         mono_loader_set_error_method_load (I was passing the MonoClass
3728         instead of the class name char *).
3729
3730 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
3731
3732         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
3733         CEE_STIND_REF when working with object references.
3734
3735 2006-05-30  Martin Baulig  <martin@ximian.com>
3736
3737         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
3738         mono_method_full_name() change and replace the ':' with a '.'
3739         here.
3740
3741 2006-05-30  Martin Baulig  <martin@ximian.com>
3742
3743         * debug-mono-symfile.c
3744         (mono_debug_symfile_lookup_location): Fix the algorithm:
3745         when looking up B which is between A and C, return A not C.
3746
3747 2006-05-29  Martin Baulig  <martin@ximian.com>
3748
3749         * mono-debug.h
3750         (MonoDebugMethodInfo): Make the typedef public.
3751         (MonoDebugSourceLocation): New public struct.
3752
3753         * mono-debug.c
3754         (mono_debug_source_location_from_address): Removed.
3755         (mono_debug_source_location_from_il_offset): Removed.
3756         (mono_debug_il_offset_from_address): Removed.
3757         (mono_debug_address_from_il_offset): Removed.
3758         (mono_debug_lookup_method): New public function.
3759         (mono_debug_lookup_source_location): New public function; replaces
3760         the old mono_debug_source_location_from_*() functions; see the
3761         inline documentation.
3762         (mono_debug_free_source_location): New public function.
3763         (mono_debug_print_stack_frame): New public function; see the
3764         inline documentation.
3765
3766         * debug-mono-symfile.c
3767         (mono_debug_find_source_location): Renamed into
3768         mono_debug_symfile_lookup_location(); only take a
3769         `MonoDebugMethodInfo *' and an `offset' argument; added inline
3770         documentation.
3771         (mono_debug_find_method): Renamed into
3772         mono_debug_symfile_lookup_method().
3773
3774 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
3775
3776         * assembly.c (mono_assembly_open_full): Dont overwrite the status
3777         returned by mono_image_open_full ().
3778
3779         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
3780         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
3781         #78517.
3782
3783         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
3784         #78518.
3785
3786 2006-05-27  Miguel de Icaza  <miguel@novell.com>
3787
3788         * class.c (mono_class_from_typeref): handle missing images
3789         earlier, deals with bug #78418.   Refactor code; 
3790
3791         Fix a warning introduced in my previous commit (some stale code
3792         from before I revisited my patch).
3793
3794         * class.c (mono_class_create_from_typedef): On failure, remove the
3795         class from the MonoImage->class_cache as the class is not
3796         initialized;   Fixes the leak pointed out by Paolo.
3797
3798 2006-05-25  Dick Porter  <dick@ximian.com>
3799
3800         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
3801         DeleteCriticalSections until I figure out which one may still be
3802         sometimes locked when mono_thread_cleanup is called.
3803
3804 2006-05-24  Dick Porter  <dick@ximian.com>
3805
3806         * threads.c (mono_thread_cleanup): Move the threading cleanup out
3807         of mono_thread_manage and back into its own function, so it can be
3808         called after the finalizer thread has finished.
3809
3810         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
3811
3812 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
3813
3814         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
3815         Fixes #78495.
3816
3817         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
3818         with non-blittable elements.
3819         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
3820
3821 2006-05-24  Martin Baulig  <martin@ximian.com>
3822
3823         * mono-debug-debugger.h (MonoDebuggerEvent): Added
3824         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
3825
3826         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
3827         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
3828         `mono_debugger_event_handler' to NULL.
3829
3830 2006-05-24  Martin Baulig  <martin@ximian.com>
3831
3832         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
3833
3834 2006-05-24  Martin Baulig  <martin@ximian.com>
3835
3836         * mono-debug-debugger.h
3837         (mono_debugger_create_notification_function): Added
3838         `MonoCodeManager *' argument.
3839
3840 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
3841
3842         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
3843
3844 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
3845
3846         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
3847         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
3848         implementation.
3849
3850 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
3851
3852         * icall.c: precise GC support: objects can't be stored in unmanaged
3853         memory anymore, even if they are kept alive by other references: since
3854         they can move the GC needs to be able to always find them.
3855
3856 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
3857
3858         * object.c: precise GC support for static fields. Support
3859         for moving GCs: write barriers and pinned allocation for interned
3860         strings.
3861
3862 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
3863
3864         * domain.c, domain-internals.h: precise GC support for the MonoDomain
3865         structure.
3866
3867 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
3868
3869         * class.c, gc.c: sgen and precise GC updates.
3870
3871 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
3872
3873         * marshal.h, marshal.c: added write barrier wrapper and precise type
3874         fixes.
3875
3876 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
3877
3878         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
3879         support.
3880
3881 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
3882
3883         * reflection.c: precise and sgen GC updates.
3884
3885 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
3886
3887         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
3888
3889 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
3890
3891         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
3892
3893 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
3894
3895         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
3896         MONO_TYPE_OBJECT. Fixes #78462.
3897
3898 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
3899
3900         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
3901         and blittable types.
3902
3903 2006-05-17  Miguel de Icaza  <miguel@novell.com>
3904
3905         * class.c (mono_class_get_exception_for_failure): Implement parts
3906         of a TODO: if the loader error is set (instead of the class
3907         error), we return a Loader exception that can be properly thrown
3908         elsewhere.
3909
3910         This was exposed by some Winforms 2.0 code that I tried to run
3911         (Atsushi pointed me to it).
3912
3913 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
3914
3915         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
3916         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
3917         
3918         * marshal.c (emit_marshal_vtype): Add limited support for 
3919         UnmanagedType.LPStruct. Fixes #78427.
3920
3921         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
3922         Applied a patch from kangaroo to fix #77523.
3923
3924 2006-05-17  Martin Baulig  <martin@ximian.com>
3925
3926         * threads.c
3927         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
3928         (debugger_thread_created): Removed.
3929         (debugger_thread_exited): Removed.
3930
3931 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
3932
3933         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3934
3935         * object-internals.h (MonoReflectionResource): Sync with managed version.
3936
3937 2006-05-12  Wade Berrier <wberrier@novell.com>
3938
3939         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
3940
3941 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
3942
3943         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
3944         functions try to allocate from the image mempool.
3945
3946 2006-05-12  Dick Porter  <dick@ximian.com>
3947
3948         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
3949
3950 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
3951
3952         * object.c: The FieldGetter and FieldSetter methods require the full
3953         name of the class, not only the name. Fixes bug #78277.
3954
3955 2006-05-11  Miguel de Icaza  <miguel@novell.com>
3956
3957         * loader.c (method_from_memberref): Do not pass the NULL klass to
3958         mono_loader_set_error_() methods.  Pass the non-NULL value
3959         (class). 
3960
3961 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
3962
3963         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
3964         (mono_assembly_close): Null out assembly->image->references after freeing it.
3965
3966         * image.c (mono_image_close): Free image->references.
3967         
3968         * reflection.c (mono_image_basic_init): Fix a small memory leak.
3969
3970 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
3971
3972         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
3973         before checking if it's NULL (g_assert).
3974
3975 2006-05-10  Martin Baulig  <martin@ximian.com>
3976
3977         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
3978         I thought I already killed that two months ago, but now it somehow reappeared.
3979
3980 2006-05-10  Martin Baulig  <martin@ximian.com>
3981
3982         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
3983
3984 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
3985
3986         * reflection.c: Allocate memory for dynamically created methods in the image
3987         mempools.
3988
3989 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
3990
3991         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
3992         don't use the ad pointer before checking if it's NULL (g_assert).
3993
3994 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
3995
3996         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
3997         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
3998
3999         * marshal.c: Allocate all signatures from mempools.
4000
4001         * marshal.c: Allocate some more signatures from mempools.
4002
4003 2006-05-09  Miguel de Icaza  <miguel@novell.com>
4004
4005         * object.c (mono_load_remote_field): The code used to provide a
4006         temporary variable for returning results if the user did not
4007         provide a result pointer.  But our temporary variable was allocted
4008         on the satck.
4009
4010         Fix calling code to always pass a result area.   Coverity ID 103.
4011
4012 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
4013
4014         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
4015         value, not the old. Fixes #78312.
4016         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
4017
4018         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
4019         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
4020         per-image cache.
4021
4022         * assembly.c (mono_assembly_close): Free image->references.
4023
4024         * assembly.c (mono_assembly_names_equal): Fix a warning.
4025         (mono_assemblies_cleanup): Cleanup more global data.
4026
4027         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
4028
4029         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
4030         ptr_cache and image->modules.
4031
4032         * image.c (mono_image_init): Allocate array_cache lazily.
4033         
4034 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4035
4036         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
4037         behavior was changed recently and has bad side effects.
4038
4039 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
4040
4041         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
4042         
4043         * assembly.c (mono_assembly_close): Remove a debug printf.
4044
4045         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
4046
4047         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
4048         to also allow for temporary references between mono_image_open ()/close ().
4049
4050         * domain.c (get_runtimes_from_exe): Add a FIXME.        
4051
4052 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
4053
4054         * marshal.c: Fix support for dynamic methods.
4055
4056         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
4057
4058         * marshal.c (mono_marshal_cleanup): New cleanup function.
4059
4060         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
4061         image mempools.
4062
4063         * class.c (mono_class_init): Fix leaking class->nested_classes.
4064
4065         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
4066
4067         * image.c (mono_image_init): Initialize the new cashes.
4068
4069         * image.c (mono_image_close): Destroy the new cashes.
4070
4071         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
4072
4073         * mempool.c (mono_mempool_strdup): New helper function.
4074
4075         * class-internals.h: Add prototype for mono_loader_unlock ().
4076
4077         * domain.c (mono_jit_info_table_find): Fix a warning.
4078         (mono_debugger_check_runtime_version): Ditto.
4079
4080         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
4081         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
4082         functions to these modules.
4083
4084         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
4085         metadata modules.
4086         
4087         * marshal.c (mono_free_bstr): Fix a warning.
4088
4089         * assembly.c (mono_assembly_open_full): Fix another small leak.
4090
4091         * object.c: Fix some unload leaks in the remoting code.
4092
4093         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
4094         function.
4095
4096         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
4097
4098         * reflection.c: Fix some unload leaks in dynamic assemblies.
4099
4100 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
4101
4102         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
4103         * marshal.h: Add BSTR support on Win32
4104         * icall.c: Add BSTR icalls
4105         * metadata.h: Add BSTR enums
4106
4107 2006-04-28  Miguel de Icaza  <miguel@novell.com>
4108
4109         Work to catch the crash from #76795 and turn it into an
4110         exception.   As I stubbed out pieces of the VisualBasic support,
4111         I found a number of places where the code was failing and I added
4112         checks to those places. 
4113         
4114         * metadata.c (do_mono_metadata_parse_generic_class): Make this
4115         function return a status code.  If we fail to parse the signature
4116         from mono_metadata_parse_generic_inst, return FALSE.
4117
4118         * loader.c (mono_get_method_from_token): If we fail to load the
4119         method (mono_class_get) return NULL.   
4120
4121         * (method_from_memberref): Return NULL if we are unable to parse
4122         the method signature
4123
4124         (mono_loader_error_prepare_exception): Since we now use the
4125         loader_error flag internally to stop processing, and obtaining
4126         exceptions that might be thrown will walk this code path the
4127         proper way of going from a MonoLoaderError into a
4128         MonoException was convoluted.   This new routine encapsulates the
4129         process of turning the error into an exception and *clearing* the
4130         error afterwards.
4131         
4132 2006-04-27  Miguel de Icaza  <miguel@novell.com>
4133
4134         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
4135         with missing assemblies), and to cope with:
4136
4137                 * Missing fieldref from a non-existing assembly.
4138                 * Missing methodref from a non-existing assembly.
4139
4140         The first batch of work to address *some* of the issues from 76661.
4141         
4142         * object.c (mono_class_create_runtime_vtable): If we fail to
4143         initialize the class raise the exception here. 
4144
4145         * metadata.c (mono_class_get_overrides_full): If any methods fail
4146         to load return the failure to the caller.
4147
4148         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
4149         flagging assemblies that failed to load.   
4150
4151         Do not crash if we are unable to load the assembly.
4152
4153         (mono_assembly_close): Do nothing with REFERENCE_MISSING
4154         assemblies. 
4155
4156         * loader.c (mono_loader_set_error_type_load): Change the
4157         convention to always pass unallocated strings, so we make our own
4158         copies (I know our own code had duplicated strings before, but
4159         this keeps the normal conventions).
4160         (method_from_memberref): Call mono_loader_set_error_method_load
4161         for all possible failures of loading the class. 
4162         Remove assert, turn into a loader error.
4163
4164         (mono_loader_error_to_exception): Move this routine from mini
4165         (mini_loader_error_to_exception) there was no need to have that in
4166         mini. 
4167
4168         * class.c (mono_class_from_typeref): If we were not able to load
4169         the assembly with mono_assembly_load_reference, call the
4170         mono_loader_set_error_type_load to register the problem.
4171
4172         (mono_class_setup_fields): If we fail to load the type from
4173         mono_metadata_parse_type_full, call mono_class_set_failure and
4174         break from the loop.
4175
4176         If class->exception_type is set, we do not layout the fields as
4177         that might crash the runtime, and instead return (from breaking
4178         from the previous loop).
4179
4180         (mono_class_setup_vtable): This now returns a boolean indicating
4181         whether the table was properly setup.   The decision is driven by
4182         mono_class_get_overrides_full which might run into non-existing
4183         methods. 
4184         
4185         (mono_class_init): Returns TRUE on success or FALSE if there was a
4186         problem in loading the type (incorrect assemblies, missing
4187         assemblies, methods, etc).
4188
4189         When we call mono_class_setup_fields we also check for a potential
4190         error inside this call (either a class exception or a general
4191         loader exception).
4192
4193         (mono_class_create_from_typedef): If the parent fails to load
4194         (calling mono_class_get_full) return NULL.
4195         
4196         ** Important **
4197
4198         calls to mono_metadata_parse_type_full should be checked
4199         everywhere and set the mono_class_set_failure
4200         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
4201
4202         The current patch checks the places where my manually constructed
4203         tests show the errors are showing up, but we should do it
4204         everywhere. 
4205
4206         ** Important2 **
4207
4208         mono_class_init return values should be tested everywhere, like
4209         the previous case this is something that we should audit
4210         everywhere and not only on the cases exposed by the tests I
4211         created. 
4212
4213 2006-04-26  Miguel de Icaza  <miguel@novell.com>
4214
4215         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
4216         boolean parameter and instead pass the information on `options'
4217         parameter (FileOptions).
4218
4219         * icall.c: Register the new signature for MonoIO.Open.
4220
4221         * debug-helpers.c (dis_one): Trying to understand how coverity
4222         works.  Fix Run 5, item 78.
4223
4224 2006-04-26  Dick Porter  <dick@ximian.com>
4225
4226         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
4227         dereference.
4228
4229 2006-04-25  Martin Baulig  <martin@ximian.com>
4230
4231         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
4232
4233         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
4234         debugger_thread_created().
4235         (debugger_gc_push_all_stacks): Don't handle the main thread in any
4236         special way.
4237         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
4238         (mono_debugger_finalize_threads): New function; undo the effects
4239         of mono_debugger_init_threads().
4240         (mono_debugger_create_all_threads): Removed.
4241
4242 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
4243
4244         * image.c (mono_image_close): Tidy up trace messages.
4245
4246         * assembly.c (mono_assembly_close): Ditto.
4247
4248         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
4249         no longer references an already freed assembly. Fixes #78168.
4250
4251 2006-04-21  Dick Porter  <dick@ximian.com>
4252
4253         * threads.c (mono_thread_detach): Fix reference counting when
4254         detaching threads.
4255
4256 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
4257
4258         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
4259         #78155.
4260
4261 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
4262
4263         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
4264         (mono_type_to_stind): Ditto.
4265
4266         * marshal.c: Use the new helper functions to simplify code.
4267
4268         * image.c (mono_image_close): Add some code for help debug assembly unloading
4269         problems.
4270
4271         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
4272         image mempool.
4273
4274         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
4275         assembly was already loaded in another appdomain. Fixes #78083.
4276
4277 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
4278
4279         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
4280         referenced assemblies.
4281         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
4282
4283         * domain.c (mono_domain_free): Add a trace message.
4284
4285         * appdomain.c (add_assemblies_to_domain): Ditto.        
4286
4287         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
4288         field.  
4289
4290 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
4291
4292         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
4293
4294 2006-04-12  Martin Baulig  <martin@ximian.com>
4295
4296         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
4297         `USE_INCLUDED_LIBGC'.   
4298
4299 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
4300
4301         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
4302         the patch contains ../ and a small directory name later. Hopefully fixes
4303         #78035.
4304
4305 2006-04-10  Martin Baulig  <martin@ximian.com>
4306
4307         Clean up the debugger's thread-handling code.
4308
4309         The debugger's thread-handling code has been moved from
4310         ../mini/debug-debugger.c to threads.c.  We now iterate directly
4311         over the `threads' hash, keep track of exiting threads and also
4312         use proper locking.
4313
4314         We can now debug XSP and XSP based applications with the debugger.
4315
4316         * object-internals.h (MonoThread): Added `gpointer end_stack'.
4317
4318         * threads.h
4319         (MonoThreadCallbacks): Removed; this was only used by the debugger.
4320         (mono_install_thread_callbacks): Likewise.      
4321
4322         * threads.c (mono_thread_callbacks): Removed.
4323         (debugger_thread_created, debugger_thread_exited): New static functions.
4324         (start_wrapper): Call debugger_thread_created().
4325         (thread_cleanup): Call debugger_thread_exited().
4326         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
4327         (mono_debugger_init_threads): New public function.
4328         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
4329         iterate directly over the `threads' hash and also use proper locking.
4330
4331         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
4332
4333         * mono-debug-debugger.h
4334         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
4335
4336 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
4337
4338         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
4339         argument type=array. Fixes #78057.
4340
4341 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
4342
4343         * culture-info-table.h : regenerated. Fixed bug #69652.
4344
4345 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
4346
4347         * loader.c metadata.c: Reapply a variant r59116.
4348         
4349         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
4350
4351         * class.c (mono_class_setup_interface_offsets): New internal function.
4352
4353         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
4354         interfaces too. Fixes #77398.
4355
4356         * reflection.c (encode_cattr_value): Add support for 
4357         parameter type=object, argument type=array.
4358         (load_cattr_value): Ditto. Fixes #77916.
4359
4360         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
4361         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
4362
4363         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
4364         a byval char array and CharSet is Ansi.
4365
4366         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
4367
4368 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
4369
4370         * metadata.c: Add some locking comments.
4371         
4372         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
4373         mempool.
4374         (mono_metadata_free_method_signature): Don't free the signature itself.
4375
4376         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
4377
4378         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
4379         reference the same MonoImage.
4380         (mono_assembly_load_from_full): Add an assert.
4381
4382 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
4383
4384         * image.c (mono_image_close): Don't put the image we are about to free into the
4385         loaded_images_guid_hash.
4386
4387         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
4388         to reduce code duplication.
4389
4390         * marshal.c: Register the native functions called by this module as icalls, to
4391         somewhat centralize the creation of MonoMethodSignature's.
4392
4393         * loader.c (mono_method_signature): Add a cache for method signatures.
4394
4395         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
4396         the parameter attributes of a method.
4397         (mono_metadata_parse_method_signature_full): Refactored the computation of
4398         parameter attributes into a separate function. Also avoid one allocation in
4399         most cases.
4400
4401         * assembly.c (mono_assembly_close): Ditto.
4402
4403         * image.c (mono_image_close): Log trace messages with INFO level.
4404
4405         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
4406
4407         * image.c reflection.c: Correct reference counting of image modules.
4408         
4409         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
4410         of this function from the image mempool.
4411         
4412         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
4413         to allow more cached types to be used.
4414
4415         * mono-debug.c (mono_debug_add_method): Appled patch from
4416         David S. Miller  <davem@sunset.davemloft.net>: Access 
4417         minfo->lexical_blocks[] entry elements using read32().
4418
4419 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
4420
4421         * loader.c (mono_free_method): No longer free the method header for non-dynamic
4422         methods as it is allocated from the mempool.
4423
4424         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
4425         image mempool.
4426
4427         * metadata-internals.h: Add comments describing the reference counting scheme
4428         used for MonoImage and MonoAssembly.
4429
4430         * image.c assembly.c reflection.c: Rework reference counting of images and 
4431         assemblies so they are freed when the runtime is shut down. Free some 
4432         additional memory structures when an image is unloaded.
4433         
4434 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
4435
4436         * class.c loader.c reflection.c: Allocate more data structures in
4437         the image mempool.
4438
4439 2006-03-31  Miguel de Icaza  <miguel@novell.com>
4440
4441         * icall.c
4442         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
4443         build on pre glib 2.4 systems.
4444
4445 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
4446
4447         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
4448
4449         * icall.c: Fix some warnings.
4450
4451 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
4452
4453         * culture-info-table.h : regenerated.
4454
4455 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
4456
4457         * threads.c, object-internals.h, verify.c: changed the culture caching
4458         code to use a normal MonoArray for storage so the GC can keep track of
4459         them easily. Fixed bits of the cache logic, too and simplified the
4460         code.
4461
4462 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
4463
4464         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
4465         thread for non-Boehm GCs.
4466
4467 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
4468
4469         * domain.c, object.c, domain-internals.h: reduce the amount of memory
4470         needed to keep track of the data for static fields.
4471
4472 2006-03-29  Raja R Harinath  <rharinath@novell.com>
4473
4474         Fix #75172
4475         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
4476         for interface classes.  Use 'num_methods' instead.
4477         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
4478         before using '->vtable_size' field.
4479
4480 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
4481
4482         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
4483         doesn't contain managed pointers, so use a normal hashtable.
4484
4485 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
4486
4487         * reflection.c, class-internals.h, domain.c: fixed handling of types
4488         used as values for objects in custom attributes (bug #77915):
4489
4490 2006-03-24  Martin Baulig  <martin@ximian.com>
4491
4492         * class.c (mono_class_setup_fields): Added support for generic
4493         instances; fixes #77580.
4494
4495 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4496
4497         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
4498
4499 2006-03-24  Dick Porter  <dick@ximian.com>
4500
4501         * file-io.c (get_file_attributes): More stat macro breakage.
4502         Fixes bug 77759.
4503
4504 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
4505
4506         * profiler.c: added the file=filename option in the default profiler
4507         to output the profile data to filename.
4508
4509 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4510
4511         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
4512         bug #77877.
4513
4514 2006-03-22  Martin Baulig  <martin@ximian.com>
4515
4516         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
4517         allocated `MonoClassField *' in `fb->handle'.
4518
4519 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
4520
4521         * class.c, image.c, metadata-internals.h: implemented new mechanism to
4522         allocate interface ID to save memory and allow better ID reuse on
4523         appdomain unload. setup_generic_vtable () removal from Martin.
4524
4525 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
4526
4527         * object.h, appdomain.c, domain.c, exception.c, icall.c,
4528         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
4529         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
4530         write barriers for reference stores with managed objects accessed with
4531         C structures in the runtime and in embedding programs.
4532
4533 2006-03-20  Raja R Harinath  <rharinath@novell.com>
4534
4535         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
4536         'interface_id' and 'max_interface_id' fields of MonoClasses
4537         representing open generic types.
4538
4539 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
4540
4541         * object.h, object.c, icall.c: added functions to deal with
4542         storing valuetypes that contain references in managed objects.
4543         * reflection.c, string-icalls.c, threads.c, marshal.c: small
4544         fixes and comments around uses of mono_array_addr ().
4545
4546 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
4547
4548         * object.h, icall.c, monitor.c: object.GetHashCode ()
4549         implementation that supports the moving garbage collector.
4550
4551 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
4552
4553         * icall.c, threads-types.h, threads.c: implemented finalizer for
4554         LocalDataStoreSlot.
4555
4556 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
4557
4558         * metadata.c (mono_type_size): Add a fixme.
4559         (mono_type_stack_size): Ditto.
4560
4561         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
4562         'type_forwarders' field.
4563
4564         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
4565         attribute from net 2.0.
4566
4567         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
4568         from class.c.
4569
4570         * class.c (mono_class_setup_fields): Fix a warning.
4571         
4572         * class.c (mono_class_from_name): Add support for assemblyref entries
4573         in the EXPORTEDTYPE table.
4574
4575         * reflection.c: Add support for handling type forwarders under net 2.0.
4576
4577         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
4578         
4579 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
4580
4581         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
4582         overwriting entries in ModuleBuild->types, also clean up the code
4583         a little. Fixes #77774.
4584
4585 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
4586
4587         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
4588         load friend assembly info when present.
4589
4590 2006-03-14  Raja R Harinath  <rharinath@novell.com>
4591
4592         Fix crasher on gtest-158.cs.
4593         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
4594         the return value if the MonoClass we want is yet in an
4595         inconsistent state.
4596         * class.c (mono_class_create_from_typedef): Add an comment
4597         explaining an order dependency between mono_class_setup_parent and
4598         mono_class_setup_mono_type.
4599
4600 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
4601
4602         * class.c: documentation updates and events bug fix.
4603
4604 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
4605
4606         * class.c: some cleanup, locking fixes.
4607
4608 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
4609
4610         * class.c: fix the generics code to setup nested
4611         type info to the instantiated type (bug #77770).
4612
4613 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
4614
4615         * marshal.c: fixed a few type correctness issues.
4616
4617 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
4618
4619         * loader.c: the Set/Get/Addrtess array methods should be public.
4620
4621 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
4622
4623         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
4624         
4625         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
4626         info->wrapper.
4627
4628 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
4629
4630         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
4631
4632         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
4633
4634         * mempool.c (mono_mempool_alloc): Speed this up a bit.
4635         (mono_mempool_alloc0): Ditto.
4636
4637 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4638
4639         * socket-io.c:
4640         (create_object_from_sockaddr): it was allocating 4 extra bytes
4641         for the AF_UNIX data. Fixes bug #77747.
4642
4643 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
4644
4645         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
4646
4647 2006-03-09  Dick Porter  <dick@ximian.com>
4648
4649         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
4650         Fixes bug 76966 again.
4651
4652 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
4653
4654         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
4655         names from r57532
4656         * appdomain.c: Bumped corlib version to 48 (due to r57532)
4657
4658 2006-03-07  Martin Baulig  <martin@ximian.com>
4659
4660         * object.c
4661         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
4662
4663 2006-03-07  Martin Baulig  <martin@ximian.com>
4664
4665         * class.c
4666         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
4667         regression introduced in r56970; see gtest-252.cs.
4668
4669         * loader.c (mono_get_method_constrained): Correctly handle generic
4670         methods; see gtest-253.cs.
4671
4672 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
4673
4674         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
4675
4676 2006-03-04  Martin Baulig  <martin@ximian.com>
4677
4678         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
4679         compute the parent type at runtime, just like we're already doing
4680         it for interfaces.
4681
4682         * reflection.c
4683         (mono_reflection_bind_generic_parameters): Don't compute the
4684         parent type anymore.
4685
4686         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
4687
4688 2006-03-04  Martin Baulig  <martin@ximian.com>
4689
4690         * mono-debug-debugger.h
4691         (mono_debugger_create_notification_function): Allocate memory at
4692         runtime and return a pointer to it.
4693
4694 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
4695
4696         * assembly.c: Fix windows build.
4697         
4698         * assembly.c: Fix build.
4699
4700         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
4701
4702         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
4703         
4704 2006-03-03  Dick Porter  <dick@ximian.com>
4705
4706         * process.c
4707         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
4708         Check parameters before dereferencing them.  Fixes Aaron's part of
4709         bug 77393.
4710
4711 2006-03-03  Raja R Harinath  <rharinath@novell.com>
4712
4713         Fix performance regression.
4714         * loader.c (find_method_in_class): Add 'from_class' argument.
4715         Rename 'klass' argument to 'in_class'.  The signature is compared
4716         against the method in 'in_class', and the corresponding method is
4717         returned from 'from_class'.
4718         (find_method): Walk both 'in_class' and 'from_class' in parallel.
4719         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
4720         type definition and generic instantiation in parallel.
4721         (mono_get_method_constrained): Update to changes.
4722
4723 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
4724
4725         * threads.c: make sure the domain is correct, too when doing
4726         mono_thread_attach ().
4727
4728 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
4729
4730         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
4731         windows. Fixes #77683.
4732
4733 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
4734
4735         * object.h, *: introduced specific way to set elements of an array
4736         of references to be used as write barrier. Still need to audit the
4737         uses of mono_array_addr.
4738
4739 2006-03-01  Miguel de Icaza  <miguel@novell.com>
4740
4741         * object-internals.h: New field to cache the assmebly name, patch
4742         from Tambet Ingo (tambet@ximian.com)
4743
4744 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
4745
4746         * decimal.h, class-internals.h, metadata-internals.h,
4747         file-io.h: mark a few function declarations as internal, to
4748         reduce the number of PLT entries.
4749
4750 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4751
4752         * file-io.c: fix typo in warning message.
4753
4754 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
4755
4756         * loader.c: on unix, lookup the "*A" version of a function
4757         if charset is auto as a second option before failing.
4758
4759 2006-02-28  Raja R Harinath  <rharinath@novell.com>
4760
4761         * class.h (mono_class_inflate_generic_method): Revert to two
4762         argument version.
4763         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
4764         (mono_class_inflate_generic_method_full): Add.
4765         * class.c (mono_class_inflate_generic_method_full): Rename from
4766         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
4767         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
4768         * loader.c, reflection.c: Update to changes.
4769
4770 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
4771
4772         * icall.c: const fixes and small improvements.
4773
4774 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4775
4776         * threadpool.c: for asynchronous connect(), enable the same workaround
4777         for BSD 6 as for the Mac. Fixes bug #77637.
4778
4779 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
4780
4781         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
4782         formatted classes. Fixes #77524.
4783
4784 2006-02-24  Raja R Harinath  <rharinath@novell.com>
4785
4786         * class.c (inflate_generic_type): Add a couple more
4787         micro-optimizations.
4788         (inflate_generic_context): Don't use the 'gmethod' from
4789         'inflate_with'.
4790         (mono_class_inflate_generic_method): If the method has generic
4791         parameters, but the passed-in context doesn't have a 'gmethod',
4792         create one.  Use the possibly simplified generic instantiation
4793         from the declaring class instead of the one passed in.
4794
4795 2006-02-24  Raja R Harinath  <harinath@gmail.com>
4796
4797         Make generic method signature and method header handling lazy.
4798         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
4799         (inflate_generic_header): Likewise.
4800         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
4801         parameter to avoid inflating types.
4802         (mono_get_inflated_method): Empty out.
4803         * class.h (mono_class_inflate_generic_method): Update to changes.
4804         * loader.c (mono_get_method_from_token): Don't parse signature for
4805         generic methods, nor methods of generic classes.
4806         (mono_method_signature): Rename from 'mono_method_signature'.
4807         Inflate signature on demand.
4808         (mono_method_get_header): Inflate method header on demand.
4809         * reflection.c: Update to changes.
4810
4811 2006-02-23  Raja R Harinath  <rharinath@novell.com>
4812
4813         * metadata.c (mono_metadata_inflate_generic_inst): If the
4814         instantiation is closed, don't bother expanding it in the new
4815         context.
4816         * class.c (inflate_generic_class): If the generic instantiation
4817         doesn't change after inflation, return the argument itself.
4818         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
4819         Add bounds checks.
4820         (inflate_generic_context): If neither the generic class nor the
4821         generic method instantiations change, return the original context.
4822         * reflection.c (mono_method_get_object): Do
4823         'mono_get_inflated_method' before accessing the ->klass field.
4824         (inflate_mono_method): Don't create a MonoGenericMethod unless
4825         necessary.
4826         (inflate_method): Don't pass a constructed type as the declaring
4827         type of a methodbuilder.
4828
4829 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
4830
4831         * object.c: fix memory overwrite.
4832
4833 2006-02-22  Dick Porter  <dick@ximian.com>
4834
4835         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
4836         it doesn't work any more.
4837         (mono_threads_request_thread_dump): Fix unused variable warnings.
4838
4839 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
4840
4841         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
4842         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
4843         the public header file.
4844
4845 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
4846
4847         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
4848
4849 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
4850
4851         * class-internals.h, object.c: reduce the size of MonoVTable
4852         and store the interface_offsets array at negative offsets.
4853
4854 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
4855
4856         * metadata.c: tweak table descriptors data structures to reduce
4857         size and runtime relocations.
4858
4859 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
4860
4861         * marshal.c: fix some types and opcodes to be type-safe
4862         in marshaling wrappers.
4863
4864 2006-02-21  Ankit Jain  <jankit@novell.com>
4865
4866         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
4867
4868 2006-02-21  Raja R Harinath  <rharinath@novell.com>
4869
4870         * metadata.c (get_constraints): Relax debugging checks for monodis.
4871
4872 2006-02-21  Ankit Jain  <jankit@novell.com>
4873
4874         * metadata.c (mono_metadata_load_generic_params): Move the code
4875         checking for ambiguous generic params from here to mono/dis/get.c
4876         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
4877
4878 2006-02-21  Raja R Harinath  <harinath@gmail.com>
4879
4880         Fix assertion triggered when compiling nemerle.
4881         * class.c (mono_get_shared_generic_inst): Rename from
4882         get_shared_inst and make non-static.
4883         * loader.c (mono_get_shared_generic_method): New.  Used to create
4884         the MonoGenericContext-equivalent of a MonoGenericContainer.
4885         (mono_get_method_from_token): Initialize the 'context' field of
4886         the created MonoGenericContainer.
4887         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
4888         * metadata.c (get_constraints): Add sanity check.
4889         * class-internals.h: Add new internal methods.
4890
4891         * reflection.c (verify_safe_for_managed_space): New sanity check.
4892         Currently checks that owner-less generic parameters aren't allowed
4893         in managed space.
4894         (mono_type_get_object): Use it.
4895         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
4896         that are now in mono_type_get_object.
4897         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
4898
4899 2006-02-19  Raja R Harinath  <harinath@gmail.com>
4900
4901         * metadata.c (mono_type_create_from_typespec): Rename from
4902         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
4903         argument and caching of types in the generic container.
4904         (unwrap_arrays, find_generic_param): Remove.
4905         * metadata-internals.h: Update.
4906         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
4907
4908 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
4909
4910         * class.c (mono_class_get_exception_for_failure): Fix a warning.
4911
4912         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
4913         return values. Fixes #77581.
4914
4915         * class.c (mono_fnptr_class_get): Switch name and name_space.
4916
4917         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
4918         classes and add support for [In, Out] attributes.
4919         (mono_marshal_free_asany): Ditto. Fixes #77524.
4920
4921 2006-02-18  Raja R Harinath  <harinath@gmail.com>
4922
4923         * class.c (mono_class_from_generic_parameter): Make more robust to
4924         incomplete MonoGenericContainers from monodis.
4925
4926 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
4927
4928         * class-internals.h: added some more exception types.
4929         * class.c, metadata.c: added a few checks to handle missing
4930         types.
4931
4932 2006-02-17  Raja R Harinath  <rharinath@novell.com>
4933
4934         Use owner-less generic-params some more.
4935         * class.c (my_mono_class_from_generic_parameter): Remove.
4936         (mono_class_from_generic_parameter): Handle null image,
4937         param->name and param->owner.
4938         (mono_class_from_mono_type): Update.
4939         (mono_class_create_from_typespec): Remove 'container' parameter.
4940         If that parameter is non-null, the result is always inflated by
4941         'mono_class_get_full' anyway.
4942         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
4943         parameter.
4944         (mono_class_get_full): Update.
4945
4946         * class.c (inflate_generic_type) [GENERICINST]: If the generic
4947         instance is not open, don't bother inflating.
4948         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
4949         parse metadata for inflated classes.
4950         (_mono_class_get): Change GenericContext* parameter to
4951         GenericContainer*.
4952         (mono_class_create_from_typespec): Likewise.  Simplify, and
4953         implement trivially.  All the cases are handled in
4954         mono_class_from_mono_type.  Don't inflate returned class.
4955         (mono_class_get_full): Delegate GENERICINST optimization to
4956         inflate_generic_type.
4957         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
4958
4959 2006-02-16  Dick Porter  <dick@ximian.com>
4960
4961         * socket-io.c (create_object_from_sockaddr): Fix typo.
4962         (create_sockaddr_from_object): Check array lengths before
4963         potentially accessing items off the end.
4964         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
4965         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
4966         (ves_icall_System_Net_Sockets_Socket_Send_internal)
4967         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
4968         length checks to avoid wraparound overflows.
4969         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
4970         contents of the array of sockets
4971         (hostent_to_IPHostEntry2)
4972         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
4973         Check return value of inet_ntop ().
4974         (addrinfo_to_IPHostEntry): Fix typo
4975
4976 2006-02-16  Raja R Harinath  <rharinath@novell.com>
4977
4978         Type metadata parsing doesn't use generic-instantiation information.
4979         * metadata.c (mono_metadata_parse_array_full): Change
4980         MonoGenericContext* parameter to MonoGenericContainer*.
4981         (mono_metadata_parse_type_full): Likewise.
4982         (mono_type_create_from_typespec_full): Likewise.
4983         (mono_metadata_parse_mh_full): Likewise.
4984         (mono_metadata_parse_generic_inst): Likewise.
4985         (do_mono_metadata_parse_generic_class): Likewise.
4986         (do_mono_metadata_parse_type): Likewise.
4987         * metadata-internals.h: Update to changes.
4988         * class.c (mono_class_find_enum_basetype): Likewise.
4989         (mono_class_setup_fields): Likewise.
4990         (mono_class_create_from_typespec): Likewise.
4991         * loader.c (method_from_methodspec): Likewise.
4992         (mono_get_method_from_token): Likewise.
4993         (mono_method_get_header): Likewise.
4994
4995 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
4996
4997         * marshal.c: handle additional GENERICINST case (patch from
4998         Thong Nguyen <tum@veridicus.com>).
4999         Fix a few cases where LDIND_I/STIND_I was used for references.
5000
5001 2006-02-16  Raja R Harinath  <rharinath@novell.com>
5002
5003         * reflection.c (mono_reflection_get_token): Remove unused variable.
5004
5005 2006-02-16  Martin Baulig  <martin@ximian.com>
5006
5007         * reflection.c (mono_reflection_get_token): Add support for fields
5008         in instantiated generic types.
5009
5010         * icall.c
5011         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
5012
5013 2006-02-15  Martin Baulig  <martin@ximian.com>
5014
5015         * icall.c
5016         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
5017         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
5018         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
5019         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
5020
5021 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
5022
5023         * class.c, metadata.c, metadata.h, object.c, icall.c,
5024         marshal.c: changed mono_type_get_underlying_type () to do
5025         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
5026         Fixed handling of instantiated generic valuetypes (bug #75479).
5027
5028 2006-02-15  Raja R Harinath  <rharinath@novell.com>
5029
5030         * metadata.c (mono_metadata_decode_signed_value): Simplify.
5031         Delegate to mono_metadata_decode_value, and work on the returned value.
5032
5033         * icall.c (ves_icall_MonoType_GetGenericArguments):
5034         Add consistency check here too.
5035         
5036 2006-02-15  Ankit Jain  <jankit@novell.com>
5037
5038         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
5039         char/short etc.
5040
5041 2006-02-15  Ankit Jain  <jankit@novell.com>
5042
5043         * metadata.c (mono_metadata_decode_signed_value): New function to decode
5044         signed values, used only for representing lower bounds of arrays.
5045         (mono_metadata_parse_array_full): Use new
5046         mono_metadata_decode_signed_value to decode lower bounds.
5047
5048 2006-02-14  Martin Baulig  <martin@ximian.com>
5049
5050         * reflection.c
5051         (mono_reflection_get_token): Support "MonoGenericMethod" and
5052         "MonoGenericCMethod" and allow generic instances / methods.
5053
5054 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
5055
5056         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
5057         to obtain the terminal size using an ioctl.
5058
5059         * object.c (mono_nullable_init): Revert this as nullable reference
5060         types are not valid.
5061         (mono_nullable_box): Ditto.
5062
5063 2006-02-09  Dick Porter  <dick@ximian.com>
5064
5065         * threads.c (mono_thread_detach): Drop a reference to the thread
5066         we're detaching.
5067
5068 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
5069
5070         * object.c (mono_nullable_init): Handle nullable reference types.
5071         (mono_nullable_box): Ditto. Fixes #77446.
5072
5073 2006-02-07  Martin Baulig  <martin@ximian.com>
5074
5075         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
5076
5077 2006-02-07  Ankit Jain  <jankit@novell.com>
5078
5079         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
5080         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
5081         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
5082         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
5083         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
5084         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
5085
5086 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
5087
5088         * class.c (mono_class_create_generic): Set type_token as well.
5089
5090         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
5091         compatible with MS.
5092
5093 2006-02-02  Martin Baulig  <martin@ximian.com>
5094
5095         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
5096         has never been used so far.
5097
5098 2006-02-02  Martin Baulig  <martin@ximian.com>
5099
5100         * mono-debug-debugger.h: Changed comment at the top of this file;
5101         the header is not installed, but it's safe to #include it from
5102         within the JIT.
5103
5104         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
5105         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
5106
5107 2006-02-02  Martin Baulig  <martin@ximian.com>
5108
5109         * mono-debug.h
5110         (MonoSymbolTable): Removed the `metadata_info' field.
5111
5112         * mono-debug.c
5113         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
5114
5115         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
5116         (mono_debugger_add_builtin_types): Removed.
5117         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
5118         (mono_debugger_create_notification_function): We now operate on a
5119         pre-allocated area; take a `gpointer' and return `void'.
5120
5121         * mono-debug-debugger.c
5122         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
5123         (mono_debugger_add_builtin_types): Removed.
5124
5125 2006-02-02  Martin Baulig  <martin@ximian.com>
5126
5127         * threads.c (mono_debugger_create_all_threads): New public method.
5128
5129 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
5130
5131         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
5132         breaks on several platforms.
5133
5134 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
5135
5136         * assembly.c: the VS.NET build doesn't supply default values for
5137         MONO_ASSEMBLIES and MONO_CFG_DIR.
5138
5139 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
5140
5141         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
5142         helper function.
5143
5144         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
5145
5146         * loader.c (method_from_memberref): Fix a warning.
5147
5148         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
5149
5150         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
5151         with explicit layout. Fixes #77433.
5152
5153 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
5154
5155         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
5156         max_interface_id is initialized before using it. Fixes #77398.
5157         (ves_icall_Type_GetInterfaces): Ditto.
5158
5159 2006-01-30  Raja R Harinath  <rharinath@novell.com>
5160
5161         * metadata.c (mono_metadata_parse_method_signature_full): Don't
5162         allocate memory for parameter attributes when parsing memberref
5163         signatures.
5164         * loader.c (mono_loader_set_error_method_load): Don't warn.
5165         (method_from_memberref): Ensure MissingMethodException gets thrown
5166         if method is not found.  Make warning more informative.
5167
5168 2006-01-29  Raja R Harinath  <harinath@gmail.com>
5169
5170         Fix #77397
5171         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
5172         return true if is byref.
5173         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
5174         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
5175         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
5176
5177 2006-01-27  Raja R Harinath  <rharinath@novell.com>
5178
5179         Fix tests/find-method.2.il
5180         * loader.c (find_method, find_method_in_class): Remove is_inflated
5181         argument.  Revert 2006-01-18 change.
5182         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
5183         is generic, search for method in its generic definition.
5184         * class.c (mono_class_setup_vtable_general): Print generic
5185         arguments of generic types in debugging printf.
5186
5187 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
5188
5189         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
5190
5191         * threads.c (mono_threads_request_thread_dump): New helper function.
5192
5193 2006-01-25  Raja R Harinath  <rharinath@novell.com>
5194
5195         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
5196
5197 2006-01-25  Ankit Jain  <jankit@novell.com>
5198
5199         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
5200         move definition to ..
5201         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
5202         
5203 2006-01-25  Ankit Jain  <jankit@novell.com>
5204             Raja R Harinath  <rharinath@novell.com>
5205
5206         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
5207         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
5208         as necessary.
5209
5210 2006-01-25  Martin Baulig  <martin@ximian.com>
5211
5212         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
5213         `MonoDebuggerThread' into debug-debugger.c.
5214
5215 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
5216
5217         * profiler.c: fix printing of data.
5218
5219 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
5220
5221         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
5222           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
5223
5224 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
5225
5226         * object.c: fix deadlock related to string interning.
5227
5228 2006-01-23  Martin Baulig  <martin@ximian.com>
5229
5230         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
5231
5232         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
5233
5234 2006-01-23  Martin Baulig  <martin@ximian.com>
5235
5236         * mono-debug.h: Moved the prototypes of some functions which are
5237         used by the JIT here from mono-debug-debugger.h.
5238
5239 2006-01-21  Martin Baulig  <martin@ximian.com>
5240
5241         * Makefile.am: Don't install mono-debug-debugger.h.
5242
5243 2006-01-21  Martin Baulig  <martin@ximian.com>
5244
5245         * mono-debug-debugger.h: Enforce the private status of this header
5246         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
5247         Moved some stuff from mono-debugger-jit-wrapper.h here.
5248
5249 2006-01-20  Raja R Harinath  <rharinath@novell.com>
5250
5251         * class.c (mono_class_from_typeref): Add a sanity test to help
5252         catch lack of assembly load/search hooks.
5253
5254 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
5255
5256         * marshal.c (emit_struct_conv): Relax the fields with same offset
5257         check even more. Fixes #77230.
5258
5259 2006-01-18  Martin Baulig  <martin@ximian.com>
5260
5261         * loader.c (find_method_in_class): Added `gboolean is_inflated'
5262         argument; if false, we compare the uninstantiated signatures.
5263         (method_from_memberref): Compare the uninstantiated signatures;
5264         fixes #76417.
5265
5266 2006-01-18  Robert Jordan  <robertj@gmx.net>
5267
5268         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
5269         Clear the weak link. Fixes bug #77170.
5270
5271         * gc.c (mono_gchandle_free):
5272         Reflect *-gc.c changes (tiny optimization).
5273
5274 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
5275
5276         * metadata.c (mono_metadata_signature_dup): Applied patch from
5277         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
5278         Fixes #77288.
5279
5280 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
5281
5282         * marshal.c (emit_struct_conv): Allow fields with the same offset when
5283         marshalling from native to managed code. Fixes #77230.
5284
5285 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5286
5287         * threadpool.c: fix problem (Mac only) when more than one asynchronous
5288         connect. Fixes bug #77020.
5289
5290 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
5291
5292         * class.c: fixed id assignement for nested interfaces (bug #77275).
5293         Added also better info for --print-vtable debugging.
5294
5295 2006-01-12  Martin Baulig  <martin@ximian.com>
5296
5297         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
5298         interfaces on-the-fly; fixes #76625.
5299
5300         * class-internals.h
5301         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
5302         don't need that anymore.
5303
5304 2006-01-12  Miguel de Icaza  <miguel@novell.com>
5305
5306         * socket-io.c
5307         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
5308         To avoid initing the nested_classes when not needed I turned the
5309         PeerCredData as a toplevel internal class, as it has to be shared
5310         anyways. 
5311
5312         Fixes the CASA issue.
5313
5314 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
5315
5316         * domain.c: Accessors for MonoJitInfo
5317
5318         * profiler-private.h: Add jitinfo to the end jit hook
5319
5320         * profiler.[ch]: Define new hooks, called after jitting which give
5321         the MonoJitInfo that was compiled
5322
5323 2006-01-10  Martin Baulig  <martin@ximian.com>
5324
5325         * class.c (mono_class_setup_events): Add support for generic
5326         classes; fixes #76440.
5327
5328 2006-01-06  Raja R Harinath  <rharinath@novell.com>
5329
5330         Fix #77160.
5331         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
5332         on passed-in method.
5333
5334 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
5335
5336         * object.c (mono_runtime_invoke_array): Add Nullable support.
5337
5338         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
5339
5340 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
5341
5342         * file-io.c: Don't consider sockets as directory and avoid an endless
5343         loop. Fix bug #76966.
5344
5345 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
5346
5347         * object.c (mono_nullable_init): New helper function.
5348         (mono_nullable_box): Ditto.
5349
5350         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
5351
5352         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
5353
5354         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
5355         
5356 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
5357
5358         * class.c (mono_class_is_assignable_from): Make T assignable to 
5359         Nullable<T>.
5360
5361 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
5362
5363         * appdomain.c: Bump corlib version to 46.
5364         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
5365         serialization purpose) and changed ves_icall_System_Reflection_
5366         Assembly_get_code_base signature to accept a boolean (to escape, or 
5367         not, the assembly code base).
5368
5369 2005-12-23  Dick Porter  <dick@ximian.com>
5370
5371         * icall.c: 
5372         * threads-types.h: 
5373         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
5374         CreateEvent icall now returns "created" boolean parameter.
5375
5376 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
5377
5378         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
5379         #76967.
5380
5381         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
5382         when attr_klass is an interface. Fixes #77045.
5383
5384 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
5385
5386         * marshal.c (emit_struct_conv): Fix previous patch.
5387         
5388         * marshal.c (emit_struct_conv): Add a check for fields with the same
5389         offset.
5390
5391 2005-12-20  Raja R Harinath  <rharinath@novell.com>
5392
5393         Fix regression in Mono.C5.
5394         * class.c (mono_class_create_generic): If 'klass' is an interface
5395         set up the interface offsets.
5396         (mono_class_is_assignable_from): Don't throw away generic arguments.
5397
5398 2005-12-19  Raja R Harinath  <rharinath@novell.com>
5399
5400         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
5401         type parameters.
5402
5403 2005-12-15  Raja R Harinath  <rharinath@novell.com>
5404
5405         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
5406         dead store.
5407         (do_mono_metadata_parse_generic_class): Don't pass the current
5408         generic context when parsing the type being instantiated: it
5409         cannot use it, anyway.
5410
5411         * loader.c (method_from_memberref): Don't inflate a signature if
5412         it doesn't contain any type parameters.
5413
5414 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
5415
5416         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
5417
5418 2005-12-14  Martin Baulig  <martin@ximian.com>
5419
5420         * class.c
5421         (mono_type_get_name_recurse): Don't return null for type
5422         parameters and open generic classes.
5423         (mono_class_setup_methods): Don't exclude generic instances.
5424         (mono_get_unique_iid): Use different IDs for different
5425         instantiations of the same generic type.
5426         (mono_class_setup_vtable): Only use setup_generic_vtable() for
5427         open generic instances; create a normal vtable for closed generic
5428         instances.
5429         (mono_class_setup_vtable_general): We're now also called for
5430         closed generic instances.
5431
5432         * reflection.c
5433         (mono_reflection_bind_generic_parameters): Correctly use
5434         mono_metadata_lookup_generic_inst() everywhere.
5435
5436 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
5437
5438         * object.c (mono_class_create_runtime_vtable): Call 
5439         mono_class_setup_vtable ().
5440
5441         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
5442         function.
5443         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
5444         #76959.
5445
5446         * loader.c (mono_loader_set_error_type_load): Print the type load
5447         warnings to the console so they are more visible to the user.
5448         (mono_loader_set_error_method_load): Ditto.
5449
5450         * reflection.c (ensure_runtime_vtable): Revert the last change as it
5451         is still broken.
5452         
5453         * reflection.c (ensure_runtime_vtable): Fix build.
5454
5455         * reflection.c (ensure_runtime_vtable): Disable an optimization which
5456         doesn't work in all cases.
5457
5458 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
5459
5460         * object.c (mono_array_new_full): Treat a single dimensional array
5461         with 0 lower bounds as an szarray. Fixes #76973.
5462
5463         * reflection.c (custom_attr_visible): Really fix this.
5464
5465 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
5466
5467         * reflection.c (custom_attr_visible): Allow nested public attributes
5468         as well.
5469
5470         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
5471         interface check.
5472
5473 2005-12-12  Raja R Harinath  <harinath@gmail.com>
5474
5475         * class.c (set_generic_param_owner): Delete.
5476         (mono_class_create_from_typedef): Don't set ->owner field of
5477         generic parameters to "param containers" of enclosing classes.
5478         * reflection.c (mono_reflection_initialize_generic_parameter):
5479         Likewise.
5480
5481 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
5482
5483         * reflection.c (custom_attr_visible): Fix build.
5484
5485 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
5486
5487         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
5488         private attributes.
5489         
5490         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
5491         handling of null parameter defaults.
5492
5493 2005-12-09  Raja R Harinath  <rharinath@novell.com>
5494
5495         * class.c (mono_class_from_generic_parameter): Don't set
5496         klass->generic_container.
5497         (my_mono_class_from_generic_parameter): Likewise.
5498
5499 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
5500
5501         * reflection.c (load_public_key): Fix a warning.
5502         (method_encode_code): Fix unaligned accesses.
5503
5504 2005-12-07  Martin Baulig  <martin@ximian.com>
5505
5506         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
5507
5508         * reflection.c
5509         (write_generic_param_entry): Encode our custom attrs.
5510
5511         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
5512
5513 2005-12-07  Martin Baulig  <martin@ximian.com>
5514
5515         * reflection.c (encode_new_constraint): Removed; we don't use the
5516         `NewConstraintAttribute' anymore.
5517
5518 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
5519
5520         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
5521         not fire a TypeResolve event when Assembly.GetType () is called.
5522
5523 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
5524
5525         Beginning of support for nullable types in the runtime. Parts of
5526         this patch are from Martin.
5527
5528         * appdomain.c (MONO_CORLIB_VERSION): Bump
5529
5530         * domain.c (mono_init_internal): get the nullable type
5531
5532         * class.c (mono_class_is_nullable): New method
5533         (mono_class_get_nullable_param): New mehod
5534         (mono_class_create_generic): In types T? set cast_class to T
5535
5536         * class-internals.h (MonoDefaults): new nullable default class
5537         (mono_class_get_nullable_param, mono_class_get_nullable_param):
5538         new methods.
5539
5540 2005-12-05  Raja R Harinath  <rharinath@novell.com>
5541
5542         * metadata.c (select_container): New.  Refactor code to select the
5543         appropriate GenericContainer given the type of generic parameter
5544         we are looking for.
5545         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
5546         not a MonoGenericContext.  Use select_container.  Update parameters.
5547         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
5548         and MONO_TYPE_MVAR.
5549         (unwrap_arrays): Remove duplicate tests.
5550         (find_generic_param): Rename from 'has_same_context'.  Now walks a
5551         generic instantiated class to find any arguments that are generic
5552         parameters.
5553         (mono_type_create_from_typespec_full): Use find_generic_param to
5554         avoid evicting some generic instantiations from the typespec
5555         cache.
5556
5557 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
5558
5559         * reflection.c: fixed writing of doubles on ARM FPA.
5560
5561 2005-12-02  Robert Jordan  <robertj@gmx.net>
5562
5563         * icall.c: Fixed EventInfo.ReflectedType (#76829).
5564
5565 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5566
5567         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
5568         least on SUSE 10 they are not the same (on debian, they are just the
5569         same thing).
5570
5571 2005-12-01  Raja R Harinath  <rharinath@novell.com>
5572
5573         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
5574         DeclaringType for VARs and MVARs.
5575         * class.c (set_generic_param_owner): Fix initialization of owner
5576         fields.
5577
5578 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
5579
5580         * icall.c: fixed Enum.ToObject() to correctly convert the values.
5581
5582 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5583
5584         * threadpool.c: workaround for a bug that shows up on the Mac:
5585         select()+connect() on a blocking socket is not like it should
5586         be, so we proceed to connect() in that case, wasting the I/O
5587         threadpool thread until connect succeedes. Fixes bug #75436.
5588
5589 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5590
5591         * threadpool.c: fix typo when setting file descriptor states.
5592
5593 2005-11-28  Raja R Harinath  <rharinath@novell.com>
5594
5595         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
5596         * metadata.c (mono_metadata_parse_method_signature_full): Don't
5597         create a temporary signature container.
5598         (mono_metadata_parse_generic_param): Update to changes.
5599         (mono_type_create_from_typespec_full): Update to changes.
5600         * loader.c (method_from_memberref): Don't use a
5601         MonoGenericContainer while parsing a memberref signature.
5602         (method_from_methodspec): Remove dead-store of the 'container'
5603         variable.  It's overwritten before use.
5604
5605         * metadata.c (mono_type_create_from_typespec_full): Make debugging
5606         checks tighter.
5607         (mono_metadata_parse_generic_param): Likewise.
5608         * loader.c (find_method_in_class): Does not need a
5609         MonoGenericContainer.  Use 'mono_method_signature' rather than
5610         'mono_method_signature_full'.
5611         (find_method, mono_get_method_constrained, method_from_memberref):
5612         Update to changes.
5613
5614         * metadata.c (mono_type_create_from_typespec_full): Ensure that
5615         owner-less generic-parameters are never evicted from the typespec
5616         cache.
5617
5618         * loader.c (method_from_memberref): Don't use the current context
5619         when parsing signatures.
5620         (method_from_methodspec, mono_get_method_from_token): Update to changes.
5621
5622         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
5623         side-effects in g_assert.
5624         * loader.c (mono_get_method_from_token): Resolve klass earlier so
5625         that we don't potentially lose information.
5626
5627 2005-11-26  Dick Porter  <dick@ximian.com>
5628
5629         * icall.c:
5630         * threads.c: icalls to implement basic (ie, not named)
5631         System.Threading.Semaphore.
5632
5633 2005-11-24  Dick Porter  <dick@ximian.com>
5634
5635         * process.c
5636         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
5637         Use GetProcessId() if it's available.
5638
5639 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
5640
5641         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
5642
5643 2005-11-23  Raja R Harinath  <rharinath@novell.com>
5644             Ankit Jain  <jankit@novell.com>
5645
5646         * loader.c (mono_get_method_from_token): Initialize 'method' field
5647         of all generic parameters before parsing the signature.  Remove
5648         code that "fixed"-up MVAR references.
5649
5650 2005-11-23  Ankit Jain  <jankit@novell.com>
5651
5652         * metadata.c (mono_metadata_has_generic_params):
5653         (mono_metadata_load_generic_param_constraints):
5654         (mono_metadata_load_generic_params): Move duplicate code ...
5655         (mono_metadata_get_generic_param_row): ... here. Returns the
5656         first row-id in GenericParam table for a given owner (token).
5657         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
5658         prototype.
5659
5660 2005-11-23  Raja R Harinath  <rharinath@novell.com>
5661             Ankit Jain  <jankit@novell.com>
5662
5663         * metadata.c (mono_metadata_class_equal): Pass signature_only when
5664         comparing VARs too.
5665         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
5666         type->data.generic_param only if the type is an MVAR.
5667         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
5668         leak owner-less VARs and MVARs into managed space.
5669
5670 2005-11-21  Martin Baulig  <martin@ximian.com>
5671
5672         * class-internals.h
5673         (MonoMethod): Moved the `generic_container' here from
5674         `MonoMethodNormal' since we now also need it for
5675         `MonoMethodPInvoke';
5676         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
5677         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
5678         an union containing both `MonoMethodNormal' and
5679         `MonoMethodPInvoke'.
5680
5681         * loader.c
5682         (mono_get_method_from_token): Allow implementing generic methods
5683         as interncalls.
5684
5685         * threads.c
5686         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
5687         icall.
5688
5689 2005-11-17  Dick Porter  <dick@ximian.com>
5690
5691         * icall.c: 
5692         * process.h: 
5693         * process.c: Split the Process Start_internal icall into
5694         ShellExecuteEx_internal and CreateProcess_internal, which are
5695         called depending on whether UseShellExecute is true.  Fixes bug
5696         76670.
5697
5698         * appdomain.c (MONO_CORLIB_VERSION): Incremented
5699
5700 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
5701
5702         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
5703         'msize' parameters, use the information in 'mspec' instead.
5704         (emit_object_to_ptr_conv): Ditto.
5705
5706         * marshal.c (emit_struct_conv): Handle explicit layout structs with
5707         fields out of order. Fixes #76733.
5708
5709 2005-11-17  Ankit Jain  <jankit@novell.com>
5710
5711         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
5712
5713 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
5714
5715         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
5716           bug #76575.
5717
5718 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
5719
5720         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
5721         for types with non-auto layout. Fixes #76717.
5722
5723 2005-11-16  Ankit Jain  <jankit@novell.com>
5724
5725         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
5726         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
5727         if generic_context is null.
5728           (mono_metadata_generic_param_equal): param->owner can be null.
5729           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
5730         null.
5731
5732 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
5733
5734         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
5735         the correct value.
5736
5737 2005-11-15  Martin Baulig  <martin@ximian.com>
5738
5739         * object.c (set_value): Use mono_class_from_mono_type() instead of
5740         the hack for generic instances; fixes #76136.
5741
5742 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
5743
5744         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
5745         fields.
5746
5747         * image.c (load_metadata_ptrs): Initialize the new fields.
5748
5749         * reflection.c (create_dynamic_mono_image): Ditto.
5750
5751         * reflection.c (build_compressed_metadata): Use the new fields.
5752
5753         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
5754         icall.
5755
5756         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
5757         icall.
5758         
5759 2005-11-15  Ankit Jain  <jankit@novell.com>
5760             Raja R Harinath  <harinath@gmail.com>
5761
5762         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
5763         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
5764         new per-generic_container cache if the cached MonoType's context matches
5765         the current context.
5766           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
5767         to the expected context.
5768           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
5769
5770 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5771
5772         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
5773         we changed the signature of an icall.
5774         * icall.c: Modify to mono_double_ParseImpl return true/false 
5775         depending on the success, instead of throwing the exception. This will
5776         help us in Double.TryParse methods.
5777         
5778 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
5779
5780         * marshal.c (emit_marshal_object): Throw an exception when
5781         marshalling 'object' instead of crashing. Fixes #76696.
5782
5783 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
5784
5785         * class-internals.h: Add prototype for mono_type_get_full_name ().
5786
5787 2005-11-11  Dick Porter  <dick@ximian.com>
5788
5789         * threads.c (mono_thread_manage): Make sure the main thread has
5790         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
5791
5792 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
5793
5794         * loader.c (mono_loader_set_error_type_load): Log a warning to the
5795         console about the missing type.
5796         (mono_loader_set_error_method_load): Ditto.
5797
5798 2005-11-09  Miguel de Icaza  <miguel@novell.com>
5799
5800         * mono-config.c (mono_get_config_dir): Set the system defaults if
5801         none is specified.
5802
5803         * assembly.c (mono_set_dirs): New API entry point to set the
5804         assembly and the config directory in one call
5805
5806 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
5807
5808         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
5809         the ftnptr was created from a delegate in a domain other than the
5810         current domain. Fixes #75377.
5811
5812         * exception.h exception.c: Add mono_get_exception_not_supported ().
5813
5814 2005-11-08  Martin Baulig  <martin@ximian.com>
5815
5816         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
5817
5818 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
5819
5820         * security-manager.h: Added definitions to deal with strongname key 
5821         pairs bigger (and smaller) than 1024 bits.
5822         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
5823         adjust wrt the public key length being used.
5824
5825 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
5826
5827         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
5828           Windows build (r51396-51397).
5829
5830 2005-11-03  Martin Baulig  <martin@ximian.com>
5831
5832         * class.c (mono_class_setup_vtable_general): Also add generic
5833         methods to the vtable; fixes #76581.
5834
5835 2005-11-01  Miguel de Icaza  <miguel@novell.com>
5836
5837         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
5838         sure that we lookup GetString method from the System.Text.Encoding
5839         class, not the derived class or we get an empty method.
5840
5841         Fixed class #76612.
5842
5843 2005-10-25  Miguel de Icaza  <miguel@novell.com>
5844
5845         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
5846         if it has been previously set (embedders). 
5847
5848         Make mono_set_rootdir available also on Unix.
5849
5850 005-10-24  Robert Jordan  <robertj@gmx.net>
5851
5852         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
5853
5854 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
5855
5856         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
5857         only calls which are made to native code use this flag.
5858
5859         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
5860
5861 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
5862
5863         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
5864         Add support for FieldBuilders.
5865
5866 2005-10-29  Martin Baulig  <martin@ximian.com>
5867
5868         * mono-debug.c
5869         (mono_debug_using_mono_debugger): New public method; returns
5870         whether we're running inside the debugger.
5871
5872 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
5873
5874         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
5875         for Method/Constructor/FieldBuilders.
5876
5877 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
5878
5879         * reflection.c (module_add_cattrs): Save custom attributes for global methods
5880         and fields as well.
5881
5882 2005-10-26  Martin Baulig  <martin@ximian.com>
5883
5884         * mono-debug-debugger.c
5885         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
5886
5887 2005-10-24  Raja R Harinath  <harinath@gmail.com>
5888
5889         * icall.c (base64_to_byte_array): Don't pass an out-of-range
5890         integer to isspace.
5891
5892 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
5893
5894         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
5895         when passing valuetypes byref. Fixes #76502.
5896
5897 2005-10-19  Jackson Harper  <jackson@ximian.com>
5898
5899         * profiler.c: Don't put a . in front of types that are not in a
5900         namespace.
5901
5902 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
5903
5904         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
5905
5906 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
5907
5908         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
5909         #76436.
5910         (mono_marshal_get_ldflda_wrapper): Fix a warning.
5911
5912 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5913
5914         * assembly.c metadata-internals.h icall.c: Define an additional
5915         parameter for mono_assembly_name_parse_full, so we can avoid creating
5916         S.R.AssemblyName.Version when no version info wasn't passed.
5917         
5918 2005-10-09  Miguel de Icaza  <miguel@novell.com>
5919
5920         * class.c (mono_type_get_full_name): Reimplement method that was
5921         removed. 
5922
5923         * image.c: Some docs
5924
5925 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
5926
5927         * profiler.c (output_newobj_profile): Fix printing of Total memory
5928         on x86.
5929
5930 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
5931
5932         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
5933
5934 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
5935
5936         * threads.c: remove debug output.
5937
5938 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
5939
5940         * threads.c (mono_thread_manage): Fix crashes if more than 64
5941         threads need to be aborted. Hopefully fixes #75899.
5942
5943         * assembly.c (mono_stringify_assembly_name): New helper function.
5944
5945         * class.c: Use mono_stringify_assembly_name instead of the similar
5946         static function.
5947
5948         * assembly.h assembly.c: Add support for calling a postload search 
5949         hook if an assembly cannot be loaded.
5950
5951         * appdomain.c: Register new search hooks which call the AssemblyResolve
5952         events in AppDomain. Fixes #75231
5953
5954 2005-10-07  Martin Baulig  <martin@ximian.com>
5955
5956         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
5957         methods without debug info.
5958
5959 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
5960
5961         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
5962         wrappers.
5963
5964 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5965
5966         * file-io.c: now that we return symlinks, use lstat and, when the file
5967         is a symbolic link, stat, to get the file attributes. Also avoid the
5968         conversion to/from utf16/external.
5969
5970 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
5971
5972         * class.c (mono_class_layout_fields): Compute klass->has_references
5973         correctly if an embedded valuetype is not yet initialized. Fixes
5974         #76331.
5975
5976 2005-10-04  Martin Baulig  <martin@ximian.com>
5977
5978         * metadata.c
5979         (mono_metadata_load_generic_param_constraints): New public
5980         function; splitted the constraints loading out from
5981         mono_metadata_load_generic_params().
5982
5983         * class.c (mono_class_create_from_typedef): Call
5984         mono_metadata_load_generic_param_constraints() after setting up
5985         the type and creating our parent; fixes #75329.
5986
5987 2005-10-04  Martin Baulig  <martin@ximian.com>
5988
5989         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
5990         non-dynamic parent classes.
5991
5992 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
5993
5994         * file-io.c : win32 build fix (ETXTBSY seems not found).
5995
5996 2005-10-04  Martin Baulig  <martin@ximian.com>
5997
5998         * reflection.c
5999         (mono_image_get_methodspec_token): Make the cache actually work;
6000         fixes #75974.
6001
6002 2005-10-04  Martin Baulig  <martin@ximian.com>
6003
6004         * class.c (mono_class_name_from_token): Removed the unneccessary
6005         `MonoGenericContext *' argument.
6006
6007 2005-10-04  Martin Baulig  <martin@ximian.com>
6008
6009         * loader.c
6010         (method_from_methodspec): Make the caching work again; fixes the
6011         performance regression from #76262.
6012
6013 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6014
6015         * file-io.c:
6016         * file-io.h:
6017         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
6018         GetFileSystemEntries that performs the same work but without going
6019         into io-layer, locking, etc.
6020
6021 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
6022
6023         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
6024         ThreadState_Stopped as well. Fixes #76047.
6025
6026 2005-09-29  Martin Baulig  <martin@ximian.com>
6027
6028         * class.c
6029         (inflate_generic_context): If the new context has a `gmethod', set
6030         its `container' that that gmethod's `container'.
6031
6032         * metadata.c
6033         (mono_metadata_parse_generic_param): Simplify things;
6034         `generic_container = generic_context->container;' is just fine.
6035
6036         * loader.c (method_from_methodspec): Code cleanups.
6037
6038 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
6039
6040         * decimal.c: fix warning (and let gcc generate correct
6041         code on ARM with optimizations).
6042
6043 2005-09-28  Martin Baulig  <martin@ximian.com>
6044
6045         * loader.c
6046         (method_from_memberref): Added `MonoGenericContext *class_context'
6047         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
6048         (method_from_methodspec): If we're a memberref, use the enclosing
6049         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
6050
6051 2005-09-28  Martin Baulig  <martin@ximian.com>
6052
6053         * object.c (mono_runtime_invoke_array): Added support for
6054         MONO_TYPE_GENERICINST; fixes #75917.
6055
6056 2005-09-27  Martin Baulig  <martin@ximian.com>
6057
6058         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
6059         `k->byval_arg.type' to determine the actual type.
6060
6061         * loader.c (method_from_methodspec): Removed some hacks.
6062
6063 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
6064
6065         * class-internals.h (mono_field_is_deleted): Do the test for
6066         rtspecialname before we check the actual name of the field. This
6067         prevents us from dereferencing a pointer into the string table,
6068         saving us from accessing a few pages
6069
6070         * *.c: Replace the use of {Enter,Leave}CriticalSection with
6071         macros. This will allow a deadlock debugger to easily be plugged
6072         in.
6073
6074 2005-09-27  Martin Baulig  <martin@ximian.com>
6075
6076         * loader.c (method_from_methodspec): Create a "signature"
6077         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
6078
6079 2005-09-27  Martin Baulig  <martin@ximian.com>
6080
6081         * class.c
6082         (inflate_generic_class): Correctly set the new context's
6083         container.
6084
6085         * loader.c
6086         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
6087         instead of a `MonoGenericContext *'.
6088         (mono_method_signature_full): Take a `MonoGenericContainer *'
6089         instead of a `MonoGenericContext *'.
6090
6091         * metadata.c
6092         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
6093         instead of a `MonoGenericContext *'.
6094         (mono_metadata_parse_method_signature_full): Likewise.
6095
6096 2005-09-26  Martin Baulig  <martin@ximian.com>
6097
6098         * class.c
6099         (mono_class_from_generic_parameter): Set `klass->generic_container'
6100         (mono_class_from_generic_parameter): Likewise.
6101         (mono_bounded_array_class_get): We inherit the generic container
6102         from the element class.
6103
6104         * loader.c
6105         (find_method, find_method_in_class): Take a `MonoGenericContext *'
6106         argument rather than computing it here.
6107         (method_from_memberref): Correctly set the generic context before
6108         parsing the signature.  Fixes #75681.
6109
6110 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
6111
6112         * object.c (mono_class_has_special_static_fields): Fix warnings.
6113
6114 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6115
6116         * assembly.c: Add parse_public_key function, to
6117         par the public keys. Also added mono_assembly_name_parse_full,
6118         to define it the parsed key should be freed or not.
6119         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
6120         to parse a long format assembly name.
6121         * metadata-internals.h: Keep mono_assembly_name_parse_full as
6122         private, since calling it to preserve the key requires
6123         freeing it manually.
6124         
6125 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
6126
6127         * locales.c : removed HAVE_ICU part.
6128
6129 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
6130
6131         * object.c (mono_class_create_runtime_vtable): Avoid calling 
6132         field_is_special_static if the klass has no special static fields.
6133
6134         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
6135         (MonoCachedClassInfo): Likewise.
6136
6137         * object.c (mono_class_has_special_static_fields): New helper function.
6138
6139 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6140
6141         * class.c (mono_class_create_from_typedef): Don't call 
6142         interfaces_from_typedef_full for enums.
6143         (mono_class_create_from_typedef): Compute the base types of enums directly
6144         without calling mono_class_setup_fields ().
6145         (mono_class_find_enum_basetype): New helper function.
6146
6147         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
6148         one place inside the string heap.
6149         
6150 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
6151
6152         * class.c: locking fixes, code cleanups, some docs added.
6153         Allocate some data structures in the image mempool.
6154
6155 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6156
6157         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
6158         the example code.
6159         
6160 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
6161
6162         * class-internals.h, class.c, reflection.c: reduce memory taken by
6163         MonoClass.
6164
6165 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
6166
6167         * metadata.c, metadata.h, loader.h: documentation updates, code and
6168         API cleanups.
6169
6170 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6171
6172         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
6173         the example code.
6174
6175         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
6176         page faults caused by the runtime while reading metadata.
6177
6178 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6179
6180         * socket-io.c: the field names were changed 3 months ago and no one
6181         realized until bug #76077 got filed!
6182
6183 2005-09-20  Martin Baulig  <martin@ximian.com>
6184
6185         * icall.c (assembly_icalls): Removed some unused debugger icalls.
6186
6187 2005-09-20  Martin Baulig  <martin@ximian.com>
6188
6189         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
6190         write the rank into the class entry.
6191
6192 2005-09-20  Martin Baulig  <martin@ximian.com>
6193
6194         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
6195
6196 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
6197
6198         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6199
6200         * icall.c (custom_attrs_defined_internal): New icall.
6201
6202         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
6203         function.
6204         (mono_custom_attrs_construct_by_type): New helper function.
6205
6206 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
6207
6208         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
6209         terminate the resulting string. Fixes #76123.
6210
6211 2005-09-16  Martin Baulig  <martin@ximian.com>
6212
6213         * mono-debug.c
6214         (mono_debug_add_method): Ignore inflated methods for the moment.
6215
6216 2005-09-14  Martin Baulig  <martin@ximian.com>
6217
6218         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
6219
6220 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
6221
6222         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
6223         return a success/failure indication.
6224         (mono_metadata_interfaces_from_typedef_full): Ditto.
6225         (get_constraints): Ditto.
6226
6227 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
6228
6229         * marshal.c (emit_marshal_array): Fix handling of null arrays.
6230         
6231         * marshal.c (emit_marshal_array): Add support for returning string
6232         arrays from delegates. Fixes #76063.
6233
6234         * marshal.c: Use the emit_ldloc/stloc macros where possible.
6235
6236 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
6237
6238         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
6239         icall.
6240
6241 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
6242
6243         * reflection.c icall.c: Fix after mono_get_exception_type_load
6244         signature change.
6245
6246         * assembly.c (mono_assembly_get_assemblyref): New helper function.
6247         (mono_assembly_load_reference): Use the new helper.
6248
6249         * class-internals.h (MonoLoaderError): New structure containing 
6250         information about type loading errors.
6251
6252         * class-internals.h loader.c: Add APIs to store per-thread loader
6253         error information.
6254
6255         * loader.c class.c: Set the loader error if needed.
6256
6257         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
6258
6259 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
6260
6261         * decimal.c: fixed to handle the broken ARM fp format.
6262
6263 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
6264
6265         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
6266         broken.
6267
6268 2005-09-06  Martin Baulig  <martin@ximian.com>
6269
6270         * domain.c (supported_runtimes): Added v2.0.50727.
6271
6272 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
6273
6274         * culture-info.h: reduce the size of some structures.
6275
6276 2005-09-05  Martin Baulig  <martin@ximian.com>
6277
6278         Reflect latest API changes in the August CTP.
6279
6280         * icall.c
6281         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
6282         ("MonoType.HasGenericArguments"): Removed.
6283         ("MonoMethod.BindGenericParameters"): Renamed to
6284         "MakeGenericMethod".
6285         ("MethodBuilder.BindGenericParameters"): Renamed to
6286         "MakeGenericMethod".    
6287
6288 2005-09-05  Martin Baulig  <martin@ximian.com>
6289
6290         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
6291
6292 2005-09-05  Martin Baulig  <martin@ximian.com>
6293
6294         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6295
6296         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
6297         generic_container is non-NULL.
6298
6299 2005-09-05  Martin Baulig  <martin@ximian.com>
6300
6301         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6302
6303         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
6304
6305 2005-08-29  Michal Moskal  <malekith@nemerle.org>
6306
6307         * reflection.c (encode_locals,
6308         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
6309         for large generic types.
6310
6311 2005-09-05  Martin Baulig  <martin@ximian.com>
6312
6313         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6314
6315         * class.c (mono_dup_array_type): New public method.
6316         (mono_metadata_signature_deep_dup): New public method.
6317         (dup_type): Correctly duplicate array and function types.
6318
6319 2005-09-05  Martin Baulig  <martin@ximian.com>
6320
6321         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6322
6323         * reflection.c (get_default_param_value_blobs): Handle generic types
6324         and generic methods.
6325
6326 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
6327
6328         * class.c: Fixed error reporting (method/class were inversed) for 
6329         inheritance demands.
6330         * security-manager.c|h: Added the AppDomain when calling the managed
6331         System.Security.SecurityManager.InheritanceDemand method.
6332
6333 2005-09-01  Raja R Harinath  <rharinath@novell.com>
6334
6335         * reflection.c (encode_marshal_blob): 'marshaltype' and
6336         'marshaltyperef' are alternate sources for the custom marshaler
6337         name.
6338
6339 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
6340
6341         * class.c: fix creation of array classes with rank == 1
6342         (patch by Ankit Jain <jankit@novell.com>).
6343
6344 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
6345
6346         * object.c: fix check for creating the bound data for arrays vs
6347         szarrays.
6348
6349 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6350
6351         * object.c: configuration file name is now based on the executable name,
6352         not the image name. Fixes bug #75931.
6353
6354 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
6355
6356         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
6357         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
6358
6359 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
6360
6361         * rand.c: Use wincrypt.h instead of WinCrypt.h.
6362
6363 2005-08-24  Ankit Jain  <jankit@novell.com>
6364             Raja R Harinath  <rharinath@novell.com>
6365
6366         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
6367           called by it recursively.
6368           (mono_class_init): Remove special case in pending_init handling, since it's
6369           superseded by the fix to mono_class_from_typeref.
6370
6371 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
6372
6373         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
6374         BROKEN_THREAD_START stuff.
6375
6376 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
6377
6378         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
6379         trampoline.
6380
6381         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
6382         
6383         * object.c (mono_delegate_ctor): Replace the original function address with
6384         a delegate trampoline.
6385
6386 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
6387
6388         * icall.c: add boolean argument to base64_to_byte_array and 
6389         InternalFromBase64String to control whether a whitespace-only string
6390         is allowed (or should casue a FormatException to be thrown). We need
6391         this as the behavior has changed between MS.NET 1.x and 2.0, and we
6392         to match the MS behaviour in both profiles.
6393         * appdomain.c: Bump corlib version.
6394
6395 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6396
6397         This patch implements a big portion of publisher policy
6398         support, used to bind assembly versions and redirect
6399         one assembly from version A to version B.
6400
6401         * assembly.c:
6402         New GSList loaded_assembly_bindings, for storing the cached
6403         assembly bindings.
6404         (assembly_binding_maps_name): New static function for checking if a 
6405         assembly binding information maps an assembly name.
6406         (mono_assembly_binding_info_free): New function for freeing
6407         assembly binding information resources.
6408         (get_publisher_policy_info): New static function for retrieving 
6409         assembly binding information from a MonoImage.
6410         (compare_versions): New static function for comparing an assembly
6411         binding information data and the version of an assembly name.
6412         (check_policy_versions): New static function for checking if an
6413         assembly binding info mapping an assembly name is valid for it.
6414         (mono_assembly_load_publisher_policy): New static function for
6415         loading the 'policy.major.minor.MyAssembly' image for an assembly
6416         with an assembly name 'aname'.
6417         (mono_assembly_bind_version): New static function for updating
6418         assembly redirection.
6419         (mono_assembly_apply_binding): New static function for applying
6420         assembly binding.
6421         (search_binding_loaded): New static function for searching 
6422         loaded assembly binding infos in the cache domain.
6423         (mono_assembly_load_full): Don't apply assembly binding for
6424         reflection only assemblies.
6425
6426         * metadata-internals.h: Add MonoAssemblyBindingInfo,
6427         which contains information about assembly binding. Also
6428         declare signature for mono_config_parse_publisher_policy ()
6429         function, used to retrieve pub policy info.
6430         
6431         * mono-config.c:
6432         (publisher_policy_start): New static function used to parse publisher 
6433         policy config files.
6434         (publisher_policy_parser): New static MonoParseHandler containing 
6435         the functions used when parsing config files.
6436         (mono_config_parse_publisher_policy): New function for parsing
6437         publisher policy files.
6438         
6439 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
6440
6441         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
6442
6443         * marshal.c (mono_delegate_free_ftnptr): Ditto.
6444
6445         * object.c (mono_get_addr_from_ftnptr): New helper function.
6446
6447         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
6448
6449         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6450
6451 2005-08-19  Dick Porter  <dick@ximian.com>
6452
6453         * threads.c, threads.h, appdomain.c, appdomain.h,
6454         profiler-private.h, monitor.c, object.c, object-internals.h,
6455         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
6456         store the thread ID, so it can hold a 64 bit value if needed.
6457
6458 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
6459
6460         * reflection.c (mono_reflection_create_dynamic_method): Store the
6461         handle class into the method references as well so ldtoken works in
6462         dynamic methods.
6463
6464         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
6465         types.
6466
6467 2005-08-19  Ankit Jain <jankit@novell.com>
6468
6469         Fix #75847.
6470         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
6471           here rather than using the method signature of a arbitrary function
6472           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
6473           two arguments.
6474           Hack done with Harinath.
6475
6476 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6477
6478         * threadpool.c: disable printing stack traces when we get a exception
6479         in a threadpool thread. I need to do more testing to figure out which
6480         cases actually print this. Fixes bug #75828.
6481
6482 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6483
6484         * icall.c: there might be ignored whitespace after the last '='. This
6485         fixes length computation and bug #75840.
6486
6487 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
6488
6489         * assembly.c (mono_assembly_load_full): Consider .exe extension as
6490         well. Fixes #75809.
6491
6492         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
6493         #75784.
6494         
6495         * reflection.c (create_custom_attr_data): Ditto.
6496
6497 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
6498
6499         * locales.c, culture-info.h : removed RegionLCIDMap.
6500         * culture-info-tables.h : regenerated.
6501
6502 2005-08-16  Martin Baulig  <martin@ximian.com>
6503
6504         * class.c (mono_type_get_name_recurse): Small fix.
6505
6506 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
6507
6508         * locales.c : indentation fixie.
6509
6510 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
6511
6512         * object-internals.h,
6513           locales.h,
6514           locales.c,
6515           culture-info.h,
6516           icall.c : added RegionInfo table support.
6517         * culture-info-table.h : regenerated for region support.
6518
6519 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
6520
6521         * reflection.c (resolve_object): handle all kinds of MonoMethod
6522         including generic ones
6523
6524 2005-08-12  Ankit Jain <jankit@novell.com>
6525
6526         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
6527           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
6528
6529 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
6530
6531         * process.c: Don't close a thread handle when it's NULL. This is a
6532         workaround for bug #75733.
6533
6534 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
6535
6536         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
6537
6538 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
6539
6540         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
6541
6542 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6543
6544         * threadpool.c: if a work item in the thread pool has a callback that
6545         catches a exception, don't propagate it after invoking the callback.
6546         Fixes bug #75336.
6547
6548 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
6549
6550         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
6551
6552         * class-internals.h (MonoCachedClassInfo): Add some new fields.
6553
6554         * class.c (mono_class_init): Load field info lazily in the AOT case.    
6555
6556         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
6557
6558 2005-08-03  Ankit Jain  <jankit@novell.com>
6559
6560         Fix #75683.
6561         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
6562           PInvoke calling convention is 0.
6563
6564 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
6565
6566         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
6567         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
6568
6569 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
6570
6571         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
6572         to handle threads not started by the GC (patch by Michael Meeks
6573         <michael.meeks@novell.com>).
6574
6575 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
6576
6577         * reflection.c: Make buffer used in emitting types larger for some
6578         big generic types (patch by Michal Moskal).
6579
6580 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
6581
6582         * mono-debug.c: Fix some (not all) alignment problems.
6583
6584 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6585
6586         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
6587         Invoke mono_image_load_from_data_full passing the refonly
6588         parameter.
6589
6590         * assembly.c
6591         (mono_assembly_open_from_bundle): Add the refonly argument, 
6592         in order to pass it to other methods it calls to.
6593         (do_mono_assembly_open): Add the refonly argument, in order 
6594         to pass it to other methods it calls to.
6595         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
6596         the refonly parameter to it.
6597
6598         * image.c: Add loaded_images_refonly_hash and
6599         loaded_images_refonly_guid_hash to cache the reflection
6600         only loaded images.
6601         (mono_images_init): Initialize the hash tables used for
6602         caching the reflection only images.
6603         (load_modules): Invoke mono_image_open_full passing the refonly
6604         parameter to load the modules the correct way.
6605         (build_guid_table): Add the refonly argument, to re-build the 
6606         correct hash table.
6607         (do_mono_image_open): Added the refonly argument, in order to
6608         define it for the loaded image.
6609         (mono_image_loaded_full): New function, which receives an
6610         additional parameter to look for the image in the refonly or
6611         non-refonly section.
6612         (mono_image_loaded): Updated, using mono_image_loaded_full.
6613         (mono_image_loaded_by_guid_full): The same case that happens
6614         with mono_image_loaded_full.
6615         (mono_image_loaded_by_guid): Likewise.
6616         (register_image): Use the ref_only variable inside MonoImage
6617         to decide in which hash table store the current image.
6618         (mono_image_open_from_data_full): Rename
6619         mono_image_open_from_data to mono_image_open_from_data_full,
6620         adding the refonly argument, to define the ref_only variable 
6621         inside MonoImage.
6622         (mono_image_open_from_data): Return 
6623         mono_image_open_from_data_full.
6624         (mono_image_open_full): Rename mono_image_open to
6625         mono_image_open_full, receiving the new refonly argument,
6626         to pass it to inner methods.
6627         (mono_pe_file_open): Update this function, to open
6628         a MonoImage as a non-refonly image.
6629         (mono_image_close): Use the refonly variable inside
6630         MonoImage to remove the image from the correct caches.
6631
6632         * image.h: Add the signatures of mono_image_open_full,
6633         mono_image_open_from_data_full, mono_image_loaded_full,
6634         mono_image_loaded_by_guid_full.
6635
6636         * metadata-internals.h: Add the ref_only field to 
6637         MonoImage.
6638         
6639 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6640
6641         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
6642         Fix the last behavior, which used to load the assemblies and
6643         extract MonoReflectionAssemblyName information, instead of
6644         extract it from the metadata tables. Needed for Reflection
6645         Only assemblies.
6646         
6647 2005-07-29  Martin Baulig  <martin@ximian.com>
6648
6649         * mono-debug-debugger.c
6650         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
6651         not initialized.
6652
6653         * mono-debug.c
6654         (mono_debug_address_from_il_offset): Check whether we have
6655         debugging support before attempting to take the lock.
6656         (mono_debug_source_location_from_address): Likewise.
6657         (mono_debug_source_location_from_il_offset): Likewise.
6658         (mono_debug_il_offset_from_address): Likewise.
6659         (mono_debug_address_from_il_offset): Likewise.
6660
6661 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
6662
6663         * class.c (mono_class_from_name_case): Add support for dynamic images.
6664         Fixes #75650.
6665
6666         * object.c (mono_class_compute_gc_descriptor): Add a workaround
6667         for #75479.
6668
6669 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
6670         
6671         * reflection.c (mono_method_get_object): Fix warning.
6672
6673 2005-07-28  Martin Baulig  <martin@ximian.com>
6674
6675         * mono-debug.c
6676         (mono_debug_add_wrapper): Also write the wrapper type.
6677
6678 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
6679
6680         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
6681         
6682         * class.c (mono_class_init): Avoid reading nested classes if the AOT
6683         data indicates the class has none.
6684
6685 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
6686
6687         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
6688         loader lock with the debugger lock. Prevents deadlocks for beagle.
6689
6690         Beagle can now run on an smp box for a weekend without any
6691         issues. Woohoo!
6692
6693 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
6694
6695         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
6696         in a module. Fixes #75629.
6697
6698 2005-07-26  Martin Baulig  <martin@ximian.com>
6699
6700         * mono-debug.c (mono_debug_add_wrapper): New static method.
6701         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
6702         interncall or a wrapper.
6703
6704         * mono-debug.h (MonoDebugWrapperData): New public typedef.
6705         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
6706         (MONO_DEBUGGER_VERSION): Bump to 51.
6707
6708         * mono-debug-debugger.c
6709         (mono_debugger_add_type): Removed this empty function.
6710         (mono_debugger_add_method): Likewise.
6711
6712 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
6713
6714         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
6715         before accessing method->slot.
6716
6717 2005-07-21  Jb Evain  <jbevain@gmail.com>
6718
6719         * reflection.c (method_encode_clauses/class): Handle filters clauses.
6720         Fixes #75010.
6721
6722 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
6723
6724         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
6725         #75587.
6726
6727 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
6728
6729         * image.h image.c: Add mono_image_get_guid () API function.
6730
6731 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
6732
6733         There were issues when multiple threads tried to load
6734         assemblies. A deadlock was created between assemblies_mutex and
6735         mono_domain_assemblies_lock. This fixes the issue by making the
6736         assembly ref counting be lock free. See bug 75586.
6737         
6738         * image.c (mono_image_close): The add ref function here was using
6739         Interlocked operations while the unref was using a mutex and a
6740         --. I don't think this was ever a bug that would be exposed in a
6741         non-pendantic way (ie, by an embedder doing a ref on one thread
6742         and an unref on another), but for the sake of correctness, this is
6743         now Interlocked.
6744
6745         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
6746         (mono_assembly_load_reference): Call mono_assembly_addref rather
6747         than touching the refcount ourselves.
6748         (mono_assembly_close): Use InterlockedDecrement to unref the
6749         assembly. Don't acquire the lock unless it is actually needed.
6750
6751 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
6752
6753         * class.c (mono_class_layout_fields): Fix calculation of has_references
6754         for generic types.
6755
6756 2005-07-12  Martin Baulig  <martin@ximian.com>
6757
6758         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6759
6760         * metadata.c
6761         (mono_type_hash): Provide better hashing for generic instances.
6762         (mono_generic_inst_hash): Improve hashing.
6763         (mono_generic_class_hash): Likewise.
6764
6765         * reflection.c (mymono_metadata_type_hash): Improve hashing for
6766         generic instances.
6767
6768 2005-07-12  Martin Baulig  <martin@ximian.com>
6769
6770         * reflection.c (mono_reflection_create_runtime_class): Remove the
6771         hack for generic type definitions and non-`Run' assemblies.
6772         (mono_reflection_bind_generic_parameters): Also use
6773         `klass->wastypebuilder' to check for TypeBuilders.
6774
6775 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
6776
6777         * class.c (mono_class_layout_fields): Fix calculation of has_references
6778         for generic types.
6779
6780         * class.c (inflate_generic_class): Fix a leak.
6781         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
6782         for generic types.
6783
6784 2005-07-11  Martin Baulig  <martin@ximian.com>
6785
6786         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
6787         on error.
6788
6789 2005-07-11  Martin Baulig  <martin@ximian.com>
6790
6791         * loader.c (find_method): Also lookup in
6792         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
6793
6794 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
6795
6796         * appdomain.c (mono_domain_unload): Don't free the error message
6797         before passing it to mono_get_exception_...
6798
6799         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
6800         
6801 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
6802
6803         * threads.c: try to better guess an available RT signal (bug #75387).
6804
6805 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
6806
6807         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
6808         and CACHE_OBJECT.
6809
6810 2005-07-07  Martin Baulig  <martin@ximian.com>
6811
6812         * class.c (mono_type_get_name_full): Return NULL for
6813         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
6814         fixes #75408.
6815
6816 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
6817
6818         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
6819         exit the appdomain as well being aborted.
6820
6821         * threadpool.c: Create all threadpool threads inside the root appdomain, and
6822         change back to the root domain after calling managed code. This enables
6823         appdomains using threadpools to be unloaded.
6824
6825 2005-07-07  Martin Baulig  <martin@ximian.com>
6826
6827         * class-internals.h
6828         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
6829         into `MonoDynamicGenericClass' since we only need it for dynamic
6830         types.
6831
6832         * reflection.c (mono_class_bind_generic_parameters): We don't need
6833         to compute the `parent' here.
6834
6835 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
6836
6837         * culture-info-table.h : regenerated.
6838
6839 2005-07-06  Martin Baulig  <martin@ximian.com>
6840
6841         * icall.c
6842         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
6843
6844         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
6845
6846 2005-07-06  Martin Baulig  <martin@ximian.com>
6847
6848         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
6849         we're doing a signature-only comparision; fixes #74945.
6850
6851 2005-07-06  Martin Baulig  <martin@ximian.com>
6852
6853         * class-internals.h (MonoGenericClass): Moved some things out into
6854         a new `MonoInflatedGenericClass' type.  
6855         (MonoInflatedGenericClass): New type; the `klass' of a
6856         `MonoGenericClass' is now computed lazyly in
6857         mono_get_inflated_generic_class().      
6858
6859         * class.c (mono_get_inflated_generic_class): New public function.
6860         (mono_class_inflate_generic_method): Removed the unused
6861         `MonoClass *' argument.
6862         (setup_generic_vtable): Don't call mono_get_inflated_method() on
6863         all the methods.
6864         (mono_class_create_generic): Make this static and merge it with
6865         mono_class_create_generic_2(); we're now called automatically from
6866         mono_get_inflated_generic_class().
6867
6868         * loader.c (mono_method_signature): Call
6869         mono_get_inflated_method() here.
6870
6871 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
6872
6873         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
6874         type of fields with RVA.
6875
6876         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
6877         for this pseudo class.
6878         (my_mono_class_from_generic_parameter): Likewise.
6879         (mono_class_init): Allow interfaces to have cctors.
6880
6881 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
6882
6883         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
6884         lazily for AOT methods.
6885
6886 2005-07-05  Martin Baulig  <martin@ximian.com>
6887
6888         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
6889         returns FALSE for a successful match, not TRUE.
6890
6891 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
6892
6893         * loader.c (mono_method_get_index): Optimize this a bit.
6894
6895 2005-07-04  Martin Baulig  <martin@ximian.com>
6896
6897         * class.c
6898         (class_compute_field_layout): Move the check for generic type
6899         definitions into mono_class_layout_fields().  Fixes #74684.
6900         (mono_class_from_generic_parameter): Correctly compute
6901         `klass->parent'; fixes #75457.
6902
6903         * reflection.c (register_assembly, register_module): Make sure
6904         `domain->rejobject_hash' is already created.
6905
6906 2005-07-02  Martin Baulig  <martin@ximian.com>
6907
6908         * class-internals.h
6909         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
6910         `MonoDynamicGenericClass'.      
6911
6912 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
6913
6914         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
6915         returned by a field getter is null, since null is a valid value.
6916
6917 2005-07-01  Martin Baulig  <martin@ximian.com>
6918
6919         * reflection.c (mono_reflection_generic_class_initialize): Update
6920         the `dgclass->fields [i].parent' to the correct class.
6921         (mono_image_get_fieldref_token): Use the declaring type, not the
6922         reflected type.
6923
6924 2005-07-01  Martin Baulig  <martin@ximian.com>
6925
6926         * loader.c (find_method): Also look in the interfaces; fixes #75429.
6927
6928 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
6929
6930         * threads.c (thread_cleanup): assert that thread != NULL
6931         (wait_for_tids_or_state_change): We were using the wrong variable
6932         when accessing wait->threads. `i' was always out of the bounds of
6933         the array.
6934
6935 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6936
6937         * loader.c: map user32 and kernel32 to libMonoSupportW
6938
6939 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
6940
6941         * appdomain.c (unload_thread_main): Mark this as WINAPI.
6942
6943 2005-06-28  Martin Baulig  <martin@ximian.com>
6944
6945         * loader.c (method_from_methodspec): Fix #75334.
6946
6947 2005-06-28  Martin Baulig  <martin@ximian.com>
6948
6949         Fix #74953 - Arrays now implement the generic IList<T> interface
6950         on the 2.0 platform.
6951
6952         * class-internals.h (MonoDefaults): Added `generic_array_class'.
6953
6954         * reflection.c (mono_class_bind_generic_parameters): New public
6955         function; similar to mono_reflection_bind_generic_parameters(),
6956         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
6957
6958         * domain.c (mono_init_internal): Try to initialize.
6959         `mono_defaults.generic_array_class' here; this'll only succeed if
6960         we're using the 2.0 corlib.
6961
6962         * icall.c
6963         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
6964         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
6965         (mono_lookup_internal_call): Added support for nested classes.
6966
6967         * loader.c
6968         (mono_get_method_from_token): Set `result->signature->pinvoke' if
6969         we're an interncall and have generic arguments.
6970
6971         * class.c
6972         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
6973         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
6974         instance of System.Array.InternalArray<T> for arrays, so they
6975         implement the generic IList<T> interface.
6976
6977 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
6978
6979         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
6980         (chastamar@yahoo.com). Fixes #75374.    
6981
6982 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
6983
6984         * culture-info-table.h: regenerated.
6985
6986 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6987
6988         * icall.c: handle spaces correctly for base64 strings.
6989
6990 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
6991
6992         * *.c: Kill some warnings.
6993
6994 2005-06-23  Duncan Mak  <duncan@novell.com>
6995
6996         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
6997         that this builds on Solaris 10 (x86).
6998
6999 2005-06-23  Martin Baulig  <martin@ximian.com>
7000
7001         * class.c
7002         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
7003         generic type definitions.
7004
7005 2005-06-23  Martin Baulig  <martin@ximian.com>
7006
7007         Fix #75331.
7008
7009         * metadata.c (mono_class_get_overrides): Renamed to
7010         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
7011         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
7012         pass it to mono_get_method_full().
7013
7014 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
7015
7016         * reflection.c (mono_reflection_create_runtime_class): take the
7017         mono_domain_lock in this method. Prevents deadlocks
7018
7019 2005-06-22  Martin Baulig  <martin@ximian.com>
7020
7021         * loader.c (method_from_methodspec): Fix #75330.
7022
7023 2005-06-22  Martin Baulig  <martin@ximian.com>
7024
7025         * reflection.c (type_get_qualified_name): Use
7026         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
7027         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
7028         argument; use it if we don't have an assembly name.
7029
7030 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
7031
7032         * object.c: In mono_message_init, set "copy out" flag for in
7033         parameters with the [Out] flag.
7034
7035 2005-06-21  Martin Baulig  <martin@ximian.com>
7036
7037         * class.c
7038         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
7039         and MONO_TYPE_PTR.
7040
7041 2005-06-21  Martin Baulig  <martin@ximian.com>
7042
7043         * class.c (mono_class_init): Don't initialize `class->fields' for
7044         generic instances since they're initialized again in
7045         compute_field_layout(). 
7046         (compute_field_layout): Set the field's `generic_info' here; fix
7047         #75320. 
7048
7049 2005-06-21  Martin Baulig  <martin@ximian.com>
7050
7051         * class-internals.h
7052         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
7053
7054         * metadata.c (mono_metadata_generic_method_equal): Also
7055         distinguish the `generic_class'; fixes #75334.
7056
7057 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7058
7059         * domain.c:
7060         * appdomain.c:
7061         * domain-internals.h:
7062         * reflection.c: 'domain_assemblies' field is now protected by its own
7063         lock. Don't call into managed code to run the AssemblyLoad event if we
7064         now there are no registered delegates for it.
7065
7066 2005-06-20  Martin Baulig  <martin@ximian.com>
7067
7068         * class.c (mono_class_is_assignable_from): Use a custom version of
7069         mono_class_has_parent() to make things work for generic instances;
7070         fix #75300.
7071
7072 2005-06-20  Martin Baulig  <martin@ximian.com>
7073
7074         * loader.c (method_from_methodspec): Apply a patch from
7075         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
7076
7077 2005-06-20  Martin Baulig  <martin@ximian.com>
7078
7079         * class.c (mono_class_init): Reverted Zoltan's last change; it
7080         breaks generics.
7081
7082 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
7083
7084         * threads.c (wait_for_tids_or_state_change): Add missing locking.
7085
7086 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7087
7088         * socket-io.c: fix the index in the socket array for writable/error
7089         sockets. Fixes bug #75306.
7090
7091 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
7092
7093         * class.c (mono_class_init): Allow interfaces to have static ctors.
7094
7095 2005-06-17  Martin Baulig  <martin@ximian.com>
7096
7097         * loader.c (method_from_methodspec): Use `context->container' when
7098         parsing the `gmethod->inst'.
7099
7100 2005-06-17  Martin Baulig  <martin@ximian.com>
7101
7102         * class.c (mono_type_get_name_recurse): Don't add the assembly
7103         name for type arguments.
7104
7105 2005-06-15  Martin Baulig  <martin@ximian.com>
7106
7107         * reflection.c (mono_image_get_inflated_method_token): Encode
7108         correct klass; fixes #75260.
7109
7110 2005-06-13 Michal Moskal <malekith@nemerle.org>
7111
7112         * icall.c: Make GetCorrespondingMethod/Constructor take
7113         MonoReflectionMethod method not MonoMethod. Removed
7114         MonoType.GetCorrespondingField, and make
7115         MonoGenericType.GetCorrespondingField take name not
7116         MonoClassField.
7117
7118 2005-06-13  Michal Moskal <malekith@nemerle.org>
7119
7120         * reflection.c (field_encode_signature, encode_locals):
7121          Make sizes of buffers for types larger (for big generic types).
7122          (create_generic_typespec,
7123          mono_reflection_sighelper_get_signature_local,
7124          mono_reflection_sighelper_get_signature_field):
7125          Add asserts for too small buffers.
7126
7127 2005-06-15  Martin Baulig  <martin@ximian.com>
7128
7129         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
7130         if our parent is not a dynamic type.
7131
7132 2005-06-15  Martin Baulig  <martin@ximian.com>
7133
7134         * class-internals.h (MonoTypeNameFormat): New enum.
7135
7136         * class.c
7137         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
7138         (mono_type_get_full_name): Removed.
7139         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
7140         argument instead of the boolean's.
7141
7142         * icall.c (ves_icall_System_MonoType_getFullName):
7143         Added `gboolean assembly_qualified'.    
7144
7145         * reflection.h
7146         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
7147
7148         * reflection.c (mono_reflection_parse_type): Parse the new type
7149         name format.
7150
7151 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7152
7153         * icall.c: no need to convert from utf16 to utf8 and then back again
7154         after the call to GetLogicalDrives.
7155
7156 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7157
7158         * icall.c: frombase64. Fix problems exposed by new tests.
7159
7160 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7161
7162         * icall.c: added internal calls for converting char [] and strings in
7163         base64 into byte [].
7164
7165 2005-06-10  Martin Baulig  <martin@ximian.com>
7166
7167         * class.c (mono_class_create_generic_2): Read the nested classes
7168         from the metadata rather than from `gklass->nested_classes' since
7169         `gklass' might not be initialized yet.
7170
7171 2005-06-09  Duncan Mak  <duncan@novell.com>
7172
7173         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
7174         all public headers. Fixes #74919.
7175
7176 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
7177
7178         * domain.c: The key for proxy_vtable_hash is now a pointer
7179         array. Added new GHashFunc and GCompareFunc functions for this.
7180
7181         * class.h: The list of interfaces in MonoRemoteClass is known in
7182         advance and can't grow (we create a new MonoRemoteClass if needed),
7183         so now the interface array can be allocated together with
7184         MonoRemoteClass.
7185         
7186         * object.c: Added a new method create_remote_class_key.
7187         Fixed mono_remote_class so it does not depend on
7188         mono_upgrade_remote_class.
7189         Removed extend_interface_array.
7190         Added new method clone_remote_class(), which makes a copy of a remote
7191         class and adds a new interface or class to it.
7192         mono_upgrade_remote_class() now creates a new remote class (or gets
7193         it from the cache) if an vtable upgrade is needed. In this way
7194         we make sure that other objects sharing the same remote class
7195         don't get the new vtable with unwanted interfaces.
7196         
7197         * object-internals.h:
7198         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
7199         
7200         * marshal.c: Track changes in mono_upgrade_remote_class().
7201
7202 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
7203         * icall.c: Add runtime methods for obtaining members of inflated
7204         class, which were created from supplied non-inflated members. It
7205         is used in internal Get{Method,Constructor,Field} methods in
7206         System.Type
7207
7208 2005-06-09  Martin Baulig  <martin@ximian.com>
7209
7210         * reflection.c
7211         (mono_reflection_bind_generic_method_parameters): Fix #75169.
7212
7213 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7214         * reflection.c (mono_image_basic_init): Define
7215         Version in MonoDynamicAssembly. 
7216         
7217 2005-06-08  Martin Baulig  <martin@ximian.com>
7218
7219         Fix #75136.
7220
7221         * loader.c
7222         (mono_method_signature_full): New public method; takes a
7223         `MonoGenericContext *'.
7224         (find_method): Use mono_method_signature_full() and pass the
7225         klass'es context to it.
7226
7227         * class.c (mono_class_is_inflated_method): Use
7228         mono_method_signature_full() and pass the context to it.
7229
7230 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
7231
7232         * object.c: add proper locking in mono_remote_class_vtable(),
7233         fixes possible memory corruption.
7234
7235 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
7236
7237         * marshal.c (mono_remoting_marshal_init): set
7238         initialized after initialization.
7239
7240 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
7241
7242         * locales.c : hush.
7243
7244 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
7245
7246         * object.c (extend_interface_array): fix really silly
7247         memory corrupting / comparison bug.
7248
7249 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7250
7251         * reflection.c: Functions added to support the creation
7252         of CustomAttributeData, which includes Attribute data
7253         used by ReflectionOnly methods.
7254
7255         * reflection.h:  mono_reflection_get_custom_attrs_data and
7256          mono_custom_attrs_data_construct added (functions exposed).
7257
7258          * icall.c: Added mono_reflection_get_custom_attrs_data
7259          as icall.
7260         
7261 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
7262
7263         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
7264         lupus's request.
7265
7266 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
7267
7268         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
7269
7270         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
7271         dynamic DllImportAttribute.
7272
7273         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
7274         dynamic DllImportAttribute.
7275
7276         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
7277         Fixes #75162.
7278
7279 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7280
7281         * threads.c: avoid segfault when an unstarted thread is aborted.
7282
7283 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
7284
7285         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
7286         Returns the name and version of the runtime for reporting.
7287
7288 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7289
7290         * appdomain.c: bump corlib version.
7291         * object-internals.h: new field in MonoReflectionAssembly.
7292
7293 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7294
7295         * object-internals.h: Carlos forgot to add this field.
7296
7297 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7298
7299         * icall.c: Added create_version to create instances
7300         of Version of MonoReflectionAssemblyName. This change helps
7301         the AssemblyName tests to keep running fine.
7302         
7303 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
7304   
7305         * object.c (mono_method_return_message_restore): A somehow less
7306         intrusive fix for #75138.
7307
7308 2005-06-03  Raja R Harinath  <rharinath@novell.com>
7309
7310         * object.c (mono_method_return_message_restore): Fix computation
7311         of expected number of out args.
7312
7313 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
7314
7315         * reflection.c (mono_image_get_method_info): Fix the case when the
7316         charset is empty.
7317
7318 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
7319
7320         * object.c: Added missing null check in
7321           mono_method_return_message_restore.
7322
7323 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
7324
7325         * reflection.c (mono_image_get_method_info): Handle the case when
7326         dllentry is empty.
7327
7328 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
7329
7330         * object.c: When creating the vtable for a proxy, take into account
7331         all inherited interfaces, not only the ones registered in
7332         iclass->interfaces. This fixs bug #74996.
7333         Also, in mono_method_return_message_restore, verify that the array
7334         of out args has the expected lengh.
7335
7336 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7337
7338         * socket-io.c: update the timeout in Poll when the call is interrupte.
7339
7340 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7341
7342         * socket-io.c: support abort/suspend in Select_internal after last
7343         change.
7344
7345 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7346
7347         * threadpool.c: remove warning.
7348
7349 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7350
7351         * icall.c:
7352         * socket-io.[ch]: Select_internal uses poll() now when available, thus
7353         removing the 1024 limit from select(). Runtime part of the fix for
7354         bug #71203.
7355
7356 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7357
7358         * socket-io.c: when resolving the addresses for the same
7359         host returned by gethostname(), get the local IPs from the interface
7360         list. Loopback addresses are discarded if the are interfaces up with
7361         non-loopback ones. Fixes bug #63265.
7362
7363 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
7364
7365         * appdomain.c, verify.c, object-internals.h, reflection.c:
7366         bumped corlib number to 36, and added new extra_flags field
7367         to ReflectionMethodBuilder and friends.  Fixes #75060.
7368
7369 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
7370
7371         * gc.c: register a new weak link only if the object is non-null
7372         (fixes bug#75047).
7373
7374 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
7375
7376         * culture-info.h : short time pattern too.
7377
7378 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
7379
7380         * culture-info.h : expand long time pattern string length.
7381
7382 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7383
7384         * culture-info-table.h : update (more French date format; #72788).
7385
7386 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
7387
7388         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
7389         the method is static. Fixes #75029.
7390
7391 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
7392
7393         * reflection.c: Update the table_idx field of method builders after
7394         saving the module, since it can change. This is a workaround for
7395         bug #74914. 
7396
7397 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7398
7399         * culture-info-table.h : update (additional French date format).
7400
7401 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
7402
7403         * icall.c (ves_icall_type_Equals): Revert last change.
7404         
7405         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
7406
7407         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
7408
7409 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
7410
7411         * class-internals.h: Added executioncontext_class field to 
7412         MonoDefaults structure.
7413         * domain.c: Cache System.Threading.ExecutionContext class in 
7414         mono_defaults.
7415         * object.c: Capture the ExecutionContext for asynchroneous calls in
7416          mono_async_result_new.
7417         * object-internals.h: Added execution_context and original_context 
7418         fields to MonoAsyncResult. Added execution_context to MonoThread.
7419         * security-manager.c|.h: Added mono_get_context_capture_method to 
7420         return the capture method (if required by the security manager or by
7421         the framework version used).
7422         * threadpool.c: Apply capture (if present) ExecutionContext in 
7423         mono_async_invoke and revert to original context after it completes.
7424
7425 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
7426
7427         * culture-info-table.h : updated (real hacky solution for zh-CHT).
7428
7429 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
7430
7431         * culture-info-table.h : zh-CHT related workaround.
7432
7433 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
7434
7435         * marshal.c (emit_marshal_custom): Add some error checking and call the
7436         methods in the ICustomMarshaler interface. Fixes #74875.
7437         
7438         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
7439         native->managed wrappers.
7440
7441 2005-05-12  Martin Baulig  <martin@ximian.com>
7442
7443         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
7444         here and use the loader lock.
7445
7446         * mono-debug.c: Properly lock when the debugger is not attached.
7447         (mono_debug_init): Release the initial lock if we're not running
7448         in the debugger.
7449
7450 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
7451
7452         * marshal.c (emit_marshal_custom): Pass through NULL values without
7453         calling the custom marshalling routines.
7454
7455         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
7456         conversion in structures. Fixes #74882.
7457
7458 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
7459
7460         * culture-info-table.h : zh-* cultures were missing.
7461
7462 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
7463
7464         * threads.c: Added a new event background_change_event which is signaled
7465         when a thread changes its background mode.
7466         Moved here several checks previously done in managed code. The checks
7467         require the thread lock, and using the thread lock in managed code
7468         can result in deadlocks.
7469         Merged Start_internal and Thread_internal into a single method. Now 
7470         Thread_internal does all work of creating and starting a thread.
7471         Added icalls for setting and getting the state of the object. Moved from
7472         managed code to avoid locking there.
7473         Added wait_for_tids_or_state_change() which is called instad of
7474         wait_for_tids when waiting for non-backround threads to end. This method
7475         will return if one of the threads ends or the background_change_event
7476         is signaled.
7477         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
7478         the background mode. This method signals the background_change_event
7479         event.
7480         * icall.c:
7481         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
7482         removed Start_internal.
7483         
7484 2005-05-11  Martin Baulig  <martin@ximian.com>
7485
7486         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
7487         to order of some fields to get proper alignment on 64-bit machines.
7488
7489 2005-05-11  Martin Baulig  <martin@ximian.com>
7490
7491         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
7492         changes as they're broken and completely fuck up the debugger.
7493
7494         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
7495
7496 2005-05-10  Martin Baulig  <martin@ximian.com>
7497
7498         * reflection.c (mono_reflection_generic_class_initialize): Don't
7499         call mono_class_setup_parent() here.
7500
7501 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7502
7503         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
7504         send/receive timeout use an integer in milliseconds. We were using a
7505         struct timeval.
7506
7507 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7508
7509         * locales.c:
7510         (internal_get_cultures): reserve the first slot of the array for the
7511         InvariantCulture, which will be filled in managed code.
7512
7513 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
7514
7515         * reflection.c (mono_image_fill_module_table): Initialize the
7516         GENERATION field as well.
7517
7518 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7519
7520         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
7521         Monitor.Enter on the object.
7522
7523 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
7524
7525         * threads.c: Enable the wait for running threads when exiting.
7526         * icall.c: Suspend all threads before exiting.
7527
7528 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
7529
7530         * assembly.c (mono_assembly_load_reference): Fix warning.
7531
7532 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7533
7534         * threadpool.c: changed the default number of threads per cpu. From now
7535         on, the default will be 20 + (5 * number of cpus) instead of 50.
7536
7537 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
7538
7539         * loader.c (mono_method_get_signature_full): Add locking here.
7540
7541 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
7542
7543         * appdomain.c: Moved methods for parsing and freeing assembly
7544         names to assembly.c.
7545         * assembly.c, domain-internals.h: Created public methods for parsing
7546         assembly names. Fixed mono_assembly_load_with_partial_name:
7547         it now finds the best match, taking into account the version,
7548         token and culture specified in the partial name. Also return
7549         the latest version if no version information is specified.
7550
7551 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
7552
7553         * threadpool.c: replace check for SocketAsyncCall class.
7554
7555 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7556
7557         * threadpool-internals.h:
7558         * Makefile.am: added threadpool-internals.h
7559
7560         * threadpool.c: call mono_unhandled_exception on exceptions not handled
7561         that happen in threadpool threads (tested on MS).
7562         (mono_thread_pool_remove_socket): new function that dispatch any pending
7563         AIO call on a socket that is closing. By now only epoll really needs it,
7564         as select/poll wake up when the socket closes.
7565
7566
7567         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
7568
7569 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
7570
7571         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
7572
7573 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
7574
7575         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
7576
7577 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
7578
7579         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
7580         has an abort request, convert it into a suspend request.
7581
7582 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
7583
7584         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
7585         warning for the usage of `UnmanagedFunctionPointerAttribute' which
7586         is not supported yet.
7587
7588 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7589
7590         * image.c: register assemblies loaded from data (bundles) in the loaded
7591         assemblies hash. Fixes bug #74772.
7592
7593 2005-04-29  Martin Baulig  <martin@ximian.com>
7594
7595         * class.c (mono_type_get_name_recurse): Update to the new naming
7596         schema from the latest .NET 2.x beta2.
7597         (mono_class_setup_vtable_general): If we're a generic instance,
7598         copy the vtable from our generic type definition and inflate all
7599         the methods in it.
7600
7601         * loader.c (find_method): Update to the new naming schema from the
7602         latest .NET 2.x beta2.
7603
7604 2005-04-29  Raja R Harinath  <harinath@gmail.com>
7605
7606         * class.c (mono_class_init): Add a mono_loader_unlock to the
7607         #74734 fix.
7608
7609 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
7610
7611         * icall.c (ves_icall_System_Environment_Exit): Remove the 
7612         suspend_all_other_threads () call for the time being, since it can hang.
7613
7614         * threads.c (mono_thread_manage): Similarly, disable the waiting for
7615         the background threads to exit, since it can also hang.
7616
7617         * class.c (mono_class_init): Applied patch from Ankit Jain 
7618         (radical@gmail.com). Avoid pending init errors when a field refers
7619         to a nested class using a typeref. Fixes #74734.
7620
7621         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
7622         this for dynamic modules.
7623
7624 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7625
7626         * threads.c: don't wait for threads that are in the process of aborting
7627         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
7628         and waiting for background threads to finish. This makes xsp and
7629         mod-mono-server exit without random length delays and/or hangs.
7630
7631 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7632
7633         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
7634
7635 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
7636
7637         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
7638         dynamic types to prevent infinite loops. Fixes #74727.
7639
7640         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
7641         ..._is_assignable_to.
7642
7643 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
7644
7645         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
7646
7647 2005-04-25  Martin Baulig  <martin@ximian.com>
7648
7649         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
7650
7651         * domain.c
7652         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
7653
7654         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
7655
7656         * reflection.c (build_compressed_metadata): Set metadata header
7657         version to 2.0.
7658
7659 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
7660
7661         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
7662         number into an integral and a decimal part. Fixes #70473.
7663
7664         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
7665
7666 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
7667
7668         * culture-info-table.h : reflected the latest locale-builder output.
7669
7670 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7671
7672         * threadpool.c: check for SuspendRequested too when deciding if
7673         mono_thread_interruption_checkpoint should be called.
7674
7675 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7676
7677         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
7678         * threads.c: remove interruption_mutex and use Interlocked instead. When
7679         suspending all the threads, wait for all the suspended events at once.
7680         If we're shutting down and get an APC that is going to be queued,
7681         call mono_thread_execute_interruption immediately, as the thread might
7682         be sleeping on a pthread condition or mutex.
7683
7684         * icall.c: call mono_runtime_set_shutting_down before suspending the
7685         threads.
7686
7687         Fixes bug #74693. And now xsp is happier when exiting.
7688
7689 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
7690
7691         * loader.c (mono_stack_walk): Fix #74690.
7692
7693 2005-04-22  Martin Baulig  <martin@ximian.com>
7694
7695         * mono-debug.h (MonoDebugMethodJitInfo): Added
7696         `MonoDebugMethodJitInfo *jit'.
7697
7698         * mono-debug.c (mono_debug_read_method): Cache the
7699         MonoDebugMethodJitInfo in `address->jit'.
7700         (mono_debug_free_method_jit_info): New public method.
7701
7702 2005-04-22  Martin Baulig  <martin@ximian.com>
7703
7704         * class.c (mono_class_is_assignable_from): Disallow
7705         type parameter -> interface.
7706
7707 2005-04-21  Dick Porter  <dick@ximian.com>
7708
7709         * threads.c (mono_thread_create): Turn an assertion into an error.
7710
7711 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
7712
7713         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
7714         
7715         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
7716         Fix some gcc 4.0 warnings.
7717
7718 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
7719
7720         * file-io.c: fix alt dir separator char on unix systems
7721         and cleanup (fixes bug #71214).
7722
7723 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
7724
7725         * marshal.c: Use CALLVIRT instead of CALL when dispatching
7726         a call to a remote domain, since the method may be an
7727         interface method in the client domain. This fixes bug #74192.
7728
7729 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7730
7731         * threadpool.c: recv/send are now performed before going back to managed
7732         code to save one transition.
7733
7734 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7735
7736         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
7737
7738         * metadata/threadpool.c: removed hack to workaround the bug above.
7739
7740         Fixes bug #74618.
7741
7742 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
7743
7744         * reflection.c reflection.h: Fix handling of parameter defaults in
7745         dynamic methods. Also fixes handling of parameter attributes.
7746         Fixes #74609.
7747
7748         * mono-debug.c (mono_debug_close_image): Fix warning.
7749
7750 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7751
7752         * socket-io.h: replaced old unused field with new 'blocking'.
7753         * threadpool.c: restore socket blocking state on windows(tm).
7754
7755 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
7756
7757         * icall.c: don't return the codebase in the AssemblyName[] returned by
7758         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
7759         * object-internals.h: Removed FIXME (fields were presents) and fixed
7760         versioncompat declaration.
7761
7762 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7763
7764         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
7765         not closed, so don't cleanup when it happens.
7766
7767 2005-04-13  Chris Toshok  <toshok@ximian.com>
7768
7769         * mono-debug-debugger.h: change prototype for
7770         mono_debugger_lookup_type.
7771
7772         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
7773         this function, although it should probably be named
7774         mono_debugger_init_type.
7775
7776 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7777
7778         * threadpool.c: fix non-AIO case.
7779
7780 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
7781
7782         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
7783         the built-in profiler to measure just JIT compilation times.
7784
7785 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7786
7787         * threadpool.c: the epollfd might be closed by another thread at
7788         any time, so ignore EBADF at treat it as a "we're closing" sign.
7789
7790 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7791
7792         * threadpool.c: release the semaphores with a count equals to the number
7793         of working threads in both IO and regular pools. Fixed typo that messed
7794         up the count of IO pool threads. Don't initialize the pipe handles if
7795         we're using epoll.
7796
7797 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7798
7799         * threadpool.c: some systems don't like a NULL when deleting the socket
7800         from epoll.
7801
7802 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7803
7804         * threadpool.c: fix semaphore allocation.
7805
7806 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7807
7808         * threadpool.c: added epoll() based implementation for asynchronous IO
7809         that is used instead of the default poll() when available.
7810         It can be disabled by setting MONO_DISABLE_AIO.
7811
7812 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7813
7814         * threadpool.c: windows needs 'closesocket' and instead of returning
7815         0 when the stream is closed while in select, it returns -1. Fixes bug
7816         #74573.
7817
7818 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
7819
7820         * class.c (class_compute_field_layout): Fix the regression caused by
7821         the previous try.
7822
7823 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7824
7825         * threadpool.c: separate pool for socket async. IO.
7826         * threadpool.h: mono_max_worker_threads is not a global any more.
7827
7828 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
7829
7830         * class.c (class_compute_field_layout): Fix #74549.
7831
7832 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7833
7834         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
7835         use 2 connected sockets instead.
7836
7837 2005-04-08  Miguel de Icaza  <miguel@novell.com>
7838
7839         * mono-config.c: Add new entry point for mkbundle
7840         mono_config_parse_memory. 
7841
7842 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7843
7844         * threadpool.c: removed another unused function.
7845
7846 2005-04-08  Ankit Jain  <radical@corewars.org>
7847
7848         * reflection.c (get_default_param_value_blobs): Add 'types'
7849         parameter to get the types encoded in the constant table.
7850         (mono_param_get_objects): Use the type from the constant table,
7851         not the type of the parameter, when creating default values.
7852         Handle null default values correctly.
7853
7854 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7855
7856         * file-io.c:
7857         * file-io.h:
7858         * threadpool.c:
7859         * threadpool.h:
7860         * icall.c:
7861         * socket-io.c: removed dead code for async IO.
7862
7863 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7864
7865         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
7866
7867         * threadpool.c: intercept socket async. calls and pass them to a thread
7868         that is polling and dispatching the job items to the threadpool as
7869         socket become ready. Fixes bugs #71217, #71933.
7870
7871         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
7872         between char and short/ushort arrays.
7873
7874         * socket-io.c: remove dead code.
7875
7876 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
7877
7878         * locales.c,
7879           icall.c : removed InternalToUpper_Comp() and
7880           InternalToLower_Comp().
7881
7882 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
7883
7884         * char-conversions.h : The tables were incorrectly generated. Should
7885           be generated against invariant culture.
7886
7887 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
7888
7889         * object.c (mono_runtime_invoke_array): Fix return value when 
7890         passing pre-created valuetype objects to ctors.
7891
7892         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
7893         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
7894         Fixes #74338.
7895
7896 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
7897
7898         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
7899         only used with --security and hides the wrong corlib version error.
7900
7901 2005-03-30  Joshua Tauberer  <tauberer@for.net>
7902
7903         * class.c: Changed mono_class_name_from_token so that types
7904         outside of a namespace don't have an initial period.  Improved
7905         the g_warning message used in _mono_class_get when loading
7906         fails.
7907         * assembly.c: In mono_assembly_load_reference, when an assembly
7908         can't be found, "No such file or directory" is misleading and
7909         unhelpful because a few paths were checked for the presence of
7910         the assembly.  When that happens (ENOENT), display a nicer
7911         message indicating the directories that were searched.  In all
7912         cases, the warning is made easier to read for non-hackers.
7913
7914 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
7915
7916         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
7917         project/solution.
7918         * appdomain.h|domain.c: Removed inline from functions.
7919         * appdomain.c: Reduced warnings when compiling on windows.
7920         * icall.c: Fixed output_debug declaration to gunichar2*.
7921         * mono-config.c: Reduced warnings when compiling on windows.
7922         * rand.c: Added missing "windows.h". Added missing return value.
7923         * rawbuffer.c: Added missing winsock2.h for windows.
7924         * sysmath.h: Added mono-compiler.h header to allow/ease 
7925         compilation with non-GCC compilers.
7926         * threads.c: Fixed declarations to compile with VS.NET C compiler.
7927         Removed cast warnings.
7928
7929         Adapted from the work of J Lothian (for VC6).
7930
7931 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
7932
7933         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
7934         from default_path.
7935
7936 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
7937
7938         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
7939         the 2.0 profile.
7940
7941 2005-03-27  Raja R Harinath  <harinath@gmail.com>
7942
7943         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
7944         has to be in $(exec_prefix).  $(prefix) is for arch-independent
7945         stuff, and it would probably use $(prefix)/share rather than
7946         $(prefix)/lib.
7947
7948 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7949
7950         * console-io.c: added 2 includes that might be missing.
7951
7952 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
7953
7954         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
7955         profile.
7956
7957         * reflection.c (create_custom_attr): Allocate the params array using
7958         alloca so it gets GC tracking.
7959
7960 2005-03-23  Chris Toshok  <toshok@ximian.com>
7961
7962         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
7963         out some spew.
7964
7965 2005-03-24  Raja R Harinath  <rharinath@novell.com>
7966
7967         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
7968         changes to pick up any changes in prefix, etc.
7969
7970 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
7971
7972         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
7973         
7974         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
7975         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
7976
7977 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
7978
7979         * class-internals.h object-internals.h class.c reflection.c: Extend the
7980         mono_lookup_dynamic_token () function to return the class of the
7981         token as well. 
7982
7983         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
7984         well. Fixes #73848.
7985
7986 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
7987
7988         * security-manager.c: Skip inheritance checks for intra-corlib
7989         class inheritance and method overrides. This skips a lot of checks
7990         and (anyway) permissions cannot work until corlib is loaded.
7991
7992 2005-03-23  Martin Baulig  <martin@ximian.com>
7993
7994         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
7995         MONO_TYPE_GENERICINST.  
7996
7997 2005-03-23  Martin Baulig  <martin@ximian.com>
7998
7999         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
8000
8001 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
8002
8003         * class.c: added locking comments to some functions.
8004         Cache the interface offsets arrays (saves about 20 KB
8005         of runtime memory in a typical app).
8006         Reduce the time overhead in mono_class_setup_supertypes ().
8007
8008 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
8009
8010         * icall.c: speedup and fix leaks in GetMethodsByName and
8011         GetPropertiesByName.
8012
8013 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8014
8015         * reflection.c: some locking fixes.
8016
8017 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
8018
8019         * metadata.c: added missing break in case statement.
8020
8021 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
8022
8023         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
8024         typedbyref return values. Fixes #73941.
8025
8026 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
8027
8028         * security-manager.c|h: Added demandunmanaged method and 
8029         suppressunmanagedcodesecurity class to MonoSecurityManager.
8030         Renamed aptc class to allowpartiallytrustedcallers.
8031
8032 2005-03-17  Martin Baulig  <martin@ximian.com>
8033
8034         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
8035
8036 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8037
8038         * file-io.c: disabled file async. IO using aio_*. It uses the
8039         threadpool now. Workaround for bug #73718.
8040
8041 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8042
8043         * assembly.h, mono-config.c: added code to deal with bundled configs
8044         for bundled assemblies.
8045
8046 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
8047
8048         * *.c, private.h: cleanup, removing old private.h header file.
8049
8050 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
8051
8052         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
8053         and throw_on_unmappable_char attributes.
8054
8055 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
8056
8057         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
8058         _ProcessName_internal.
8059
8060 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
8061
8062         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
8063         #73631.
8064
8065         * icall.c threads.c threads-types.h: Remove slothash icalls as they
8066         are no longer used.
8067
8068 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
8069
8070         * object.c (compute_class_bitmap): Add support for generics. Fixes
8071         #73527.
8072
8073 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
8074
8075         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
8076
8077 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8078
8079         * filewatcher.c: commented out the code for windows watcher, as we don't
8080         use it (we use the managed implementation instead).
8081
8082 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
8083
8084         * object-internals.h (MonoThread): Remove 'unused1' field.
8085
8086         * appdomain.c: Bump corlib version.
8087
8088         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
8089
8090         * reflection.c (mono_reflection_create_runtime_class): Remove the
8091         AssemblyBuilder.Save optimization since it causes too many problems.
8092
8093 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
8094
8095         * exception.c|h: Added mono_get_exception_reflection_type_load to
8096         create a ReflectionTypeLoadException object.
8097         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
8098         to return NULL is a InheritanceDemand fails during reflection. Updated
8099         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
8100         ReflectionTypeLoadException if an InheritanceDemand fails during 
8101         reflection. Added icall mapping for GetLinkDemandSecurity.
8102         * security-manager.c|h: Added ves_icall_System_Security_
8103         SecurityManager_GetLinkDemandSecurity internal call to return the
8104         class and methods permissions set for a LinkDemand. Removed unused
8105         fields in MonoSecurityManager.
8106
8107 2005-03-10  Martin Baulig  <martin@ximian.com>
8108
8109         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
8110         it's a generic instance.
8111
8112 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
8113
8114         * reflection.c (mono_get_object_from_blob): Applied patch from
8115         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
8116
8117         * class.c (mono_class_is_assignable_from): Another try at fixing 
8118         #73469 without breaking anything.
8119
8120 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
8121
8122         * class.c: (mono_class_is_assignable_from): Revert the last changes
8123         since they don't work with generics.
8124         
8125         * class.c (mono_class_is_assignable_from): Fix build bustage.
8126
8127         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
8128         the managed IsAssignableFrom method. Fixes #73469.
8129
8130         * reflection.c (mono_reflection_call_is_assignable_from): New helper
8131         function.
8132
8133 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
8134
8135         * object.c (mono_load_remote_field_new): Fix returning uninitialized
8136         memory when the remoting callback does not sets the out arguments.
8137         Fixes #73007.
8138
8139         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
8140         by mistake.
8141
8142         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
8143
8144         * object-internals.h (MonoStackFrame): Sync with managed object layout.
8145
8146         * appdomain.c: Bump corlib version.
8147
8148 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
8149
8150         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
8151         function.
8152
8153         * threads.c (mono_thread_attach): Detect threads which are not started
8154         by the GC pthread wrappers.
8155
8156 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
8157
8158         * icall.c: Added new icall for RNG.
8159         * rand.c|h: Added new icall to open the RNG. This allows to share a 
8160         single handle on Linux to access /dev/urandom and fix #73183.
8161
8162 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
8163
8164         * object.c: setting the new vtable in a transparent proxy object must
8165         not change the GC descriptor.
8166
8167 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8168
8169         * object.c: fixed compilation without GCJ support.
8170         * reflection.c: for runtime-created types ensure klass->has_references
8171         is correct (bug #73215).
8172
8173 2005-03-02  Martin Baulig  <martin@ximian.com>
8174
8175         * class.c (mono_class_is_assignable_from): Make this work if
8176         `oklass' is a generic instance; fixes #72831.
8177
8178 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
8179
8180         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
8181         with hasthis set.
8182         
8183         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
8184
8185         * marshal.c: Reorganize native->managed marshalling code to also use
8186         the emit_marshal_... functions.
8187
8188 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
8189
8190         * object.c: typed allocs have issues with bitmap sizes > 30,
8191         so check for max_set >= 30.
8192
8193 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
8194
8195         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
8196         managed code. Fixes #73012.
8197
8198         * metadata.h (MonoMarshalSpec): Add elem_mult field.
8199
8200         * metadata.c reflection.c: Load/Emit elem_mult as well.
8201         
8202         * metadata.h (MonoMarshalSpec): Add comment.
8203
8204         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
8205
8206         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
8207         num_elem to -1 if not given.
8208
8209         * object-internals.h (MonoReflectionMarshal): Add has_size field.
8210
8211         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
8212         given values.
8213
8214 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
8215
8216         * null-gc.c (mono_gc_free_fixed): Was not compilable.
8217
8218 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
8219
8220         * reflection.c (encode_marshal_blob): Encode param_num field as well.
8221
8222         * object-internals.h (MonoReflectionMarshal): Add param_num field.
8223
8224 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
8225
8226         * object.c: generalized the reference bitmap creation
8227         and added hooks for the new GC.
8228         * class-internals.c: removed the gc_bitmap field from MonoClass.
8229
8230 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
8231
8232         * domain.c: help the compiler to produce better code
8233         in mono_jit_info_table_find ().
8234
8235 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
8236
8237         * object.c: make all allocations look typed.
8238
8239 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
8240
8241         * socket-io.c: load Mono.Posix if it's not loaded already
8242         (fixes bug#73033).
8243
8244 2005-02-24  Martin Baulig  <martin@ximian.com>
8245
8246         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
8247         * reflection.c (dup_type): Likewise.
8248
8249 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
8250
8251         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
8252         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
8253
8254 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
8255
8256         * domain.c, threads.c, object-internals.h: make the critical thread
8257         local vars use the fast access mode (even when we're compiled in
8258         a lib). Provide accessors to be used by the jit during codegen.
8259
8260 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8261
8262         * appdomain.c: Changed hook functios behavior to include
8263         support for the reflection only assemblies. Some icalls were changed
8264         to support the mentioned assemblies too. Signatures of static methods
8265         try_assembly_resolve and real_load now have an additional parameter:
8266         refonly.
8267
8268         * assembly.c: General changes to mono_assembly_ methods to support
8269         reflection only api. Functions mono_assembly_open, mono_assembly_load,
8270         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
8271         suffix, to support an additional gbool parameter to specify whether
8272         the assembli is reflection only or not. Created some new hook functions 
8273         to add support for reflection only assemblies. Signatures of static 
8274         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
8275         have now an additional parameter: refonly.
8276
8277         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
8278         indicating whether the assembly is reflection only or not.
8279
8280         * exception.c: Add mono_get_exception_invalid_operation.
8281
8282         * icall.c: Throw an InvalidOperationException when trying to invoke
8283         a property/method/event, or trying to set/get the value of a field.
8284         Also add an icall to retrieve the ref_only flag to the
8285         MonoReflectionAssembly.
8286
8287 2005-02-23  Chris Toshok  <toshok@ximian.com>
8288
8289         Part of fix for #72827.
8290         * mono-debug.c (mono_debug_add_method): add lexical block data to
8291         the info we write.  Kind of a hack at the moment - we copy the
8292         lexical block info from the MonoDebugMethodInfo to the
8293         MonoDebugMethodJitInfo here, before writing it.
8294         (mono_debug_read_method): read the lexical block info.
8295
8296         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
8297
8298         * debug-mono-symfile.h: add lexical block support.
8299
8300         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
8301         support.
8302
8303 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
8304
8305         * loader.c (mono_lookup_pinvoke_call): Fix warning.
8306
8307         * object.c (mono_runtime_free_method): Call mono_free_method () and
8308         put the TODOs there.
8309
8310         * loader.c (mono_free_method): Free up most memory allocated for 
8311         dynamic methods.
8312
8313 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
8314
8315         * reflection.c: properly flag a Type argument to a
8316         named custom attr value (bug #72248).
8317
8318 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
8319
8320         * reflection.c: reduce code duplication in named custom
8321         attribute encoding.
8322
8323 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
8324
8325         * reflection.c: properly encode custom attrs of type object
8326         (bug #72649).
8327
8328 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
8329
8330         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
8331
8332 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
8333
8334         * socket-io.c: load System.dll if it's not loaded already
8335         (bug #72850 and #70477).
8336
8337 2005-02-21  Martin Baulig  <martin@ximian.com>
8338
8339         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
8340         generic instances.
8341
8342 2005-02-21  Martin Baulig  <martin@ximian.com>
8343
8344         * reflection.c (mono_image_build_metadata): We also need to
8345         "fixup" the MethodImpl table after we computed the final method
8346         indices.  Call fixup_methodimpl() to do that.
8347         (fixup_methodimpl): New private method.
8348
8349 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
8350
8351         * assembly.c: special case mscorlib.dll (bug#72536),
8352         patch from Carlos Alberto Cortez.
8353
8354 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
8355
8356         * threads-types.h threads.c: Fix build bustage.
8357
8358         * threads.c: Use a union for long<->double conversions.
8359
8360         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
8361         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
8362
8363         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
8364         containing the checkpoint call with NOT_TAKEN.
8365         
8366         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
8367         checkpoint before pushing the arguments, so they won't have to be
8368         spilled to stack.
8369
8370 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8371
8372         * domain.c, assembly.c, domain-internals.h: make some data
8373         const and relocation-free.
8374
8375 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
8376
8377         * object.c, appdomain.c, class-internals.h: introduce the
8378         MonoClassRuntimeInfo structure to hold the info needed to
8379         use a class at runtime. Made mono_class_vtable() lock-free
8380         for all the appdomains.
8381
8382 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
8383
8384         * metadata-internals.h, image.c: introduce a per-image mempool to
8385         be used for memory that has the same lifetime as the image.
8386
8387 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
8388
8389         * domain.c: In mono_init_internal(), instead of selecting the first
8390         runtime version supported by an executable, get a list of all
8391         supported versions and select the one for which an mscorlib exists
8392         (since even if the runtime supports a given version, it doesn't mean
8393         that the framework for that version is installed).
8394         Modified get_runtimes_from_exe to support this behavior.
8395         In supported_runtimes, added information about additional system
8396         assembly versions.
8397         
8398         * assembly.c: Added support for more than one system assembly version
8399         per runtime version. Updated the assembly list.
8400         In mono_assembly_remap_version, removed the initial version check,
8401         since we don't know to which version we need to compare until we
8402         get the version set on which the assembly is based.
8403         Moved the code for loading corlib into the new method
8404         mono_assembly_load_corlib(), so it can be used by the initialization
8405         code.
8406         
8407         * domain-internals.h: Updated data structures and added declaration
8408         for mono_assembly_load_corlib.
8409
8410 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
8411
8412         * reflection.c (resolve_object): Fix the creation of the signature in 
8413         the SignatureHelper case.
8414
8415         * assembly.c (mono_assembly_remap_version): Fix binary search.
8416         
8417 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
8418  
8419         * class.c: Added inheritance check when a method is overloaded (from a
8420         virtual method or when implementing an interface) and when a class is
8421         inherited. Added functions to set a failure for a class and to 
8422         retreive the exception from a failure.
8423         * class-internals.h: Added fields to MonoClass to keep the exception
8424         information status for inheritance (or other exceptions) to be thrown
8425         later (i.e. not at load time).
8426         * object.c: Throw the inheritance SecurityException when a type is to 
8427         be created with either class or method inheritance violations.
8428         * reflection.c|h: Fix when getting declsec from a class. Removed 
8429         unrequired code for class. Improved sanity in parameter naming.
8430         * security-manager.c|h: Added functions to check for class and method
8431         inheritance.
8432
8433 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
8434
8435         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
8436         and has_finalize in dynamic types as well.
8437
8438 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
8439
8440         * culture-info-table.h : fixed currency format for en-GB (and so on).
8441
8442 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
8443
8444         * gc.c: ensure the GC handles never have 0 as a value.
8445
8446 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
8447
8448         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
8449         a pointer to a struct to unmanaged code. Fixes #72625.
8450
8451 2005-02-16  Martin Baulig  <martin@ximian.com>
8452
8453         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
8454
8455 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
8456
8457         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
8458
8459 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
8460
8461         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
8462
8463         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
8464         UnmanagedFunctionPointerAttribute, use it for determining calling convention
8465         etc. Fixes #71471.
8466
8467         * reflection.c (mono_custom_attrs_get_attr): New helper function.
8468
8469         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
8470
8471 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
8472
8473         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
8474         changes to make the current context a field in MonoThread.
8475
8476 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
8477
8478         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
8479         the last change.
8480         
8481         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
8482         extracted from mono_marshal_get_native_wrapper.
8483
8484         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
8485         to create wrappers around native functions.
8486
8487         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
8488         delegates for arbitrary function pointers. Fixes #71472.
8489
8490 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
8491
8492         * threads.c: cleaned up the code a little.
8493
8494 2005-02-15  Martin Baulig  <martin@ximian.com>
8495
8496         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
8497         the data table.
8498
8499         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
8500         allocate larger chunks if needed.
8501
8502 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
8503
8504         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
8505         in by mistake.
8506
8507 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
8508
8509         * domain.c: keep the domains in an array and ensure the domain ids
8510         are kept small, so they can be used as indexes to domain-specific data
8511         with a small memory overhead.
8512
8513 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
8514
8515         * icall.c: Handle byref types in Type icalls. Fixes #72544.
8516
8517 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
8518
8519         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
8520
8521 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
8522
8523         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
8524
8525         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
8526         values.
8527
8528         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
8529         
8530 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
8531
8532         * domain-internals.h: add the hashtable here.
8533
8534         * class-internals.h: Remove `info' from MonoMethod
8535
8536         * domain.c: Add a new hashtable, jit_trampoline_hash
8537
8538 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
8539
8540         * object.c: don't set the value of static fields
8541         (fixes bug#72494).
8542
8543 2005-02-11  Martin Baulig  <martin@ximian.com>
8544
8545         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
8546         (mono_debug_add_method): Silently ignore the method if it's too big.
8547         (mono_debug_add_type): Likewise.
8548
8549 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
8550
8551         * threads.c, appdomain.c: remove #ifdefs from the code.
8552
8553 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
8554
8555         * metadata-internals.h: Added flags to MonoAssembly to cache the most
8556         common security informations. This allows us to stay in unmanaged code
8557         when doing LinkDemand and it's special cases (except for the first 
8558         time for initialization). The flags a very much used with --security.
8559         * reflection.c|h: Added code to get declarative security attributes 
8560         for LinkDemand and InheritanceDemand. This required to refactor the
8561         existing code for Demand.
8562         * security-manager.c|h: Added new method fields for the special cases
8563         of LinkDemand.
8564
8565 2005-02-10  Martin Baulig  <martin@ximian.com>
8566
8567         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
8568         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
8569
8570 2005-02-10  Martin Baulig  <martin@ximian.com>
8571
8572         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
8573         debugging code; this is almost a complete rewrite.
8574
8575         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
8576
8577 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
8578
8579         * domain.c, object.h: expose mono_string_equal () and 
8580         mono_string_hash ().
8581         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
8582         it's implemented in managed code.
8583
8584 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8585
8586         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
8587         lo leak objects between appdomains.
8588
8589 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8590
8591         * assembly.c: old compilers compilation fix from 
8592         robertj@gmx.net (Robert Jordan).
8593
8594 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
8595
8596         * class-internals.h: Little reminder for the future.
8597
8598         * debug-helpers.c: Fix up wrapper_type_names
8599
8600 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8601
8602         * image.c, metadata-internals.h: when loading an image from a file,
8603         mmap all of it and use the same codepaths as when using a
8604         in-memory image: the code is simpler and we use less memory
8605         (both writable and readonly).
8606
8607 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
8608
8609         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
8610         API to alloc runtime data structures that need to be tracked by the
8611         GC and contain pointers.
8612         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
8613         make the code more readable and eventually use a different GC.
8614
8615 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
8616
8617         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
8618         for out arguments.
8619         
8620 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
8621
8622         * object.c: In release_type_locks(), don't release the cctor lock
8623         if it has already been released. This fixes a crash in the
8624         thread5 test.
8625
8626 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
8627
8628         * gc.c, marshal.c, icall.c: register a delegate for finalization
8629         only when the native function pointer has been allocated for it.
8630
8631 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
8632
8633         * object.c: cleaned up some code, allocate objects that are
8634         pointer free with the atomic malloc variant. Allocate memory
8635         for static data from the mempool if it's pointer-free.
8636         Allocate the bounds array at the end of the array data, when needed.
8637         * object-internals.h, object.h: move a private function in a private
8638         header.
8639         * class.c: handle missing case in tracking references in fields.
8640
8641 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
8642
8643         * class.c, class-internals.h: keep track if a type has
8644         reference fields in either the instance or static fields.
8645
8646 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
8647
8648         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
8649         and renamed to MonoRuntimeInfo. Added fields to store the expected
8650         framework assembly version. Changed mono_get_framework_version and
8651         mono_get_runtime_version for a single mono_get_runtime_info method.
8652         
8653         * assembly.c: Added method to remap system assembly versions to the
8654         current executing runtime version. Removed old mapping code.
8655         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
8656         
8657         * icall.c, reflection.c: Track api changes.
8658
8659 2005-02-06  Miguel de Icaza  <miguel@novell.com>
8660
8661         * loader.c (method_from_memberref): Improve error reporting,
8662         produce the class name instead of the typeref/typedef index. 
8663
8664 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
8665
8666         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
8667
8668 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
8669
8670         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
8671         stdcall and charset name mangling.  Reorganize the code and add
8672         some tracing stuff.
8673
8674 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
8675
8676         * monodiet.c: More iters!
8677
8678         * marshal.c: Iter usage.
8679
8680         * icall.c: Iter usage.
8681
8682         * object.c: Use iters.
8683
8684         * debug-helpers.c: More iters
8685
8686 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
8687
8688         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
8689         under win32.
8690
8691 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
8692
8693         * mono-debug-debugger.c: use iters
8694
8695         * class.c, class-internals.h: mono_class_setup_events is static
8696         now
8697
8698         * All callers: use iters
8699
8700 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
8701
8702         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
8703         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
8704
8705 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
8706
8707         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
8708
8709         * marshal.h: Add prototypes for ldfld/stfld_remote.
8710
8711         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
8712         this is called during startup.
8713         
8714 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
8715
8716         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
8717         MonoThreadsSync struct private in monitor.c. Changed the way
8718         MonoThreadsSync is allocated so it's faster and there is no
8719         need to keep track of it with a finalizer and it uses less memory.
8720         This also finally allows us to allocate mono objects as ptrfree when
8721         there are no reference fields.
8722
8723 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
8724
8725         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
8726         disappearing link to the GC interface and use them to simplify
8727         the gchandles code.
8728
8729 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
8730
8731         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
8732         stfld_remote which call mono_load/store_field_new. This allows methods
8733         calling ldfld/stfld wrappers to be AOTed.
8734
8735         * console-io.c: Include sys/filio.h under solaris.
8736         
8737         * console-io.c: Include curses.h if needed correctly.
8738
8739 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
8740         
8741         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
8742         method->klass as well.
8743
8744         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
8745
8746         * class.c (mono_class_init): Switch on lazy initialization of 
8747         methods.
8748
8749         * class.c (mono_class_get_finalizer): Handle the case when the 
8750         finalizer is inherited.
8751
8752 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8753
8754         * console-io.c: <curses.h> is needed by term.h on solaris.
8755
8756 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
8757
8758         * icall.c, class-internals.h, monodiet.c, class.c: Remove
8759         mono_class_setup_properties where possible. Remove this ftn from
8760         the header file, and make it static.
8761
8762 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
8763
8764         * loader.c: Add missing setup_... call.
8765
8766         * class.c: Add missing setup_... calls.
8767
8768         * class.c (mono_class_init): Switch on lazy initialization of 
8769         the generic vtable.
8770         
8771         * class.c (mono_class_init): Fix generics broken by the recent changes.
8772
8773         * monodiet.c (handle_type): Add missing setup_... calls.
8774
8775         * class.c: Back out garbage in previous patch.
8776         
8777         * class.c: Add missing setup_... calls.
8778
8779         * class.c (mono_class_get_method_from_name_flags): Avoid calling
8780         mono_class_setup_methods () if possible.
8781
8782         * class-internals.h (MonoClass): Add 'has_cctor' flag.
8783
8784         * class-internals.h (MonoCachedClassInfo): New structure.
8785
8786         * class.c: Initialize properties and events fields of MonoClass lazily.
8787
8788         * class.c: Add infrastructure for lazily initializing the methods and
8789         vtable fields of MonoClass. Not yet used.
8790
8791         * class.c (mono_class_get_finalizer): New helper function.
8792
8793         * class.c: Add infrastructure for loading some class related data from
8794         an AOT file.
8795
8796         * object.c: Add infrastructure for initializing the vtable from data
8797         in the AOT file.
8798
8799         * gc.c (run_finalize): Use mono_class_get_finalizer ().
8800
8801         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
8802         appropriate initialization function before accessing parts of the
8803         MonoClass structure.
8804
8805         * marshal.c: Fix warnings.
8806         
8807         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
8808
8809         * mono-debug-debugger.c (get_exception_message): Use 
8810         mono_class_get_method_from_name_flags ().
8811
8812 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
8813
8814         * reflection.c, appdomain.c: Replace a few manual searches that
8815         Zoltan missed. (Paolo approved this part of my initial patch).
8816
8817 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
8818
8819         * profiler.c: disable recording statistical events at report time.
8820
8821 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8822
8823         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
8824         to byteswap arrays of enum values, too (bug #72080).
8825
8826 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
8827
8828         * appdomain.c (set_domain_search_path): Allow this to be called if
8829         domain->setup is not yet set.
8830
8831         * loader.c (mono_method_get_index): New helper function.
8832
8833         * loader.c reflection.c: Use mono_method_get_index ().
8834
8835         * class.c (mono_class_get_method_from_name_flags): New helper method.
8836
8837         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
8838         this.
8839
8840         * class.c (mono_class_get_cctor): New helper method.
8841
8842         * string-icalls.c object.c class.c marshal.c reflection.c: Use
8843         mono_class_get_method () to look up methods.
8844
8845 2005-02-01  Miguel de Icaza  <miguel@novell.com>
8846
8847         * console-io.c: Fix the build, this should work on Windows.
8848
8849 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
8850
8851         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
8852         be set to null to keep things valid
8853
8854 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8855
8856         * icall.c: added Console 2.0 icalls.
8857         * Makefile.am: added console-io.[ch]
8858         * console-io.[ch]: internal calls for Console 2.0 API.
8859
8860 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8861
8862         * class.c: make sure we consider all the interfaces
8863         when calculating max_interface_id (bug found by
8864         Jeroen Frijters running ikvm).
8865
8866 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
8867
8868         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
8869         valuetype fields to null.
8870
8871         * object.c (set_value): Ditto. Fixes #71669.    
8872
8873 2005-01-31  Martin Baulig  <martin@ximian.com>
8874
8875         * metadata.c (mono_metadata_has_generic_params): New public
8876         function; checks whether something is a generic method.
8877
8878 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
8879
8880         * appdomain.c: fix infinite recursion when adding assemblies.
8881
8882 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
8883
8884         * object.c: Fix small typo to return all items for Environment.
8885         GetCommandLineArgs.
8886
8887 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
8888
8889         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
8890         reflection.c: more domain and assembly-unload related fixes
8891         and memory leaks plugs.
8892
8893 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
8894
8895         * 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.
8896
8897 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
8898
8899         * loader.c (mono_method_signature): Make this method lazy
8900         (mono_get_method_from_token): Don't computate the signature here.
8901
8902         Doing this saves quite a bit of memory. I got 90 kb on starting up
8903         monodoc. It should also save some disk reads on startup.
8904
8905         * *: MonoMethod->signature might be NULL now. You *MUST* use
8906         mono_method_signature.
8907
8908 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
8909
8910         * object.c (mono_runtime_get_main_args): Return an array from the
8911         current domain here. Fixes #71938.
8912
8913 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
8914
8915         * monitor.c: formatting changes to comply with the
8916         mono coding style and remove #ifdefs from the code.
8917
8918 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
8919
8920         * metadata.c, private.h: remove some unneeded data
8921         and use a more compact representation for table schemas.
8922
8923 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
8924
8925         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
8926         to get a better distribution in hash tables.
8927         * *.c: use mono_aligned_addr_hash() where appropriate.
8928         * assembly.c: make var static.
8929
8930 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
8931
8932         * domain-internals.h: Put MonoJitInfo on a diet.
8933
8934         * domain.c: Fix a warning.
8935
8936 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8937
8938         * gc.c: rework the gc handles code to reuse handles
8939         when freed.
8940
8941 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
8942
8943         * domain.c: fixed long standing bug in mono_string_equal() which
8944         was brought to light with the ldstr changes.
8945
8946 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
8947
8948         * reflection.c: Remove warning by adding missing include for marshal.h
8949
8950 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8951
8952         * domain.c, object.c: change the ldstr_table to hold
8953         MonoString* as keys: makes the runtime isinterned lookup
8954         faster and simplifies memory management.
8955
8956 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
8957  
8958         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
8959         possible to add imperative security checks before calling the icall.
8960         * reflection.c: Return security attributes on the original MonoMethod
8961         (and not the wrapped one). This fix permissions on icalls.
8962
8963 2005-01-25  Dick Porter  <dick@ximian.com>
8964
8965         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
8966         the check for mktime() support actually test the mktime() return
8967         value.  "Fixes" bug 71682, though the output is still different to
8968         MS.
8969
8970 2005-01-25  Martin Baulig  <martin@ximian.com>
8971
8972         * class.c (mono_class_is_assignable_from): Make this work for
8973         generic instances.
8974
8975 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
8976
8977         * marshal.c (mono_string_utf8_to_builder)
8978         (mono_string_builder_to_utf16): We might not have ownership of the
8979         string. In thise case, we need to create a new buffer.
8980
8981         * object-internals.h (mono_stringbuilder_capacity): sb->str might
8982         be null, in which case, use the default capacity.
8983
8984 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8985
8986         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
8987         GC events to the profiler.
8988
8989 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
8990
8991         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
8992         if you don't want the GC to run.
8993
8994 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
8995
8996         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
8997         start providing a GC API and keeping different implementations in
8998         their own file.
8999         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
9000
9001 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
9002
9003         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
9004         mmap rather than allocating a huge buffer.
9005         (mono_debug_close_mono_symbol_file): Free the buffer allocated
9006         above.
9007
9008 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
9009
9010         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
9011         and CheckExecutionRights.
9012         * reflection.c|h: Keep the index of the declarative security to be 
9013         used, instead of the pointer, when AOT compiler is used. Also add 
9014         class initialization when requesting demands.
9015         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
9016         CheckExecutionRights. Both properties are now FALSE by default, and
9017         unmodifiable, unless the --security option is used.
9018
9019 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
9020
9021         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
9022         reflection.c: properly refcount images and assemblies, many leaks fixed.
9023
9024 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9025
9026         * threadpool.c: increase the timeout for threads in the thread pool to
9027         10s.  Fixes bug #67159.
9028
9029 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
9030
9031         * class-internals.h: Sun's compiler insists on explicit
9032         signed on bit fields to handle then correctly.
9033
9034 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
9035
9036         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
9037         Make the size of the array fit only the number of invalid path
9038         chars that we have.
9039
9040         * class.c (_mono_class_get): Improve the error reporting when a
9041         class referenced is not found, to assist debugging. 
9042
9043 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
9044
9045         * threads.c: fix off-by-one error.
9046         * domain.c: free data allocated in the domain.
9047
9048 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
9049
9050         * reflection.c (mono_method_body_get_object): Fill out exception info
9051         as well.
9052
9053         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
9054         structure.
9055         
9056 2005-01-19  Martin Baulig  <martin@ximian.com>
9057
9058         * loader.c (mono_get_method_constrained): Make this work again.
9059
9060 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
9061
9062         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
9063         guint16 to match the managed side.
9064
9065         * reflection.c (mono_reflection_body_get_object): Fill out local
9066         variables array.
9067
9068         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
9069         as well.
9070
9071         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
9072         'local_var_sig_token'.
9073
9074 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
9075
9076         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
9077         System.Drawing.
9078
9079         * reflection.c (mono_method_body_get_object): Handle abstract and
9080         runtime methods.
9081
9082 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
9083
9084         * marshal.c, loader.c, class-internals.h, reflection.c:
9085         store the emthod data for a wrapper in an array instead of a list.
9086
9087 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
9088
9089         * marshal.c: change the code to allocate memory more
9090         conservatively for method wrappers.
9091
9092 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
9093
9094         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
9095         fields from MonoClass to the marshal info structure where they belong.
9096
9097 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9098
9099         * class.c, object.c, class-internals.h, marshal.c: rearrange
9100         some fields and tweak some types to lower memory usage.
9101
9102 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
9103
9104         * threads.c (signal_thread_state_change): Handle the case when the
9105         target thread is the current thread.
9106
9107         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
9108
9109         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
9110         emit_ptr_to_object_conv. 
9111
9112         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
9113         marshalling. Fixes #71352.
9114
9115 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
9116
9117         * metadata.h, blob.h: move table enum to blob.h so it can be included
9118         in any header.
9119         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
9120         cut the size of MonoImage/MonoDynamicImage.
9121
9122 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
9123
9124         * profiler.c (mono_profiler_install_simple): Fix default arguments.
9125
9126 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
9127
9128         * reflection.c, reflection.h, icall.c: add a function to check
9129         if an attribute type is defined for a metadata object.
9130
9131 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
9132
9133         * object-internals.h: Added some needed fields from StringBuilder class.
9134         * marshal.c: Set the maxCapacity when creating a StringBuilder.
9135
9136 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
9137
9138         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
9139         threads before shutting down the runtime.
9140
9141         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
9142
9143 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
9144
9145         * object-internal.h, threads.c: implement stacksize and 
9146         parameterized thread start functionality (requires
9147         matching corlib). Marked broken code for later removal.
9148
9149 2005-01-12  Martin Baulig  <martin@ximian.com>
9150
9151         * class-internals.h (MonoGenericClass): Moved the `initialized'
9152         flag to MonoDynamicGenericClass, removed `init_pending'.
9153         (MonoGenericInst): Added `is_reference' flag.
9154
9155 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
9156
9157         * reflection.c (mono_image_create_pefile): Only set the pe_offset
9158         inside the MSDOS header. Fixes #71201.
9159
9160         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
9161         gc thread.
9162         (mono_domain_finalize): Ditto.
9163
9164 2005-01-12  Martin Baulig  <martin@ximian.com>
9165
9166         * class.c (mono_get_shared_generic_class): Use the cache for
9167         non-dynamic generic classes.
9168
9169         * class-internals.h (mono_class_create_generic_2): Removed
9170         function prototype, this function is now static inside class.c.
9171
9172         * class.c (mono_class_create_generic_2): Made this static, only
9173         call it from mono_class_init() and mono_class_setup_parent().
9174         (collect_implemented_interfaces_aux): Call mono_class_init() on
9175         the interfaces we collect.
9176         (mono_class_setup_vtable): Call mono_class_init (class->parent).
9177
9178 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
9179
9180         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
9181         it a real thread handle.
9182
9183         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
9184         MonoJitExceptionInfo, since each catch clause needs its own variable.
9185         
9186 2005-01-11  Dick Porter  <dick@ximian.com>
9187
9188         * image.c (mono_pe_file_open): New variant on mono_image_open()
9189         that does not set up the CLI metadata; used for FileVersionInfo so
9190         it can get the data for windows binaries too.
9191         
9192         * process.c (process_read_string_block): Don't read off the end of
9193         the StringTable block.
9194
9195         These both fix bug 70766.
9196
9197 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
9198
9199         * gc.c: set some fields to NULL at GC cleanup time.
9200         * threads.c: if we quit the main thread, call exit ().
9201
9202 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
9203
9204         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
9205
9206 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
9207
9208         * threads.h, threads.c, object.c: added accessor and settor for
9209         main_thread. Handle it specially when exiting from it: wait
9210         for other foreground threads to exit.
9211
9212 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
9213
9214         * process.c, verify.c: remove some bloat.
9215
9216 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
9217
9218         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
9219         the calling convention to cdecl under win32.
9220
9221 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
9222
9223         * object.c (mono_object_get_size): New function to get the size of
9224         an object instance.
9225
9226         * profiler.c (simple_allocation): Use above.
9227
9228 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
9229
9230         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
9231         ves_icall_System_AppDomain_getRootDomain (as it's not required to
9232         get an appdomain by it's id and we can't assume the root's id is 0).
9233         * domain-internals.h: Change the function prototype to match.
9234         * icall.c: Change the icall table for AppDomain.
9235
9236 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
9237
9238         * locales.c (string_invariant_compare_char): Only compute
9239         GUnicodeTypes in the case where we need them.  Test for ordinality
9240         first and return if so.
9241
9242         From the commit:
9243
9244                 /*
9245                  * FIXME: here we must use the information from c1type and c2type
9246                  * to find out the proper collation, even on the InvariantCulture, the
9247                  * sorting is not done by computing the unicode values, but their
9248                  * actual sort order.
9249                  */
9250
9251 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
9252
9253         * loader.c: for P/Invoke methods, allow the "Internal" shared
9254         library name to refer to the calling process symbol namespace.
9255
9256 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
9257
9258         * Makefile.am: Add the security manager to the build.
9259         * security-manager.c|h: New. Initialization of the security manager.
9260
9261 2005-01-07  Dick Porter  <dick@ximian.com>
9262
9263         * threads.c: 
9264         * monitor.c: Update thread state during Monitor and WaitHandle
9265         waits.  Fixes bug 71031.
9266
9267 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
9268
9269         * reflection.c (property_encode_signature): Correctly handle when the
9270         property has no methods.
9271
9272 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
9273
9274         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
9275         
9276         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
9277         fields from mb, not rmb. Fixes #71017.
9278
9279         * marshal.c (emit_ptr_to_str_conv): Add support for 
9280         ByValTStr -> string conversion. Fixes #71015.
9281
9282         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
9283
9284         * mempool.c (mono_mempool_contains_addr): New helper function.
9285
9286 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
9287
9288         * metadata.c (mono_metadata_compute_size): Fix size calculation of
9289         HasSematics encoded fields.
9290         
9291         * metadata.c (mono_type_to_unmanaged): Improve error message for 
9292         invalid string marshalling.
9293
9294         * metadata.c: Fix warnings.
9295         
9296 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
9297
9298         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
9299         profiler support.
9300
9301 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
9302
9303         * domain.c object.c domain-internals.h: Revert part of r38077 since the
9304         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
9305         tests.
9306
9307 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
9308
9309         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
9310         so methods containing these can be AOTed.
9311
9312 2005-01-03  Martin Baulig  <martin@ximian.com>
9313
9314         * loader.c (find_method): Removed the hack for generic instances.
9315         (method_from_memberref): If our parent is a generic instance, pass
9316         its generic type definition to find_method() and then inflate the
9317         method.
9318         (mono_get_method_constrained): Pass the generic type definition to
9319         find_method() and inflate the method later.
9320
9321         * class-internals.h (MonoStats): Added `generic_class_count'.
9322
9323         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
9324         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
9325
9326         * reflection.c (mono_custom_attrs_from_params): Don't ignore
9327         generic type definitions.
9328
9329 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
9330
9331         * loader.c icall.c: Fix warnings.
9332
9333 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
9334
9335         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
9336         blittable types. Fixes #70864.
9337
9338 2004-12-29  Martin Baulig  <martin@ximian.com>
9339
9340         * icall.c
9341         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
9342
9343         * reflection.c (mono_method_get_object): Create a
9344         "System.Reflection.MonoGenericMethod" for inflated methods; don't
9345         call mono_get_inflated_method().
9346
9347         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
9348
9349 2004-12-27  Martin Baulig  <martin@ximian.com>
9350
9351         * class-internals.h (MonoMethod): Added `is_inflated' flag.
9352         (MonoMethodInflated): Added `inflated' field.
9353
9354         * class.c (mono_class_inflate_generic_method): Don't really
9355         inflate the method here; just set the `is_inflated' flag in the
9356         MonoMethod.
9357         (mono_class_get_inflated_method): Actually inflate the method here
9358         if it's not already inflated; we use the MonoMethodInflated's new
9359         `inflated' field as a cache.
9360
9361 2004-12-26  Martin Baulig  <martin@ximian.com>
9362
9363         * class.c
9364         (inflate_generic_class): Moved some code out of inflate_generic_type().
9365         (mono_class_inflate_generic_method): If we're already inflated,
9366         inflate the context and use the declaring method; ie. make sure
9367         the declaring method of an inflated method is always the generic
9368         method definition.
9369         (mono_class_create_from_typedef): Create
9370         `class->generic_container->context->gclass'.
9371
9372 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
9373
9374         * metadata-internals.h, marshal.c, reflection.c: More
9375         MonoGHashTable->GHashTable.
9376
9377         * domain-internals.h, class.c: Change MonoGHashTable's into
9378         GHashTables for some cases where no gc stuff is used
9379
9380         All users: update apis
9381
9382 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
9383
9384         * metadata.c (builtin_types): Make this `const'. Makes this get
9385         put into the shareable section.
9386         (mono_metadata_init): Casts to make gcc happy.
9387
9388 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
9389
9390         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
9391
9392 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
9393
9394         * icall.c: Added an internal call to retrieve the position and length
9395         of assembly-level declarative security attributes (RequestMinimum, 
9396         RequestOptional and RequestRefuse). This is used by the Assembly class
9397         to re-create the corresponding permission sets.
9398
9399 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
9400
9401         * marshal.c: fix the stelemref wrapper to be type correct
9402         (and faster).
9403
9404 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
9405
9406         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
9407         to do key & 0x7fffffff. Hashtable already does this. It just
9408         results in longer code.
9409
9410 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
9411
9412         * appdomain.c: Bump corlib version.
9413         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
9414         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
9415         * reflection.c|h: Add functions to get declarative security infos
9416         (blob position and length) for assemblies, classes and methods.
9417
9418 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
9419
9420         * reflection.c: sort the constant table (bug #70693).
9421
9422 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
9423
9424         * object-internals.h, threads.c, domain.c: add accessors for
9425         the MonoThread and MonoDomain tls keys.
9426
9427 2004-12-18  Martin Baulig  <martin@ximian.com>
9428
9429         * class.c (inflate_generic_type): If we're inflating a generic
9430         instance, set `ngclass->context->container = context->container';
9431         ie. the container we inflated into.
9432
9433         * metadata.c (mono_metadata_parse_generic_param): Reflect above
9434         inflate_generic_type() changes.
9435
9436 2004-12-17  Martin Baulig  <martin@ximian.com>
9437
9438         * class-internals.h
9439         (MonoGenericClass): Replaced `MonoType *generic_type' with
9440         `MonoClass *generic_class'.  Removed `dynamic_info'; if
9441         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
9442         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
9443
9444 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
9445
9446         * exception.c (mono_exception_from_token): New helper function.
9447
9448 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
9449
9450         * assembly.c (mono_assembly_load_with_partial_name): Call 
9451         mono_assembly_loaded before invoking the preload hooks. Fixes
9452         #70564.
9453
9454         * object-internals.h (MonoThread): Change culture_info and 
9455         ui_culture_info into an array.
9456
9457         * threads.c: Cache culture info objects from more than one appdomain.
9458
9459         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
9460         current UI culture.
9461
9462 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
9463
9464         * threads.h threads.c appdomain.c: Clear the culture_info field of
9465         all threads during unloading if they point to an object in the dying
9466         appdomain.
9467
9468 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
9469
9470         * culture-info.h (TextInfoEntry): New struct
9471         * object-internals.h: sync with managed
9472         * locales.c: fill the `text_info_data' field
9473         * culture-info-tables.h: update
9474
9475 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
9476
9477         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
9478         collector.
9479
9480 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
9481
9482         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
9483         (ves_icall_ModuleBuilder_getMethodToken): Ditto
9484
9485 2004-12-12  Martin Baulig  <martin@ximian.com>
9486
9487         * mono-debug-debugger.c (write_type): If we're an enum and the
9488         builtin types have already been initialized, call mono_class_init().
9489
9490 2004-12-11  Martin Baulig  <martin@ximian.com>
9491
9492         * metadata.c (mono_metadata_load_generic_params): Added
9493         `MonoGenericContainer *parent_container' argument; automatically
9494         compute `container->is_method'; pass the correct owner to
9495         get_constraints().      
9496
9497         * reflection.c (compare_genericparam): Sort the GenericParam table
9498         according to increasing owners. 
9499
9500 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
9501
9502         * profiler.c: allow disabling the default profiler.
9503
9504 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
9505
9506         * decimal.c, icall.c: allow disabling System.Decimal support.
9507
9508 2004-12-09  Marek Safar <marek.safar@seznam.cz>
9509
9510         * reflection.c: Add support for null attribute arguments.
9511
9512 2004-12-09  Martin Baulig  <martin@ximian.com>
9513
9514         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
9515         names to get rid of compiler warnings.
9516
9517 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
9518
9519         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
9520         mono_marshal_load_type_info (). Fixes #69625.
9521         (mono_marshal_get_ptr_to_struct): Likewise.
9522
9523 2004-12-08  Martin Baulig  <martin@ximian.com>
9524
9525         * mono-debug.h: Bumped version number to 47.
9526
9527         * mono-debug-debugger.c
9528         (mono_debugger_event_handler, mono_debugger_event): Take two
9529         guint64 arguments insteed of a gpointer and a guint32.  
9530
9531 2004-12-08  Martin Baulig  <martin@ximian.com>
9532
9533         * debug-mono-symfile.h
9534         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
9535         `address' to `native_offset'.
9536
9537 2004-12-08  Martin Baulig  <martin@ximian.com>
9538
9539         * class.c (mono_class_create_from_typespec): Only inflate if we
9540         either have `context->gclass' or `context->gmethod'.
9541
9542 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
9543
9544         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
9545
9546         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
9547
9548         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
9549
9550         * reflection.c (mono_assembly_get_object): Remove the workaround put
9551         in for the release.
9552         
9553         * appdomain.c: Use the corlib_internal field from MonoAssembly.
9554
9555         * appdomain.c: Bump corlib version.
9556
9557         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
9558         be visible in other appdomains.
9559
9560 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
9561
9562         * threads.c: Interlocked inc and dec for longs were messed up,
9563         use a KISS based impl for this. Fixes 70234
9564
9565 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
9566
9567         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
9568
9569 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
9570
9571         * icall.c: fix to follow policy not to allow struct
9572         arguments in icalls.
9573
9574 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9575
9576         * process.c: make the patch that handles spaces in file paths work
9577         on mono/windows too.
9578
9579 2004-12-06  Martin Baulig  <martin@ximian.com>
9580
9581         * class.c (mono_class_create_generic): Call
9582         mono_class_setup_supertypes() if we're dynamic.
9583         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
9584
9585 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
9586
9587         * object-internals.h: Add new fields to MonoThread.
9588
9589         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
9590
9591         * icall.c threads-types.h threads.c: Add new icalls.
9592
9593         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
9594
9595         * object-internals.h (MonoReflectionAssembly): Sync object layout with
9596         managed side.
9597
9598         * appdomain.c: Bump corlib version.
9599
9600         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
9601         internal assemblies. Fixes #69181.
9602
9603 2004-12-05  Martin Baulig  <martin@ximian.com>
9604
9605         * class.c (mono_class_inflate_generic_signature): Make this a
9606         no-op if `context' is NULL or we don't have any type parameters;
9607         also copy `sentinelpos'.        
9608
9609 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
9610
9611         * image.c: Add unbox_wrapper_cache.
9612
9613         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
9614
9615         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
9616         function generator.
9617         
9618         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
9619         Fixes #70173.
9620
9621         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
9622         
9623 2004-12-04  Martin Baulig  <martin@ximian.com>
9624
9625         * loader.c (mono_method_get_signature_full): New public function;
9626         like mono_method_get_signature(), but with an additional
9627         `MonoGenericContext *' argument.
9628
9629         * class.c (mono_class_inflate_generic_signature): Formerly known
9630         as inflate_generic_signature(); make this public.
9631
9632 2004-12-04  Martin Baulig  <martin@ximian.com>
9633
9634         * metadata.c
9635         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
9636         instead of a `MonoGenericContainer *'.  
9637         (mono_metadata_parse_array_full): Likewise.
9638         (mono_metadata_parse_signature_full): Likewise.
9639         (mono_metadata_parse_method_signature_full): Likewise.
9640         (mono_metadata_parse_generic_inst): Likewise.
9641         (mono_metadata_parse_generic_param): Likewise.
9642         (mono_metadata_parse_mh_full): Likewise.
9643         (mono_type_create_from_typespec_full): Likewise.
9644
9645 2004-12-03  Martin Baulig  <martin@ximian.com>
9646
9647         * class-internals.h (MonoGenericContainer): Replaced the
9648         `MonoGenericContext * pointer with a `MonoGenericContext'
9649         structure and made it the first element.
9650
9651 2004-12-03  Martin Baulig  <martin@ximian.com>
9652
9653         * class.c
9654         (inflate_generic_type): Set the `context->container' when creating
9655         a new MonoGenericContext.
9656         (mono_class_inflate_generic_method): Likewise.
9657         (mono_class_create_from_typespec): Just use `context->container'
9658         to get the container.
9659
9660         * loader.c (method_from_methodspec): Set `context->parent' from
9661         `context->container' - and if that's a method container, use its
9662         parent.  Also set the `context->container' when creating a new
9663         MonoGenericContext.
9664         (mono_get_method_from_token): Use just `context->container' to get
9665         the container.
9666
9667         * metadata.c (do_mono_metadata_parse_generic_class): Also set
9668         `gclass->context->container'.
9669
9670         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
9671         the `context->container' when creating a new MonoGenericContext.
9672
9673 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
9674
9675         * reflection.c (compare_genericparam): Sort params with identical
9676         owner by their number. Fixes gen-111 on sparc.
9677
9678 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
9679
9680         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
9681         around the domain changes.
9682
9683         * appdomain.c (mono_domain_unload): Handle the case when the thread
9684         calling Unload is itself being aborted during unloading. Fixes #70022.
9685
9686         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
9687
9688         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
9689         checkpoint_func as an icall so it gets a wrapper.
9690         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
9691         in the cross-appdomain wrappers too.
9692
9693         * threads.c (mono_thread_has_appdomain_ref): Make this public.
9694
9695         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
9696
9697         * reflection.c: Fix some memory leaks.
9698         
9699 2004-12-02  Martin Baulig  <martin@ximian.com>
9700
9701         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
9702
9703         * metadata.c (generic_class_cache): New static hashtable.
9704         (mono_metadata_lookup_generic_class): New public method.
9705
9706 2004-12-02  Martin Baulig  <martin@ximian.com>
9707
9708         * class.c (mono_class_create_from_typedef): Call
9709         mono_class_setup_parent() and mono_class_create_mono_type() before
9710         parsing the interfaces.
9711
9712 2004-12-02  Martin Baulig  <martin@ximian.com>
9713
9714         * metadata.c (generic_inst_cache): New static hashtable.
9715         (mono_metadata_lookup_generic_inst): New public function.
9716         (mono_metadata_inflate_generic_inst): New public function.
9717         (mono_metadata_parse_generic_inst): New public function.
9718         (do_mono_metadata_parse_generic_class): Use the new
9719         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
9720         since this'll also use the cache.
9721
9722         * reflection.c (mono_reflection_bind_generic_method_parameters):
9723         Use mono_metadata_lookup_generic_inst() to use the new cache.
9724
9725         * class.c (inflate_mono_type): Use
9726         mono_metadata_inflate_generic_inst() to inflate a generic
9727         instance; this'll also use the new cache.
9728
9729         * loader.c (method_from_methodspec): Use
9730         mono_metadata_parse_generic_inst() and
9731         mono_metadata_inflate_generic_inst() rather than parsing it
9732         manually, so we can use the new cache.
9733
9734 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
9735
9736         * threads.c (wait_for_tids): Do not incorrectly free threads when 
9737         the wait times out.
9738
9739 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
9740
9741         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
9742         iter->args based on whether parameters are passed in registers (i.e.
9743         MONO_ARCH_REGPARMS is defined)
9744
9745 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
9746
9747         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
9748         the exception message. Fixes #70070.
9749         (method_from_methodspec): Fix warnings.
9750
9751 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9752
9753         * process.c: (complete_path) return the path quoted
9754
9755 2004-12-01  Martin Baulig  <martin@ximian.com>
9756
9757         * class-internals.h (MonoGenericInst): New structure.
9758         (MonoGenericClass): Replaced `type_argc', `type_argv' and
9759         `is_open' with `MonoGenericInst *inst'.
9760         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
9761         `is_open' with `MonoGenericInst *inst'.
9762
9763 2004-11-30  Martin Baulig  <martin@ximian.com>
9764
9765         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
9766
9767         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
9768         to `generic_class_cache'.
9769
9770         * metadata.c
9771         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
9772         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
9773         (mono_generic_inst_is_valuetype): Renamed to
9774         mono_generic_class_is_valuetype().
9775
9776         * class-internals.h
9777         (MonoGenericInst): Renamed to MonoGenericClass.
9778         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
9779         (MonoClass): Renamed `generic_inst' to `generic_class'.
9780         (MonoGenericContext): Renamed `ginst' to `gclass'.
9781
9782         * object-internals.h
9783         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
9784
9785         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
9786         mono_reflection_generic_class_initialize().
9787
9788         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
9789         now known as "System.Reflection.MonoGenericClass".
9790         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
9791
9792 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
9793
9794         * class-internals.h: Added a flag field to MonoClass to cache the
9795         declarative security attributes actions associated with the class.
9796         * domain-internals.h: Added booleans to MonoJitInfo to cache the
9797         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
9798         applicable to the JITted method.
9799         * reflection.c|h: Added functions to extract (as flags) which security
9800         actions are available (declaratively) for a method, class or assembly.
9801         * metadata.c|h: Added functions to search the declarative security
9802         table in the metadata.
9803         
9804 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
9805
9806         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
9807         EXPORTEDTYPES are already in the class name cache, so there is no
9808         need to add extra code here to look at them. Just removes a bit of
9809         cruft.
9810
9811         (ves_icall_System_Environment_get_TickCount): No need for #if
9812         WINDOWS. We already have the code in io-layer.
9813
9814 2004-11-28  Martin Baulig  <martin@ximian.com>
9815
9816         * loader.c
9817         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
9818         Fixes gen-112.cs.
9819
9820 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
9821
9822         * assembly.c (do_mono_assembly_open): Instead of having a
9823         conditional WITH_BUNDLE, incorporate support for bundles here, by
9824         having a global `bundles' variable holding a pointer to the actual
9825         bundles. 
9826
9827         (mono_register_bundled_assemblies): New API call used by the
9828         bundle code. 
9829
9830         See mkbundle.1 for details.
9831         
9832 2004-11-27  Martin Baulig  <martin@ximian.com>
9833
9834         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
9835         the vtable for generic methods.
9836
9837 2004-11-26  Martin Baulig  <martin@ximian.com>
9838
9839         * metadata.c
9840         (mono_metadata_generic_method_hash): New public function.
9841         (mono_metadata_generic_method_equal): Likewise.
9842
9843         * class-internals.h
9844         (MonoGenericContainer): Added `GHashTable *method_hash'.
9845
9846         * reflection.c (ReflectionMethodBuilder): Added
9847         `MonoGenericContainer *generic_container'.
9848         (reflection_methodbuilder_to_mono_method): Don't create a new
9849         MonoGenericContainer each time we're called.
9850         (mono_reflection_bind_generic_method_parameters): Use
9851         `container->method_hash' to cache the results so we don't create a
9852         different method if we're called several times with the same
9853         arguments.
9854
9855         * loader.c (method_from_methodspec): Use the new
9856         `container->method_hash' here, too.
9857
9858 2004-11-26  Martin Baulig  <martin@ximian.com>
9859
9860         * class.c (inflate_generic_signature): Correctly compute
9861         `res->has_type_parameters'.
9862         (mono_class_vtable): Use the `has_type_parameters' flag to
9863         determine whether we're a generic method.
9864
9865         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
9866
9867 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
9868
9869         * object.c (mono_runtime_run_main): Fix a small memory leak.
9870
9871 2004-11-25  Martin Baulig  <martin@ximian.com>
9872
9873         * class.c (set_generic_param_owner): Fixed the loop.
9874
9875 2004-11-25  Martin Baulig  <martin@ximian.com>
9876
9877         * object.c (mono_class_vtable): Don't create any JIT wrappers for
9878         generic methods.
9879
9880 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
9881
9882         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
9883         names. Fixes #69787.
9884
9885 2004-11-24  Martin Baulig  <martin@ximian.com>
9886
9887         * class.c (mono_class_create_generic_2): If we don't have a
9888         `ginst->parent', inflate `gklass->parent' to get our parent.
9889
9890 2004-11-24  Martin Baulig  <martin@ximian.com>
9891
9892         * reflection.c (compare_genericparam): Correctly sort the
9893         GenericParam table; fixes #69779.
9894
9895 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
9896
9897         * reflection.c: When writing a PE file, don't create a huge
9898         buffer in memory. Just write the arrays we have to the file.
9899         This reduces memory usage.
9900
9901         * metadata-internals.h: MonoDynamicStream pefile is no longer used
9902         globally.
9903
9904 2004-11-17  Martin Baulig  <martin@ximian.com>
9905
9906         * class.c (mono_class_init): Don't setup `class->parent' for
9907         dynamic instances; moved this to mono_class_generic_2().
9908         (mono_class_create_generic): Also set `klass->inited' for dynamic
9909         generic instances.
9910         (mono_class_create_generic_2): Don't do anything for dynamic
9911         generic instances.  Set `klass->parent' here and also call
9912         mono_class_setup_parent() here. 
9913
9914         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
9915         `MonoType *parent' argument; set `ginst->parent' before calling
9916         mono_class_create_generic_2(), so we set the correct parent.
9917
9918 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
9919
9920         * reflection.c: allow getting attributes from ModuleBuilder
9921         (used by ikvm).
9922
9923 2004-11-17  Martin Baulig  <martin@ximian.com>
9924
9925         * class.c (mono_class_create_from_typedef): If a type parameter is
9926         inherited from an outer class, set its owner to that class.
9927
9928 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
9929
9930         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
9931           for (int*) written size. This fixes bug #69592.
9932
9933 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
9934
9935         * icall.c: Added IsAuthenticodePresnet internal call.
9936         * image.c|h: New function that check a MonoImage for an Authenticode
9937         signature in the certificate PE data directory.
9938         * security.c|h: New internal call to ask the runtime if an 
9939         Authenticode signature seems referenced in the PE header.
9940
9941 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
9942
9943         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
9944
9945         * reflection.c (mono_image_create_pefile): Free the assembly streams
9946         after writing out the assembly file.
9947
9948         * object.c (mono_runtime_run_main): Fix small memory leak.
9949
9950         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
9951         property access modifiers. Fixes #69389.
9952
9953 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
9954
9955         * domain.c, object.c, object-internals.h, domain-internals.h,
9956         object.h, marshal.c: keep dynamic code info per domain.
9957
9958 2004-11-15  Martin Baulig  <martin@ximian.com>
9959
9960         * class.c (mono_type_get_name_recurse): Put type arguments in
9961         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
9962         see bug #68387.
9963
9964 2004-11-15  Martin Baulig  <martin@ximian.com>
9965
9966         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
9967         (mono_class_setup_vtable): When computing `the_cname' for a
9968         generic instance, don't include the namespace since we'd otherwise
9969         add it twice.
9970
9971 2004-11-15  Martin Baulig  <martin@ximian.com>
9972
9973         * class.c (mono_class_create_generic): Changed return type to void.
9974         (mono_class_create_generic_2): New public function; setup
9975         `class->method', `class->field' and `class->interfaces' here
9976         instead of in mono_class_init().
9977
9978         * class.h (mono_class_create_generic): Moved to class-internals.h.
9979
9980 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
9981
9982         * reflection.c (mono_image_create_pefile): take a file HANDLE.
9983         rather than writing to memory, write to this file. Right now,
9984         we are just writting into a buffer, and copying that. However
9985         we can avoid the buffer later.
9986
9987         (mono_dynamic_stream_reset): new function
9988
9989         * icall.c, object-internals.h: update for the above.
9990
9991 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
9992
9993         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
9994         have been using gc'd memory. First it is slower, unlikely
9995         the comment in the source code said, secondly, it increases
9996         our footprint to do it in the gc.
9997
9998         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
9999         the method so that it does not have to copy to managed code.
10000
10001 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
10002
10003         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
10004
10005 2004-11-12  Martin Baulig  <martin@localhost>
10006
10007         * reflection.c (mono_image_create_token): Allow generic method
10008         definitions here, since they may appear in an `.override'; see
10009         gen-98/gen-99 for an example.
10010
10011 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
10012
10013         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
10014         #69365.
10015
10016         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
10017         descriptive.
10018
10019 2004-11-11  Martin Baulig  <martin@ximian.com>
10020
10021         * class.c (mono_class_setup_vtable): In an explicit interface
10022         implementation, the method name now includes the arity.
10023
10024 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
10025
10026         * object.c (mono_array_full_copy): Fix warning.
10027
10028 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
10029
10030         * appdomain.c: Removed look_for_method_by_name(). Use the new method
10031         mono_class_get_method_from_name() instead.
10032         
10033         * class-internals.h: Added two new types of wrappers. 
10034         Added MonoRemotingTarget enum. Added new trampoline function type, which
10035         takes an additional MonoRemotingTarget value as parameter, so it is
10036         possible to request a trampoline for a specific target.
10037         
10038         * class.c: Added new mono_class_get_method_from_name() method.
10039         
10040         * class.h: In MonoRemoteClass, we can have now to vtables, one for
10041         general remoting sinks and one specific for cross domain calls.
10042         
10043         * debug-helpers.c: Added new wrapper names.
10044         
10045         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
10046         of a remote class.
10047         
10048         * image.c: Porperly delete value objects form the remoting invoke hashtable.
10049         
10050         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
10051         with several other methods (mono_marshal_get_xappdomain_dispatch,
10052         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
10053         and others) can generate a fast remoting wrapper for cross domain calls.
10054         More information can be found in docs/remoting.
10055         Other changes: Removed mono_find_method_by_name, and used
10056         mono_class_get_method_from_name instead.
10057         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
10058         is stored in the remoting invoke hashtable.
10059         
10060         * marshal.h: published the new method for getting the xdomain wrapper,
10061         and also added a method for getting the adequate wrapper for a given
10062         method and target.
10063         
10064         * object-internals.h, object.c: Added a couple of methods for capying and
10065         cloning arrays.
10066         Modified mono_install_remoting_trampoline, which takes the new remoting
10067         trampoline that has a remoting target as parameter.
10068         mono_class_proxy_vtable now also takes a remoting target as parameter, and
10069         will return the most suitable vtable for the target.
10070         Added mono_remote_class_vtable, which returns the vtable of a remote class
10071         (which can be the normal remoting vtable or the xdomain vtable).
10072         
10073         * threads.c: the xdomain invoke and dispatch wrappers must also be
10074         protected against interruptions.
10075
10076 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10077
10078         * icall.c: use memmove in BlockCopyInternal when the source and
10079         destination arrays are the same.
10080
10081 2004-11-09  Martin Baulig  <martin@ximian.com>
10082
10083         * class-internals.h (MonoGenericContainer): Removed `method' and
10084         `signature', replaced them with `is_method' and `is_signature'
10085         flags.  Added `context'.
10086
10087         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
10088         instead of a `MonoGenericContainer *'.
10089
10090         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
10091         for dynamic type parameters.
10092         (mono_metadata_load_generic_params): Setup `container->context'.
10093
10094         * reflection.c (mono_reflection_setup_generic_class): Setup
10095         `tb->generic_container->context'.
10096         (do_mono_reflection_bind_generic_parameters): Use
10097         mono_class_inflate_generic_type() to correctly inflate types,
10098         rather than using our own hack just for MONO_TYPE_VAR.
10099
10100 2004-11-09  Martin Baulig  <martin@ximian.com>
10101
10102         * class.c (mono_class_inflate_generic_method): Small fix; don't
10103         crash here.
10104
10105         * icall.c
10106         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
10107         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
10108         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
10109         (ves_icall_Type_BindGenericParameters): Likewise.
10110         (ves_icall_Type_get_IsGenericInstance): Likewise.
10111         (ves_icall_Type_GetGenericParameterPosition): Likewise.
10112         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
10113         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
10114         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
10115
10116 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
10117
10118         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
10119         assembly versions and public key tokens. Fixes #69113.
10120
10121 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
10122
10123         * metadata.c: fix bug introduced with the type cache changes
10124         on 2004-11-06.
10125
10126 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
10127
10128         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
10129         the MonoClass pointer instead of the token in exception clauses.
10130         * reflection.c: updates for the above and make the code not depend
10131         on the structure of MonoExceptionClause.
10132
10133 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
10134
10135         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10136         Add support for dynamic assemblies. Fixes #69114.
10137
10138         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
10139
10140 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
10141
10142         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
10143         since most only those methods use it. the code member of
10144         MonoMethodPInvoke was dead, so that can be removed too. Also,
10145         remove inline_count (again, not used), and move slot so that it
10146         can share bits with some other flags. This saves 8 bytes in the
10147         structure and gives us about 50 kb back for mcs helloworld.cs
10148
10149         * *.[ch]: Do naming changes for the above.
10150
10151         * loader.c (mono_method_get_header): Lazily init the header
10152         on first access.
10153         (mono_get_method_from_token): don't init the header here
10154         (mono_free_method): the header may never be allocated
10155
10156         Overall, this saves 150 kb of unmanaged allocations
10157         for mcs helloworld.cs. That accounts for 10% of the unmanaged
10158         memory at runtime.
10159         
10160         * loader.c, loader.h (mono_method_get_header): new accessor.
10161
10162         * *.[ch]: use the above method. Prepares us to lazily load
10163         the header.
10164
10165         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
10166         three warnings, which are actual bugs (see 69206).
10167
10168         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
10169         unused. Saves a cool 4 bytes / method.
10170
10171 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
10172
10173         * metadata.c (builtin_types): Add types for System.Object here.
10174         (mono_metadata_parse_type_full): Cache MonoType*'s that are
10175         for a class or valuetype from klass->this_arg or klass->byval_arg.
10176
10177         On mcs for a hello world, this gets us down from 21836 MonoType's
10178         to 14560.
10179
10180         (mono_metadata_free_type): Account for the above change.
10181
10182 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
10183
10184         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
10185         exception instead of asserting if name is null.
10186         (ves_icall_System_AppDomain_GetData): Ditto.
10187
10188 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
10189
10190         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
10191         EnumBuilder.
10192
10193         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
10194         Return NULL when the domain does not have entry_assembly set.
10195
10196         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
10197         Add a 'resource_modules' argument.
10198         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
10199
10200         * reflection.c (mono_reflection_create_runtime_class): Move setting
10201         of wastypebuilder here, so mono_get_type_object () returns a MonoType
10202         for enums too.
10203
10204         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
10205         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
10206         Throw an ArgumentNullException if 'ptr' is null.
10207
10208         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
10209         assemblies here. Fixes #69020.
10210
10211 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
10212
10213         * reflection.c (build_compressed_metadata): Fix the previous patch for
10214         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
10215         the stack.
10216
10217 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
10218
10219         * assembly.c (mono_assembly_names_equal): Allow a match if one of
10220         the cultures is false. Fixes #69090.
10221
10222         * reflection.c (build_compressed_metadata): Fix invalid memory read 
10223         detected by valgrind.
10224         
10225         * reflection.c (mono_reflection_get_type): Avoid triggering a 
10226         TypeResolve multiple times for the same type. Fixes #65577.
10227
10228 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
10229
10230         * marshal.c: Avoid using ldftn to call managed functions. It is
10231         much slower than just a call.
10232
10233         * reflection.c (mono_module_get_object): free the basename we
10234         allocate here from glib.
10235         
10236         * reflection.c (ensure_runtime_vtable): make sure to free
10237         overrides.  Also, we were allocating an array of MonoMethod not an
10238         array of MonoMethod*.
10239
10240         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
10241
10242         * image.c (mono_image_close): free image->guid here.
10243
10244 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
10245
10246         * reflection.c: Fix some spec conformance issues with the PE file
10247         structures so mcs compiled apps run on the Net 2.0 beta.
10248
10249 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
10250
10251         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
10252         Implement this. Fixes #67264.
10253
10254         * debug-helpers.h debug-helpers.c marshal.c: Move 
10255         mono_find_method_by_name to debug-helpers.c.
10256
10257 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
10258
10259         * object.c (mono_release_type_locks): type_initialization_hash is
10260         a GHashTable.
10261
10262         * reflection.c object.c object-internals.h: Fix warnings.
10263
10264         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
10265         without accessors. Fixes #61561.
10266
10267         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
10268         application base from the root domain if not set. Fixes #65641.
10269         (mono_runtime_init): Fix warning.
10270
10271 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10272
10273         * appdomain.c: call mono_thread_pool_init.
10274         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
10275         of worker threads based on the number of CPUs and the environment
10276         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
10277         for non-windows (windows) systems.
10278
10279 2004-10-27  Chris Toshok  <toshok@ximian.com>
10280
10281         * mono-debug-debugger.c (write_class): don't call mono_class_init
10282         here, as even with the check for (!klass->init_pending), we get
10283         into a situation where we're hitting cycles in class
10284         initialization.  Fixes #68816.
10285
10286 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
10287
10288         * image.c: Avoid overwriting values in the loaded_images_hash when an
10289         assembly is loaded multiple times. Fixes #61152.
10290
10291         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
10292         so multiple satellite assemblies for the same name can be loaded.
10293         Fixes #68259.
10294
10295         * mono_domain_assembly_preload: Actually return the loaded assembly, 
10296         not NULL.
10297
10298         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
10299         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
10300
10301         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
10302         pending finalizers are not invoked after the appdomain has been 
10303         unloaded. Fixes #67862.
10304
10305 2004-10-22  Martin Baulig  <martin@ximian.com>
10306
10307         * mono-debug-debugger.c
10308         (mono_debugger_runtime_invoke): Don't box valuetypes.
10309
10310 2004-10-22  Chris Toshok  <toshok@ximian.com>
10311
10312         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
10313         don't hide private methods.
10314
10315 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
10316
10317         * icall.c: Allows the runtime to "share" (when known) the public key
10318         token of an assembly. This avoid the need to recalculate the token 
10319         (from the public key) in managed code.
10320
10321 2004-10-21  Chris Toshok  <toshok@ximian.com>
10322
10323         * debug-helpers.c (append_class_name): argh, revert last patch.
10324         
10325 2004-10-21  Chris Toshok  <toshok@ximian.com>
10326
10327         * debug-helpers.c (append_class_name): use '+' as the delimiter,
10328         not '/', so that it matches what the debugger uses to look up
10329         methods.
10330
10331 2004-10-21  Martin Baulig  <martin@ximian.com>
10332
10333         * mono-debug-debugger.c (mono_debugger_throw_exception): New
10334         public method; this is called each time an exception is thrown and
10335         allows the debugger to use exception catch points.
10336
10337 2004-10-21  Martin Baulig  <martin@ximian.com>
10338
10339         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
10340         the stack pointer and the exception object in some struct and pass
10341         that to the debugger.
10342
10343 2004-10-21  Chris Toshok  <toshok@ximian.com>
10344
10345         * mono-debug-debugger.c (do_write_class): add instance/static
10346         event support.  We don't expose "raise" or "other" yet.
10347         (event_is_static): new method.
10348
10349 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
10350
10351         * mono-debug-debugger.c
10352         (mono_debugger_handle_exception): Remove
10353         bogus return value for fussy compilers.
10354
10355 2004-10-20  Martin Baulig  <martin@ximian.com>
10356
10357         * mono-debug-debugger.c
10358         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
10359         (mono_debugger_handled_exception): Likewise.
10360
10361 2004-10-20  Martin Baulig  <martin@ximian.com>
10362
10363         * mono-debug-debugger.h (MonoDebuggerEvent): Added
10364         MONO_DEBUGGER_EVENT_EXCEPTION.
10365
10366         * mono-debug-debugger.c (mono_debugger_handle_exception): New
10367         public function to send the debugger a notification for an
10368         exception and inform it about a catch/finally clause.
10369
10370 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
10371
10372         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
10373         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
10374         fix 2.95 build. 
10375
10376         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
10377
10378 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
10379
10380         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
10381         marshalled as [In,Out]. Fixes #58325.
10382
10383 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
10384
10385         * reflection.c (mono_method_body_get_object): Implement some fields.
10386
10387 2004-10-12  Martin Baulig  <martin@ximian.com>
10388
10389         * reflection.c (mono_reflection_bind_generic_parameters): Small
10390         fix, correctly retrieve our parent from a generic instance.
10391
10392 2004-10-12  Martin Baulig  <martin@ximian.com>
10393
10394         * metadata.c (mono_metadata_generic_param_equal): We always have
10395         an owner.
10396
10397         * class.c
10398         (mono_class_from_generic_parameter): We need to have an owner.
10399         (my_mono_class_from_generic_parameter): Likewise.
10400
10401         * reflection.c (mono_reflection_setup_generic_class): Renamed to
10402         mono_reflection_create_generic_class() and added a new
10403         mono_reflection_setup_generic_class().  
10404         (mono_reflection_initialize_generic_param): If we're a nested
10405         generic type and inherited from the containing class, set our
10406         owner to the outer class.
10407
10408 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
10409
10410         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
10411
10412         * reflection.c (mono_method_body_get_object): New function to create
10413         a MethodBody object.
10414
10415         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
10416
10417 2004-10-11  Martin Baulig  <martin@ximian.com>
10418
10419         * metadata.c (_mono_metadata_type_equal): Renamed to
10420         do_mono_metadata_type_equal() and made static.
10421
10422 2004-10-11  Martin Baulig  <martin@ximian.com>
10423
10424         * appdomain.c: Bump corlib version number to 28.
10425
10426 2004-10-10  Martin Baulig  <martin@ximian.com>
10427
10428         * class-internals.h
10429         (MonoGenericInst): Added `MonoGenericContainer *container'.
10430         (MonoGenericMethod): Likewise.
10431         (MonoGenericContext): Likewise.
10432         (MonoGenericParam): Added `MonoGenericContainer *owner'.
10433
10434         * metadata.c
10435         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
10436         (do_mono_metadata_parse_generic_inst): Likewise.
10437         (mono_metadata_parse_type_full): New public method.  This is the actual
10438         mono_metadata_parse_type() implementation - with an additional
10439         `MonoGenericContainer *' argument.
10440         (mono_metadata_parse_array_full): Likewise.
10441         (mono_metadata_parse_signature_full): Likewise.
10442         (mono_metadata_parse_method_signature_full): Likewise.
10443         (mono_metadata_parse_mh_full): Likewise.
10444         (mono_type_create_from_typespec): Likewise.
10445         (mono_metadata_interfaces_from_typedef_full): New public method;
10446         this is similar to the other _full() methods, but we take a
10447         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
10448         (mono_metadata_parse_generic_param): Take an additional
10449         `MonoGenericContainer *' argument and lookup the MonoGenericParam
10450         from that container.
10451         (mono_metadata_generic_param_equal): New static method to compare
10452         two type parameters.
10453         (_mono_metadata_type_equal): New static method; takes an
10454         additional `gboolean signature_only' argument - if true, we don't
10455         compare the owners of generic parameters.
10456         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
10457         with a TRUE argument - do a signature-only comparision.
10458
10459         * loader.c: Use the new _full() methods and pass the
10460         MonoGenericContainer to them.
10461
10462         * object-internals.h (MonoReflectionTypeBuilder): Added
10463         `MonoGenericContainer *generic_container' field.
10464         (MonoReflectionMethodBuilder): Likewise.
10465
10466 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
10467
10468         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
10469         case initial images of dynamic assemblies.
10470
10471         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
10472
10473         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
10474
10475         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
10476         length of event->other array.
10477         (typebuilder_setup_events): Ditto.
10478
10479         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
10480         'assembly_by_name' and add an 'assemblies' list.
10481
10482         * assembly.h assembly.c: Add a new search hook for determining whenever
10483         an assembly is already loaded. Use this instead of searching in the
10484         loaded_assemblies list.
10485
10486         * domain.c appdomain.c: Implement the new search hook so loaded 
10487         assemblies are now scoped by appdomain. Fixes #67727.
10488
10489 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
10490
10491         * threads.c (mono_thread_attach): Initialize synch_lock field so
10492         mono_thread_detach works again.
10493
10494         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
10495         'lib' too. Fixes #63130.
10496
10497 2004-10-06  Jackson Harper  <jackson@ximian.com>
10498
10499         * culture-info-tables.h: regenerated.
10500
10501 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
10502
10503         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
10504         implemented by other interfaces in the result. Fixes #65764.
10505         
10506         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10507         Handle unloadable modules without crashing.
10508
10509         * image.c (load_modules): Revert the previous patch since modules must
10510         have a fixed index inside the array.
10511         
10512         * image.c (load_modules): Don't include native modules in the modules
10513         array.
10514
10515 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
10516
10517         * reflection.h: Add param_defaults field.
10518
10519         * reflection.c: Add support for parameter defaults in dynamic methods.
10520         Fixes #64595.
10521
10522         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
10523         an empty string when a type has no namespace. Fixes #64230.
10524
10525 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
10526
10527         * tabledefs.h: Added "internal" security actions to support non-CAS
10528         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
10529         Note: they do not seems to be used anymore in 2.0 (new metadata format)
10530
10531 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
10532
10533         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
10534         constructor of abstract class. Fixes #61689.
10535
10536 2004-10-04  Martin Baulig  <martin@ximian.com>
10537
10538         * class-internals.h (MonoGenericContainer): New type.
10539         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
10540         `MonoGenericContainer *generic_container'.
10541         (MonoClass): Replaced `gen_params' and `num_gen_params' with
10542         `MonoGenericContainer *generic_container'.
10543
10544         * metadata.c (mono_metadata_load_generic_params): Return a
10545         `MonoGenericContainer *' instead of a `MonoGenericParam *';
10546         removed the `num' argument.
10547
10548 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
10549
10550         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
10551         for dynamic images.
10552
10553         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
10554         machine fields.
10555
10556         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
10557
10558         * reflection.c: Save pe_kind and machine values into the generated
10559         image file.
10560
10561         * appdomain.c: Bump corlib version number.
10562
10563         * object-internals.h: Reorganize layout of LocalBuilder.
10564
10565         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
10566         New helper function.
10567
10568         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
10569         created MonoType for dynamic types. Fixes #66180.
10570
10571 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
10572
10573         * threadpool.c: the ares hashtable needs a critical section around it.
10574         this prevents some nasty segfaults
10575
10576 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
10577
10578         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
10579         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
10580         bug 67324).
10581         
10582 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
10583
10584         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
10585         
10586 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
10587
10588         * image.c: Always canonicalize image file names, to avoid loading
10589         the same assembly twice when referenced using a relative path.
10590
10591 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
10592
10593         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
10594
10595         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
10596
10597         * marshal.c: Fix warnings.
10598
10599 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
10600
10601         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
10602         attempting to marshal the delegate_trampoline as the method_addr.
10603         This patch has a static hashtable of marshalled delegates so that 
10604         we can map delegate_trampoline addresses back to delegates.  This
10605         allows a delegate passed to managed code to be passed back into native
10606         code.  Fixes #67039
10607
10608 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
10609
10610         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
10611
10612         * reflection.c (method_encode_code): Align method headers properly.
10613         Fixes #66025.
10614
10615 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
10616
10617         * marshal.c: In the runtime invoke wrapper, reset the abort
10618         exception if it is cached. This avoids the automatic rethrowal of 
10619         the exception after the catch of the wrapper. Also check for pending
10620         interruptions before calling the managed method. This is done using
10621         the new method emit_thread_force_interrupt_checkpoint, since the
10622         normal checkpoint method is ignored when running the invoke wrapper.
10623         * object.c: If the abort exception is rethrown, set the abort_exc
10624         field of the thread, so it will be rethrown aftere every catch.
10625         * threadpool.c: Only run an interruption checkpoint if what has been
10626         requested is a stop of the thread (aborts will be ignored).
10627         * threads.c: By default, a thread will now never be interrumped while
10628         running the runtime invoke wrapper (this ensures that runtime_invoke
10629         will always return to the caller if an exception pointer is provided).
10630         There is a new special method mono_thread_force_interruption_checkpoint()
10631         to force an interruption checkpoint even if running a protected
10632         wrapper, which is used by the same runtime invoke wrapper to do a check
10633         at a safe point.
10634
10635 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
10636
10637         * object.c, object-internals.h: Implemented mono_release_type_locks,
10638         which releases the cctor locks held by a thread.
10639         * threads.c, threads.h: In thread_cleanup, release cctor locks held
10640         by a thread. Added mono_thread_exit() method to be used to safely stop
10641         a thread.
10642
10643 2004-09-28  Raja R Harinath  <rharinath@novell.com>
10644
10645         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10646         Move null check before dereference.  Avoid indexing beyond the end
10647         of the 'modules' array.
10648
10649 2004-09-28  Raja R Harinath  <rharinath@novell.com>
10650
10651         * metadata-internals.h (MonoImage): Add module_count field.
10652         * image.c (load_modules): Set image->module_count.
10653         (mono_image_load_file_for_image): Use image->module_count.
10654         * reflection.c (mono_image_load_module): Append to image->modules array 
10655         of dynamic assembly.
10656         (mono_module_get_object): Fix loop to actually increment index.
10657         Use image->module_count.
10658         * assembly.c (mono_assembly_load_references): Use image->module_count.
10659         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
10660         Likewise.
10661
10662 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
10663
10664         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
10665         Avoid assert on generic types.
10666
10667 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
10668
10669         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
10670
10671         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
10672
10673         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
10674         function to convert a MarshalSpec structure to its managed counterpart.
10675
10676         * reflection.c: Fix warnings.
10677         
10678         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
10679         field.
10680
10681         * icall.c (mono_create_icall_signature): Fix build.
10682
10683 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
10684
10685         * icall.c: Add MakePointType icall.
10686
10687         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
10688         warnings.
10689
10690 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10691
10692         * threadpool.c: reuse allocated slots in the queue.
10693
10694 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
10695
10696         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
10697
10698         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
10699
10700         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
10701         previous change.
10702
10703         * tabledefs.h: Add constants for pinvoke attributes BestFit and
10704         ThrowOnUnmappableChar.
10705
10706         * icall.c (ves_icall_Type_GetPacking): New icall.
10707
10708 2004-09-24  Martin Baulig  <martin@ximian.com>
10709
10710         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
10711
10712 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10713
10714         * appdomain.c:
10715         (mono_domain_set): allow setting a domain that is being unloaded.
10716         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
10717         being unloaded.
10718
10719 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
10720
10721         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
10722         the GetCustomAttributes icall.
10723
10724 2004-09-23  Martin Baulig  <martin@ximian.com>
10725
10726         * object-internals.h (MonoReflectionGenericParam): Replaced
10727         'has_ctor_constraint', `has_reference_type' and `has_value_type'
10728         with `guint32 attrs'.
10729
10730 2004-09-23  Martin Baulig  <martin@ximian.com>
10731
10732         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
10733
10734 2004-09-23  Martin Baulig  <martin@ximian.com>
10735
10736         * object-internals.h (GenericParameterAttributes): New enum.
10737
10738 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
10739
10740         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
10741         
10742         * class.c (init_events): Fill out event->other field.
10743
10744         * class.c: Fix warnings.
10745
10746         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
10747
10748 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
10749
10750         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
10751         walk which doesn't supply the IL offset.
10752
10753 2004-09-22  Martin Baulig  <martin@ximian.com>
10754
10755         * reflection.c (mono_reflection_setup_internal_class): If we're
10756         System.ValueType, System.Object or System.Enum, set
10757         `klass->instance_size' and create the vtable.
10758         (mono_reflection_create_internal_class): If we're an enum type,
10759         get the base class from our current corlib.
10760
10761 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
10762
10763         * reflection.h (MonoResolveTokenError): New type.
10764
10765         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
10766         icall.
10767
10768         * icall.c: Add an 'error' argument to the ResolveToken icalls.
10769
10770 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
10771
10772         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
10773         Support also calling constructors, but only for already allocated objects.
10774
10775 2004-09-17  Geoff Norton <gnorton@customerdna.com>
10776
10777         * reflection.c (type_get_qualified_name): If the klass is null
10778         return the typename to avoid a NullRefEx.
10779         (encode_cattr_value): Get the qualified name of the boxed type,
10780         not the underlying enumtype.  Fixes #62984.
10781
10782 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
10783
10784         * marshal.c: Fix problems with previous checkin.
10785
10786 2004-09-21    <vargaz@freemail.hu>
10787
10788         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
10789         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
10790
10791         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
10792
10793 2004-09-21  Geoff Norton <gnorton@customerdna.com>
10794
10795         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
10796         should only return a type for pointers, arrays, and passbyref types.
10797         Fixes bug #63841.
10798
10799 2004-09-21  Martin Baulig  <martin@ximian.com>
10800
10801         * domain.c (mono_debugger_check_runtime_version): New public
10802         function.
10803
10804         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
10805
10806 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
10807
10808         * reflection.c: Added missing sort to the declarative security 
10809         attributes table. MS implementation stops seeing the attributes if the
10810         token number regress in the table (as shown by ildasm and permview).
10811
10812 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
10813
10814         * object-internals.h (MonoReflectionModule): Add 'token' field.
10815         
10816         * reflection.c (mono_reflection_get_token): Add support for Module
10817         and Assembly.
10818         (mono_module_get_object): Set 'token' field.
10819         (mono_module_file_get_object): Set 'token' field.
10820
10821         * icall.c: Add new Assembly and Module icalls.
10822
10823         * appdomain.c: Bump corlib version.
10824
10825 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
10826
10827         * loader.h loader.c class.h class.c: Add helper functions for obtaining
10828         tokens of metadata objects.
10829
10830         * reflection.h reflection.c (mono_reflection_get_token): New function
10831         to obtain the token of a metadata object.
10832
10833         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
10834
10835 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
10836
10837         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
10838         
10839         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
10840
10841 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
10842
10843         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
10844         * object-internals.h: Added 3 MonoArray* members to MonoReflection
10845         AssemblyBuilder to access the permissions set in the class lib.
10846         * reflection.c: Added security attributes encoding step in 
10847         mono_image_build_metadata.
10848         * tabledefs.h: Added new security actions defined in 2.0:
10849         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
10850
10851 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
10852
10853         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
10854         macro parameter.
10855
10856 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
10857  
10858         * locales.c: nullify the ICU_collator member of CompareInfo when it is
10859           finalized. There where random SIGSEVs at program termination, when
10860           an object being finalized was trying to do a string comparison and
10861           the current culture was already finalized.
10862  
10863 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10864
10865         * threads.c: call thread_cleanup before finishing the thread if we get
10866         there.
10867
10868 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
10869
10870         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
10871         assemblies from the parent. Fixes #65665.
10872
10873 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
10874
10875         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
10876         modifiers.
10877
10878 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
10879
10880         * reflection.h: add prototype for mono_get_dbnull_object
10881         * reflection.c: add prototypes for get_default_param_value_blobs 
10882         and mono_get_object_from_blob for fussier compilers
10883
10884 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
10885  
10886         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
10887         false deadlock checks in class initialization.
10888  
10889 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
10890
10891         * image.c (mono_image_addref): Fix comment.
10892
10893         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
10894         possible.
10895
10896 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
10897
10898         * reflection.c (mono_param_get_objects): Modified to return
10899         ParameterInfo.DefaultValue object.
10900
10901         (get_default_param_value_blobs):
10902         (mono_get_object_from_blob):
10903         (mono_get_dbnull_object): New helper routines. 
10904
10905         * object.c (mono_get_constant_value_from_blob): New helper routine
10906         carved out from get_default_field_value ()
10907
10908         * object-internals.h (mono_get_constant_value_from_blob): Added
10909         function declaration.
10910
10911 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
10912
10913         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
10914         referenced assemblies. Fixes #62135.
10915
10916         * exception.h exception.c (mono_get_exception_file_not_found2): New
10917         helper function.
10918
10919 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
10920
10921         * class.h class.c: Add mono_type_get_underlying_type ().
10922
10923 2004-09-09  Geoff Norton <gnorton@customerndna.com>
10924
10925         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
10926         Fix GetTypes() to support dynamically created assemblies.
10927
10928 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
10929
10930         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
10931         
10932         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
10933         previous patch.
10934
10935         * reflection.h reflection.c loader.c: Allow dynamic construction of
10936         pinvoke methods. Fixes #65571.
10937         
10938         * reflection.c (mono_reflection_get_type): Revert previous change since
10939         it causes regressions.
10940
10941 2004-09-08  Martin Baulig  <martin@ximian.com>
10942
10943         * class.c (class_compute_field_layout): Don't call
10944         mono_class_layout_fields() for open generic instances.
10945
10946 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
10947         * threads.c appdomain.c: fix typo in GC macro
10948
10949 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10950
10951         * threads.c: don't call mono_thread_detach() in start_wrapper(),
10952         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
10953
10954 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
10955
10956         * image.c (mono_image_close): Applied patch from 
10957         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
10958         assembly is loaded multiple times from data.
10959         
10960         * image.c (mono_image_open): Fix warning.
10961
10962 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
10963
10964         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
10965         once. Fixes #58334.
10966         
10967         * reflection.c (mono_reflection_create_runtime_class): Initialize
10968         klass->nested_classes. Fixes #61224.
10969
10970 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
10971
10972         * threads.c: sched_yield() on exit, to allow threads to quit.
10973
10974 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
10975
10976         * object.c (mono_unhandled_exception): Remove leftover debug code.
10977
10978 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
10979
10980         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
10981
10982 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
10983
10984         * marshal.c (emit_marshal_array): Really null terminate string arrays.
10985         
10986         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
10987
10988 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
10989
10990         * marshal.c (emit_marshal_array): Null terminate string arrays.
10991         
10992         * marshal.c (raise_auto_layout_exception): Fix warning.
10993
10994         * reflection.c (mono_param_get_objects): Initialize the default value
10995         with DBNull.Value, not null. Fixes #62123.
10996
10997 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
10998
10999         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
11000         throw an exception with a cute explanation.
11001
11002 2004-09-06  Dick Porter  <dick@ximian.com>
11003
11004         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
11005         Close the new process's thread handle, as we don't use it.  The
11006         handle stays around forever otherwise.
11007
11008 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11009
11010         * object.c (arith_overflow): Fix warning.
11011
11012         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
11013         calling conventions in method refs. Fixes #65352.
11014
11015         * reflection.c: Fix warnings.
11016
11017 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
11018
11019         * icall.c: Add a new icall for Array.Clear
11020
11021 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
11022
11023         * object.c: When allocating an array, we have to throw
11024         an overflow exception if any of the lengths are < 0.
11025
11026 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11027
11028         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
11029         properly. Also move implementation of string array marshalling to 
11030         managed code. Fixes #42316.
11031
11032 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11033
11034         * assembly.c: provide more information when loading an assembly fails.
11035
11036 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11037
11038         * filewatcher.c: don't expect the development fam package to be
11039         installed.
11040
11041 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
11042
11043         * marshal.c: Make a copy of the signature cookie since it will be
11044         freed by the caller.
11045         
11046         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
11047
11048         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
11049
11050         * metadata.c (mono_metadata_free_marshal_spec): New function to free
11051         marshal specs.
11052
11053         * marshal.c: More refactoring.
11054         
11055         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
11056         smaller functions.
11057
11058 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
11059
11060         * object.c: In mono_message_invoke, fill the output parameter array after
11061           calling the managed method (it was done before the call). This fixes
11062           bug #59299.
11063
11064 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
11065
11066         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
11067         as well.
11068
11069 2004-09-02  Martin Baulig  <martin@ximian.com>
11070
11071         * class.c (mono_class_instance_size): Don't allow generic type
11072         definitions or open generic instances.
11073         (mono_class_array_element_size): If we're a value type, call
11074         mono_class_instance_size() on the original class.
11075
11076         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
11077         handle generic instances.
11078
11079         * mono-debug-debugger.c (write_type): Handle generic instances
11080         like classes.
11081
11082 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
11083
11084         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
11085         the allocation request fails. Fixes #65089.
11086
11087         * object.c (mono_runtime_free_method): Do not call mono_free_method.
11088         
11089         * object.c (mono_runtime_free_method): New function to free a dynamic
11090         method.
11091
11092         * marshal.c (mono_delegate_free_ftnptr): New function to free the
11093         delegate trampoline.
11094
11095         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
11096         with hasthis as dynamic,
11097
11098         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
11099
11100         * domain.c (mono_jit_info_table_remove): New function to remove an
11101         entry from the jit info table.
11102
11103         * class-internals.h (MonoMethod): Add 'dynamic' field.
11104
11105         * loader.c: Fix warnings.
11106
11107 2004-09-01  Martin Baulig  <martin@ximian.com>
11108
11109         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
11110         instead of mono_debugger_lock() because the latter one is a no-op
11111         unless running in the debugger.
11112
11113 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
11114
11115         * class.c (class_compute_field_layout): Classes with auto-layout or
11116         reference fields are not blittable.
11117         
11118 2004-09-01  Dick Porter  <dick@ximian.com>
11119
11120         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
11121         mono_image_get_filename() to get the assembly location.
11122
11123         * icall.c:
11124         * metadata.h: Fix compile warnings
11125
11126 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
11127
11128         * class.c (class_compute_field_layout): System.Object is blittable.
11129
11130         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
11131         as in/out. Fixes #59909.
11132
11133 2004-09-01  Martin Baulig  <martin@ximian.com>
11134
11135         * metadata.h (MONO_TYPE_ISREFERENCE): Call
11136         mono_metadata_generic_inst_is_valuetype() if we're a generic
11137         instance to check whether our underlying type is a reference type.
11138
11139 2004-09-01  Martin Baulig  <martin@ximian.com>
11140
11141         * metadata.c (mono_type_size): If we're a generic instance, call
11142         mono_class_value_size() for value types.
11143
11144 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
11145
11146         * marshal.c: Implement more custom marshalling functionality. Fixes
11147         #64915.
11148
11149 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
11150
11151         * mono-debug.c, debug-mono-symfile.c: add some locking love.
11152
11153 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
11154
11155         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
11156
11157         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
11158
11159         * icall.c: Fix some warnings.
11160
11161         * threads.c (abort_appdomain_thread): Fix unref errors.
11162         (mono_thread_current): Fix THREAD_DEBUG define.
11163
11164 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
11165
11166         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
11167
11168         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
11169
11170 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
11171
11172         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
11173         string arrays.
11174
11175 2004-08-28  Martin Baulig  <martin@ximian.com>
11176
11177         * metadata.c
11178         (mono_metadata_generic_inst_is_valuetype): New public function.
11179
11180         * metadata.h (MONO_TYPE_ISSTRUCT): Call
11181         mono_metadata_generic_inst_is_valuetype() if we're a generic
11182         instance to check whether our underlying type is a valuetype.
11183
11184 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
11185
11186         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
11187         #63768.
11188
11189 2004-08-25  Martin Baulig  <martin@ximian.com>
11190
11191         * loader.c (mono_get_method_from_token): Abstract methods can also
11192         be generic and thus have type parameters.
11193
11194         * metadata-internals.h
11195         (MonoDynamicImage): Added `GPtrArray *gen_params'.
11196
11197         * reflection.c (mono_image_get_generic_param_info): Don't create a
11198         metadata row, just add an entry to the `gen_params' array.
11199         (build_compressed_metadata): Sort the `gen_params' array and then
11200         actually create the metadata.
11201
11202 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11203
11204         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
11205
11206 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
11207
11208         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
11209
11210 2004-08-24  Martin Baulig  <martin@ximian.com>
11211
11212         * class.cs (mono_class_is_subclass_of): Like an interface, a
11213         generic instance also derives from System.Object.
11214
11215 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
11216
11217         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
11218         custom modifiers to be in any order. Fixes #61990.
11219
11220 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
11221
11222         * object.c: Register mono_object_new_fast icall.
11223         
11224         * object.c (mono_class_get_allocation_ftn): Return to calling
11225         mono_object_new_fast, since it seems faster to compute the object 
11226         size in unmanaged code than passing it as a parameter.
11227
11228         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
11229
11230         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
11231         this function with Boehm as the oom handler, so we don't have to check
11232         the result of GC_malloc.
11233
11234         * object.c: Remove checks for oom.
11235
11236         * object.h object.c (mono_class_get_allocation_ftn): New function to
11237         return the icall which can be used to allocate an instance of a given
11238         class. 
11239
11240         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
11241
11242         * class-internals.h: Add 'enabled' field.
11243
11244 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
11245
11246         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
11247
11248 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
11249         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
11250         value 0x0010.
11251
11252 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
11253
11254         * appdomain.c: use the Tls function for appdomain too,
11255         at Zoltan's request. Actually return in mono_context_get
11256
11257         * appdomain.c, profiler.c, threads.c: use __thread
11258
11259 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
11260
11261         * appdomain.c threads.c: Call GC_CreateThread on windows.
11262
11263         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
11264         multiple libraries since this don't work on windows.
11265
11266 2004-08-18  Martin Baulig  <martin@ximian.com>
11267
11268         * class-internals.h
11269         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
11270         MonoMethodHeader.
11271
11272         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
11273         MonoMethodNormal since we also need it for abstract and interface
11274         methods.
11275
11276         * reflection.c
11277         (build_compressed_metadata): Sort the GenericParam table.
11278         (mono_image_create_token): Added `gboolean create_methodspec'
11279         argument; this is false when generating a MethodImpl token.
11280         (reflection_methodbuilder_to_mono_method): Abstract and interface
11281         methods may also have generic parameters.
11282
11283 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
11284
11285         * appdomain.c: thread local alloc
11286
11287 2004-08-17  Martin Baulig  <martin@ximian.com>
11288
11289         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
11290
11291         * icall.c
11292         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
11293         argument.
11294
11295         * class.c (mono_type_get_full_name): New public function.
11296         (mono_type_get_name): Don't include the type arguments.
11297
11298 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
11299
11300         * Makefile.am: Build static versions of libmetadata and libmonoruntime
11301         for inclusion into the mono executable.
11302
11303 2004-08-16  Martin Baulig  <martin@ximian.com>
11304
11305         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
11306         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
11307
11308 2004-08-14  Martin Baulig  <martin@ximian.com>
11309
11310         * class.c (dup_type): Also copy the `byref' field.
11311
11312 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
11313
11314         * reflection.c (create_dynamic_mono_image): Revert the last change 
11315         since it breaks bootstrap.
11316
11317 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
11318
11319         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
11320
11321         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
11322         not free them with g_free.
11323
11324 2004-08-11  Martin Baulig  <martin@ximian.com>
11325
11326         * reflection.c (mono_reflection_setup_internal_class): Also call
11327         mono_class_setup_mono_type() if we already have a `tb->type.type'.
11328
11329 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
11330
11331         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
11332         called during default (first) AppDomain creation. Keep track of
11333         Evidence when loading assemblies.
11334
11335 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
11336
11337         * opcodes.c, opcodes.h: reduce runtime relocations.
11338
11339 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
11340
11341         * culture-info.h, locales.c: fixes and chages to sue the new
11342         optimized format of the locale data.
11343         * culture-info-tables.h: regenerated.
11344
11345 2004-08-06  Geoff Norton <gnorton@customerdna.com>
11346         
11347         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
11348
11349 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
11350
11351         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
11352         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
11353         * domain-internals.h: icall declaration.
11354         * icall.c: icall registration.
11355         * object-internals.h: New fields in MonoAssembly for CAS.
11356
11357 2004-08-05  Duncan Mak  <duncan@ximian.com>
11358
11359         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
11360         CEE_LDELEM_ANY.
11361
11362 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
11363
11364         * reflection.c: fix to deal with object[] arrays in custom ctors
11365         (bug #62550).
11366
11367 2004-08-05  Martin Baulig  <martin@ximian.com>
11368
11369         * class.c (mono_class_array_element_size): Added support for
11370         generic instances and correctly handle "recursive" types.
11371
11372 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
11373
11374         * assembly.c: Fix warnings.
11375
11376 2004-08-04  Martin Baulig  <martin@ximian.com>
11377
11378         * class.c
11379         (mono_type_get_name_recurse): Added `gboolean include_arity'
11380         argument specifying whether or not we should include the generic
11381         arity in the type name.
11382         (_mono_type_get_name): New static function.
11383         (mono_class_setup_vtable): If we're a generic instance, don't
11384         include the generic arity in the names of explicit method
11385         implementations.        
11386
11387 2004-08-03  Martin Baulig  <martin@ximian.com>
11388
11389         * class.c (mono_type_get_name_recurse): Enclose the generic type
11390         arguments in `<', '>'.
11391
11392 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
11393
11394         * gc.c: make GC warning messages use the trace API, they are just
11395         noise to most of the users.
11396
11397 2004-08-03  Martin Baulig  <martin@ximian.com>
11398
11399         * debug-mono-symfile.c (read_string): Correctly read the string.
11400
11401 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
11402
11403         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
11404         
11405         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
11406         icalls.
11407         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
11408
11409 2004-07-30  Martin Baulig  <martin@ximian.com>
11410
11411         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
11412         Reflect latest symbol writer changes.   
11413
11414 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
11415
11416         * object.c: always create an object if null is passed
11417         to Invoke() where a valuetype is expected.
11418
11419 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
11420
11421         * marshal.c (mono_marshal_init): make managed
11422         signatures match native ones better for 64bits.
11423
11424 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11425
11426         * appdomain.c: hack to build correctly the private bin path on windows.
11427         Fixes bug #61991.
11428
11429 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
11430
11431         * assembly.c: Load mscorlib from the correct framework directory
11432           (mono/<version>/mscorlib.dll).
11433         * appdomain.h: Added prototypes for new functions.
11434         * internals.h: Added some prototypes.
11435         * domain.c: When initializing the runtime, get from the executable and
11436           the configuration files the runtime version that the app supports.
11437           Added support methods for reading app.exe.config. Added list of versions
11438           supported by the JIT. Added two new methods: mono_init_from_assembly,
11439           which initializes the runtime and determines the required version from
11440           the provided exe file, and mono_init_version, which initializes
11441           the runtime using the provided version.
11442         * icall.c: Get machine.config from version-specific directory.
11443         * reflection.c: When generating an image, embed the version number
11444           of the current runtime.
11445
11446 2004-07-28  Dick Porter  <dick@ximian.com>
11447
11448         * socket-io.c
11449         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
11450         returned sockaddr size before creating the remote address object.
11451         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
11452         61608.
11453
11454 2004-07-28  Dick Porter  <dick@ximian.com>
11455
11456         * locales.c (string_invariant_compare_char): Fix invariant char
11457         compares between upper and lower cases.  Fixes bug 61458.
11458
11459 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
11460         
11461         * marshal.c: actually cache stelem.ref wrappers.
11462         
11463 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
11464
11465         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
11466         sections and remove the mono_cli_rva_map () function.
11467
11468 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
11469
11470         * debug-mono-symfile.c: fix one more endianess issue, from a patch
11471         by Geoff Norton (<gnorton@customerdna.com>).
11472
11473 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
11474
11475         * class.c: fix class loads for pointer types (typeof(int) !=
11476         typeof(int*)).
11477
11478 2004-07-27  Martin Baulig  <martin@ximian.com>
11479
11480         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
11481         reading the debugging information from an external ".mdb" file.
11482
11483 2004-07-24  Martin Baulig  <martin@ximian.com>
11484
11485         * reflection.c (mono_image_get_type_info): Only write a class
11486         layout entry if we actually have a size or a packing size.
11487
11488 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
11489
11490         * reflection.c (type_get_fully_qualified_name): 
11491         insert cast to get type checking of ?: with non-gcc compilers
11492
11493 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
11494
11495         * rand.c: use g_getenv for both lookups of
11496         MONO_EGD_SOCKET
11497
11498 2004-07-17  Martin Baulig  <martin@ximian.com>
11499
11500         * reflection.c (mono_reflection_bind_generic_method_parameters):
11501         Set `gmethod->reflection_info'.
11502
11503 2004-07-17  Martin Baulig  <martin@ximian.com>
11504
11505         * class.c (mono_class_create_from_typedef): Insert the newly
11506         created class into the hash table before computing the interfaces
11507         since we could be called recursively.
11508
11509 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
11510
11511         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
11512         function to implement stelem.ref in managed code
11513         * class-internals.h, debug-helpers.c: a new wrapper type
11514         for the above.
11515
11516 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
11517
11518         * gc.c: allow GC handles to work even when no GC is compiled in.
11519         Fix part of bug #61134 (GetAddrOfPinnedObject).
11520
11521 2004-07-13  Peter Williams  <peter@newton.cx>
11522  
11523         * process.c (complete_path): Make sure we don't attempt to execute
11524         directories.
11525  
11526 2004-07-12  Geoff Norton <gnorton@customerdna.com>
11527
11528         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
11529           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
11530           and will add/subtract the hour if needed
11531
11532 2004-07-12  Martin Baulig  <martin@ximian.com>
11533
11534         * reflection.c (mono_field_get_object): If we have
11535         `field->generic_info', take the attributes from
11536         `field->generic_info->generic_type'.    
11537
11538 2004-07-12  Martin Baulig  <martin@ximian.com>
11539
11540         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
11541         This function must be called before initializing the runtime.
11542         (mono_debug_init_1): New function; call this after initializing
11543         the runtime, but before loading the assembly.  It tells the
11544         debugger to load corlib and the builtin types.
11545
11546         * mono-debug-debugger.c: Did some larger changes in the debugging
11547         code; support recursive class declarations, make sure we actually
11548         add all classes.
11549
11550 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11551
11552         * debug-helpers.c: undo my previous patch and fixed the real issue in
11553         ../mini/exceptions-x86.c
11554
11555 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11556
11557         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
11558         when no HOME env. variable was set and a NullRef was thrown in a .cctor
11559         called from other .cctors.
11560
11561 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
11562
11563         * loader.c: Removed the mono_loader_wine_init hack now that we are
11564         doing a managed version of Windows.Forms.
11565
11566 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
11567
11568         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
11569         threadpool.c, threads.c: remove static data from rootset.
11570
11571 2004-07-09  Dick Porter  <dick@ximian.com>
11572
11573         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
11574         Don't do any more processing if the matched length was 0.  It was
11575         increasing the size of the string before.  Fixes bug 61167.
11576
11577 2004-07-09  Dick Porter  <dick@ximian.com>
11578
11579         * socket-io.h:
11580         * socket-io.c
11581         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
11582         Add support for SO_PEERCRED if its available.
11583
11584 2004-07-09  Peter Bartok <pbartok@novell.com>
11585         * loader.c: winelib.exe.so error message is now only displayed if
11586         MONO_DEBUG is set. To help us avoid questions when people are trying
11587         out the new Managed.Windows.Forms.
11588
11589 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
11590
11591         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
11592         for isinst and castclass wrappers.
11593
11594         * class-internals.h icall.c: Move registration and lookup of JIT icalls
11595         to libmetadata from the JIT, so they could be used by the marshalling
11596         code and the interpreter.
11597
11598         * marshal.c: Register marshalling related JIT icalls here instead of
11599         in mini.c. Use CEE_MONO_ICALL instead of the family of 
11600         CEE_MONO_PROC<x> opcodes to call marshalling functions.
11601
11602         * metadata.h: Remove unneeded marshalling conversions.
11603
11604         * opcodes.c: Update for new opcodes.
11605         
11606 2004-07-08  Martin Baulig  <martin@ximian.com>
11607
11608         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
11609         (mono_debug_get_domain_data): Make this function static.
11610
11611 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
11612
11613         * gc.c, object.h: add nice GC handle API for embedders.
11614
11615 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
11616
11617         * reflection.c: more changes for the new api
11618
11619         * object.c: When we reflect on a field w/ a constant value, it
11620         will not have a memory location, so we must access metadata. Also,
11621         allow easier reading of strings so that we can read them from
11622         the constant data.
11623
11624         * class.c (mono_class_layout_fields): no need for literal fields here.
11625
11626         * class-internals.h: api changes for const fields
11627
11628         * icall.c (ves_icall_get_enum_info): use new apis for const fields
11629
11630 2004-07-06  Martin Baulig  <martin@ximian.com>
11631
11632         * mono-debug.h: Increment version number to 44.
11633
11634         * mono-debug.c (mono_debug_add_wrapper): The second argument is
11635         now a gpointer, rewrote this whole method.
11636
11637         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
11638         function.  Add information about the wrapper in a new "misc table".
11639
11640         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
11641         for the new misc table.
11642
11643 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
11644
11645         * metadata-internals.h image.c: Add a cache for helper signatures.
11646
11647         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
11648
11649 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
11650
11651         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
11652         delegates from a delegate. Fixes #61033.
11653         
11654         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
11655         marshalling of stringbuilder arrays. Fixes #59900.
11656
11657 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
11658
11659         * icall.c: Add EnumBuilder:setup_enum_type icall.
11660
11661 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
11662
11663         * icall.c: Added a new icall for the property version of
11664         OffsetOfStringData.
11665
11666 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
11667
11668         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
11669         it has a constant size across platforms.
11670
11671         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
11672         stack trace.
11673
11674 2004-06-29  Martin Baulig  <martin@ximian.com>
11675
11676         * mono-debug.c (mono_debug_add_method): Protect the whole function
11677         in mono_debugger_lock(), not just parts of it.
11678
11679 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
11680
11681         * reflection.c: make sure padding bytes in heaps are zeroed.
11682
11683 2004-06-24  David Waite  <mass@akuma.org>
11684
11685         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
11686         image.c, loader.c, locales.c, marshal.c, metadata.c,
11687         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
11688         string-icalls.c, threads.c: change to C90-style comments from C99 /
11689         C++ -style
11690
11691 2004-06-24  Dick Porter  <dick@ximian.com>
11692
11693         * threads.c
11694         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
11695         return createdNew.  Fixes bug 60412.
11696
11697         * threads-types.h: 
11698         * icall.c: Add createdNew parameter to CreateMutex icall
11699
11700 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
11701
11702         * reflection.c, object-internals.h: save default value in params.
11703
11704 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11705
11706         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
11707         no need to build a new path combining that with the application base.
11708         Fixes bug #60442.
11709
11710 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
11711
11712         * reflection.c: fixed minor standard compliance issues.
11713
11714 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
11715
11716         * reflection.c: fixed issue with encoding some custom attributes
11717         (arrays in properties and fields, bug #60411).
11718
11719 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11720
11721         * reflection.c: fix start address when copying the public key token.
11722
11723 2004-06-23  Martin Baulig  <martin@ximian.com>
11724
11725         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
11726         the `exc' object in a static object to put it into the GC's root set.
11727
11728 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
11729
11730         * reflection.c: make mono_reflection_setup_internal_class ()
11731         callable a second time to setup a new parent class.
11732
11733 2004-06-23  Dick Porter  <dick@ximian.com>
11734
11735         * threads.c: Check for WAIT_IO_COMPLETION return values.
11736
11737 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
11738
11739         * appdomain.c: Removed the g_free on the public key token. Now copy 
11740         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
11741         * assembly.c: Added public key token string value when loading 
11742         assemblies. Fix bug #60439.
11743         * icall.c: Added missing informations (like public key) in 
11744         GetReferencedAssemblies. Fix #60519.
11745         * image.h: Changed definition for public key token from const char*
11746         public_tok_value to guchar public_key_token [17];
11747         * reflection.c: Updated for changes to public key token.
11748
11749 2004-06-22  Lluis Sanchez Gual
11750
11751         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
11752         for the field in base classes.
11753
11754 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
11755
11756         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
11757         mark headers as not supported, they are installed only for use by the
11758         debugger.
11759
11760 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
11761
11762         * *.c, *.h: avoid namespace pollution in public headers.
11763
11764 2004-06-21  Martin Baulig  <martin@ximian.com>
11765
11766         * exception.c (mono_get_exception_security): It's in
11767         "System.Security", not in "System".
11768
11769         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
11770         the exception classes.
11771
11772 2004-06-21  Martin Baulig  <martin@ximian.com>
11773
11774         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
11775         Protect the exception object from being finalized.
11776
11777 2004-06-21  Martin Baulig  <martin@ximian.com>
11778
11779         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
11780         public function.
11781
11782 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
11783
11784         * reflection.c: Load the assembly in mono_reflection_type_from_name,
11785         if it was not loaded before. Fix parts of #60439.
11786
11787 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
11788
11789         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
11790         code that was broken since Ben's change: wrappers are now
11791         dependent on the method signature only again.
11792
11793 2004-06-21  Martin Baulig  <martin@ximian.com>
11794
11795         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
11796         added interface support.
11797
11798 2004-06-21  Martin Baulig  <martin@ximian.com>
11799
11800         * class.c (mono_vtable_get_static_field_data): New public method.
11801
11802 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
11803
11804         * filewatcher.c : Windows build fix to be compliant with API changes.
11805
11806 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
11807
11808         * class.h, class.c: more accessors.
11809         * metadata.h, metadata.c: prepare for hiding MonoType and
11810         MonoMethodSignature: people should use the accessors from now on
11811         outside of the tree.
11812
11813 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
11814
11815         * *.c, *.h: more API cleanups.
11816
11817 2004-06-18  Jackson Harper  <jackson@ximian.com>
11818
11819         * assembly.c: Trace loading assemblies.
11820         * loader.c: Trace loading native libraries.
11821         * mono-config.c: Trace loading config files.
11822         
11823 2004-06-18  Dick Porter  <dick@ximian.com>
11824
11825         * locales.c: Tell ICU the lengths of strings, it can cope with
11826         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
11827
11828 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
11829
11830         * image.c: swapped name/filename;
11831
11832 2004-06-18  Martin Baulig  <martin@ximian.com>
11833
11834         * mono-debug-debugger.c (write_class): Write the parent class at
11835         the end of the header.
11836
11837 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
11838
11839         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
11840
11841 2004-06-17  Raja R Harinath  <rharinath@novell.com>
11842
11843         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
11844         (bundle_obj): New conditional define.
11845         (BUILT_SOURCES): Remove.
11846         ($(bundle_srcs)): Make parallel-make safe.
11847         (libmonoruntime_la_LIBADD): Make unconditional.
11848         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
11849         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
11850
11851 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
11852
11853         * culture-info-tables.h: It was inconsistent with the latest
11854           supp info files.
11855
11856 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
11857
11858         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
11859         be loaded.
11860
11861         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
11862         with gcc 2.95.
11863
11864 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
11865
11866         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
11867         cleaned up public header threads.h.
11868
11869 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
11870
11871         * Makefile.am, *.c, *.h: more API cleanups.
11872
11873 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
11874
11875         * Makefile.am: removed monosn from compilation.
11876         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
11877         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
11878         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
11879         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
11880         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
11881         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
11882
11883 2004-06-15  Jackson Harper  <jackson@ximian.com>
11884
11885         * assembly.c: Make locales lower case when searching the GAC for
11886         assemblies. gacutil will always make locales lowercase when
11887         installing so this effectively makes them case insensitive.
11888         
11889 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
11890
11891         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
11892         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
11893           parameter which allows to choose whether the wait can be interrupted or 
11894           not. Also added the method mono_monitor_enter(), which locks the monitor
11895           using an infinite wait and without allowing interruption.
11896           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
11897           interrupted.
11898         * object.h: Added new fields in MonoThread. suspend_event holds the event
11899           used to susped/resume the thread. synch_lock is the lock object to use for
11900           modifying the thread state.
11901         * threads.c: Use the new synch_lock object for locking, instead of "this",
11902           which can generate deadlocks.
11903           Moved thread state change in Thread.Sleep and Thread.Join from managed
11904           to unmanaged code. This avoids a deadlock when the thread was suspended
11905           just after acquiring the thread lock.
11906           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
11907           Implemented Thread.Suspend using an event instead of ThreadSuspend,
11908           which is not fully implemented in the io-layer.
11909         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
11910
11911 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
11912
11913         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
11914         threads-types.h: more API cleanups.
11915
11916 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
11917
11918         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
11919         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
11920         threadpool.c, threads.c: first pass at the exported API cleanup.
11921
11922 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
11923
11924         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
11925
11926 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11927
11928         * icall.c: added internalGetHome.
11929
11930 2004-06-14  Dick Porter  <dick@ximian.com>
11931
11932         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
11933         possible to return successfully when '.' or '..' were the only
11934         entries in a directory, but were skipped.  The MonoIOStat was not
11935         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
11936         Fixes bug 59574.
11937
11938 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
11939
11940         * reflection.c: make binaries run on .Net 1.1 by default.
11941
11942 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
11943
11944         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
11945
11946 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
11947
11948         * marshal.c: keep track of struct size with explicit layout
11949         (bug #59979).
11950
11951 2004-06-12  Martin Baulig  <martin@ximian.com>
11952
11953         * mono-debug-debugger.c: Comment out a debugging g_message().
11954
11955 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
11956
11957         * reflection.c, reflection.h: do not free custom attrs that are cached.
11958         * icall.c: use braces to make code clearer.
11959
11960 2004-06-11  Martin Baulig  <martin@ximian.com>
11961
11962         * class.h (MonoInflatedField): New type.
11963         (MonoClassField): Replaced `MonoType *generic_type' with
11964         `MonoInflatedField *generic_info'.
11965
11966         * icall.c
11967         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
11968
11969 2004-06-11  Martin Baulig  <martin@ximian.com>
11970
11971         * reflection.c (mono_image_create_method_token): Correctly encode
11972         varargs methods.
11973
11974 2004-06-11  Martin Baulig  <martin@ximian.com>
11975
11976         * metadata.c (mono_metadata_parse_method_signature): When parsing
11977         a MethodDef which has VarArgs, also set sentinelpos if we don't
11978         have any parameters.
11979
11980 2004-06-11  Martin Baulig  <martin@ximian.com>
11981
11982         * verify.c (mono_method_verify): In CEE_CALL, use
11983         mono_method_get_signature() to get the method's signature, unless
11984         we're a PInvoke method.
11985
11986 2004-06-10  Jackson Harper  <jackson@ximian.com>
11987
11988         * assembly.c: Use <path>/lib/mono/gac for the extra paths
11989         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
11990         logical name as the supplied path is just a prefix to the gac not
11991         the direct path to it.
11992         
11993 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
11994
11995         * reflection.c: make the token for a created method match
11996         the token of the MethodBuilder it was created from
11997         (IKVM requires this behaviour now).
11998
11999 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
12000
12001         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
12002         reflection.c, socket-io.c: leak fixes.
12003
12004 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
12005
12006         * icall.c: handle sentinel pos in vararg methods in position different
12007         from 0.
12008
12009 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12010
12011         * culture-info-tables.h: freshly generated.
12012
12013 2004-06-09  Martin Baulig  <martin@ximian.com>
12014
12015         * loader.c (mono_get_method_constrained): Call `mono_class_init
12016         (constrained_class)'.   
12017
12018 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
12019
12020         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
12021         any methods. Fixes #59629.
12022
12023 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12024
12025         * culture-info-tables.h: reflecting locale-builder updates.
12026
12027 2004-06-08  Dick Porter  <dick@ximian.com>
12028
12029         * object.h:
12030         * locales.c: Fixed compile warnings, including a real bug in
12031         CompareInfo_internal_compare.
12032         
12033 2004-06-08  Dick Porter  <dick@ximian.com>
12034
12035         * locales.c
12036         (ves_icall_System_Globalization_CompareInfo_internal_index):
12037         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
12038         Double-check the resuls of usearches, because ICU currently
12039         ignores most of the collator settings here.  Fixes bug 59720.
12040         
12041 2004-06-08  Dick Porter  <dick@ximian.com>
12042
12043         * locales.c
12044         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
12045         Fix memory leak and segfault-causing typo.  No idea how this one
12046         lasted so long without being noticed.
12047
12048 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
12049
12050         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
12051         any methods. Fixes #59629.
12052
12053 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12054
12055         * assembly.c:
12056         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
12057         own the critical section before). Removed dead code (that's done
12058         in the preload hook).
12059
12060         (mono_assembly_load_with_partial_name): call the preload hook.
12061
12062 2004-06-08  Martin Baulig  <martin@ximian.com>
12063
12064         * metadata.c (mono_metadata_signature_alloc): Default
12065         `sentinelpos' to -1.
12066
12067         * reflection.c (mono_image_get_array_token): Likewise.
12068
12069 2004-06-08  Martin Baulig  <martin@ximian.com>
12070
12071         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
12072
12073         * metadata.c (mono_metadata_parse_method_signature): When parsing
12074         a MethodDef which has VarArgs, set sentinelpos.
12075
12076         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
12077         `gint16' since we're using -1 for non-varargs methods.
12078
12079         * reflection.c
12080         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
12081         (method_encode_signature): Added varargs support.
12082         (method_builder_encode_signature): Likewise.
12083         (mono_image_get_varargs_method_token): New static method.
12084         (mono_image_create_method_token): New public method; this is
12085         called via an icall instead of mono_image_create_token() when
12086         calling a varargs method.       
12087
12088 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
12089
12090         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
12091
12092 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12093
12094         * culture-info-tables.h : Reflecting the latest locale-builder that
12095           fixed empty array representation ({} to {0}).
12096
12097 2004-06-07  Jackson Harper  <jackson@ximian.com>
12098
12099         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
12100         looking up extra gac paths. This allows MONO_GAC_PATH to act
12101         exactly like a prefix.
12102         
12103 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
12104
12105         * reflection.c (mono_reflection_type_from_name): Make a copy of the
12106         type name before modifying it. Fixes #59405.
12107
12108 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12109
12110         * culture-info.h: added fields for "all datetime patterns".
12111         * locales.c: (  ves_icall_System_Globalization_CultureInfo
12112           _construct_datetime_format ()): fill xxx_patterns fields.
12113         * object.h: added fields for "all datetime patterns" to
12114           MonoDateTimeFormatInfo.
12115         * culture-info-tables.h: reflecting locale-builder updates.
12116
12117 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
12118
12119         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
12120         the event has no add and remove methods. Fixes #59629.
12121
12122 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
12123
12124         * object.c: Fixed possible integer overflow when allocating large
12125         strings.
12126
12127 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
12128
12129         * culture-info-tables.h: reflecting locale-builder updates.
12130
12131 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
12132
12133         * culture-info-tables.h: reflecting locale-builder updates.
12134
12135 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
12136
12137         * culture-info-tables.h: reflecting locale-builder updates.
12138
12139 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
12140
12141         * threads.c: Made Thread.Sleep abortable.
12142
12143 2004-06-02  Martin Baulig  <martin@ximian.com>
12144
12145         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
12146
12147         * debug-mono-symfile.h: Bumped symbol file version number to 37.
12148
12149 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
12150
12151         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
12152
12153 2004-05-30  Jackson Harper  <jackson@ximian.com>
12154
12155         * reflection.c: Do not hardcode assembly versions or public key
12156         tokens anymore. All of this except the corlib section was dead
12157         code anyways.
12158         
12159 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
12160
12161         * object.c (mono_runtime_invoke_array): Automatically create boxed
12162         objects for byref valuetypes if needed. Fixes #59300.
12163         
12164         * object.c (mono_method_return_message_restore): Handle 
12165         MONO_TYPE_OBJECT as well.
12166
12167 2004-05-28  Jackson Harper  <jackson@ximian.com>
12168
12169         * reflection.c: The modified type encoding was causing build
12170         problems. Reverted for now.
12171         
12172 2004-05-28  Jackson Harper  <jackson@ximian.com>
12173
12174         * reflection.c/h: Take an assembly ref so that we dont create
12175         fully qualified names when encoding types in the same assembly as
12176         the custom attribute being emitted.
12177         * appdomain.c: Increment version number.
12178         
12179 2004-05-26  Duncan Mak  <duncan@ximian.com>
12180
12181         * icall.c
12182         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
12183         Set the full version number (major, minor, build, revision).
12184
12185 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
12186
12187         * marshal.c (emit_struct_conv): increment src/dst after blit
12188         (mono_marshal_get_managed_wrapper,
12189         mono_marshal_get_native_wrapper): make sure we have marshalling
12190         info before marshalling params (info computation affects
12191         blittable)
12192
12193         * class.c (class_compute_field_layout): correctly deal with
12194         blittable
12195         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
12196         value types (as per what windows dows by default)
12197         (mono_class_setup_mono_type): System.ValueType is blittable
12198         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
12199         blittable
12200
12201         * marshal.c (mono_marshal_load_type_info): flag types  as
12202         non-blittable if the native layout doesn't match the managed
12203         layout
12204
12205 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12206
12207         * appdomain.c: don't add stuff in the private search path that is
12208         above the application base. If application base is not set, there's
12209         no private search path.
12210
12211 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
12212
12213         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
12214         byref struct arguments in native->managed marshalling.
12215
12216 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
12217
12218         * marshal.c (mono_marshal_get_runtime_invoke): correctly
12219         cache methods using signature (special case for methods
12220         that are value type or string class)
12221         
12222         * image.c (mono_image_close): clean up allocated GSList's
12223         in runtime_invoke_cache.
12224
12225 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12226
12227         * mono-config.c: set the correct path for mono_cfg_dir on windows when
12228         there's no MONO_CFG_DIR environment variable defined.
12229
12230 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12231
12232         * threads.c: windows version must be >= 0x0500 to include OpenThread.
12233
12234 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
12235
12236         * threadpool.c: Really wait for 500ms after the async call, even if the wait
12237           is interrumped.
12238         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
12239           before waiting for it, and call CloseHandle after the wait to unref it.
12240           This will make sure that handles are not disposed too early.
12241
12242 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12243
12244         * appdomain.c:
12245         * appdomain.h:
12246         * icall.c: removed
12247         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
12248         needed now.
12249
12250         * object.c: se the application_base only for the domain that runs
12251         Main. Fixes bug #59216,
12252
12253 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12254
12255         * appdomain.c:
12256         * object.c: only the domain in which Main is run have
12257         SetupInformation.ConfigurationFile set, so moved a few lines from
12258         appdomain.c to object.c.
12259
12260 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12261
12262         * appdomain.c: we tried to load [name].(dll|exe), but according
12263         to bug #57710, we must also try [culture]/[name].(dll|exe) and
12264         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
12265         There's a test case attached to bug #58922.
12266
12267 2004-05-27  Dick Porter  <dick@ximian.com>
12268
12269         * icall.c:
12270         * file-io.c: Implemented icalls for locking and unlocking regions
12271         in a file.
12272         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
12273         FALSE on error (fixes both compiler warning and real bug.)
12274
12275 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
12276
12277         * culture-info-tables.h: reflecting locale-builder updates.
12278
12279           (Added missing ChangeLog entry for 05/26)
12280
12281 2004-05-27  Jackson Harper  <jackson@ximian.com>
12282
12283         * locales.c: Fix some cut and paste errors.
12284         
12285 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12286
12287         * mono-config.c: set the correct path for config. directory on windows.
12288
12289 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
12290
12291         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
12292           on win32.
12293
12294 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
12295
12296         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
12297         from pinvoke functions.
12298         
12299         * marshal.c (mono_ftnptr_to_delegate): Implement this.
12300
12301 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
12302
12303         * culture-info-tables.h: reflecting locale-builder updates.
12304
12305 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
12306
12307         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
12308         #59086.
12309
12310 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
12311
12312         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
12313         * icall.c: Modified icalls for RNG.
12314         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
12315         Windows (CryptoAPI).
12316
12317 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
12318
12319         * locales.c: Fix build.
12320
12321 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
12322
12323         * culture-info-tables.h: reflecting locale-builder updates.
12324
12325 2004-05-25  Jackson Harper  <jackson@ximian.com>
12326
12327         * locales.c: When creating the current culture use the $LANGs
12328         specific culture. So DateTimeFormat and NumberFormat entries are created.
12329         
12330 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
12331
12332         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
12333         a char array as parameter.
12334
12335 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
12336
12337         * image.c: In mono_image_open(), always use an absolute path name to
12338           look for already loaded images.
12339
12340 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
12341
12342         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
12343         missing in the windows build (like older cygwin include files).
12344
12345 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
12346
12347         * icall.c: Fixed check for possible integer overflow in Buffer_
12348         BlockCopy icall. Replaced comments style // by /* */.
12349
12350 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
12351
12352         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
12353         
12354         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
12355         check after MONO_VTADDR. Fixes pinvoke2.exe.
12356
12357         * marshal.h marshal.c metadata.h: Add beginnings of support for
12358         ftnptr -> delegate marshalling.
12359
12360 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
12361
12362         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
12363         * threads.c: Fix warnings.
12364
12365 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
12366
12367         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
12368         * icall.c: Registered icalls for Suspend and Resume.
12369         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
12370           Thread.Abort.
12371         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
12372         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
12373         * process.c: Use WaitForSingleObjectEx.
12374         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
12375           checkpoints.
12376         * threads.c, threads.h: Make use of new Ex wait methods. Improved
12377           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
12378           for Suspend and Resume. Added new mono_thread_stop, used for stoping
12379           background threads. Added basic support for Abort in Windows.
12380           Start new threads using a managed delegate invoke wrapper. This wrapper
12381           has an interruption checkpoint that is needed since an interruption
12382           can be requested before the thread leaves the unmanaged code that starts 
12383           the thread.
12384         * marshal.c: Added interruption checkpoint after every native call, and
12385           also before managed calls for wrappers called from unmanaged code to
12386           go into managed code.
12387         * object.h: Added new field in MonoThread to keep track of interruption
12388           requests.
12389
12390 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
12391
12392         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
12393         calls.
12394
12395 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12396
12397         * appdomain.c:
12398         * assembly.c:
12399         * gc.c:
12400         * locales.c:
12401         * mono-config.c:
12402         * rand.c: getenv -> g_getenv (windows!)
12403
12404         * process.c: complete_path is also used on non-windows platforms.
12405
12406 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12407
12408         * icall.c: new signature for Process_Start.
12409
12410         * process.[ch]: new signature for Process_Start. If we're on windows
12411         and UseShellExecute is false, we have to search for the program by
12412         ourselves if we don't get a full path.
12413
12414 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
12415
12416         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
12417         marshalling and call CleanUpNativeData if needed. Fixes #58646.
12418
12419 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12420
12421         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
12422         Fixes bug #58373.
12423
12424 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12425
12426         * process.c: use double quotes to quote program name and arguments on
12427         windows. Fixes bug #58575.
12428
12429 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12430
12431         * file-io.c: don't return "." and ".." when using windows Find*File.
12432
12433 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
12434
12435         * marshal.c: Don't pass wrappers to message init because method 
12436         addressed used to lookup metadata. part of remoting[2|3] fix.
12437
12438 2004-05-15  Jackson Harper  <jackson@ximian.com>
12439
12440         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
12441         path is essentially the same as MONO_PATH except that it points to
12442         GACs instead of lib directories.
12443         * loader.h: The user gac is gone so we dont need function to
12444         enable/disable it.
12445         * mono-config.c: user gac option is now gone.
12446         
12447 2004-05-15  Jackson Harper  <jackson@ximian.com>
12448
12449         * culture-info.h: Make defines more consistent, add calendar data
12450         to the culture info table.
12451         * culture-info-tables.h: Add basic calendar data. Basically
12452         everyone gets default gregorian until all the data is
12453         updated.
12454         * locales.c: Use the new consistent defines. Set calendar data for
12455         culture info objects.
12456         * object.h: add a field for calendar data to CultureInfo
12457         
12458 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
12459
12460         * image.c: image->runtime_invoke_cache is keyed on signatures now.
12461         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
12462         a signature.
12463         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
12464         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
12465         an extra param that is the pointer of the method to invoke. The IL for
12466         the invoke method is no longer specific to the method, but to the
12467         signature of the method. Thus, we can share the same code for multiple
12468         methods. This reduces the number of methods that have to be compiled.
12469
12470 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
12471
12472         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
12473
12474         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
12475
12476         * icall.c: Optimize Buffer.BlockCopy.
12477
12478 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12479
12480         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
12481         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
12482         quote). Changed them to "MMMM yyyy".
12483
12484 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
12485
12486         * rand.c
12487         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
12488
12489 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
12490
12491         * reflection.h: Updated after changes to managed structures.
12492
12493         * appdomain.c: Bump corlib version.
12494
12495 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12496
12497         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
12498         windows.
12499
12500 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12501
12502         * Makefile.am: link to ../os/libmonoos.la on windows.
12503
12504         * assembly.c:
12505                 -If MONO_DEBUG, warn about non-existing directories in
12506                 MONO_PATH.
12507                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
12508                 compile time variable.
12509                 -Removed init_default_path and call mono_set_rootdir from
12510                 libmonoos.a instead (windows only).
12511
12512         * assembly.h: declare mono_assembly_getrootdir().
12513
12514         * domain.c:
12515         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
12516
12517         * loader.c: s/getenv/g_getenv/
12518
12519 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
12520
12521         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
12522
12523         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
12524
12525         * metadata.h: Add new marshalling conversions.
12526
12527         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
12528         function.
12529
12530         * reflection.c (mono_reflection_get_type): Lookup the type in all
12531         modules of a multi-module assembly. Fixes #58291.
12532
12533 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
12534
12535         * threads.c: Before aborting a background, set the StopRequested
12536         state.  This avoids throwing the Abort exception.
12537         In mono_thread_manage, don't continue with the shutdown until all
12538         aborted threads have actually stopped.
12539
12540 2004-05-10  Jackson Harper  <jackson@ximian.com>
12541
12542         * locales.c: Remove the modifier from culture names.
12543         
12544 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12545
12546         * Makefile.am: monosn is not installed any more. It has been deprecated
12547         in favor of sn.
12548
12549 2004-05-07  Jackson Harper  <jackson@ximian.com>
12550
12551         * locales.c
12552         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
12553         Fix array construction, add bailout if the length is 0.
12554
12555 2004-05-07  Dick Porter  <dick@ximian.com>
12556
12557         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
12558         machine doesn't have a DNS entry.  Patch by Urs Muff
12559         (umuff@quark.com), fixes bug 57928.
12560
12561 2004-05-06  Jackson Harper  <jackson@ximian.com>
12562
12563         * reflection.c: Handle null PublicTokens properly. alloc mem for
12564         assembly names culture so we dont crash when freeing it.
12565         
12566 2004-05-06  Jackson Harper  <jackson@ximian.com>
12567
12568         * assembly.c: Check the usergac when loading with partial names.
12569         
12570 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
12571
12572         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
12573         does nothing for now (not required for Linux/Windows) but the class
12574         library can call it (and a newer or modified runtime could need it).
12575         * icall.c: Registred icall.
12576
12577 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12578
12579         * loader.c: prints a message on module loading error we set MONO_DEBUG
12580         environment variable.
12581
12582 2004-05-05  Jackson Harper  <jackson@ximian.com>
12583
12584         * appdomain.c: Handle PublicKeyToken=null properly.
12585         
12586 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
12587
12588         * environment.c|h: Added icall ves_icall_System_Environment_
12589         GetOSVersionString to get the current OS version as a string.
12590         * icall.c: Registred icall.
12591
12592 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
12593
12594         * object.c: in mono_object_get_virtual_method(), take into account that
12595         non-virtual methods don't have a slot in the vtable. Check needed when
12596         the object is a proxy.
12597
12598 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
12599
12600         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
12601         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
12602
12603         * object.c (mono_class_compute_gc_descriptor): Fix warning.
12604
12605         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
12606         passed when a valuetype is expected.
12607
12608         * object.c (mono_unhandled_exception): Only set the exit code if the
12609         exception happens in the main thread. Fixes thread5.exe.
12610
12611         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
12612         invalid names. Fixes #58047.
12613
12614 2004-05-03  Jackson Harper  <jackson@ximian.com>
12615
12616         * assembly.c: This line was committed accidently and is unneeded.
12617         
12618 2004-05-03  Jackson Harper  <jackson@ximian.com>
12619
12620         * icall.c: Add new icall for Assembly::LoadWithPartialName
12621         * assembly.c/.h: new function that probes the GAC to load partial
12622         assembly names by Paolo Molaro.
12623         
12624 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12625
12626         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
12627         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
12628         (type_get_fully_qualified_name): Added PublicKeyToken when building a
12629         full type name.
12630
12631 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12632
12633         * appdomain.c: fixed check for 'neutral' culture and removed warning.
12634         * reflection.c: fix bug when parsing a full type name and Version is not
12635         the last thing in the string.
12636
12637 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
12638
12639         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
12640         crashes when it is freed.
12641
12642 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12643
12644         * assembly.c: print the compat warning to stderr.
12645
12646 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
12647
12648         * assembly.c (mono_assembly_load_references): Add a compatibility
12649         hack to run old applications that might be still referencing the
12650         3300-based assemblies, only do this for System.xxx.
12651
12652 2004-05-01  Jackson Harper  <jackson@ximian.com>
12653
12654         * appdomain.c: If the culture is neutral we set it to "".
12655         
12656 2004-04-29  Jackson Harper  <jackson@ximian.com>
12657
12658         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
12659
12660 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
12661  
12662         * string-icalls.c: added low overhead function for copying chars
12663         * icall.c: added needed icall for the above function
12664  
12665 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12666
12667         * icall.c: fix return value of get_global_assembly_cache.  Implemented
12668         Environment.GetLogicalDrives.
12669
12670 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
12671
12672         * rand.c: try and talk to egd or prngd
12673         for random bytes if opening devices fail.
12674
12675 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
12676
12677         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
12678         alignment for the type using the native alignment of its members 
12679         instead of using klass->min_align.
12680
12681         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
12682
12683 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12684
12685         * file-io.c:
12686         * socket-io.c: added check for sys/aio.h.
12687
12688 2004-04-28  Dick Porter  <dick@ximian.com>
12689
12690         * threads.c: Don't abort a thread thats already aborting, when
12691         terminating everything.
12692
12693 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12694
12695         * icall.c: added 2 new async calls for Socket.
12696
12697         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
12698         IO on *nix systems.
12699
12700         * threadpool.c: removed unused variable.
12701
12702 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
12703
12704         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
12705
12706 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
12707
12708         * locales.c: put back string_invariant_tolower () and
12709         string_invariant_toupper ().
12710
12711 2004-04-26 David Waite <mass@akuma.org>
12712
12713         * file-io.h:
12714         * socket-io.h:
12715         * threads.h:
12716         * unicode.h: remove comma from end of enumeration declarations
12717
12718 2004-04-26 David Waite <mass@akuma.org>
12719
12720         * debug-mono-symfile.h:
12721         * decimal.c:
12722         * mono_debug.h:
12723         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
12724
12725
12726 2004-04-26  Jackson Harper  <jackson@ximian.com>
12727
12728         * appdomain.c: Increment version number.
12729         
12730 2004-04-26  Jackson Harper  <jackson@ximian.com>
12731
12732         * appdomain.c: Set assembly references public token value when
12733         PublicKeyToken is specified, not the hash_value. Free public token
12734         values when free assembly name data. Previously the public key
12735         token was hex decoded, however we are using hex encoded public key
12736         tokens, so this is not neccasary.
12737         * assembly.c: Lookup assemblies in the gac if their public token
12738         value is set. Add function to allow enabling user gac
12739         lookups. Specify whether or not the assembly was loaded from the
12740         GAC. Compare full assembly names when checking the cache for
12741         assemblies (Temporarily disabled see comment in code). Remove
12742         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
12743         specifies trace-loader they get extra info to stdout on the
12744         loading of assemblies.
12745         * image.h: Add a field for an assembly references public token
12746         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
12747         whether an assembly has been loaded from the GAC.
12748         * image.c: Remove a corlib -> mscorlib name mapping.
12749         * loader.h: Add function to enable/disable the user gac.
12750         * mono-config.c: Check if the usergac is enabled in the config
12751         file.
12752         * icall.c: New icall to determine whether or not an assembly has
12753         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
12754         * tabldefs.h: Add constant for assemblyref flag that specifies a
12755         full public key is used instead of a public token.
12756         * reflection.c: Remove mscorlib -> corlib mappings. Set
12757         PublicTokenValue instead of hash value. This value is a hex
12758         string so it does not need to be expanded.
12759
12760 2004-04-26  Martin Baulig  <martin@ximian.com>
12761
12762         * mono-debug-debugger.c (mono_debugger_initialize): Set
12763         `mono_debugger_initialized' before calling mono_debug_lock().
12764
12765 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
12766
12767         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
12768           InternalToUpper/InternalToLower.
12769         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
12770           removed invariant culture shortcut.  This is now done in managed code.
12771         * locales.c: (string_invariant_toupper/tolower) removed.
12772
12773 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12774
12775         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
12776         Added Poll internal call.
12777
12778         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
12779         call for Poll. Select was too heavy for polling a single socket.
12780
12781         * threadpool.[ch]: added mono_threadpool_cleanup.
12782         * threads.c: use it. Don't use Thread_Abort on windows.
12783
12784 2004-04-23  Martin Baulig  <martin@ximian.com>
12785
12786         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
12787
12788 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
12789
12790         * icall.c: Registred new icalls for key pair protection and added an
12791         icall for Environment.GetFolderPath on Windows.
12792         * security.c|h: Added new icalls for key pair protection.
12793
12794 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12795
12796         * socket-io.c: don't display the non-supported family warning for known
12797         families. Now this is not displayed on windows when checking support
12798         for IPv4/IPv6.
12799
12800 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12801
12802         * class.c: don't display the layout warning for static fields.
12803
12804 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
12805
12806         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
12807         * locales.c, locales.h: Added new icalls for culture-specific
12808         Char.ToLower and Char.ToUpper.
12809
12810 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12811
12812         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
12813         by David Waite.
12814
12815 2004-04-20  Martin Baulig  <martin@ximian.com>
12816
12817         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
12818         of the type name before passing it to mono_reflection_type_from_name().
12819
12820 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
12821
12822         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
12823         encodings here. Fixes #56965.
12824
12825 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
12826
12827         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
12828         fix test on strstr result not that I can see anything that
12829         relies on the result.
12830
12831 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
12832
12833         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
12834         Fixes #57081.
12835
12836         * marshal.c (mono_marshal_get_string_encoding): New helper function.
12837
12838         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
12839         function to determine which marshalling to use for strings. Fixes
12840         #56965.
12841
12842         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
12843
12844         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
12845
12846 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
12847
12848         * icall.c: #include mono-config.h
12849
12850 2004-04-15  Jackson Harper  <jackson@ximian.com>
12851
12852         * culture-info-tables.h: Fix date formats for en-US culture.
12853         
12854 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
12855
12856         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
12857         ThreadPool.SetMinThreads.
12858         * threadpool.c: Implemented ThreadPool.GetMinThreads and
12859         ThreadPool.SetMinThreads.
12860
12861 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
12862
12863         * mono-config.c: also load the .config file in the directory
12864         where the assembly was found.
12865
12866 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
12867
12868         * assembly.c: load per-assembly config files.
12869         * icall.c: decrapified code to get the config dir and moved to
12870         mono-config.c.
12871         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
12872         per-assembly config files. When doing a dll map lookup give precedence
12873         to the per-assembly data.
12874
12875 2004-04-14  Martin Baulig  <martin@ximian.com>
12876
12877         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
12878         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
12879         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
12880
12881         * mono-debugger-debugger.c: While the debugger is locked, remember
12882         whether the symbol tables have changes and send one single
12883         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
12884
12885 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
12886
12887         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
12888
12889         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
12890         function.
12891
12892         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
12893         account when marshalling string arrays. Fixes #56965.
12894
12895 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
12896
12897         * icall.c: Add new icalls mapping for security.
12898         * security.c|h: Add internal calls for WindowsIdentity,
12899         WindowsImpersonationContext and WindowsPrincipal.
12900
12901 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
12902
12903         * class.c: Added comment to ensure the System.MonoDummy class
12904         is removed when no longer necessary
12905
12906 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
12907
12908         * appdomain.c: Pass arguments to the bootstraping exceptions to
12909         minimize JITed methods at boot
12910
12911         * metadata.c (mono_exception_from_name_two_strings): Allow for the
12912         second string to be null.
12913
12914         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
12915         Change the protocol to minimize the JIT methods at startup.  Now
12916         it Returns the internal codepage, if the value of "int_code_page"
12917         is 1 at entry, and we can not compute a suitable code page
12918         number, returns the code page as a string.
12919
12920 2004-04-13  Jackson Harper  <jackson@ximian.com>
12921
12922         * culture-info-tables.h: Fix number of decimal digits for all
12923         english locales.
12924
12925 2004-04-13  Jackson Harper  <jackson@ximian.com>
12926
12927         * icall.c: Clairfy out of sync error message. It is not always
12928         your corlib that is out of sync.
12929
12930 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
12931
12932         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
12933         properties when only the set accessor is overriden. Fixes #55874.
12934
12935 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
12936
12937         * assembly.c (mono_assembly_load_references): Make this thread safe.
12938         Fixes #56327.
12939
12940 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
12941
12942         * monosn.c: Add missing initialization calls.
12943
12944 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
12945
12946         * locales.c:
12947         ves_icall_System_Globalization_CultureInfo_construct_number_format
12948         Fix g_assert so it compiles on fussier compilers re int/ptr
12949         mismatch
12950
12951 2004-04-08  Dick Porter  <dick@ximian.com>
12952
12953         * socket-io.h:
12954         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
12955         53992.  Also rearrange the code so that the internal calls return
12956         an error value and exceptions are thrown from managed code.
12957
12958         * icall.c: Add type info to the socket icalls.
12959
12960 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12961
12962         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
12963         owes me a beer.
12964
12965 2004-04-07  Martin Baulig  <martin@ximian.com>
12966
12967         * class.c (mono_class_from_generic_parameter): Don't default
12968         `klass->parent' to `mono_defaults.object_type'.
12969
12970 2004-04-07  Martin Baulig  <martin@ximian.com>
12971
12972         * reflection.c (mono_reflection_initialize_generic_parameter): Set
12973         `param->pklass->reflection_info'.       
12974
12975 2004-04-07  Jackson Harper  <jackson@ximian.com>
12976
12977         * culture-info-tables.h: Fix date separator symbol.
12978         
12979 2004-04-07  Martin Baulig  <martin@ximian.com>
12980
12981         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
12982         from System.Type to System.MonoType.
12983
12984 2004-04-07  Martin Baulig  <martin@ximian.com>
12985
12986         * reflection.h
12987         (MonoReflectionGenericParam): Added `has_reference_type' and
12988         `has_value_type' fields.
12989
12990         * reflection.c (mono_image_get_generic_param_info): Encode the
12991         correct flags if we have the `class' or `struct' constraint.
12992
12993 2004-04-07  Martin Baulig  <martin@ximian.com>
12994
12995         * reflection.h
12996         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
12997
12998 2004-04-07  Jackson Harper  <jackson@ximian.com>
12999
13000         * appdomain.c: Revert extra patches, just wanted to bump the
13001         version number.
13002         
13003 2004-04-07  Jackson Harper  <jackson@ximian.com>
13004
13005         * Makefile.am: Add culture-info private headers.
13006         * icall.c: Add new icalls for contructing locales.
13007         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
13008         * locales.h: Declare new culture info construction methods.
13009         * object.h: Add new fields used to avoid the CultureMap to
13010         MonoCultureInfo.
13011         * culture-info.h: Definition of structs used in the culture info
13012         tables.
13013         * culture-info-tables.h: Autogenerated tables that contain culture
13014         info data. This file was generated with the locale-builder tool.
13015         * appdomain.c: Incement corlib version number.
13016         
13017 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
13018
13019         * appdomain.c: (mono_runtime_init) move mono_thread_init
13020         to before mono_object_new calls so critical sections
13021         are initialized before use.
13022
13023 2004-04-07  Martin Baulig  <martin@ximian.com>
13024
13025         * icall.c
13026         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
13027         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
13028         (ves_icall_MonoGenericParam_initialize): Removed.
13029         (monogenericparam_icalls): Removed.
13030         (generictypeparambuilder_icalls): Added new table for
13031         System.Reflection.Emit.GenericTypeParameterBuilder.
13032
13033         * reflection.c
13034         (mono_reflection_define_generic_parameter): Removed.
13035         (mono_reflection_initialize_generic_parameter): This is now called
13036         from GenericTypeParameterBuilder's .ctor.
13037
13038 2004-04-06  Martin Baulig  <martin@ximian.com>
13039
13040         * class.c (mono_class_init): Don't inflate nested classes in a
13041         generic instance.
13042         (mono_type_get_name_recurse): Include the generic arguments for
13043         generic instances and generic type declarations.
13044         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
13045         (_mono_class_get_instantiation_name): Removed.
13046         (mono_class_create_generic): Always use `gklass->name' as our name.
13047
13048         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
13049
13050         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
13051         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
13052         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
13053         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
13054         closed generic methods here.
13055
13056         * reflection.c
13057         (mono_reflection_generic_inst_get_nested_types): Removed.
13058         (inflate_mono_method): Copy the generic parameters from the
13059         MonoMethodHeader into out MonoGenericMethod.
13060
13061 2004-04-06  Martin Baulig  <martin@ximian.com>
13062
13063         * row-indexes.h
13064         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
13065
13066         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
13067
13068         * reflection.c (build_compressed_metadata): If we have any entries
13069         in the GenericParam, MethodSpec or GenericParamConstraint tables,
13070         set the header version to 1.1.
13071
13072 2004-04-06  Martin Baulig  <martin@ximian.com>
13073
13074         * class.c (mono_class_init): If we're a generic instance,
13075         initialize our nested classes, too.
13076         (_mono_class_get_instantiation_name): Deal with the new `!%d'
13077         suffix. 
13078
13079 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13080
13081         * process.c: quote the argument passed to the shell on windows.
13082
13083 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
13084
13085         * threads.c (mono_alloc_special_static_data): Allow this to be
13086         called during startup.
13087
13088 2004-04-02  Martin Baulig  <martin@ximian.com>
13089
13090         * icall.c
13091         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
13092
13093 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
13094
13095         * icall.c: Fix build.
13096
13097 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
13098
13099         * Makefile.am: Added security.c|h.
13100         * icall.c: Added icall for get_UserName;
13101         * security.c: New file for security related icalls. Added function
13102         get_UserName for System.Environment (fix #56144).
13103         * security.h: New. Header file for security.c
13104
13105 2004-04-02  Dick Porter  <dick@ximian.com>
13106
13107         * icall.c: Deleted the icalls that were obsoleted some time ago
13108         by the ICU string code, and which were mixed into the icall
13109         rearranging.  Fixes bug 55969.
13110
13111         * string-icalls.h: 
13112         * string-icalls.c: Deleted the code that those icalls reference.
13113
13114 2004-04-01  Martin Baulig  <martin@ximian.com>
13115
13116         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
13117
13118         * class.c (mono_class_from_generic_parameter): Don't set 
13119         TYPE_ATTRIBUTE_INTERFACE.
13120         (my_mono_class_from_generic_parameter): Likewise.
13121
13122 2004-04-01  Martin Baulig  <martin@ximian.com>
13123
13124         * loader.c (find_method): Added an optional `MonoClass *ic'
13125         argument to search in a specific interface.
13126         (mono_get_method_constrained): New public function.
13127
13128 2004-04-01  Martin Baulig  <martin@ximian.com>
13129
13130         * reflection.c (mono_image_get_generic_field_token): Use the
13131         `handleref' cache here.
13132
13133 2004-04-01  Martin Baulig  <martin@ximian.com>
13134
13135         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
13136
13137         * reflection.c (create_generic_typespec): Use the `typespec' hash
13138         here, not the `typeref' one.    
13139
13140 2004-04-01  Martin Baulig  <martin@ximian.com>
13141
13142         * class.c (mono_class_inflate_generic_type): Moved the
13143         functionality into a new static inflate_generic_type() which
13144         returns NULL if it didn't do anything.  Only increment the
13145         `mono_stats.inflated_type_count' if we actually inflated
13146         something.
13147         (mono_class_get_full): Check the classes type to see whether we
13148         need to inflate it; also inflate MONO_TYPE_(M)VAR.
13149
13150 2004-04-01  Jackson Harper  <jackson@ximian.com>
13151
13152         * reflection.c: Set culture for assembly references.
13153         
13154 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
13155
13156         * reflection.[ch], icall.[ch], Fix support for pinning variables.
13157
13158 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13159
13160         * assembly.c:
13161         (do_mono_assembly_open): the critical section also covers
13162         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
13163
13164 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13165
13166         * threads.c:
13167         (mono_manage_threads): abort the background threads when finishing.
13168         Fixes bug #47232.
13169
13170 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13171
13172         * gc.c: only close the done_event handle if there was no timeout.
13173         C-ified comments.
13174
13175 2004-03-30  Martin Baulig  <martin@ximian.com>
13176
13177         * icall.c (icall_entries): It's called "System.Activator", not
13178         "System.Activation".    
13179
13180 2004-03-30  Martin Baulig  <martin@ximian.com>
13181
13182         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
13183         (mono_class_create_from_typespec): Likewise.
13184
13185 2004-03-30  Martin Baulig  <martin@ximian.com>
13186
13187         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
13188         `has_ctor_constraint' and `initialized'.
13189
13190 2004-03-30  Martin Baulig  <martin@ximian.com>
13191
13192         * reflection.c (encode_new_constraint): New static function to add
13193         the constructor constraint attribute to a type parameter.
13194         (encode_constraints): Call encode_new_constraint() if necessary.
13195
13196         * reflection.h
13197         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
13198
13199         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
13200         
13201 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
13202
13203         * reflection.c, icall.c: add support for pinning variables. 
13204
13205 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
13206
13207         * marshal.c (mono_marshal_get_managed_wrapper):
13208         init bool local with zero rather than null.
13209
13210 2004-03-29  Martin Baulig  <martin@ximian.com>
13211
13212         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
13213         the "official" behavior here.
13214         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
13215
13216 2004-03-29  Martin Baulig  <martin@ximian.com>
13217
13218         * icall.c: Reflect latest API changes.
13219
13220 2004-03-29  Martin Baulig  <martin@ximian.com>
13221
13222         * loader.c (mono_get_method_from_token): Also call
13223         mono_metadata_load_generic_params () for abstract and interface
13224         methods; replace the type arguments in the method signature with
13225         the ones which are loaded from the metadata.
13226
13227 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
13228
13229         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
13230         of the lock is not the current thread. MS.NET don't do it, in spite of
13231         what the documentation says. See bug #56157.
13232
13233 2004-03-28  Martin Baulig  <martin@ximian.com>
13234
13235         * class.c (mono_class_init): Don't call init_properties() and
13236         init_events() for generic instances; set `prop->parent' when
13237         inflating properties.
13238
13239         * reflection.c (mono_generic_inst_get_object): Call
13240         `mono_class_init (ginst->klass)'.
13241         (mono_type_get_object): Only create a MonoGenericInst if your
13242         generic type is a TypeBuilder.
13243         (do_mono_reflection_bind_generic_parameters): Only set
13244         `ginst->is_dynamic' if our generic type is a TypeBuilder.
13245
13246 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
13247
13248         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
13249         Fixes #56091.
13250
13251 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13252
13253         * icall.c: added Kill_internal icall.
13254         * process.[ch]: added Kill_internal icall.
13255
13256 2004-03-25  Martin Baulig  <martin@ximian.com>
13257
13258         * class.h (MonoStats): Added `generic_instance_count',
13259         `inflated_method_count', `inflated_type_count' and
13260         `generics_metadata_size'.       
13261
13262 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13263
13264         * reflection.c: no warnings now.
13265
13266 2004-03-25  Martin Baulig  <martin@ximian.com>
13267
13268         * class.c (mono_class_get_full): New public function; does a
13269         mono_class_get(), but also takes a `MonoGenericContext *'.
13270
13271         * loader.c (mono_field_from_memberref): Renamed to
13272         `field_from_memberref', made static and added `MonoGenericContext *'
13273         argument.
13274         (mono_field_from_token): Added `MonoGenericInst *' argument.
13275         (method_from_memberef): Likewise.
13276         (mono_get_method_from_token): Likewise.
13277         (mono_get_method_full): New public function; does a
13278         mono_get_method(), but also takes a `MonoGenericContext *'.
13279
13280         * verify.c (mono_method_verify): Get the method's generic context
13281         and pass it to mono_field_from_token(), mono_get_method_full() and
13282         mono_class_get_full().
13283
13284 2004-03-25  Martin Baulig  <martin@ximian.com>
13285
13286         * class.c (mono_class_inflate_generic_type): Take a
13287         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
13288         `MonoGenericMethod *'.
13289
13290 2004-03-25  Martin Baulig  <martin@ximian.com>
13291
13292         * loader.h (MonoMethodInflated): Store the MonoGenericContext
13293         instead of the MonoGenericMethod here.
13294
13295 2004-03-25  Martin Baulig  <martin@ximian.com>
13296
13297         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
13298         each time we create a new MonoGenericInst, we also create a new
13299         context which points back to us.
13300
13301         * class.c (inflate_method): Use `ginst->context' instead of
13302         creating a new context.
13303
13304         * loader.c (method_from_memberref): Use
13305         `klass->generic_inst->context' instead of creating a new context.
13306
13307 2004-03-25  Martin Baulig  <martin@ximian.com>
13308
13309         * class.h (MonoGenericContext): New struct.
13310         (MonoGenericMethod): Removed `generic_inst'.
13311
13312         * class.c (mono_class_inflate_generic_method): Take a
13313         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
13314
13315 2004-03-25  Martin Baulig  <martin@ximian.com>
13316
13317         * loader.h (MonoMethodInflated): New typedef.
13318
13319         * metadata.h (MonoMethodSignature): Removed `gen_method', make
13320         `generic_param_count' consume just 30 bits, added `is_inflated'
13321         and `has_type_parameters' flags (one bit each).
13322
13323         * class.c (mono_class_inflate_generic_method): Create a
13324         MonoMethodInflated instead of a MonoMethodNormal and set
13325         `is_inflated' in the method signature.
13326
13327         * class.h (MonoGenericMethod): Removed `generic_method'.
13328
13329 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
13330
13331         * image.c: Make sure the name of a MonoImage is always an absolute path.
13332           This fixes bug #54415.
13333
13334 2004-03-24  Martin Baulig  <martin@ximian.com>
13335
13336         * class.c (mono_class_setup_vtable): If we're a generic instance,
13337         use our generic type's vtable size.
13338
13339 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
13340
13341         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
13342         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
13343         problems.
13344
13345 2004-03-23  Martin Baulig  <martin@ximian.com>
13346
13347         * class.h (MonoDynamicGenericInst): Added `int count_events' and
13348         `MonoEvent *events'.
13349
13350         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
13351         (typebuilder_icalls): Added "get_event_info"; calls
13352         mono_reflection_event_builder_get_event_info(). 
13353
13354         * reflection.c (mono_reflection_generic_inst_initialize): Added
13355         `MonoArray *events'.
13356         (mono_reflection_event_builder_get_event_info): New function.
13357
13358 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
13359
13360         * object.h: add mono_type_initialization_init
13361
13362         * object.c (mono_runtime_class_init): 
13363         implement class constructor synchronization rules
13364         to cope with threading issues.  
13365         add mono_type_initialization_init
13366
13367         * appdomain.c (mono_runtime_init): call 
13368         mono_type_initialization_init
13369
13370         * class.h: removing initializing field from MonoVTable
13371
13372 2004-03-23  Martin Baulig  <martin@ximian.com>
13373
13374         * class.c (my_mono_class_from_generic_parameter): Use
13375         `param->name' if it's not NULL. 
13376
13377 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
13378
13379         * class.c: do not insert non-virtual methods in the vtable.
13380         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
13381         that means the method is non-virtual. This never would have
13382         happened before.
13383
13384 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
13385
13386         * profiler.c: Added lock for accessing coverage_hash.
13387
13388 2004-03-22  Martin Baulig  <martin@ximian.com>
13389
13390         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
13391         `method->method->signature->generic_param_count != 0' to make it
13392         work for interface methods.
13393
13394 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13395
13396         * process.c: quote the string passed to the shell using g_shell_quote.
13397
13398 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13399
13400         * threads.c:
13401         (mono_threads_manage): don't remove the finalizer thread and self
13402         from the threads hash table so that mono_thread_manage can be called
13403         more than once.
13404
13405 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13406
13407         * process.c: quote the arguments when UseShellExecute is true. Fixes
13408         bug #55790.
13409
13410 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13411
13412         * threads.c: set mono_thread_detach as a cleanup routine for every
13413         thread. This way it's always executed upon thread termination, either
13414         aborted or finished normally. No more xsp hangs!
13415
13416 2004-03-17  Martin Baulig  <martin@ximian.com>
13417
13418         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
13419         `int count_nested' and a `MonoType **nested'.
13420
13421         * reflection.c (mono_reflection_bind_generic_parameters): Moved
13422         most of the functionality into a new static
13423         do_mono_reflection_bind_generic_parameters() and don't take a
13424         `MonoType *nested_in' argument any more.  Don't compute nested
13425         types here.
13426         (mono_reflection_generic_inst_get_nested_types): New public method
13427         to get nested types.
13428
13429         * class.c (mono_class_create_generic): Set `klass->nested_in' if
13430         we're a nested class.
13431
13432         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
13433         mono_reflection_generic_inst_get_nested_types() to compute the
13434         nested types.
13435
13436 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
13437
13438         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
13439         descriptive error message under windows.
13440         
13441 2004-03-17  Martin Baulig  <martin@ximian.com>
13442
13443         * class.c (dup_type): Added `const MonoType *original' argument;
13444         copy the attrs from the original type.
13445
13446 2004-03-17  Martin Baulig  <martin@ximian.com>
13447
13448         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
13449         `m->generic_inst_cache' here.
13450
13451 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
13452
13453         * exception.h exception.c: Add stack_overflow_exception.
13454
13455 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13456
13457         * threadpool.c:
13458         (overlapped_callback): call SetEvent *after* invoking the callback.
13459         No need to call CloseHandle.
13460
13461 2004-03-16  Martin Baulig  <martin@ximian.com>
13462
13463         * reflection.c (mono_image_get_fieldref_token): Take a
13464         `MonoReflectionField *' instead of a `MonoClassField *' and a
13465         `MonoClass *'; store the `MonoReflectionField *' in the hash.
13466
13467 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13468
13469         * appdomain.c: don't add the culture to the filename we're looking for
13470         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
13471
13472 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13473
13474         * locales.c: don't ignore symbols when doing case insensitive compares.
13475         Thanks Dick! Fixes bug #54046.
13476
13477         * threads.c: surround 'threads' usage with enter/leave in
13478         mono_thread_manage.
13479
13480 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
13481
13482         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
13483         implicitly marshalled as [Out]. Fixes #55450.
13484
13485         (mono_marshal_get_runtime_invoke): Zero out the result if there is
13486         an exception.
13487
13488 2004-03-16  Martin Baulig  <martin@ximian.com>
13489
13490         * class.c (mono_class_from_generic_parameter): Use the actual
13491         parameter name. 
13492
13493 2004-03-16  Martin Baulig  <martin@ximian.com>
13494
13495         * reflection.c (type_get_signature_size): New static function.
13496         Compues the size of the type in a method signature.
13497         (method_get_signature_size): New static function; calls
13498         type_get_signature_size() to compute the actual size of the
13499         method's signature.
13500         (method_encode_signature): Use method_get_signature_size() to get
13501         the signature's size rather than using `nparams * 10'.
13502
13503 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13504
13505         * file-io.h: define here WapiOverlapped on windows. I don't want the
13506         regular OVERLAPPED one.
13507
13508         * file-io.c:
13509         * threadpool.c: somehow, BindIoCompletionCallback is not found.
13510         Disabling AIO on windows.
13511
13512 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13513
13514         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
13515         bug #55385.
13516
13517 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13518
13519         * appdomain.c: upgraded corlib version.
13520
13521         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
13522         and BeginWrite. Allow opening files for asynchrnous operations.
13523
13524         * file-io.h: new struct that maps FileStreamAsyncResult.
13525         * icall.c: added new icalls.
13526         * process.[ch]: support setting child process environment variables
13527         and use the SHELL or COMSPEC when UseShellExecute is true.
13528
13529         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
13530         callback for async. IO is here and also BindHandle.
13531
13532         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
13533         from here.
13534
13535 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
13536
13537         * reflection.c (create_custom_attr): Allow len == 0.
13538
13539         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
13540         computation on big-endian machines.
13541
13542 2004-03-13  Martin Baulig  <martin@ximian.com>
13543
13544         * class.h (MonoGenericInst): Added `int count_ifaces'.
13545
13546         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
13547         `ginst->count_ifaces' instead `klass->interface_count' since we
13548         may get called before the vtable is created.
13549
13550         * loader.c (mono_method_get_param_names): If we're a generic
13551         instance, return and don't initialize the class.
13552
13553         * reflection.c (mono_reflection_setup_generic_class): Don't call
13554         ensure_runtime_vtable().
13555         (mono_reflection_bind_generic_parameters): Set
13556         `ginst->count_ifaces'.
13557
13558 2004-03-11  Jackson Harper <jackson@ximian.com>
13559
13560         * icall.c:
13561         * unicode.c:
13562         * unicode.h: Remove unused System.Char icalls.
13563         
13564 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
13565
13566         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
13567         code when we P/Invoke the first library in Windows.Forms, instead
13568         of when we first open the assembly.
13569
13570         * assembly.c: Drop the lookup from here.
13571
13572 2004-03-10  Martin Baulig  <martin@ximian.com>
13573
13574         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
13575         class for properties, fields and events.  Finally fixes #54945.
13576
13577 2004-03-10  Martin Baulig  <martin@ximian.com>
13578
13579         * metadata.c (mono_metadata_class_equal): New static function;
13580         checks whether two generic instances or two generic parameters are
13581         equal.
13582         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
13583         compare classes.        
13584
13585 2004-03-10  Martin Baulig  <martin@ximian.com>
13586
13587         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
13588
13589         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
13590         argument and write it into the `reflection_info' field.
13591
13592         * icall.c
13593         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
13594         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
13595
13596 2004-03-09  Jackson Harper  <jackson@ximian.com>
13597
13598         * char-conversions.h: use 8 bits for numeric data its all we need
13599         * icall.c: numeric data is only 8 bits now.
13600
13601 2004-03-09  Martin Baulig  <martin@ximian.com>
13602
13603         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
13604
13605         * class.c (init_properties, init_events): Initialize the new
13606         `parent' field.
13607
13608         * reflection.c (typebuilder_setup_properties): Likewise.
13609         (typebuilder_setup_events): Likewise.
13610
13611         * reflection.h (MonoEventInfo): Replaced `parent with
13612         `declaring_type' and `reflected_type'.
13613
13614         * icall.c (ves_icall_get_property_info): Distinguish between
13615         declaring and reflected type.
13616         (ves_icall_get_event_info): Likewise.
13617
13618 2004-03-09  Martin Baulig  <martin@ximian.com>
13619
13620         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
13621         (ves_icall_Type_GetField): Correctly set field->klass.
13622
13623 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
13624
13625         * loader.h: Fix warning.
13626
13627 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
13628
13629         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
13630         library routine if present.  Notice that it will still continue
13631         executing even if its missing, for those working on the Gtk#
13632         edition of Windows.Forms.
13633
13634         * assembly.c (do_mono_assembly_open): If loading the
13635         System.Windows.Forms call mono_loader_wini_init.
13636
13637 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
13638
13639         * class.h: Added MonoRemoteClass struct.
13640         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
13641         function for MonoStrings.
13642         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
13643         Added internal call for getting the proxy type.
13644         * marshal.c: Get the type of transparent proxies from its remote_class.
13645         Added methods that generate the IL for type checks and casts:
13646         mono_marshal_get_isinst, mono_marshal_get_castclass, 
13647         mono_marshal_get_proxy_cancast.
13648         * marshal.h: Declaration of the previous new methods.
13649         * object.c: Added new moethods for creating and updating MonoRemoteClass
13650         instances: mono_remote_class, mono_upgrade_remote_class, 
13651         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
13652         * verify.c: FIx transparent_proxy_fields layout.
13653         * appdomain.c: Bump corlib version.
13654
13655 2004-03-04  Jackson Harper  <jackson@ximian.com>
13656
13657         * icall.c: Add icall to access char conversion tables.
13658         * char-conversions.h: Character conversion tables.
13659         * Makefile.am: Add char-conversions.h private header file.
13660         
13661 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
13662
13663         * appdomain.c (unload_thread_main): Increase unloading timeout to
13664         10 sec as a temporary workaround for Nant problems.
13665
13666 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
13667
13668         * gc.c: Add checks for GC_enable and GC_disable.
13669
13670         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
13671         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
13672         (bug #54988).
13673         
13674 2004-02-27  Martin Baulig  <martin@ximian.com>
13675
13676         * reflection.c (mono_reflection_bind_generic_parameters): Take a
13677         `MonoReflectionType *' instead of a `MonoType *'.
13678
13679 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
13680
13681         * gc.c (run_finalize): Avoid finalizing the object representing the
13682         finalizer thread.
13683         (finalizer_thread): Fix warning.
13684
13685 2004-02-25  Martin Baulig  <martin@ximian.com>
13686
13687         * class.c (_mono_class_get_instantiation_name): Added `int offset'
13688         argument for nested types.
13689         (mono_class_create_generic): Added support for nested generictypes.
13690
13691         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
13692         `GList *nested'.
13693
13694         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
13695
13696         * reflection.c (method_encode_signature): Increase the minimum
13697         value of `size' from 10 to 11.
13698         (mono_reflection_bind_generic_parameters): Take `int type_argc'
13699         and `MonoType **types' arguments instead of the `MonoArray
13700         *types'; added `MonoType *nested_in'.  Recursively instantiate
13701         nested classes. 
13702
13703 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
13704
13705         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
13706         stack_overflow_ex members which are used by exception handling.
13707
13708         * appdomain.c (mono_runtime_init): Initialize the new members.
13709
13710         * gc.c (mono_gc_enable): New helper function.
13711         * gc.c (mono_gc_disable): New helper function.
13712
13713 2004-02-23  Martin Baulig  <martin@ximian.com>
13714
13715         * icall.c: I must have been really stupid - make it actually work
13716         this time ;-)
13717
13718 2004-02-23  Martin Baulig  <martin@ximian.com>
13719
13720         * loader.c (method_from_memberref): Only inflate the method if
13721         it's in another klass.
13722
13723 2004-02-23  Martin Baulig  <martin@ximian.com>
13724
13725         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
13726         (mono_class_init): If we're a generic instance and an interface,
13727         compute `class->interface_id'; also create `class->interfaces'
13728         here and inflate them.
13729
13730         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
13731         `ginst->is_open'.
13732         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
13733
13734         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
13735
13736 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
13737
13738         * reflection.c (method_encode_code): Improved the error message
13739         generated by the exception.
13740
13741 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13742
13743         * icall.c: Martin did not do what he said in the ChangeLog for
13744         2004-02-18, but put back the changes for properties and events.
13745         Commenting those changes out again and adding comment to bug #54518.
13746         
13747         * process.c: removed warning.
13748
13749 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
13750
13751         * marshal.c (emit_struct_conv): Print an error message instead of
13752         asserting when a type does not have the StructLayout attribute.
13753
13754 2004-02-20  Martin Baulig  <martin@ximian.com>
13755
13756         * reflection.c (mono_type_get_object): Also use the cache for
13757         generic instances.
13758         (mono_reflection_bind_generic_parameters): Always compute
13759         `ginst->ifaces'.        
13760
13761 2004-02-20  Martin Baulig  <martin@ximian.com>
13762
13763         * class.h (MonoGenericMethod): Removed `klass'.
13764
13765         * class.c (mono_class_inflate_generic_method): Added `MonoClass
13766         *klass' argument.
13767
13768 2004-02-20  Martin Baulig  <martin@ximian.com>
13769
13770         * reflection.c (method_encode_methodspec): Actually use the
13771         uninflated signature for the memberref.
13772
13773 2004-02-20  Martin Baulig  <martin@ximian.com>
13774
13775         * class.h (MonoGenericMethod): Removed `declaring'.
13776
13777         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
13778         is NULL, compute it here.
13779
13780 2004-02-20  Martin Baulig  <martin@ximian.com>
13781
13782         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
13783
13784         * metadata.c (mono_metadata_generic_inst_hash): New method.
13785         (mono_metadata_generic_inst_equal): New method.
13786
13787         * reflection.c (mono_reflection_bind_generic_parameters): Use the
13788         `klass->image->generic_inst_cache' cache to avoid creating
13789         duplicate MonoGenericInst's.
13790
13791         * class.c (mono_class_inflate_generic_type): Use the cache.
13792
13793 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
13794
13795         * object.c: fixed gc descriptor calculation for embedded valuetypes.
13796
13797 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13798
13799         * icall.c: added Socket.WSAIoctl icall.
13800
13801         * socket-io.[ch]: implemented
13802         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
13803
13804 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
13805
13806         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
13807
13808 2004-02-18  Urs C Muff  <umuff@quark.com>
13809
13810         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
13811         this work on PPC and other big-endian architectures.
13812
13813         * debug-mono-symfile.h: Prepended the names of all the `guint32'
13814         fields with an underscore to make sure they're only accessed by
13815         the read32() macro.
13816
13817 2004-02-18  Martin Baulig  <martin@ximian.com>
13818
13819         * icall.c: Put the klass->refclass changes back for methods and
13820         fields, but not for properties and events.  We're currently not
13821         distinguishing between DeclaringType and ReflectedType for
13822         properties and events, that's what caused the regressions.
13823
13824 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13825
13826         * object.c:
13827         (mono_async_result_new): the handle can be NULL.
13828
13829         * threadpool.c: Use an event instead of a semaphore, don't initialize
13830         it until needed. This saves quite a few semaphores from being created
13831         when using the threadpool.
13832
13833 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
13834
13835         * object.c (mono_string_is_interned_lookup): Fix interning of long
13836         strings. Fixes #54473.
13837
13838         * domain.c (ldstr_equal): Optimize if the two strings are equal.
13839
13840         * icall.c: Revert the klass->refclass changes since they introduce
13841         regressions (bug #54518).
13842
13843 2004-02-18  Martin Baulig  <martin@ximian.com>
13844
13845         * class.c (mono_class_init): If we're a generic instance and don't
13846         come from a TypeBuilder, inflate our members here.
13847         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
13848         (mono_class_create_generic): New public method.
13849         (mono_class_initialize_generic): Removed.
13850         (get_instantiation_name): Renamed to
13851         _mono_class_get_instantiation_name() and made it public.
13852
13853 2004-02-18  Martin Baulig  <martin@ximian.com>
13854
13855         * class.c (mono_class_inflate_generic_type): Clear the new
13856         instance's `nginst->klass' when inflating a generic instance.
13857         (mono_class_is_subclass_of): Added (basic) support for generic
13858         instances.
13859
13860 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
13861
13862         * appdomain.h, domain.c: use a MonoCodeManager instead of a
13863         MonoMempool to hold compiled native code.
13864
13865 2004-02-17  Martin Baulig  <martin@ximian.com>
13866
13867         * class.h (MonoDynamicGenericInst): Added `count_properties' and
13868         `properties'.
13869
13870         * reflection.c (mono_reflection_generic_inst_initialize): Added
13871         `MonoArray *properties' argument.
13872
13873         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
13874
13875 2004-02-17  Martin Baulig  <martin@ximian.com>
13876
13877         * icall.c (ves_icall_Type_GetFields): Renamed to
13878         ves_icall_Type_GetFields_internal() and added a
13879         `MonoReflectionType *rtype' argument; pass it to
13880         mono_field_get_object() to set the field's "reflected" type.
13881         (ves_icall_Type_GetConstructors): Likewise.
13882         (ves_icall_Type_GetEvents): Likewise.
13883         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
13884         argument; pass it to mono_method_get_object() to set the method's
13885         "reflected" type.       
13886
13887 2004-02-17  Martin Baulig  <martin@ximian.com>
13888
13889         * class.h (MonoDynamicGenericInst): New type.
13890         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
13891
13892         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
13893         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
13894         (ves_icall_MonoGenericInst_GetFields): New interncall.
13895
13896         * class.c (mono_class_from_generic): Don't call
13897         mono_class_initialize_generic() if this is a dynamic instance;
13898         ie. it's being created from a TypeBuilder.
13899         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
13900         `class->byval_arg.type'.
13901
13902         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
13903         to `inflate_method' and made static.
13904         (mono_reflection_inflate_field): Removed.
13905         (mono_reflection_generic_inst_initialize): New public method.
13906
13907         * reflection.h (MonoReflectionGenericInst): Removed `methods',
13908         `ctors' and `fields'; added `initialized'.
13909
13910 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
13911
13912         * debug-helpers.c (mono_method_full_name): Fix output for empty
13913         namespaces.
13914
13915 2004-02-12  Martin Baulig  <martin@ximian.com>
13916
13917         * class.h (MonoClassField): Added `MonoType *generic_type'.
13918
13919         * reflection.c (mono_image_get_fieldref_token): Added support for
13920         instantiated generic types.
13921         (field_encode_inflated_field): Removed.
13922         (mono_image_get_inflated_field_token): Removed.
13923         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
13924
13925         * reflection.h (MonoReflectionInflatedField): Removed.
13926
13927 2004-02-12  Martin Baulig  <martin@ximian.com>
13928
13929         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
13930         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
13931
13932         * reflection.c (mono_image_get_methodspec_token): Take a
13933         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
13934         (mono_image_create_token): Check whether we have a
13935         `method->signature->gen_method' and call
13936         mono_image_get_methodspec_token() if appropriate.
13937         (inflated_method_get_object): Removed.
13938         (mono_reflection_bind_generic_method_parameters): Return a
13939         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
13940         (mono_reflection_inflate_method_or_ctor): Likewise.
13941
13942         * reflection.h (MonoReflectionInflatedMethod): Removed.
13943
13944 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
13945
13946         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
13947         for custom valuetype marshalling.
13948
13949         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
13950
13951 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13952
13953         * icall.c: fixed WSAGetLastError_internal name.
13954
13955 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
13956
13957         * threads.c (mono_thread_attach): Allow this to be called multiple
13958         times for a thread.
13959         
13960         * threads.c (build_wait_tids): Do not wait for ourselves.
13961
13962         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
13963         appdomain list is empty.
13964
13965         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
13966         memory returned by mono_string_builder_to_utf16, since it points into
13967         managed memory. Thanks to Bernie Solomon for noticing this.
13968
13969         * icall.c: Add AppDomainSetup icalls.
13970
13971         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
13972
13973         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
13974         types.
13975
13976         * reflection.c (reflection_methodbuilder_to_mono_method): Save
13977         custom attributes to the method_aux struct. Also fix array indexes etc.
13978
13979         * loader.c (mono_method_get_param_names): Make dynamic case work again.
13980         
13981 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
13982
13983         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
13984         (both static and runtime) and reduce startup time.
13985
13986 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
13987
13988         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
13989         AsAny marshalling conversion instead of crashing.
13990
13991         * marshal.c: Fix warnings.
13992
13993 2004-02-09  Martin Baulig  <martin@ximian.com>
13994
13995         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
13996
13997         * reflection.h (MonoReflectionInflatedMethod): Removed the
13998         `declaring' field, it's now in the unmanaged MonoGenericMethod.
13999
14000         * reflection.c (method_encode_methodspec): Removed the `method'
14001         argument; we get it from `gmethod->declaring'.
14002         (inflated_method_get_object): Removed the `declaring' argument.
14003
14004 2004-02-09  Martin Baulig  <martin@ximian.com>
14005
14006         * class.h (MonoGenericMethod): New type.
14007         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
14008         `generic_method'.
14009
14010         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
14011         a `MonoGenericMethod *gen_method' one.
14012
14013         * class.c (mono_class_inflate_generic_type): Take an additional
14014         `MonoGenericMethod * argument.  This is only non-NULL if we're
14015         inflating types for a generic method.   
14016         (mono_class_inflate_generic_signature): Renamed to
14017         inflate_generic_signature() and made static; take a
14018         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
14019         (inflate_generic_header): Take a `MonoGenericMethod *' argument
14020         instead of a `MonoGenericInst *' one.
14021         (mono_class_inflate_generic_method): Likewise.
14022
14023         * reflection.c (encode_generic_method_sig): Take a
14024         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
14025         (method_encode_methodspec): Likewise.
14026         (inflated_method_get_object): Likewise. 
14027
14028         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
14029         field with a `MonoGenericMethod *gmethod' one.  
14030
14031 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
14032
14033         * class.h (mono_class_has_parent): add parens to expansion
14034         so you can ! this.
14035
14036 2004-02-08  Martin Baulig  <martin@ximian.com>
14037
14038         * image.h (MonoImage): Removed `generics_cache'.
14039
14040         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
14041         instead of a `MonoType *' argument; removed the `inflate_methods'
14042         argument.  Don't inflate methods here.
14043
14044         * loader.c (find_method): If it's a generic instance, call
14045         mono_class_init() on the `sclass->generic_inst->generic_type'.
14046
14047         * metadata.c (mono_type_size): Make this work on uninitialized
14048         generic instances; call it on the `ginst->generic_type's class.
14049
14050         * reflection.c (mono_reflection_bind_generic_parameters): Call
14051         mono_class_from_generic() to create the `ginst->klass'.
14052
14053 2004-02-08  Martin Baulig  <martin@ximian.com>
14054
14055         * class.h (MonoClass): Changed type of `generic_inst' from
14056         `MonoType *' to `MonoGenericInst *'.
14057
14058 2004-02-08  Martin Baulig  <martin@ximian.com>
14059
14060         * icall.c (ves_icall_Type_BindGenericParameters): Just call
14061         mono_type_get_object(), this is now creating a `MonoGenericInst'
14062         for MONO_TYPE_GENERICINST.
14063         (ves_icall_MonoGenericInst_GetParentType): Likewise.
14064         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
14065
14066         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
14067         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
14068         (inflated_method_get_object): Added `MonoClass *refclass' argument.
14069         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
14070         and reflected type.
14071
14072         * reflection.h (MonoReflectionInflatedMethod): Removed
14073         `declaring_type' and `reflected_type'.
14074
14075 2004-02-08  Martin Baulig  <martin@ximian.com>
14076
14077         * class.h (MonoGenericInst): Added `MonoType *parent' and
14078         `MonoType **ifaces'.
14079
14080         * reflection.h (MonoReflectionGenericInst): Removed `klass',
14081         `parent' and `interfaces'.
14082
14083         * reflection.c (mono_reflection_bind_generic_parameters): Take a
14084         `MonoType *' argument and return a `MonoType *'.
14085
14086         * icall.c
14087         (ves_icall_MonoGenericInst_GetParentType): New interncall.
14088         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
14089
14090 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
14091
14092         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
14093         valuetype marshalling.
14094
14095 2004-02-06  Martin Baulig  <martin@ximian.com>
14096
14097         * class.c
14098         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
14099         (my_mono_class_from_generic_parameter): Likewise.
14100
14101 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
14102
14103         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
14104         contents of the symbol files lazily.
14105
14106         * object.h (MonoThread): Add 'name' and 'name_len' fields.
14107
14108         * threads.h threads.c icall.c: New icalls for getting and setting the
14109         threads name.
14110
14111 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
14112
14113         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
14114         Raise an exception when the domain is not found.
14115
14116 2004-02-03  Martin Baulig  <martin@ximian.com>
14117
14118         * reflection.c (mono_image_get_methodspec_token): Use the
14119         uninflated signature; fixes gen-33.
14120
14121 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
14122
14123         * gc.c threads.c: Make the finalizer thread a normal managed thread so
14124         the finalizer code can use thread functionality.
14125
14126         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
14127         the finalizer thread.
14128
14129         * threads.c: Make some functions more robust.
14130
14131         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
14132
14133         * metadata.h: Add new marshalling conventions.
14134
14135         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
14136         stringbuilder marshalling. Fixes #53700.
14137
14138         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
14139
14140         * reflection.c (mono_image_get_type_info): Save declarative security
14141         info.
14142
14143         * reflection.c (mono_image_get_field_info): Handle uninitialized 
14144         unmanaged fields as well.
14145
14146         * appdomain.c: Bump corlib version.
14147
14148 2004-02-01  Martin Baulig  <martin@ximian.com>
14149
14150         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
14151         method type arguments.  
14152
14153 2004-01-30  Duncan Mak  <duncan@ximian.com>
14154
14155         * marshal.h: Add prototype for
14156         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
14157         and
14158         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
14159         fix the build.
14160
14161 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
14162
14163         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
14164         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
14165
14166 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
14167
14168         * marshal.c (mono_marshal_get_native_wrapper): Add support for
14169         custom marshalling of valuetypes.
14170
14171         * marshal.c: Fix some warnings.
14172
14173 2004-01-29  Martin Baulig  <martin@ximian.com>
14174
14175         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
14176         for generic method parameters.
14177
14178         * reflection.c (method_encode_methodspec): Write the uninflated
14179         signature into the methodspec table.
14180         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
14181         is always the uninflated method.
14182         (reflection_methodbuilder_to_mono_method): Copy the generic
14183         parameters from the MethodBuilder into `header->gen_params'.
14184
14185 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
14186
14187         * class.c (mono_class_from_generic_parameter): Fix warning.
14188
14189 2004-01-27  Martin Baulig  <martin@ximian.com>
14190
14191         * class.c (mono_class_from_generic_parameter): Don't create
14192         `klass->methods' here.  
14193
14194 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
14195
14196         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
14197         extension since it does not work with libraries named lib<FOO>.dll.so.
14198
14199 2004-01-25  Martin Baulig  <martin@ximian.com>
14200
14201         * class.c (mono_class_inflate_generic_type): Added support for
14202         MONO_TYPE_GENERICINST.
14203
14204         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
14205         inflate methods on open constructed types.      
14206
14207 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14208
14209         * object.c: fire ProcessExit event in the root AppDomain after running
14210         Main. Fixes bug #53299.
14211
14212 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
14213
14214         * socket-io.c: include the new socket-wrappers.h header.
14215         Use the wrappers instead of the unix socket functions to make the code
14216         more clear.
14217
14218 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
14219
14220         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
14221
14222         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
14223         Fixes #22532.
14224
14225 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
14226
14227         * reflection.c (mono_image_create_pefile): Handle the case when the
14228         entry point is not a MethodBuilder.
14229
14230         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
14231         field to ReflectionMethod since it is not allways a builder.
14232
14233         * reflection.c (type_get_fully_qualified_name): New helper function to
14234         return the fully qualified name of a type.
14235
14236         * reflection.c (encode_marshal_blob): Always emit the fully qualified
14237         type name for custom marshallers.
14238
14239         * reflection.c (mono_marshal_spec_from_builder): Ditto.
14240
14241         * class.c (mono_class_setup_vtable): If a parent class already 
14242         implements an interface, use the implementing methods from that class.
14243         Fixes #53148.
14244
14245 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14246
14247         * threadpool.c: just return instead of ExitThread to allow for thread
14248         clean up earlier.
14249
14250 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
14251
14252         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
14253         when closing resource modules.
14254
14255         * reflection.c (mono_image_create_pefile): Handle the case when the
14256         entry point is not a MethodBuilder.
14257
14258         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
14259         field to ReflectionMethod since it is not allways a builder.
14260
14261 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
14262
14263         * marshal.c (mono_marshal_get_managed_wrapper): 
14264         mono_marshal_alloc takes native int so CONV_I
14265         the arg for 64bits.
14266
14267 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
14268
14269         * reflection.c (fixup_cattrs): New function to fixup the methoddef
14270         tokens in the cattr table. Fixes #53108.
14271
14272 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14273
14274         * loader.c: don't trim ".dll" before looking up in the config file.
14275         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
14276
14277 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
14278
14279         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
14280         Return the module which contains the resource as well.
14281         (ves_icall_System_Reflection_Module_Close): New icall.
14282
14283         * appdomain.c: Bump corlib version number.
14284
14285         * image.c (mono_image_addref): New public function.
14286
14287         * assembly.c: Call mono_image_addref.
14288
14289         * reflection.c (mono_module_get_object): Increase reference count of 
14290         the image.
14291
14292         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
14293         Fixes #22532.
14294
14295         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
14296         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
14297         proper exceptions on DllImport problems.
14298
14299 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
14300
14301         * class.c, metadata.c: eliminate CSIZE macro.
14302
14303 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
14304
14305         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
14306         * object.h: Added async_callback field in MonoAsyncResult.
14307         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
14308         * verify.c: Added async_callback in MonoAsyncResult layout.
14309
14310 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
14311
14312         * reflection.c (mono_reflection_get_custom_attrs): Add support
14313         for Modules.
14314
14315 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
14316
14317         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
14318         marshalling.
14319         (mono_marshal_method_from_wrapper): Add null pointer check.
14320
14321 2004-01-16  Martin Baulig  <martin@ximian.com>
14322
14323         * debug-mono-symfile.h: Set version number to 36 and reflect
14324         latest symbol writer changes.
14325
14326 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
14327
14328         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
14329         multi-dimensional arrays.
14330         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
14331         (mono_class_from_mono_type): Use bounded_array_class_get.
14332         
14333         * class.c (mono_bounded_array_class_get): New function which takes
14334         a 'bounded' bool argument to distinguish vectors from one dimensional
14335         arrays.
14336
14337         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
14338         bounded_array_class_get if the array has bounds.
14339
14340         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
14341         Search modules loaded using AssemblyBuilder:AddModule as well.
14342
14343 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14344
14345         * appdomain.c: increased corlib version.
14346         * filewatcher.c: removed g_print.
14347         * icall.c:
14348         (get_property_info): only allocate what is actually requested.
14349         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
14350
14351 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14352
14353         * Makefile.am: added filewatcher.[ch]
14354         * filewatcher.[ch]: FileSystemWatcher runtime support.
14355         * icall.c: added new FSW icalls.
14356
14357 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
14358
14359         * string-icalls.c: fix stringbuilder regression as suggested by
14360         Iain McCoy <iain@mccoy.id.au>.
14361
14362 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
14363
14364         * process.c (process_read_stringtable_block): Recognize '007f' as
14365         a language neutral stringtable block.
14366
14367 2004-01-12  Patrik Torstensson
14368
14369         * object.h (MonoStringBuilder) : Changed layout to support our
14370         new stringbuilder class.
14371         * marshal.c: Change marshalling to support the new layout of 
14372         string builder.
14373         * appdomain.c: increased version number because new layout of
14374         string builder.
14375
14376 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
14377
14378         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
14379         assembly name as an string instead of an AssemblyName, since it is
14380         easier to extract info from it.
14381
14382         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
14383         the culture subdirectories too. Fixes #52231.
14384
14385 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14386
14387         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
14388         It takes 2 new parameters with an optional name for the method to look
14389         for and case ignoring info.
14390
14391         * threadpool.c: removed unused variable.
14392
14393 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14394
14395         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
14396         It takes 2 new parameters with an optional name for the property to look
14397         for and case ignoring info.
14398         Fixes bug #52753.
14399
14400 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
14401
14402         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
14403         Fix #52451.
14404
14405 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14406
14407         * appdomain.c:
14408         * assembly.c: escape the uri before passing it to g_filename_from_uri.
14409         Fixes bug #52630.
14410
14411 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
14412
14413         * reflection.c: Add support for more than one unmanaged resource.
14414
14415         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
14416         in field->def_value, as done in all other cases.
14417
14418         * reflection.c (mono_reflection_get_custom_attrs): Add support for
14419         TypeBuilders.
14420
14421         * reflection.c (mono_reflection_create_runtime_class): Remove 
14422         errorneous assignment to klass->element_class, since it is already
14423         done in mono_reflection_setup_internal_class.
14424
14425 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14426
14427         * gc.c: added missing LeaveCriticalSection.
14428         * icall.c: indented a couple of lines.
14429         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
14430         if we call EndInvoke inside a callback. Fixes bug #52601.
14431
14432 2004-01-07  Martin Baulig  <martin@ximian.com>
14433
14434         * mono-debug-debugger.h
14435         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
14436
14437 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
14438
14439         * appdomain.c: Use messages in NotImplementedException.
14440
14441         * exception.c (mono_get_exception_not_implemented): Now this takes
14442         a message argument.
14443
14444         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
14445         exception instead of g_asserting an aborting when something is not
14446         implemented.
14447
14448         Add some inline docs.
14449
14450 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
14451
14452         * reflection.h: Update after changes to object layout.
14453
14454         * reflection.c: Implement saving of unmanaged aka win32 resources.
14455
14456         * appdomain.c: Bump version number.
14457
14458         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
14459         Handle missing domains gracefully.
14460
14461 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
14462
14463         * file-io.c : On Windows, there are much more invalid_path_chars.
14464
14465 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
14466
14467         * class.h, object.c: prepare for GetType () speedup.
14468
14469 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
14470
14471         * profiler.c: workaround for --profile null reference exception on
14472           cygwin. Patch by Patrik Torstensson.
14473
14474 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
14475
14476         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
14477         make work for unaligned access.
14478
14479 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
14480
14481         * class.c: small cleanup (class->fields [i] -> field).
14482         * image.c: check address of metadata is valid.
14483
14484 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
14485
14486         * assembly.h assembly.c (mono_assembly_loaded): New public function to
14487         search the list of loaded assemblies.
14488
14489         * reflection.c (mono_reflection_type_from_name): Use 
14490         mono_assembly_loaded instead of mono_image_loaded.
14491
14492         * reflection.c: Fix warnings.
14493
14494 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
14495
14496         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
14497         is dynamic. This is needed since an assembly can contain both dynamic and
14498         non-dynamic images.
14499
14500         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
14501         assembly->dynamic.
14502
14503         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
14504
14505         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
14506         to store modules loaded using AddModule.
14507
14508         * reflection.c (mono_image_fill_file_table): Generalize this so it works
14509         on Modules.
14510
14511         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
14512
14513         * reflection.c (mono_image_fill_export_table_from_module): New function to
14514         fill out the EXPORTEDTYPES table from a module.
14515
14516         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
14517         into a separate function. Also handle loaded non-dynamic modules.
14518
14519         * reflection.c (mono_image_basic_init): Fix memory allocation.
14520
14521         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14522
14523         * assembly.c (mono_assembly_load_references): Make this public.
14524
14525 2003-12-19  Martin Baulig  <martin@ximian.com>
14526
14527         * class.c (mono_class_initialize_generic): Made this static, take
14528         a `MonoGenericInst *' instead of a `MonoClass *'.
14529         (mono_class_from_generic): Call mono_class_initialize_generic()
14530         unless we're already initialized or being called from
14531         do_mono_metadata_parse_generic_inst().
14532
14533         * class.h (MonoGenericInst): Added `initialized' and
14534         `init_pending' flags.
14535
14536         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
14537         `mono_class_init (gklass)' or mono_class_initialize_generic()
14538         here; set `generic_inst->init_pending' while parsing the
14539         `type_argv'.
14540
14541 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
14542
14543         * locales.c: include string.h for memxxx prototypes
14544
14545 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
14546
14547         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
14548         constructor when accessing literal fields.
14549
14550 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
14551
14552         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14553
14554         * reflection.c (assembly_add_resource_manifest): New function to fill
14555         the MANIFESTRESOURCE table.
14556
14557         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
14558
14559         * reflection.h: Update to changes in class layout.
14560
14561         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
14562         Reenable call to mono_runtime_is_shutting_down ().
14563
14564         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
14565         determine if the runtime is shutting down.
14566
14567 2003-12-16  Jackson Harper <jackson@ximian.com>
14568
14569         * icall.c: comment out call to mono_runtime_is_shutting_down to
14570         fix build.
14571         
14572 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
14573
14574         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
14575         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
14576
14577 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
14578
14579         * reflection.c: move definition of swap_with_size
14580         to before its first call
14581
14582 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
14583
14584         * appdomain.c (mono_runtime_is_shutting_down): New public function.
14585
14586         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
14587         icall.
14588
14589         * object.c: Fix warnings.
14590
14591         * icall.c (ves_icall_Type_Get...): Only consider inherited static
14592         members if FlattenHierarchy is set.
14593
14594         * reflection.c (mono_image_add_decl_security): New function to emit
14595         declarative security.
14596
14597         * reflection.h reflection.c: Add support for declarative security.
14598
14599         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
14600         
14601 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
14602
14603         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
14604         
14605         * appdomain.c verify.c: Moved corlib version checking into its own
14606         function in appdomain.c since it needs to create vtables etc.
14607
14608 2003-12-13  Patrik Torstensson <p@rxc.se>
14609
14610         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
14611         instead of unwrapped server.
14612
14613 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
14614
14615         * verify.c (check_corlib): Fix field index.
14616
14617 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
14618
14619         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
14620         GetGacPath icall.
14621
14622 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
14623
14624         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
14625         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
14626         cope with sizeof(size_t) != sizeof(guint32).
14627
14628 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14629
14630         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
14631         in case of failure.
14632
14633 2003-12-10  Mark Crichton <crichton@gimp.org>
14634
14635         * icall.c: removed the GetNonZeroBytes.  We now handle this case
14636         in managed code.
14637
14638         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
14639
14640 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
14641
14642         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
14643         marked as deleted.
14644
14645 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
14646
14647         * verify.c (check_corlib): Handle the case when the version field is 
14648         initialized by a static constructor.
14649
14650 2003-12-08  Patrik Torstensson  <p@rxc.se>
14651
14652     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
14653
14654 2003-12-08  Martin Baulig  <martin@ximian.com>
14655
14656         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
14657         a MonoReflectionGenericParameter, also take the parameter index
14658         and name as arguments.
14659         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
14660         (ves_icall_MonoGenericParam_initialize): New interncall.
14661         (ves_icall_Type_make_byref_type): New interncall.
14662
14663         * reflection.h (MonoReflectionGenericParam): Derive from
14664         MonoReflectionType, not just from MonoObject.  Added `refobj' and
14665         `index' fields.
14666
14667         * reflection.c (mono_reflection_define_generic_parameter): Create
14668         and return a new MonoReflectionGenericParam; don't initialize the
14669         constraints here.
14670         (mono_reflection_initialize_generic_parameter): New public method;
14671         initializes the constraints and creates the `param->pklass'.
14672
14673 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
14674
14675         * reflection.h reflection.c: Use the new fields 'num_types', 
14676         'num_fields' and 'num_methods' to track the number of types etc.
14677
14678         * verify.c (check_corlib): Check corlib version number.
14679
14680 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
14681
14682         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
14683         function works on all methods.
14684
14685 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
14686
14687         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
14688         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
14689         the custom_type_info flag of the transparent proxy.
14690         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
14691         objects that supports IRemotingTypeInfo.
14692         * object.h: Added custom_type_info field in transparent proxy.
14693
14694 2003-12-06  Martin Baulig  <martin@ximian.com>
14695
14696         * class.c (mono_class_create_from_generic): Removed.
14697         (mono_class_from_generic): Check `ginst->klass' before doing
14698         anything else.  This is important to fully support "recursive"
14699         generic types.
14700
14701         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
14702         empty `generic_inst->klass' before doing anything else.
14703
14704 2003-12-06  Dick Porter  <dick@ximian.com>
14705
14706         * verify.c: 
14707         * object.h:
14708         * icall.c:
14709         * locales.c: Use C structs to access class fields.  Don't do a
14710         conversion between MonoString and UChar because both are
14711         platform-endian UTF-16.  Compare now takes startindex and count
14712         parameters.  Add a char overload for IndexOf.  Speed up the
14713         invariant string IndexOf.
14714
14715 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
14716
14717         * Makefile.am (monosn_LDADD): Fix parallel build.
14718
14719 2003-12-04  Martin Baulig  <martin@ximian.com>
14720
14721         * icall.c
14722         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
14723         (ves_icall_Type_make_array_type): New interncall.       
14724
14725 2003-12-04  Martin Baulig  <martin@ximian.com>
14726
14727         * locales.c: also change it in the !HAVE_ICU case.
14728
14729 2003-12-04  Dick Porter  <dick@ximian.com>
14730
14731         * icall.c:
14732         * locales.c: construct_compareinfo is now in CompareInfo, not
14733         CultureInfo.
14734
14735 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
14736
14737         * image.c (mono_image_load_file_for_image): Cache loaded images in the
14738         image->files array.
14739
14740         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
14741         table as well.
14742
14743         * assembly.c (mono_assembly_load_references): Only load references
14744         once.
14745
14746         * class.c (mono_class_from_name): Avoid linear search of the 
14747         EXPORTEDTYPE table.
14748
14749         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
14750
14751 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
14752
14753         * image.h (MonoImage): Add 'field_cache' field.
14754
14755         * loader.c (mono_field_from_token): Cache field lookups.
14756         
14757         * reflection.c (mono_module_get_object): Fix name property.
14758
14759         * icall.c (ves_icall_get_enum_info): Update after changes to 
14760         mono_metadata_get_constant_index ().
14761
14762         * icall.c: Get rid of get_type_info icall, use a separate icall for
14763         each type property to avoid needless memory allocations. Fixes #51514.
14764
14765         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
14766         to avoid needless binary searches.
14767
14768         * class.c (class_compute_field_layout): Move the initialization of
14769         field->def_value to mono_class_vtable ().
14770
14771         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
14772         non-corlib types.
14773
14774         * object.c (mono_object_allocate): Make it inline.
14775
14776         * object.c (mono_object_allocate_spec): Make it inline.
14777         
14778 2003-12-02  Dick Porter  <dick@ximian.com>
14779
14780         * locales.c (create_NumberFormat): NumberFormatInfo construction.
14781         Patch by Mohammad DAMT (mdamt@cdl2000.com).
14782
14783 2003-12-01  Dick Porter  <dick@ximian.com>
14784
14785         * threads.c: Fix signature and call in CreateMutex and
14786         CreateEvent.
14787
14788 2003-12-01  Dick Porter  <dick@ximian.com>
14789
14790         * icall.c: 
14791         * locales.c: Implement string compares and searching
14792
14793         * object.h: Add extra Thread field
14794
14795 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
14796
14797         * reflection.c (fixup_method): Add support for MonoCMethod.
14798
14799 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
14800
14801         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
14802
14803         * reflection.c (assembly_name_to_aname): Allow extra characters in
14804         assembly names. Fixes #51468.
14805
14806 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
14807
14808         * exception.c (mono_exception_from_name_domain): New helper function.
14809
14810         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
14811         exception object in the correct domain.
14812
14813         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
14814         formatting + make a copy a the input data.
14815
14816         * loader.c (mono_get_method_from_token): Methods which contain
14817         native code do not have entries in the ImplMap.
14818
14819         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
14820         Thanks to Gonzalo for spotting this.
14821         
14822         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
14823         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
14824
14825         * assembly.h (mono_assembly_load_from): Split the second part of 
14826         assembly loading into a new public function.
14827
14828         * exception.h (mono_get_exception_bad_image_format): New function.
14829
14830 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
14831
14832         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
14833         Enumerate all modules inside a dynamic assembly. Fixes #51293.
14834         
14835         * icall.c: Add new icall for creating dynamic methods.
14836
14837         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
14838
14839         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
14840
14841         * reflection.c (mono_reflection_create_dynamic_method): New icall to
14842         create a dynamic method.
14843
14844         * reflection.c (resolve_object): New helper function.
14845
14846         * reflection.c: Generalize ReflectionMethodBuilder and the functions
14847         which manipulate it so they can also work on dynamic methods.
14848
14849         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
14850         creating the MonoReflectionMethodAux structure if it is not needed.
14851         
14852         * reflection.h verify.c: Update after changes to object layout.
14853
14854         * reflection.c (method_builder_encode_signature): Fix compilation on
14855         gcc 2.95.x.
14856
14857 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
14858
14859         * appdomain.h: Added support for context static fields. Added static_data
14860           field to MonoAppContext and renamed thread_static_fields to a more
14861           generic special_static_fields in MonoAppDomain, since it can now contain
14862           context static fields.
14863         * domain.c: Updated hashtable name.
14864         * object.c: Replaced field_is_thread_static() for a more generic
14865           field_is_special_static() which also checks for context static attribute.
14866           In mono_class_vtable(), added support for static context fields.
14867         * threads.c: Changed methods that manage thread static fields to more
14868           generic methods so they can be reused both for thread and context static
14869           data.
14870         * threads.h: Declared some new methods.
14871
14872 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
14873
14874         * reflection.h: Update after changes to the managed types.
14875
14876         * reflection.c (encode_custom_modifiers): New helper function.
14877
14878         * reflection.c (method_encode_signature): Emit custom modifiers.
14879
14880         * reflection.c (field_encode_signature): Emit custom modifiers.
14881
14882 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
14883
14884         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
14885
14886         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
14887         implementation.
14888
14889         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
14890         icall.
14891
14892         * object.c (mono_field_get_value_object): New function.
14893
14894         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
14895         specific.
14896
14897 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
14898
14899         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
14900         return a preallocated out-of-memory exception instance.
14901
14902         * object.c (out_of_memory): Use the new function.
14903
14904         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
14905         flag is before the custom modifiers. Fixes #49802.
14906
14907 2003-11-16  Martin Baulig  <martin@ximian.com>
14908
14909         * class.c (mono_class_is_open_constructed_type): Implemented the
14910         MONO_TYPE_GENERICINST case.
14911
14912 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
14913
14914         * assembly.c (mono_assembly_fill_assembly_name): New function to
14915         fill out the MonoAssemblyName structure.
14916         (mono_assembly_open): Use the new function.
14917
14918         * icall.c (fill_reflection_assembly_name): New helper function.
14919
14920         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
14921         new function.
14922
14923         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
14924
14925 2003-11-15  Martin Baulig  <martin@ximian.com>
14926
14927         * class.c (mono_class_is_open_constructed_type): New public
14928         function; checks whether a type is an open constructed type,
14929         ie. whether it still contains type parameters.
14930         (mono_class_inflate_generic_type): If we're a type parameter and
14931         the inflated type is also a MONO_TYPE_(M)VAR, return the original
14932         type.
14933
14934         * class.h (MonoGenericInst): Added `guint32 is_open'.
14935
14936         * loader.c (method_from_methodspec): Check whether we're an open
14937         or closed constructed type and set `ginst->is_open'.
14938
14939         * reflection.c (mono_reflection_bind_generic_parameters): Check
14940         whether we're an open or closed constructed type and set
14941         `ginst->is_open'.
14942         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
14943         from open constructed types.
14944
14945 2003-11-15  Martin Baulig  <martin@ximian.com>
14946
14947         * reflection.c (mono_reflection_bind_generic_parameters): If we're
14948         a generic instance (instead of a generic type declaration) with
14949         unbound generic parameters, bind them to our actual types.
14950
14951 2003-11-14  Martin Baulig  <martin@ximian.com>
14952
14953         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
14954
14955         * reflection.c (mono_reflection_bind_generic_parameters): If we're
14956         an interface type, populate `res->interfaces' with instantiated
14957         versions of all the interfaces we inherit.
14958
14959 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
14960
14961         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
14962         when MONO_PATH is set but doesn't contain the install dir.
14963
14964 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14965
14966         * icall.c:
14967         (ves_icall_Type_GetInterfaces): don't return an interface twice when
14968         it's also implemented in base classes. Fixes bug #50927.
14969
14970 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
14971
14972         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
14973         if this method is called from a finalizer. Fixes #50913.
14974
14975 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
14976
14977         * threads.c: Implement VolatileRead/VolatileWrite
14978
14979         * icall.c: Add new icalls for VolatileRead/VolatileWrite
14980
14981 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
14982
14983         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
14984         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
14985         2.95.3.
14986
14987         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
14988         from Peter Ross (pro@missioncriticalit.com).
14989         
14990 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
14991
14992         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
14993
14994 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
14995
14996         * assembly.c (mono_assembly_load_references): Disable check because it
14997         triggers on older corlibs which lots of people have.
14998
14999 2003-11-12  Jackson Harper  <jackson@ximian.com>
15000
15001         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
15002         load corlib.dll if mscorlib.dll is not found.
15003         * assembly.h: Remove corlib name define.
15004         * class.c:
15005         * domain.c:
15006         * image.c: Change corlib name to mscorlib.
15007         
15008 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15009
15010         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
15011
15012 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
15013
15014         * appdomain.h: Added loader_optimization here to sync with the C#
15015         code, and add disallow_binding_redirects field.
15016
15017 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
15018
15019         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
15020
15021         * reflection.c (mono_image_build_metadata): Fix crash on modules
15022         with no types.
15023
15024         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
15025
15026         * icall.c (ves_icall_get_method_info): Return callingConvention as
15027         well.
15028
15029         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
15030         namespaces from the EXPORTEDTYPE table as well.
15031
15032         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
15033         from all modules inside the assembly.
15034         
15035 2003-11-11  Martin Baulig  <martin@ximian.com>
15036
15037         * reflection.c (mono_reflection_bind_generic_parameters): Make
15038         this work for interfaces.
15039
15040 2003-11-11  Martin Baulig  <martin@ximian.com>
15041
15042         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
15043
15044 2003-11-11  Martin Baulig  <martin@ximian.com>
15045
15046         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
15047         "MonoInflatedMethod" and "MonoInflatedCtor".
15048
15049 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
15050
15051         * reflection.c (resolution_scope_from_image): Use the assembly table
15052         from the manifest module, since other modules don't have it.
15053
15054         * debug-helpers.c (mono_type_full_name): New helper function.
15055
15056         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
15057
15058         * image.c (mono_image_load_file_for_image): New public function which
15059         is a replacement for the load_file_for_image in class.c.
15060
15061         * assembly.c (mono_assembly_load_module): A wrapper for the function
15062         above which does assembly association and reference loading too.
15063
15064         * class.c (mono_class_from_name): Call mono_assembly_load_module.
15065
15066 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15067
15068         * appdomain.c: not all of the attributes for the full assembly name
15069         are required and the order doesn't matter. Fixes bug #50787.
15070
15071 2003-11-10  Dick Porter  <dick@ximian.com>
15072
15073         * locales.c: Use platform-endian UTF16
15074
15075 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
15076
15077         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
15078         
15079 2003-11-10  Martin Baulig  <martin@ximian.com>
15080
15081         * metadata.c
15082         (mono_metadata_load_generic_params): Make this actually work.
15083
15084         * reflection.c (mono_reflection_bind_generic_parameters): If our
15085         parent is a generic instance, pass all the `types' to it, no
15086         matter whether it has the same number of type parameters or not.
15087
15088 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
15089
15090         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
15091
15092         * assembly.c (mono_assembly_load_references): Move the image<->assembly
15093         assignment code to this function so it gets called recursively for all
15094         modules.
15095
15096         * image.c (load_modules): Remove the assembly assignment since it is
15097         now done by mono_assembly_load_references.
15098         
15099         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
15100         Add 'module' argument.
15101         (mono_module_get_types): New helper function.
15102         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
15103
15104 2003-11-08  Martin Baulig  <martin@ximian.com>
15105
15106         * class.c (mono_class_inflate_generic_method): Interface method
15107         don't have a header.
15108
15109         * reflection.c (mono_image_get_methodspec_token): Take an
15110         additional `MonoGenericInst *' argument instead of reading it from
15111         the header; this is necessary to support interfaces.
15112         (mono_image_create_token): Pass the `MonoGenericInst *' from the
15113         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
15114         (inflated_method_get_object): Take an additional `MonoGenericInst *'
15115         argument.
15116
15117         * reflection.h (MonoReflectionInflatedMethod): Added
15118         `MonoGenericInst *ginst'.
15119
15120 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
15121
15122         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
15123
15124 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
15125
15126         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
15127
15128 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
15129
15130         * reflection.c 
15131         (reflection_methodbuilder_from_method_builder):
15132         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
15133         initialize a ReflectionMethodBuilder structure.
15134         (mono_image_get_methodbuilder_token):
15135         (mono_image_get_ctorbuilder_token): New functions to emit memberref
15136         tokens which point to types in another module inside the same assembly.
15137
15138         * reflection.c: Use the new helper functions.
15139         
15140         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
15141
15142         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
15143         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
15144
15145         * reflection.c (resolution_scope_from_image): Emit a moduleref if
15146         neccesary.
15147
15148         * reflection.c (mono_image_build_metadata): Emit metadata only for the
15149         current module. Emit the manifest only for the main module.
15150
15151         * reflection.c (mono_image_create_token): Add assertion when a 
15152         memberref needs to be created.
15153
15154         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
15155
15156         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
15157         larger buffer for the custom attribute blob. Fixes #50637.
15158         
15159 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15160
15161         * threadpool.c: notify listener on async processing handles after
15162         invoking the async callback. Thanks to Zoltan.
15163
15164 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15165
15166         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
15167         avoid code duplication.
15168
15169         * reflection.h (MonoDynamicImage): New type which is currently unused,
15170         but will be used through the ref.emit code in place of 
15171         MonoDynamicAssembly.
15172
15173         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
15174         object layout.
15175
15176         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
15177         a MonoDynamicImage instead of just a MonoImage.
15178         
15179         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
15180         icalls to ModuleBuilder but keep their semantics, so they will work
15181         with moduleb->assemblyb. This will change later.
15182         
15183 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15184
15185         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
15186         object layout.
15187
15188         * reflection.c (mono_image_build_metadata): Avoid creation of a default
15189         main module, since it is now done by the managed code.
15190
15191 2003-11-03  Martin Baulig  <martin@ximian.com>
15192
15193         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
15194         `ginst->klass' here.
15195         (method_encode_methodspec): Don't use the `ginst->generic_method's
15196         klass if it's a generic instance, use `ginst->klass' in this case.
15197
15198 2003-11-03  Martin Baulig  <martin@ximian.com>
15199
15200         * reflection.c (mono_image_get_generic_method_param_info):
15201         Removed, use mono_image_get_generic_param_info() instead.
15202         (mono_image_get_type_info): Write the GenericParam table before
15203         the Method table.  This is neccessary because in the GenericParam
15204         table, type parameters of the class (ie. '!0' etc.) must come
15205         before the ones from its generic methods (ie. '!!0' etc).
15206
15207 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15208
15209         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
15210
15211 2003-11-02  Martin Baulig  <martin@ximian.com>
15212
15213         * reflection.c (create_generic_typespec): Take a
15214         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
15215         the generic parameters from it.
15216
15217 2003-11-02  Martin Baulig  <martin@ximian.com>
15218
15219         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
15220         instead of a `MonoClassField *' since we just need the type.
15221         (create_generic_typespec): New static function.  Creates a
15222         TypeSpec token for a generic type declaration.
15223         (mono_image_get_generic_field_token): New static function.
15224         (mono_image_create_token): If we're a FieldBuilder in a generic
15225         type declaration, call mono_image_get_generic_field_token() to get
15226         the token.
15227
15228 2003-11-02  Martin Baulig  <martin@ximian.com>
15229
15230         * reflection.h
15231         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
15232         `MonoReflectionGenericInst *declaring_type' and
15233         `MonoReflectionGenericInst *reflected_type' fields.
15234
15235         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
15236         `MonoReflectionGenericInst *declaring_type' and a
15237         `MonoReflectionGenericInst *reflected_type' argument instead of a
15238         single `MonoReflectionGenericInst *type' one.  Set
15239         `res->declaring_type' and `res->reflected_type' from them.
15240         (mono_reflection_inflate_field): Likewise.      
15241
15242 2003-11-02  Martin Baulig  <martin@ximian.com>
15243
15244         * class.c (mono_class_setup_vtable): Don't store generic methods
15245         in the vtable.  
15246
15247 2003-11-02  Martin Baulig  <martin@ximian.com>
15248
15249         * reflection.h (MonoReflectionGenericInst): Added
15250         `MonoReflectionType *declaring_type'.
15251
15252         * reflection.c (mono_reflection_bind_generic_parameters): Use
15253         `if (tb->parent)' instead of `klass->parent'.
15254
15255 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
15256
15257         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
15258         with an empty ASSEMBLY table.
15259
15260         * reflection.c (mono_image_build_metadata): Avoid using the same loop
15261         variable in the inner and outer loops.
15262
15263 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
15264
15265         * metadata.h (mono_metadata_make_token): Put parentheses around macro
15266         argument.
15267
15268         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
15269         
15270         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
15271         icalls. Instead, do everything in managed code. This is needed since
15272         it is hard to restore the original domain etc. in unmanaged code in the
15273         presence of undeniable exceptions.
15274
15275         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
15276         New icalls to push and pop appdomain refs.
15277
15278 2003-10-31  Martin Baulig  <martin@ximian.com>
15279
15280         * class.c (inflate_generic_type): Renamed to
15281         mono_class_inflate_generic_type() and made it public.
15282
15283         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
15284         New interncall.
15285
15286         * loader.c (mono_field_from_memberref): Also set the retklass for
15287         typespecs.
15288
15289         * fielder.c (mono_image_get_inflated_field_token): New static
15290         method; creates a metadata token for an inflated field.
15291         (mono_image_create_token, fixup_method): Added support for
15292         "MonoInflatedField".
15293         (fieldbuilder_to_mono_class_field): New static function.
15294         (mono_reflection_inflate_field): New public function.
15295
15296         * reflection.h
15297         (MonoReflectionGenericInst): Added `MonoArray *fields'.
15298         (MonoReflectionInflatedField): New typedef.     
15299
15300 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
15301
15302         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
15303         for Solaris and other platforms without s6_addr16
15304
15305 2003-10-30  Martin Baulig  <martin@ximian.com>
15306
15307         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
15308         argument instead of two.
15309         (mono_class_inflate_generic_signature): Likewise.
15310         (inflate_generic_header): Likewise.
15311         (mono_class_inflate_generic_method): Likewise.  In addition, if
15312         `ginst->klass' is set, it becomes the new `method->klass'.
15313
15314         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
15315         field.
15316
15317         * reflection.c (encode_generic_method_sig): Write a 0xa as the
15318         first byte. [FIXME]
15319         (method_encode_methodspec): If we have generic parameters, create
15320         a MethodSpec instead of a MethodRef.
15321         (fixup_method): Added support for "MonoInflatedMethod" and
15322         "MonoInflatedCtor".
15323         (mono_image_create_token): Added support for "MonoInflatedMethod"
15324         and "MonoInflatedCtor".
15325         (inflated_method_get_object): New static function; returns a
15326         managed "System.Reflection.MonoInflatedMethod" object.
15327         (mono_reflection_bind_generic_method_parameters): Return a
15328         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
15329         (mono_reflection_inflate_method_or_ctor): Likewise.
15330         (mono_image_get_generic_method_param_info): Initialize unused
15331         fields to zero.
15332         (mono_image_get_generic_param_info): Likewise.
15333
15334         * reflection.h (MonoReflectionInflatedMethod): New public
15335         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
15336         "S.R.MonoInflatedCtor" classes.
15337
15338         * loader.c (method_from_memberref): If we're a TypeSpec and it
15339         resolves to a generic instance, inflate the method.
15340
15341 2003-10-28  Dick Porter  <dick@ximian.com>
15342
15343         * object.c (mono_runtime_run_main): Convert command-line arguments
15344         into utf8, falling back to the user's locale encoding to do so.
15345
15346 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
15347
15348         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
15349         at this time.
15350
15351         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
15352
15353         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
15354         up icalls at method definition time. Partially fixes #33569.
15355
15356 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
15357
15358         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
15359         marshalling of arrays. Fixes #50116.
15360
15361         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
15362
15363         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
15364         points to a vtable in the dying appdomain.
15365
15366         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
15367         listeners into unmanaged code inside the lock.
15368
15369         * object.c (mono_class_vtable): Turn off typed allocation in non-root
15370         domains and add some comments.
15371
15372 2003-10-25  Martin Baulig  <martin@ximian.com>
15373
15374         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
15375
15376         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
15377
15378         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
15379         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
15380         currently parsing.  Create the generic class and store it in
15381         `generic_inst->klass' before parsing the type arguments.  This is
15382         required to support "recursive" definitions; see mcs/tests/gen-23.cs
15383         for an example.
15384         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
15385         to support recursive typespec entries.
15386
15387         * class.c (mono_class_setup_parent): If our parent is a generic
15388         instance, we may get called before it has its name set.
15389         (mono_class_from_generic): Splitted into
15390         mono_class_create_from_generic() and mono_class_initialize_generic().
15391
15392 2003-10-25  Martin Baulig  <martin@ximian.com>
15393
15394         * icall.c (ves_icall_Type_BindGenericParameters): Return a
15395         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
15396         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
15397         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
15398
15399         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
15400         (create_typespec): Likewise.
15401         (mono_reflection_bind_generic_parameters): Return a
15402         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
15403         (mono_reflection_inflate_method_or_ctor): New public function.
15404
15405         * reflection.h (MonoReflectionGenericInst): New typedef.        
15406
15407 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
15408
15409         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
15410         inside the domain lock. Fixes #49993.
15411         
15412         * object.c (mono_class_vtable): When typed allocation is used, 
15413         allocate vtables in the GC heap instead of in the mempool, since the
15414         vtables contain GC descriptors which are used by the collector even
15415         after the domain owning the mempool is unloaded.
15416
15417         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
15418
15419         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
15420         reflect what it does. Also invalidate mempools instead of freeing
15421         them if a define is set.
15422
15423         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
15424         of the appdomain.
15425         
15426         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
15427         hold the finalizable objects in this domain.
15428
15429         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
15430         appdomain.
15431
15432         * appdomain.c (mono_domain_set): New function to set the current
15433         appdomain, but only if it is not being unloaded.
15434
15435         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
15436         appdomain which is being unloaded.
15437         
15438         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
15439         unloading of the root appdomain.
15440
15441         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
15442         icall to execute a method in another appdomain. Intended as a 
15443         replacement for InternalSetDomain, which can confuse the code 
15444         generation in the JIT.
15445
15446         * appdomain.c (mono_domain_is_unloading): New function to determine
15447         whenever an appdomain is unloading.
15448
15449         * appdomain.c (mono_domain_unload): New function to correctly unload
15450         an appdomain.
15451
15452         * assembly.c (mono_assembly_load_references): Check that an assembly
15453         does not references itself.
15454
15455         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
15456         domain manually, it asks the finalizer thread to do it, then waits for
15457         the result. Also added a timeout.
15458
15459         * icall.c: Register the new icalls.
15460
15461         * threads.h threads.c: Export the mono_gc_stop_world and 
15462         mono_gc_start_world functions.
15463         
15464         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
15465         function to fill out the mempool with 0x2a.
15466
15467 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
15468
15469         * reflection.h (MonoReflectionMethodAux): New structure to store
15470         information which is rarely used, thus is not in the MonoMethod
15471         structure.
15472
15473         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
15474         store the aux info.
15475
15476         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
15477         and marshalling info into the aux structure.
15478
15479         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
15480         from the aux structure.
15481
15482         * loader.c (mono_method_get_param_names): Retrieve the param names from
15483         the aux structure.
15484         
15485 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
15486
15487         * exception.h exception.c: Add AppDomainUnloadedException && fix 
15488         warning.
15489
15490 2003-10-21  Dick Porter  <dick@ximian.com>
15491
15492         * socket-io.c
15493         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
15494         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
15495
15496 2003-10-21  Martin Baulig  <martin@ximian.com>
15497
15498         * reflection.c (mono_reflection_bind_generic_parameters):
15499         `klass->parent' is NULL for interfaces.
15500
15501 2003-10-21  Martin Baulig  <martin@ximian.com>
15502
15503         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
15504
15505 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
15506
15507         * exception.c (mono_exception_from_name_msg): New helper function for
15508         creating exceptions and initializing their message field.
15509
15510         * exception.c: Simplify functions using the new helper.
15511
15512         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
15513         New function.
15514
15515         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
15516         mono_raise_exception, since otherwise gcc doesn't generate the function
15517         epilog for raise_exception, confusing the stack unwinding in the JIT.
15518         Fixes #45043.
15519
15520         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
15521         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
15522         Fixes #49499.
15523
15524 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15525
15526         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
15527         utf8.
15528
15529 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
15530
15531         * icall.c: Removed GetUninitializedObject method because
15532           AllocateUninitializedClassInstance does the same.
15533
15534 2003-10-18  Martin Baulig  <martin@ximian.com>
15535
15536         * class.c (inflate_generic_signature): Renamed to
15537         mono_class_inflate_generic_signature() and made it public.
15538         (my_mono_class_from_generic_parameter): New static function; if we
15539         don't already have the generic parameter's MonoClass, create a
15540         very simple one which is just used internally in the runtime and
15541         not passed back to managed code.
15542
15543         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
15544
15545         * metadata.h (MonoMethodSignature): Moved the
15546         `MonoGenericParam *gen_params' to the MonoMethodHeader.
15547         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
15548
15549         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
15550         ves_icall_MonoMethod_GetGenericArguments(); this is now an
15551         interncall on the MonoMethod class, not on MethodInfo.
15552         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
15553         calling mono_reflection_bind_generic_method_parameters() directly.
15554
15555         * loader.c (mono_method_get_signature): If this is a MethodSpec;
15556         return the already computed `method->signature'.
15557         (method_from_methodspec): New static function to load a method
15558         from a MethodSpec entry.
15559         (mono_get_method_from_token): Call the new method_from_methodspec()
15560         for MethodSpec tokens.  
15561         (mono_get_method_from_token): If we're a generic method, load the
15562         type parameters.
15563
15564         * reflection.c (mono_image_get_memberref_token): Allow
15565         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
15566         table.
15567         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
15568         (mono_image_create_token): First check whether it's a generic
15569         method (so we'd need to create a MethodSpec), then do the other
15570         two alternatives.
15571         (mono_reflection_bind_generic_method_parameters): Return a
15572         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
15573         called directly from the interncall.
15574
15575 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
15576
15577         * reflection.c (load_public_key): Move loading of the public key
15578         into managed code.
15579
15580         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
15581
15582         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
15583         fields.
15584
15585         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
15586         culture, hash_alg and public_key. Fixes #49555.
15587
15588 2003-10-17  Martin Baulig  <martin@ximian.com>
15589
15590         * class.h (MonoGenericInst): Moved this declaration here and added
15591         `MonoMethod *generic_method'.
15592
15593         * icall.c
15594         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
15595         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
15596
15597         * metadata.c (mono_metadata_type_equal): Two types of
15598         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
15599         index; ie. don't compare the address of the `MonoGenericParam'
15600         structure.
15601         (mono_metadata_load_generic_params): Removed the `MonoMethod
15602         *method' argument.
15603
15604         * metadata.h (MonoGenericInst): Moved declaration to class.h.
15605         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
15606
15607         * reflection.c (method_encode_signature): Encode the number of
15608         generic parameters.
15609         (encode_generic_method_sig): New static function.
15610         (method_encode_methodspec): New static function; creates an entry
15611         in the MethodSpec table for a generic method.
15612         (mono_image_get_methodspec_token): New static function.
15613         (mono_image_create_token): Call mono_image_get_methodspec_token()
15614         for generic methods.
15615         (mono_reflection_bind_generic_method_parameters): New public
15616         function.  Instantiates a generic method.
15617
15618 2003-10-16  Martin Baulig  <martin@ximian.com>
15619
15620         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
15621         *gen_params' here from MonoMethodHeader.
15622
15623         * metadata.c (mono_metadata_parse_method_signature): If we have
15624         generic parameters, initialize `method->gen_params' and then set
15625         the correct `type->data.generic_param' in all the parameters.
15626
15627 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
15628
15629         * threads.c (mono_threads_get_default_stacksize): New function to 
15630         return the default stacksize.
15631
15632         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
15633         termination of the finalizer thread, since the previous method had
15634         race conditions. Fixes #49628.
15635
15636         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
15637         as for the other managed threads.
15638
15639 2003-10-16  Martin Baulig  <martin@ximian.com>
15640
15641         * class.c (inflate_generic_signature): Copy `generic_param_count'
15642         and `gen_params'.
15643
15644         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
15645         New interncall.
15646
15647         * metadata.c (mono_metadata_parse_method_signature): Actually set
15648         the `method->generic_param_count' here.
15649         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
15650
15651 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
15652
15653         * object.h: Add a new field to TypedRef to simplify the implementation
15654         of the REFANY opcodes in the JIT.
15655
15656         * icall.c: Make use of the new field.
15657
15658         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
15659         dynamically.
15660
15661 2003-10-15  Martin Baulig  <martin@ximian.com>
15662
15663         * class.c (mono_class_from_gen_param): Renamed to
15664         mono_class_from_generic_parameter() and moved most of the
15665         functionality from mono_reflection_define_generic_parameter()
15666         here; ie. we create a "real" class here.
15667         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
15668         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
15669         previously been called.
15670
15671         * class.h (MonoGenericParam): Moved the declaration of this struct
15672         here from metadata.h and added `MonoMethod *method'.
15673
15674         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
15675         interncall.
15676
15677         * loader.c (mono_get_method_from_token): If we have any generic
15678         parameters, call mono_metadata_load_generic_params() to read them
15679         from the MONO_TABLE_GENERICPAR.
15680
15681         * metadata.c (mono_metadata_load_generic_params): Added
15682         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
15683
15684         * metadata.h (MonoMethodSignature): Replaced
15685         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
15686         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
15687
15688         * reflection.c (mono_reflection_define_generic_parameter): Moved
15689         most of the functionality into the new
15690         mono_class_from_generic_parameter(); set the `method' field if
15691         we're a method parameter.       
15692
15693 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
15694
15695         * marshal.c (emit_struct_conv): if native size is 0
15696         emit no code.
15697
15698 2003-10-14  Martin Baulig  <martin@ximian.com>
15699
15700         * icall.c: The generics API has changed in the spec since it was
15701         added to System.Type; these modifications make it match the spec
15702         again.
15703         (ves_icall_Type_GetGenericParameters): Renamed to
15704         `ves_icall_Type_GetGenericArguments'.
15705         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
15706         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
15707         `ves_icall_MonoType_get_HasGenericArguments'.
15708         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
15709         `ves_icall_MonoType_get_IsGenericParameter'.
15710         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
15711         this is no interncall anymore.
15712         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
15713         `ves_icall_TypeBuilder_get_IsGenericParameter'.
15714
15715 2003-10-14  Martin Baulig  <martin@ximian.com>
15716
15717         * reflection.c (mono_reflection_bind_generic_parameters): Also
15718         inflate generic methods if we're reading the class from IL.
15719
15720 2003-10-13  Martin Baulig  <martin@ximian.com>
15721
15722         * reflection.c (mono_reflection_define_generic_parameter): This
15723         method isn't called directly from the icall anymore; take a
15724         `MonoReflectionAssemblyBuilder *' so we can use this for type and
15725         method generic parameters.
15726         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
15727         (method_builder_encode_signature): Encode generic parameters.
15728         (mono_image_get_method_info): Write generic params to the
15729         MONO_TABLE_GENERICPARAM table.
15730
15731         * reflection.h (MonoReflectionMethodBuilder): Added
15732         `MonoArray *generic_params'.
15733
15734         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
15735
15736         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
15737         wrapper for mono_reflection_define_generic_parameter().
15738         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
15739
15740 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
15741
15742         * marshal.h: Add missing function to fix build.
15743
15744         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
15745         the SetLastError pinvoke attribute.
15746
15747         * marshal.c (mono_marshal_set_last_error): New helper function called
15748         by the generated code.
15749         
15750         * marshal.c (mono_mb_emit_branch): New helper function.
15751
15752         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
15753
15754         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
15755         classes as parameters and return values of delegates. Fixes #29256. 
15756
15757 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
15758
15759         * locales.c: use gint32 in non HAVE_ICU case
15760
15761 2003-10-11  Martin Baulig  <martin@ximian.com>
15762
15763         * mono-debug.c (mono_debug_add_method): Added a workaround for
15764         bug #48591.
15765
15766 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
15767
15768         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
15769         delegates passed to native code must use the STDCALL calling 
15770         convention. Fixes #35987.
15771
15772 2003-10-10  Martin Baulig  <martin@ximian.com>
15773
15774         * class.c (inflate_generic_type): If we're inflating for a generic
15775         type instance (and not for a generic method), return
15776         MONO_TYPE_MVAR unchanged.
15777
15778 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15779
15780         * string-icalls.c: Join ignores null strings in the source array.
15781         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
15782         * threads.c: GetAvailableTheads is slightly more accurate.
15783
15784 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
15785
15786         * threads.h threads.c : add mono_threads_set_default_stacksize
15787         and pass default to CreateThread calls.
15788
15789 2003-10-09  Dick Porter  <dick@ximian.com>
15790
15791         * icall.c:
15792         * locales.h:
15793         * locales.c: Internal calls for constructing CultureInfo and
15794         related objects from libicu (if its available.)
15795
15796 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
15797
15798         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
15799
15800 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15801
15802         * threadpool.c: added an argument to async_invoke_thread that is the
15803         item to process, pass the MonoAsyncResult to the thread start function
15804         when creating a new thread. This way we don't need to acquire any lock
15805         when we're creating a new thread. Readded a semaphore for faster
15806         response times (instead of that Sleep i added).
15807
15808 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
15809
15810         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
15811         get daylight change dates better on Windows, fix handling
15812         of platforms without tm_gmtoff.
15813
15814 2003-10-06  Martin Baulig  <martin@ximian.com>
15815
15816         * class.c (inflate_generic_method): Renamed to
15817         mono_class_inflate_generic_method() and made public.
15818         (mono_class_init): Don't inflate the generic methods here.
15819         (mono_class_from_generic): Added `gboolean inflate_methods'
15820         argument.  Inflate the methods here.
15821
15822         * loader.c (mono_method_get_param_names): Ignore instances of
15823         generic types for the moment.
15824
15825         * reflection.c (fixup_method): Added support for inflated methods.
15826         (mono_image_create_token): Use mono_image_get_methodref_token()
15827         for inflated methods.
15828         (mono_custom_attrs_from_param): Ignore instances of generic types
15829         for the moment.
15830         (mono_reflection_bind_generic_parameters): New public function.
15831         Moved all the functionality from
15832         ves_icall_Type_BindGenericParameters() here and added support for
15833         dynamic types.
15834         (mono_reflection_define_generic_parameter): Initialize
15835         `klass->methods' here.
15836
15837         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
15838         functionality into mono_reflection_define_generic_parameter().
15839         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
15840         TypeBuilder, return that TypeBuilder.
15841
15842 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15843
15844         * appdomain.c: removed mono_delegate_semaphore.
15845
15846         * threadpool.c:
15847         (mono_thread_pool_add): moved hash table creation inside and the thread 
15848         creation outside of the critical region.
15849         (mono_thread_pool_finish): removed obsolete code.
15850         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
15851         continue or exit the thread depending on the queue.
15852
15853 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
15854
15855         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
15856         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
15857         handle more bool marshalling options
15858
15859 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
15860
15861         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
15862         arrays of structs. Also add a more descriptive error message when
15863         a structure member is marshalled as LPArray.
15864
15865 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
15866
15867         * marshal.c (mono_marshal_get_native_wrapper): Add support for
15868         marshalling arrays of complex types. Fixes #29098. Also remove an
15869         usused and incomplete function.
15870
15871 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
15872
15873         * gc.c: report heap_size - free_bytes as total memory allocated
15874         (bug#49362).
15875
15876 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
15877
15878         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
15879         fix timezone handling problems on Windows.
15880         
15881         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
15882         asserts when the year is outside the range handled by ms the functions.
15883
15884         * class.c (setup_interface_offsets): If the class is an interface,
15885         fill out its interface_offsets slot.
15886
15887 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15888
15889         * threadpool.c: mark threadpool threads as background.
15890
15891 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
15892
15893         * decimal.c - define DECINLINE to nothing if not using GCC
15894
15895 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
15896
15897         * assembly.c: More refcount fixes.
15898
15899 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15900
15901         * string-icalls.c: if we're not trimming, return the same string.
15902         When not splitting, don't create a new string.
15903
15904 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15905
15906         * image.c:
15907         (mono_image_open): increment the ref_count inside the critical section.
15908
15909 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
15910
15911         * image.c (mono_image_open): Fix reference counting bug.
15912
15913 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
15914
15915         * marshal.c (mono_marshal_type_size) struct alignment changed for 
15916         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
15917         64bits. Avoid leak in mono_marshal_get_native_wrapper when
15918         mono_lookup_pinvoke_call throws.        
15919
15920 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
15921
15922         * reflection.c (mono_reflection_parse_type): Fix #49114.
15923
15924         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
15925         temporary workaround for cygwin header problem.
15926
15927         * object.c (mono_object_isinst): Synchronize this with the code
15928         generated by the JIT for casts.
15929
15930 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
15931
15932         * reflection.c (encode_type): Fix #38332.
15933
15934 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
15935
15936         * marshal.c (mono_marshal_method_from_wrapper): New function to return
15937         the original method from the wrapper method.
15938
15939 2003-09-25  Martin Baulig  <martin@ximian.com>
15940
15941         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
15942         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
15943         (ves_icall_Type_get_IsGenericInstance): New interncall.
15944
15945 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
15946
15947         * object.c: fix cast warning in big endian code.
15948
15949 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
15950
15951         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
15952         
15953 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15954
15955         * assembly.c: don't call check_env from mono_assembly_load. It's
15956         already done once in mono_assemblies_init and may cause headaches when
15957         multiple threads are loading assemblies.
15958
15959 2003-09-19  Martin Baulig  <martin@ximian.com>
15960
15961         * reflection.c (mono_reflection_define_generic_parameter): Don't
15962         allocate `klass->methods', set `klass->flags' to
15963         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
15964
15965 2003-09-18  Martin Baulig  <martin@ximian.com>
15966
15967         * class.c (mono_class_init): Don't create `class->methods' if it's
15968         already initialized.
15969
15970         * metadata.c (mono_metadata_load_generic_params): Make this
15971         actually work.
15972
15973         * reflection.c (mono_reflection_define_generic_parameter): Set
15974         parent class and interfaces from the constraints.
15975
15976         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
15977         to keep this struct in sync with the declaration in TypeBuilder.cs.
15978
15979 2003-09-17  Martin Baulig  <martin@ximian.com>
15980
15981         * metadata.h (MonoType): Replaced the data's `int type_param'
15982         field with `MonoGenericParam *generic_param'.
15983         (MonoGenericParam): Added `MonoClass *klass'.
15984
15985         * class.c (mono_class_from_gen_param): Removed the
15986         `MonoImage *image' and `int type_num' arguments.
15987
15988         * metadata.c (mono_metadata_parse_generic_param): New static
15989         method; creates a MonoGenericParam which just contains the index.
15990         (do_mono_metadata_parse_type): Call
15991         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
15992         MONO_TYPE_MVAR.
15993
15994         * reflection.c (mono_image_typedef_or_ref): Generic type
15995         parameters may be in the same assembly, but never use a typedef
15996         for them.
15997         (mono_reflection_define_generic_parameter): We're now creating a
15998         "real" class for the type parameter; it's now safe to call
15999         mono_class_from_mono_type() on the class'es type, it'll do the
16000         right thing.
16001
16002 2003-09-16  Martin Baulig  <martin@ximian.com>
16003
16004         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
16005         `symfile->range_entry_size' and `symfile->class_entry_size' here;
16006         the `symfile' data structure must be fully initialized before it
16007         gets added to the table.
16008
16009 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
16010
16011         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
16012
16013         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
16014         class init trampolines.
16015
16016 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
16017
16018         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
16019         to the built-in profiler to turn off time and allocation profiling
16020         respectively.
16021
16022 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
16023
16024         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
16025         g_direct_equal.
16026
16027         * debug-helpers.c (mono_method_full_name): Print the wrapper type
16028         in human readable form.
16029
16030 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
16031
16032         * reflection.c icall.c: Fixed warnings.
16033
16034         * image.c (load_class_names): Use a temporary hash table to hold the
16035         namespaces in order to avoid doing many string comparisons.
16036
16037         * image.h: Fix typo.
16038
16039         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
16040         Pass NULL instead of g_direct_equal to the GHashTable constructor 
16041         since the NULL case is short-circuited inside g_hash_table_lookup, 
16042         leading to better performance.  
16043
16044         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
16045         obtain the first custom attribute for a given index. Depends on the
16046         CustomAttribute table being sorted by the parent field.
16047
16048         * reflection.c (mono_custom_attrs_from_index): Use the new function 
16049         for better performance.
16050
16051 2003-09-07  Martin Baulig  <martin@ximian.com>
16052
16053         * class.c (mono_class_init): If we're a generic instance, inflate
16054         all our methods instead of loading them from the image.
16055         (mono_class_from_generic): Set `class->methods = gklass->methods'.
16056
16057 2003-09-07  Martin Baulig  <martin@ximian.com>
16058
16059         * mono-debug-debugger.c: Added support for constructors.
16060
16061 2003-09-06  Martin Baulig  <martin@ximian.com>
16062
16063         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
16064         New interncall.
16065
16066         * reflection.c (mono_reflection_setup_generic_class): Call
16067         ensure_runtime_vtable() to create the vtable.
16068
16069 2003-09-05  Martin Baulig  <martin@ximian.com>
16070
16071         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
16072         MONO_TYPE_MVAR.
16073
16074 2003-09-04  Martin Baulig  <martin@ximian.com>
16075
16076         * reflection.c (mono_reflection_define_generic_parameter): Generic
16077         parameters start with zero.
16078
16079 2003-09-04  Martin Baulig  <martin@ximian.com>
16080
16081         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
16082
16083         * reflection.h (MonoReflectionGenericParam): New typedef.
16084         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
16085         the generic parameters from the managed TypeBuilder.
16086
16087         * reflection.c (mono_reflection_define_generic_parameter): New function.
16088         (mono_reflection_create_runtime_class): Encode generic parameters.
16089         (mono_reflection_setup_generic_class): New function; this is
16090         called after adding adding all generic params to the TypeBuilder.
16091         (encode_type): Added MONO_TYPE_VAR.
16092
16093 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
16094
16095         * class.h class.c (mono_class_needs_cctor_run): Moved this method
16096         here from the JIT.
16097
16098         * assembly.h assembly.c: Moved the AOT loading code into an assembly
16099         load hook.
16100
16101 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
16102
16103         * reflection.h reflection.c class.h class.c: Delete duplicate 
16104         definition of mono_type_get_name () from reflection.c and export the
16105         one in class.c.
16106
16107         * class.c: Class loading fixes from Bernie Solomon 
16108         (bernard@ugsolutions.com).
16109
16110         * reflection.c: Endianness fixes from Bernie Solomon 
16111         (bernard@ugsolutions.com).
16112         
16113 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
16114
16115         * assembly.h assembly.c: Define a file format version for AOT
16116         libraries.
16117         
16118         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
16119
16120         * appdomain.h (MonoJitInfo): New field to determine whenever the
16121         code is domain neutral.
16122         
16123 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
16124
16125         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
16126
16127 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
16128
16129         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
16130         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
16131         Avoid caching the result since strings must be domain specific. Fixes
16132         #48050.
16133
16134 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
16135
16136         * marshal.c (mono_marshal_init): Make this callable multiple times
16137         since it is hard to find a correct place to call it.
16138
16139         * object.c (mono_runtime_class_init): Execute static constructors in
16140         the correct appdomain.
16141
16142         * image.c (build_guid_table): Handle the case when multiple images have
16143         the same GUID.
16144
16145 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16146
16147         * icall.c: added a couple of icalls for System.Web.
16148
16149 2003-08-28  Martin Baulig  <martin@ximian.com>
16150
16151         * icall.c (ves_icall_Type_BindGenericParameters): Use
16152         `klass->generic_inst' instead of `&klass->byval_arg' in the
16153         mono_type_get_object() call.  The returned type must be
16154         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
16155
16156 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
16157
16158         * NOTES: New file.
16159
16160         * object.c (mono_class_proxy_vtable): Make it thread safe.
16161
16162         * pedump.c: Fix warning.
16163
16164         * object.c appdomain.h: Get rid of metadata_section. 
16165         It is no longer needed and it was causing deadlocks with domain->lock.
16166
16167         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
16168
16169 2003-08-26  Martin Baulig  <martin@ximian.com>
16170
16171         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
16172
16173 2003-08-26  Martin Baulig  <martin@ximian.com>
16174
16175         * pedump.c (main): Call mono_metadata_init(),
16176         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
16177         and mono_loader_init().
16178
16179 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
16180
16181         * loader.h: Add missing include to fix build.
16182
16183         * image.h: mono_image_load_references is no more.
16184
16185         * assembly.c: Reworked assembly loading to make it really thread safe.
16186         After these changes, the assembly returned by mono_assembly_open is
16187         fully initialized, i.e. all its references assemblies are loaded.
16188
16189         * assembly.c (mono_image_load_references): Renamed to 
16190         mono_assembly_load_references, and made private, since clients no
16191         longer need to call it.
16192
16193         * class.c: Removed calls to mono_assembly_load_references, since it was
16194         a source of deadlocks.
16195
16196         * loader.h loader.c class.h class.c: Protect data structures using a 
16197         new lock, the loader lock.
16198
16199         * class.c (mono_class_setup_vtable): Create temporary hash tables and
16200         GPtrArrays only when needed.
16201
16202         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
16203         into empty structures by mcs. Fixes pinvoke7.cs.
16204         
16205         * domain.c (mono_init): Call a new initialization function.
16206
16207         * appdomain.c (mono_runtime_init): Call the new initializer function
16208         of the marshal module.
16209
16210         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
16211         inserted into empty structures by mcs. Fixes pinvoke7.cs.
16212
16213         * marshal.h marshal.c: Added locks around the wrapper caches to make
16214         this module thread safe.
16215
16216         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
16217         this argument. Fixes pinvoke1.exe.
16218
16219 2003-08-25  Lluis Sanchez <lluis@ximian.com>
16220
16221         * object.h: Added call_type field to MonoMethodMessage and the corresponding
16222         enumeration of values. Removed fields to store remote call output values in
16223         MonoAsyncResult. Not needed any more.
16224         * object.c: Initialize call_type and async_result fields in mono_message_init.
16225         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
16226         dispatching the message.
16227         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
16228         async call to finish. To do it use a message with EndInvoke call type.
16229
16230 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
16231
16232         * loader.h loader.c (mono_method_hash_marhal_info): New function which
16233         determines whenever a method has marshalling info.
16234
16235 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16236
16237         * assembly.c: fix the build on windows.
16238
16239 2003-08-22 Lluis Sanchez <lluis@ximian.com>
16240
16241         * object.cs: Fixed bug #47785.
16242
16243 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
16244
16245         * string-icalls.c (StringReplace): If their are no occurances of
16246         the old string found return a reference to the supplied
16247         string. This saves some memory and matches MS behavoir.
16248         
16249 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16250
16251         * socket-io.c: fixed compilation for systems that define AF_INET6
16252         and don't define SOL_IP/SOL_IPV6.
16253
16254 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
16255
16256         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
16257         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
16258
16259         * rawbuffer.c rawbuffer.h: Make this module thread safe.
16260
16261         * domain.c: Make this module thread safe.
16262
16263         * domain.c (mono_init): Call new initialization function.
16264
16265         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
16266         reference types too. Fixes #38812.
16267
16268         * image.c (mono_image_init): Fixed warnings.
16269
16270         * class.c (mono_class_from_typeref): Handle assembly load failure
16271         correctly.
16272
16273         * appdomain.c (add_assemblies_to_domain): Handle the case when
16274         the references of an assembly are not yet loaded.
16275
16276         * metadata.c image.c assembly.c: Moved initialization of global
16277         variables to a separate function called at startup since lazy 
16278         initialization of these variables is not thread safe.
16279         
16280         * image.c assembly.c: Made this module thread safe by adding locks in 
16281         the appropriate places.
16282
16283         * domain.c (mono_init): Call the new initialization functions of the
16284         three modules.
16285
16286 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
16287
16288         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
16289           make a direct call. It is proxy's work to make the call asynchronous.
16290           mono_delegate_end_invoke(): If the targe is a proxy, just collect
16291           the return values.
16292         * object.cs: mono_method_call_message_new(): read AsyncResult and
16293           state object from parameters list, if this info is requested.
16294         * object.h: Added fields to store remote call output values in
16295           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
16296
16297 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
16298
16299         * object.h: add needed fields to MonoThread.
16300         * threads.c, threads.h: allow registering a function to cleanup data
16301         allocated per thread by the JIT.
16302
16303 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
16304
16305         * loader.h: portability fix by Bernie Solomon
16306         * <bernard@ugsolutions.com>.
16307
16308 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
16309
16310         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
16311         return a MonoArray. This simplifies the code and also ensures that
16312         the cache allways contains an object reference as a value.
16313
16314         * icall.c (ves_icall_get_parameter_info): Simplified using the new
16315         function.
16316
16317 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16318
16319         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
16320         fixes a problem with byte ordering when getting the address family for
16321         a socket.
16322
16323 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
16324
16325         * .cvsignore: Added monosn.
16326
16327         * reflection.h reflection.c loader.c: Added support for parameter
16328         marshalling to dynamically created types. Fixes #47295.
16329
16330 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
16331
16332         * rand.c: remove useless warnings.
16333
16334 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
16335
16336         * class.c: implemented ldtoken for methods and fieldrefs.
16337
16338 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16339
16340         * threadpool.c: when mono_async_invoke was called, no one took care of
16341         monitoring the queue. So if the method invoked took some time and we
16342         got new async invoke requests after 500 ms (the thread created waited
16343         that long in WaitForSingleObject), the new async invoke was not called
16344         until the previous one finished.
16345
16346         This is fixed now. Thanks to Totte for helping with it.
16347
16348 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16349
16350         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
16351
16352 2003-08-11  Martin Baulig  <martin@ximian.com>
16353
16354         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
16355
16356 2003-08-06  Martin Baulig  <martin@ximian.com>
16357
16358         * mono-debug-debugger.c: Added support for static fields,
16359         properties and methods.
16360
16361 2003-08-06  Martin Baulig  <martin@ximian.com>
16362
16363         * mono-debug-debugger.c: Don't store the MonoString's vtable to
16364         make this work for applications with multiple application domains.
16365
16366 2003-08-04  Martin Baulig  <martin@ximian.com>
16367
16368         * mono-debug-debugger.c: Completely reworked the type support; the
16369         most important thing is that we're now just using one single
16370         `MonoType' instance per type.
16371
16372 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
16373
16374         * mono-endian.h, mono-endian.c, icall.c: Added icall
16375         ves_icall_System_Double_AssertEndianity to assert double word endianity
16376         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
16377
16378 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
16379
16380         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
16381         support, icalls and fixes.
16382
16383 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
16384
16385         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
16386         classes that are a punctuation character in .NET is not the same a
16387         g_unichar_ispunct.
16388
16389 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
16390
16391         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
16392
16393 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
16394
16395         * icall.c: Add new MemCopy internalcall.
16396         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
16397         Simplified code; It is not necessary to handle all the cases here,
16398         as the C# code takes care of it.  Only handle the case of the name
16399         resource embedded into the assembly.
16400
16401         Changed signature to return the data pointer and the size of the
16402         data. 
16403
16404 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
16405
16406         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
16407         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
16408
16409 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
16410
16411         * socket-io.c: ignore EINTR error in select.
16412
16413 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
16414
16415         * class.h, class.c: removed unused subclasses field in MonoClass.
16416
16417 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
16418
16419         * icall.c: improve fix of get_base_definition(). If the parent class
16420           doesn't have the mehod, look at the parent of the parent.
16421         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
16422           to check if a parameter is an in or out parameter
16423           (PARAM_ATTRIBUTE_IN is not set by default).
16424           mono_method_return_message_restore(): Use mono_class_value_size to
16425           get the size of a value type. mono_type_stack_size (parameterType)
16426           does not return the correct value if parameterType is byRef.
16427           mono_load_remote_field(), mono_load_remote_field_new(),
16428           mono_store_remote_field(), mono_store_remote_field_new():
16429           raise exception if the remote call returns an exception.
16430
16431 2003-07-28  Martin Baulig  <martin@ximian.com>
16432
16433         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
16434         method.  This is a wrapper around mono_runtime_invoke() which
16435         boxes the instance object if neccessary.
16436
16437 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
16438
16439         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
16440         metadata.h, row-indexes.h, verify.c: first cut of generics support.
16441
16442 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
16443
16444         * icall.c: disable mcs bug workaround.
16445
16446 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
16447
16448         * object.c (mono_runtime_class_init): Take the metadata_section
16449         mutex before obtaining the domain mutex.
16450
16451         * appdomain.h: Added definition of metadata_section mutex here. 
16452
16453         * object.c: define metadata_mutex here.
16454
16455 2003-07-24  Ravi Pratap  <ravi@ximian.com>
16456
16457         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
16458         fixed.
16459
16460 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
16461
16462         * reflection.c: Fix bug #46669
16463
16464 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16465
16466         * exception.c:
16467         * exception.h:
16468         * icall.c:
16469         * object.h: fill in the type name for TypeLoadException.
16470
16471 2003-07-23  Ravi Pratap  <ravi@ximian.com>
16472
16473         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
16474         relationship between TypeBuilders while compiling corlib) and bug
16475         45993 (Array types returned from the runtime while compiling
16476         corlib were from the loaded corlib).
16477
16478 2003-07-22  Martin Baulig  <martin@ximian.com>
16479
16480         * mono-debug-debugger.c: Reworked the type support a bit more;
16481         distinguish between types and classes.
16482
16483 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
16484
16485         * icall.c: add IsArrayImpl icall.
16486
16487 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
16488
16489         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
16490         initializing real_size only once. Also fix bug #46602.
16491
16492 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
16493
16494         * object.c: Renamed mono_metadata_section to metadata_section.
16495
16496 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
16497
16498         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
16499           empty array if the type is an array. Fixed.
16500           ves_icall_MonoMethod_get_base_definition: if the base method
16501           is abstract, get the MethodInfo from the list of methods of
16502           the class.
16503         * reflection.c: ParameterInfo.PositionImpl should be zero-based
16504           and it was 1-based. Fixed in mono_param_get_objects.
16505
16506 2003-07-20  Martin Baulig  <martin@ximian.com>
16507
16508         * mono-debug.h: Set version number to 31.
16509         (mono_debug_init): Added `MonoDomain *' argument.
16510
16511         * mono-debug-debugger.c: Reworked the type support; explicitly
16512         tell the debugger about builtin types; pass the `klass' address to
16513         the debugger.
16514
16515 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
16516
16517         * image.c: Allow new metadata tables to be loaded without a
16518         warning. Also update the warning message to give the new constant value.
16519                 
16520 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
16521
16522         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
16523         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
16524         array type representation changes.
16525
16526 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
16527
16528         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
16529         on Environment.Exit () call.
16530
16531 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
16532
16533         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
16534         requires a matching corlib.
16535
16536 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
16537
16538         * Changelog: My editor decided to add a CR to each line. Sorry about that.
16539           Committed again without the CRs.
16540         
16541 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
16542
16543         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
16544           getting it from the "this" socket instance. Did not work
16545           if the socket is a subclass of Socket.
16546           Also fixed bug #35371.
16547
16548 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
16549
16550         * metadata.c: fixed size for TypedByRef.
16551         * loader.c: when searching for a method, consider the vararg amrker.
16552         * unicode.c, decimal.c: constify some arrays.
16553
16554 2003-07-15  Dick Porter  <dick@ximian.com>
16555
16556         * socket-io.c: Fixed compilation for gcc < 3.2.
16557
16558         Fixed compilation for machines that don't have AF_INET6 (thanks to
16559         Bernie Solomon <bernard@ugsolutions.com> for that part.)
16560
16561         Fixed compile warnings.
16562         
16563         Fixed formatting and line endings.
16564
16565 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
16566
16567         * socket-io.h:
16568         * socket-io.c: Added IPv6 support.
16569
16570 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
16571
16572         * class.c (mono_class_is_assignable_from): New function to implement
16573         the is_assignable_from logic. Used by mono_object_isinst, 
16574         Type::IsAssignableFrom () and the interpreter.
16575
16576         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
16577         Object, even interfaces.
16578         
16579         * object.c (mono_object_isinst): Implement in terms of 
16580         is_assignable_from.
16581
16582         * icall.c (ves_icall_type_is_assignable_from): New icall.
16583
16584 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
16585
16586         * domain.c (foreach_domain): fix compiler warning.
16587
16588 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
16589
16590         * image.c (load_metadata_ptrs): use g_strndup because strndup is
16591         not available on all plattforms
16592
16593 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
16594
16595         * image.h image.c: Store the metadata version string in MonoImage.
16596         * icall.c: New icall to retrieve the image version.
16597         * reflection.c (create_dynamic_image): Fill in the image version field
16598         * reflection.c (build_compressed_metadata): Use the image version
16599         from the image structure.
16600
16601 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16602
16603         * appdomain.c: modified comment.
16604         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
16605         That will be its last iteration when mono_gc_cleanup is called from
16606         mono_runtime_cleanup and before the domain is unloaded.
16607
16608         Fixes bug #45962.
16609
16610 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
16611
16612         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
16613         attributes.
16614
16615 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
16616
16617         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
16618         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
16619         Bernie Solomon <bernard@ugsolutions.com>.
16620
16621 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
16622
16623         * object.c, object.h: provide mono_object_new_fast() for faster
16624         allocation in some special cases.
16625
16626 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
16627
16628         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
16629         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
16630
16631 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
16632
16633         * threadpool.c: fix leaks.
16634
16635 2003-07-01  Dick Porter  <dick@ximian.com>
16636
16637         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
16638         using MonoGHashTables.  Fixes threadpool bug posted to list.
16639
16640 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
16641
16642         * image.h, image.c: added support to load an assembly from a byte array.
16643         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
16644         assembly bundle support.
16645
16646 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
16647
16648         * threadpool.c (mono_thread_pool_add): keep a reference to the
16649         AsyncResult to prevent GC
16650
16651 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
16652
16653         * class.c: leak fix.
16654
16655 2003-06-25  Dick Porter  <dick@ximian.com>
16656
16657         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
16658         for the async object, the WaitHandle object will close the handle.
16659         Fixes bug 45321.
16660
16661 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
16662
16663         * class.c: in mono_array_class_get (), lookup from the hash with the
16664         same type we insert: this works around a bug in
16665         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
16666         lluis. The real fix will have to wait for after the release.
16667
16668 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
16669
16670         * icall.c: fix memory leak when getting type members.
16671
16672 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
16673
16674         * reflection.c: added more pubtoken special cases.
16675
16676 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
16677
16678         * class.c: handle field offset correctly when class size
16679         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
16680
16681 2003-06-20  Martin Baulig  <martin@ximian.com>
16682
16683         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
16684         *image' field.
16685
16686 2003-06-20  Martin Baulig  <martin@ximian.com>
16687
16688         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
16689
16690 2003-06-20  Martin Baulig  <martin@ximian.com>
16691
16692         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
16693         just distinguish between variables in registers and variables at
16694         an offset relative to a register.
16695
16696 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16697
16698         * icall.c: #ifdef out latest changes until mcs is fixed.
16699
16700 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
16701
16702         * icall.c: return members in metadata order.
16703
16704 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
16705
16706         * icall.c: avoid infinite loop in GetTimeZoneData.
16707
16708 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
16709
16710         * icall.c: added Marshal.Prelink/All icalls.
16711
16712 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
16713
16714         * object.c, object.h: fix warnings and do some overflow checking
16715         when creating arrays.
16716
16717 2003-06-17  Dick Porter  <dick@ximian.com>
16718
16719         * file-io.h:
16720         * file-io.c: File attributes need to be tweaked slightly when
16721         passed from the managed to the w32 world.
16722
16723 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
16724         * profiler.h profiler-private.h profiler.c: Rework last patch
16725         based on suggestion by Paolo.
16726         
16727 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
16728
16729         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
16730         instruction level coverage data collection.
16731         * profiler.h profiler.c (: Added new callback function which can be
16732         used by the profiler to limit which functions should have coverage
16733         instrumentation.
16734         * profiler.c (mono_profiler_load): Call g_module_build_path to
16735         generate the file name of the profiler library.
16736
16737 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
16738
16739         * profiler.c, profiler.h, profiler-private.h: added basic block 
16740         coverage profiling API.
16741
16742 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
16743
16744         * reflection.c (mono_reflection_create_runtime_class): Add support
16745         for events in dynamically generated code.
16746
16747         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
16748         not allocated.
16749
16750 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
16751
16752         * icall.c: when getting timezone info, return reasonable values if we
16753         can't get the actual data.
16754
16755 2003-06-14  Dick Porter  <dick@ximian.com>
16756
16757         * threads.c (start_wrapper): Remove the reference to the thread
16758         object in the TLS data, so the thread object can be finalized.
16759         This won't be reached if the thread threw an uncaught exception,
16760         so those thread handles will stay referenced :-( (This is due to
16761         missing support for scanning thread-specific data in the Boehm GC
16762         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
16763
16764 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
16765
16766         * reflection.c: ensure streams and tables are first allocated with
16767         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
16768
16769 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
16770
16771         * icall.c: fixed GetElementType for byrefs (bug# 44792).
16772
16773 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
16774
16775         * reflection.c (mono_reflection_create_runtime_class): Add support for
16776         properties to dynamically created classes.
16777         * reflection.c: Fix a few places where non-MonoObjects were inserted
16778         into the tokens hashtable.
16779
16780 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
16781
16782         * object.c: some support to handle out of memory exceptions.
16783
16784 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
16785
16786         * marshal.c (mono_marshal_get_native_wrapper): support reference
16787         return types
16788
16789 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
16790
16791         * object.h, object.c: more portability stuff from Bernie Solomon.
16792         Unexport mono_object_allocate(). Added mono_object_unbox ().
16793         Set exitcode when an unhandled exception is thrown.
16794
16795 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
16796
16797         * marshal.c (mono_marshal_get_native_wrapper): use custom
16798         marshaler for return types.
16799
16800 2003-06-10  Dick Porter  <dick@ximian.com>
16801
16802         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
16803         ip_mreq is available
16804
16805 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
16806
16807         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
16808         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
16809         by Bernie Solomon <bernard@ugsolutions.com>.
16810
16811 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
16812
16813         * gc.c (mono_gc_init): Avoid error message on shutdown when
16814         GC_DONT_GC=1 is used.
16815
16816         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
16817         New icall to return the GUID of a module.
16818
16819 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
16820
16821         * class.c: ensure instance size always includes the parent's size
16822         even whem class size is set explicitly (fixes bug#44294).
16823
16824 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
16825
16826         * profiler.h, profiler.c: made the simple profiler thread-safe,
16827         get more accurate timing info. Allow the loading of an
16828         externally-developed profiler module.
16829
16830 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
16831
16832         * marshal.c (mono_marshal_get_native_wrapper): improved
16833         class/byref arguments.
16834         (mono_marshal_get_native_wrapper): better string marshaling support.
16835
16836 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
16837
16838         * class.c: ensure .pack and .size are handled correctly and
16839         simplified layout of static fields.
16840
16841 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
16842
16843         * appdomain.c
16844         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
16845
16846         * loader.c (mono_lookup_pinvoke_call): look for modules in the
16847         current directory (fix bug 44008)
16848
16849 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
16850
16851         * marshal.c (mono_marshal_get_native_wrapper): started support for
16852         custom marshalers.
16853         (mono_delegate_to_ftnptr): consider marshalling specifications
16854
16855 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
16856
16857         * reflection.c, reflection.h: emit custom marshal info.
16858
16859 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16860
16861         * object.c: free the GError.
16862         * icall.c: added CloseEvent_internal.
16863         * threads.[ch]:
16864         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
16865         call.
16866
16867 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
16868
16869         * loader.c (mono_method_get_signature): Add support for dynamic
16870         assemblies.
16871
16872 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
16873
16874         * reflection.c: fixed bug #43905.
16875
16876 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
16877
16878         * class.c, domain.c, icall.c, metadata.h, object.h: support for
16879         handling TypedReference and ArgIterator.
16880         * loader.c, loader.h: added function to get signature at call site.
16881
16882 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
16883
16884         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
16885         data readonly. Buglets and warning fixes. Some MethodSpec support.
16886
16887 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
16888
16889         * class.h, class.c, object.c: remove relative numbering support.
16890
16891 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
16892
16893         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
16894         free the string, until we get a chance to fix Gtk#
16895
16896 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16897
16898         * marshal.c: revert last patch.
16899
16900 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
16901
16902         * icall.c: updates for new mono_class_vtable() not calling
16903         the type constructor anymore.
16904
16905 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
16906
16907         * object.h, object.c: separate vtable creation from type
16908         initialization. Make running the .cctor thread safe.
16909
16910 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
16911
16912         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
16913
16914 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
16915
16916         * loader.c (mono_get_method): consider calling convention
16917
16918 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
16919
16920         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
16921         to return the invisible global type for a module.
16922
16923         * reflection.c (mono_image_build_metadata): Emit global fields too.
16924
16925 2003-05-20  Peter Williams  <peterw@ximian.com>
16926
16927         * loader.c (mono_lookup_internal_call): Add a few newlines.
16928
16929 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
16930
16931         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
16932         literal strings.
16933
16934         * appdomain.c (set_domain_search_path): Recalculate search path when
16935         AppDomainSetup.PrivateBinPath changes.
16936
16937         * object.c (mono_class_compute_gc_descriptor): It turns out some
16938         parts of the class libs (like System.Thread) holds pointers to
16939         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
16940         to treat native int a pointer type here.
16941         
16942 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
16943
16944         * appdomain.h, domain.c: add hashtable for jump target resolution.
16945
16946 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
16947
16948         * reflection.h reflection.c icall.c: Added new icalls 
16949         GetManifestResourceInfoInternal, GetModulesInternal and support
16950         infrastructure.
16951
16952 2003-05-16  Dick Porter  <dick@ximian.com>
16953
16954         * icall.c:
16955         * file-io.h:
16956         * file-io.c: Implement System.IO.MonoIO::GetTempPath
16957
16958 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
16959
16960         * object.c: mono_store_remote_field: little fix to previous patch.
16961
16962 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
16963
16964         * class.c: add constructors to array classes.
16965         * icall.c: special case array construction for InternalInvoke (),
16966
16967 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
16968
16969         * class.h class.c reflection.c object.c: Added support for field
16970         defaults in dynamically generated classes.
16971
16972 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
16973
16974         * reflection.c: properly encode charset for ddlimport.
16975
16976 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
16977
16978         * threads.c: allow compiling without GC.
16979
16980 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
16981
16982         * appdomain.h, object.c, object.h, threads.c, threads.h: added
16983         handling of thread static data.
16984
16985 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
16986
16987         * reflection.h, reflection.c: added mono_custom_attrs_free ().
16988
16989 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
16990
16991         * class.c (mono_array_class_get): always set the serializable flags
16992         (mono_array_class_get): always set the SEALED attribute for array types
16993
16994 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
16995
16996         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
16997         attributes (fix for bug 42021).
16998
16999 2003-05-12  Dick Porter  <dick@ximian.com>
17000
17001         * gc.c: Don't run finalizers when the finalizer thread is
17002         finishing up, because the default domain has already been
17003         destroyed.
17004
17005 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
17006
17007         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
17008         value is null, we should throw an exception.   This is slightly
17009         different than the other conventions used for the constructor.
17010
17011 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17012
17013         * socket-io.c: fixed windows build.
17014
17015 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17016
17017         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
17018
17019 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
17020
17021         * object.c (mono_string_new_wrapper): Compatibility fix for MS
17022         compilers.
17023
17024 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
17025
17026         * class.c (mono_class_layout_fields): Add experimental GC aware
17027         auto layout facility. Requires class library changes to work correctly.
17028
17029         (mono_class_setup_vtable): Avoid overriding explicit interface
17030         method implementations. Fixes iface3.exe test.
17031
17032         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
17033         object reference.
17034         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
17035         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
17036
17037         * metadata.h: Add new type classification macro which determines
17038         whenever the type holds an object reference.
17039
17040 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
17041
17042         * marshal.c (mono_marshal_get_native_wrapper): cleanups
17043
17044 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
17045
17046         * gc.c (finalizer_thread): Work around a GC bug.
17047
17048 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
17049
17050         * marshal.c (emit_struct_conv): allow unions
17051
17052         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
17053
17054 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
17055
17056         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
17057
17058 2003-05-06  Martin Baulig  <martin@ximian.com>
17059
17060         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
17061
17062 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17063
17064         * socket-io.c:
17065         (Select_internal): allow NULLs, don't create arrays if not needed.
17066         Coupled with Socket.cs changes.
17067
17068         * threadpool.c:
17069         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
17070         register a finalizer for it that will close the semaphore handle. This
17071         fixes the leak and make Lupus' test run with > 4080 loops.
17072
17073 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
17074
17075         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
17076         Jerome Laban (bug #42287)
17077
17078 2003-05-02  Martin Baulig  <martin@ximian.com>
17079
17080         * debug-mono-symfile.h
17081         (MonoSymbolFile): Moved declaration into mono-debug.h.
17082         (MonoDebugMethodJitInfo): Likewise.
17083         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
17084         argument.
17085         (_mono_debug_address_from_il_offset): Take a
17086         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
17087
17088         * mono-debug.h
17089         (MonoDebugDomainData): New struct.
17090         (mono_debug_get_domain_data): New function.
17091         (mono_debug_add_method): Take an additional `MonoDomain *'
17092         argument.
17093         (mono_debug_source_location_from_address): Likewise.
17094         (mono_debug_il_offset_from_address): Likewise.
17095         (mono_debug_address_from_il_offset): Likewise.
17096
17097 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
17098
17099         * reflection.c: one more check for null type in custom attrs.
17100
17101 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17102
17103         * reflection.c: avoid warning (comparison is always false due to limited
17104         range of data type).
17105
17106 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17107
17108         * icall.c: throw an exception in Type.GetField if the argument 'name'
17109         is NULL.
17110
17111 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
17112
17113         * reflection.c: fixed handling of enums in named arguments to custom
17114         attributes (bug #42123).
17115
17116 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
17117
17118         * reflection.c: use the right array element type and handle
17119         a null for a Type argument, too.
17120
17121 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
17122
17123         * reflection.c: handle arrays as arguments to custom attributes.
17124
17125 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
17126
17127         * reflection.c: handle a string value in a custom attr
17128         ctor that takes an object.
17129
17130 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
17131
17132         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
17133         (fix bug #42063)
17134
17135 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
17136
17137         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
17138
17139 2003-04-27  Martin Baulig  <martin@ximian.com>
17140
17141         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
17142         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
17143         MONO_DEBUGGER_EVENT_BREAKPOINT.
17144         (mono_breakpoint_trampoline_code): Removed.
17145         (mono_debugger_event_handler): The last argument is now a
17146         `guint32'.
17147         (mono_debugger_insert_breakpoint_full): Removed the
17148         `use_trampoline' argument.
17149         (mono_debugger_method_has_breakpoint): Likewise.
17150         (mono_debugger_trampoline_breakpoint_callback): Renamed to
17151         mono_debugger_breakpoint_callback(); take the method and
17152         breakpoint number as arguments.
17153
17154 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
17155
17156         * metadata.c: fix off by one when loading parameters attributes.
17157
17158 2003-04-24  Martin Baulig  <martin@ximian.com>
17159
17160         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
17161
17162 2003-04-24  Martin Baulig  <martin@ximian.com>
17163
17164         * mono-debug-debugger.c: Moved all code which interacts with the
17165         Mono Debugger here.
17166
17167         * debug-mono-symfile.c: This code now just deals with the symbol
17168         file itself, the debugger code is now in mono-debug-debugger.c.
17169
17170 2003-04-23  Martin Baulig  <martin@ximian.com>
17171
17172         * mono-debug.c (mono_debug_source_location_from_il_offset):
17173         New method; like mono_debug_source_location_from_address(), but
17174         takes an IL offset instead of a machine address.
17175
17176 2003-04-23  Martin Baulig  <martin@ximian.com>
17177
17178         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
17179         `line' field; this is now computed by the debugger.
17180
17181 2003-04-23  Martin Baulig  <martin@ximian.com>
17182
17183         * mono-debug.[ch]: New files.  This is the new debugging interface.
17184
17185         * mono-debug-debugger.[ch]: New files.  Moved all code which
17186         interacts with the Mono Debugger here.
17187
17188 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
17189
17190         * domain.c (mono_init): initialize mono_defaults.monitor_class
17191
17192 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
17193
17194         * reflection.c (method_encode_code): Add a spicy exception to help
17195         future compiler authors.
17196
17197 2003-04-21  Martin Baulig  <martin@ximian.com>
17198
17199         * icall.c
17200         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
17201         Make this work with relative pathnames; g_filename_to_uri() needs
17202         an absolute filename.
17203
17204 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
17205
17206         * icall.c: Track name changes in Object and ValueType.
17207
17208 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
17209
17210         * metadata.c (mono_type_stack_size): size should be a multiple of
17211         sizeof (gpointer)
17212
17213 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17214
17215         * gc.c:
17216         (internal_domain_finalize): moved into mono_domain_finalize. No need
17217         to create another thread because the finalizers will be run in the
17218         finalizer thread.
17219         
17220         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
17221         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
17222         to be run (MS does this too).
17223
17224 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
17225
17226         * object.c (mono_class_compute_gc_descriptor): Update comment.
17227
17228         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
17229
17230         * image.h: Add synchronized wrapper cache.
17231
17232         * image.c (do_mono_image_open): Initialize cache.
17233
17234         * reflection.c (create_dynamic_mono_image): Initialize cache.
17235
17236 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17237
17238         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
17239         ves_icall_System_Buffer_ByteLengthInternal.
17240
17241 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
17242
17243         * reflection.c: setup klass->nested_in earlier. Allow
17244         a dash in the assembly name.
17245
17246 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
17247
17248         * metadata.c (mono_type_to_unmanaged): dont access
17249         type->data.klass for MONO_TYPE_OBJECT
17250         (mono_type_to_unmanaged): consider System.Delegate class
17251
17252 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
17253
17254         * class.c: just setup supertypes in the proper place instead of
17255         initializing the full element class for arrays.
17256
17257 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
17258
17259         * class.c: ensure the element class of arrays is initialized.
17260         Setup the supertype info for array classes, too.
17261
17262 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
17263
17264         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
17265
17266 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17267
17268         * Makefile.am: re-added -m option when running cygpath. This way,
17269         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
17270         separator.
17271         * mono-config.c: same codepath for locating mono config file for WIN32
17272         and the rest.
17273         * assembly.c: if mono_assembly_setrootdir is called, don't override
17274         the value set.
17275
17276 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17277
17278         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
17279         MONO_ASSEMBLIES variable.
17280
17281 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
17282
17283         * icall.c: added Assembly::GetNamespaces() icall.
17284
17285 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17286
17287         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
17288
17289 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
17290
17291         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
17292         * object.c: fixed bug in the construction of vtable for proxies
17293
17294 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
17295
17296         * object.c (mono_array_new): Mark mono_array_new as an icall.
17297
17298 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17299
17300         * class.c: fixed test for public method when overriding interfaces.
17301         Closes bug #40970.
17302
17303 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
17304
17305         * appdomain.h, domain.c: added mono_domain_foreach() to
17306         be able to access the currently loaded appdomains.
17307         * object.c: make string interning work across sppdomains.
17308         Mark some functions for use as icalls.
17309
17310 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
17311
17312         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
17313
17314         * reflection.h reflection.c: Allocate long living data using 
17315         GC_MALLOC_ATOMIC so the collector does not need to scan it.
17316
17317         * reflection.c: Double the allocation size in streams instead of
17318         increasing it, to prevent unneccesary copying on large assemblies.
17319         
17320         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
17321         creation if the assembly does not have the Run flag set.
17322
17323 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
17324
17325         * class.h: avoid the C++ keywords in header files (Jerome Laban
17326         spotted and fixed this).
17327
17328 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17329
17330         * object.c:
17331         (mono_unhandled_exception): fill in the arguments for the
17332         UnhandledException event. Only trigger that event for the default
17333         domain (as MS does).
17334
17335 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
17336
17337         * object.c: Improve typed allocation stuff based on suggestions from
17338         Paolo. Also turn it on if the GC library supports it.
17339
17340 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
17341
17342         * object.c object.h class.h: Added experimental typed allocation
17343         facility using the interfaces in gc_gcj.h.
17344
17345         * os/gc_wrapper.h: Added new include files.
17346         
17347 2003-04-03  Martin Baulig  <martin@ximian.com>
17348
17349         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
17350         which is not yet enabled by default.
17351
17352         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
17353         functions.
17354         (mono_gc_lock, mono_gc_unlock): New static functions.
17355
17356         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
17357         functions; stop/start the world for the garbage collector.  This
17358         is using the windows API; we need to complete the SuspendThread()/
17359         ResumeThread() implementation in the io-layer to make this work on Unix.
17360         (mono_gc_push_all_stacks): New public function; tells the garbage
17361         collector about the stack pointers from all managed threads.
17362
17363 2003-04-03  Martin Baulig  <martin@ximian.com>
17364
17365         * object.h (MonoThread): Added `gpointer stack_ptr'.
17366
17367         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
17368
17369 2003-04-03  Martin Baulig  <martin@ximian.com>
17370
17371         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
17372
17373 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
17374
17375         * reflection.c (typebuilder_setup_fields): Initialize field.first and
17376         field.last.
17377
17378 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
17379
17380         * loader.c (mono_lookup_internal_call): Report the corlib that is
17381         out of sync.
17382
17383 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
17384
17385         * icall.c (ves_icall_type_GetTypeCode): fixed check for
17386         System.DBNull (it's class not valuetype).
17387
17388 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
17389
17390         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
17391         if the array method was already assigned a token (fixes bug#40646).
17392
17393 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
17394
17395         * reflection.c (mono_reflection_get_type): Attempt type resolve even
17396         if no assembly is given.
17397
17398 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
17399
17400         * metadata.h: Added the new tables.
17401
17402         * row-indexes.h: Added definitions for new tables.
17403
17404         * metadata.c: Add schemas for new tables, and add support for
17405         computing the sizes of them.
17406
17407         * class.c: Update for handling the new type cases.
17408
17409 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
17410
17411         * metadata.h (MONO_TYPE_IS_VOID): new macro
17412
17413 2003-03-31  Martin Baulig  <martin@ximian.com>
17414
17415         * threads.h (MonoThreadCallbacks): Added `thread_created'.
17416
17417         * threads.c (mono_thread_new_init): Call `thread_created' in the
17418         mono_thread_callbacks.
17419
17420 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
17421
17422         * loader.h: added marshalbyrefobject_class to mono_defaults
17423         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
17424         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
17425           generation of output parameters.
17426           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
17427         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
17428           contextbound and the target object belongs to the context of the caller.
17429         * object.h: added context and unwrapped_server variables in MonoRealProxy.
17430         * object.c: Implemented support for interfaces and abstract classes
17431           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
17432           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
17433
17434 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
17435
17436         * class.h class.c (mono_class_is_subclass_of): New function.
17437         
17438         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
17439         routines for most common case (calls from ArrayList::ToArray).
17440
17441         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
17442         routine so programs which call Environment::Exit() can be profiled.
17443
17444         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
17445         Added MONO_ARCH_SAVE_REGS.
17446
17447         * icall.c (ves_icall_type_is_subtype_of): Use new function.
17448
17449 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
17450
17451         * blob.h: Add a couple of new MonoType types definitions.
17452
17453         * tabledefs.h: Add a couple of new call convs.
17454
17455 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
17456
17457         * reflection.h (MonoReflectionDynamicAssembly): track changes in
17458         the layout of the class.
17459
17460         * reflection.c (alloc_table): double the size on overflow to avoid
17461         unnecessary copying.
17462
17463         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
17464         avoid filling out metadata tables and blobs. Also set mb->ilgen to
17465         null so it can be garbage collected.
17466         
17467 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
17468
17469         * reflection.c (mono_reflection_get_type): Return the resolved type
17470         only if it is in the assembly we searched.
17471
17472         * reflection.c (ensure_runtime_vtable): Initialize method slots.
17473
17474         * class.c (mono_class_setup_vtable): Set the slot of the overriding
17475         method.
17476
17477 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17478
17479         * appdomain.c:
17480         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
17481         the right one is 'file:///blah', but MS allows it.
17482         * assembly.c:
17483         (mono_assembly_open): allow 'file://blah'
17484
17485         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
17486
17487 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
17488
17489         * socket-io.c: fixes bug #40310.
17490
17491 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
17492
17493         * reflection.c (mono_reflection_parse_type): handle deeply nested
17494         types correctly.
17495
17496         * reflection.c (mono_image_create_token): Use unique token values
17497         since they will be put into a hash table.
17498
17499         * class.c (mono_class_setup_vtable): If a method occurs in more than
17500         one place in the vtable, and it gets overriden, then change the
17501         other occurances too.
17502
17503         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
17504         object as return type.
17505
17506 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
17507
17508         * icall.c: Deleted "ToString" implementation for double and float
17509         because they are full implemented in managed code.
17510
17511 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
17512
17513         * reflection.c, reflection.h: implemented and exported functions
17514         to retrieve info about custom attributes.
17515
17516 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17517
17518         * appdomain.c: moved Uri handling to assembly.c
17519         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
17520         work when using a file Uri in *nix and windows.
17521
17522         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
17523         GetReferencedAssemblies.
17524
17525 2003-03-18  Dick Porter  <dick@ximian.com>
17526
17527         * icall.c: Rename a couple of internal calls
17528
17529         * threads.c: Set the thread state to Stopped when a thread exits.
17530         Fixes bug 39377.
17531
17532 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
17533
17534         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
17535         New icall.
17536
17537         * object.c (mono_class_vtable): fix warning.
17538
17539 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
17540
17541         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
17542
17543         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
17544         memory.
17545         (method_encode_clauses): Create exception info structures in the right
17546         order.
17547         (mono_reflection_setup_internal_class): Initialize supertypes field.
17548
17549         * class.c object.c: Handle interfaces which implement other interfaces 
17550         correctly.
17551
17552         * class.h class.c: Move the supertypes array initialization code into 
17553         a separate function so it can be used for dynamic types too. Also call
17554         it earlier, in mono_class_init(), since it can be used before the
17555         type is initialized.
17556
17557 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17558
17559         * Makefile.am:
17560         * assembly.c:
17561         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
17562
17563         * appdomain.c:
17564         * appdomain.h:
17565         * marshal.c:
17566         * object.c: remove warnings.
17567
17568 2003-03-13  Martin Baulig  <martin@ximian.com>
17569
17570         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
17571         (MonoDebugLexicalBlockEntry): New types.
17572
17573         * debug-mono-symfile.c
17574         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
17575
17576 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17577
17578         * process.c: ret can be any non-zero value accroding to MS doc.
17579
17580 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
17581
17582         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
17583         fixing a warning for a miss-used prototype, would have cause
17584         random memory corruption.
17585
17586 2003-03-07  Martin Baulig  <martin@ximian.com>
17587
17588         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
17589         getting really annoying ....
17590
17591 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
17592
17593         * reflection.c (fixup_method): added support for array methods.
17594
17595 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
17596
17597         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
17598         (pointed out by Michael Adams).
17599
17600 2003-03-04  Dick Porter  <dick@ximian.com>
17601
17602         * icall.c: Temporarily reverted the Double and Single ToString()
17603         change, because it broke nunit.
17604
17605 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
17606
17607         * object.h, threads.h: make include files compatible with C++
17608         (patch by Jerome Laban <jlaban@wanadoo.fr>).
17609
17610 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
17611
17612         * icall.c: Erased ToString helper functions for Double and Single.
17613         Now, that implementations ar all in managed code (Double and Single
17614         Formatters).
17615
17616 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
17617
17618         * appdomain.c: Added method for initializing the default context of
17619         a domain. Added internal call for getting the default context.
17620         * appdomain.h: Added context variable in MonoDomain struct.
17621         * domain.c: mono_domain_set also sets the default context of the domain
17622         * icall.c: Mapped internal method InternalGetDefaultContext.
17623         * object.c: mono_object_get_virtual_method returns always a remoting
17624         wrapper if the object is a transparent proxy.
17625         mono_runtime_invoke_array: when creating an object by calling the
17626         constructor, if the created object is a proxy, then the constructor should
17627         be called using the a remoting wrapper.
17628
17629 2003-03-03  Dick Porter  <dick@ximian.com>
17630
17631         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
17632         variable so it compiles on solaris.  Problem spotted by
17633         Christopher Taylor <ct@cs.clemson.edu>
17634
17635 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17636
17637         * appdomain.c:
17638         (get_info_from_assembly_name): don't leak value.
17639
17640         * icall.c:
17641         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
17642         result.
17643
17644 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
17645
17646         * assembly.c: export mono_image_load_references ().
17647         * class.c: handle function pointers. mono_class_from_name() now
17648         supports nested type names directly.
17649
17650 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
17651
17652         * reflection.h reflection.c: Encode already created dynamic methods 
17653         and fields correctly as a DEF instead of a REF.
17654
17655         * reflection.c: Get rid of the force_ref argument to 
17656         mono_image_typedef_or_ref since it was wrong in the first place.
17657
17658         * string-icalls.c: add error checking to string constructors according
17659         to the MSDN docs.
17660
17661         * reflection.c: Emit types in the order their TypeBuilders were 
17662         created. Previously, a new table index was assigned to each type before
17663         the tables were emitted. This was wrong because the signature blob
17664         might already refer to a type by its original table index.
17665
17666 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
17667
17668         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
17669         change.
17670         
17671 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17672
17673         * Makefile.am: make assemblies dir have \ instead of / on windows.
17674
17675 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
17676
17677         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
17678         iterate over the NESTEDCLASS table using a linear search since the
17679         table is not guaranteed to be sorted by the secondary key.
17680
17681         * class.c (mono_class_create_from_typedef): fixed up call to
17682         mono_metadata_nesting_typedef.
17683         
17684 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
17685
17686         * marshal.c (mono_string_to_byvalstr): clear the memory as
17687         suggested by Jerome Laban <jlaban@wanadoo.fr>
17688
17689 2003-02-26  Dick Porter  <dick@ximian.com>
17690
17691         * process.c: Cope with padding in .rsrc blocks
17692
17693 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
17694
17695         * metadata.h: reverted the filter_len change, it breaks reflection
17696         
17697 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
17698
17699         * metadata.h: added a new field to store the filter_len
17700         
17701
17702 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
17703
17704         * reflection.c: handle custom attributes for types and members
17705         created with Reflection.Emit (bug#38422).
17706
17707 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
17708
17709         * reflection.c: define RTSpecialName automatically for constructors for
17710         compatibility with MS.NET.
17711
17712         * reflection.c (mono_reflection_create_runtime_class): initialize
17713         nested_in field of dynamically created classes.
17714
17715 2003-02-22  Martin Baulig  <martin@ximian.com>
17716
17717         * debug-mono-symfile.h: Incremented version number.
17718
17719 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
17720
17721         * object.h icall.c process.c: fix warnings.
17722
17723 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
17724
17725         * appdomain.h appdomain.c:
17726         (mono_domain_try_type_resolve): split the 
17727         name_or_tb argument into a name and a tb argument.
17728         (mono_domain_has_type_resolve): new function to check whenever the
17729         application has registered a TypeResolve event handler.
17730         
17731         * icall.c reflection.h reflection.c: move the type resolve logic into
17732         mono_reflection_get_type () so it will be invoked when 
17733         Assembly::GetType () is called.
17734
17735         * reflection.c:
17736         (mono_reflection_get_type): renamed to get_type_internal.
17737         (mono_reflection_get_type): fixed type name generation so it works 
17738         for nested types too.
17739         (mono_reflection_get_type): call has_type_resolve () to avoid the 
17740         costly type name generation if there is no resolve event handler.
17741
17742 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
17743
17744         * class.c, image.c: load exported types from file references.
17745
17746 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
17747
17748         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
17749           used to cache the managed methods used to create proxies and make 
17750           remote invocation of methods.
17751         * class.h: Added in MonoVTable a flag to indicate that a class needs 
17752           to be remotely created.
17753         * object.c: Modified the method mono_class_vtable(). It now initializes 
17754           the remote flag of the vtable. Modified mono_object_new_specific(), 
17755           so now it checks the remote flag.
17756         * icall.c: Added a couple of internal methods, one for enabling instance 
17757           creation interception for a type, and one for creating objects bypassing
17758           the remote check.
17759
17760 2003-02-18  Martin Baulig  <martin@ximian.com>
17761
17762         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
17763         New interncall to get a method's metadata token.
17764
17765         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
17766         New interncall for the debugger.
17767
17768 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
17769
17770         * class.c (mono_class_setup_vtable): allocate supertype array
17771
17772 2003-02-18  Martin Baulig  <martin@ximian.com>
17773
17774         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
17775
17776 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17777
17778         * reflection.c:
17779         (assembly_name_to_aname): jump over unknown properties (i've found
17780         something like: 'type, assembly, version=xxx, custom=null, public...',
17781         so now will ignore custom=null and still get the rest of the values).
17782
17783 2003-02-17  Dick Porter  <dick@ximian.com>
17784
17785         * threads.c: Have Thread.Start() wait for a semaphore to signal
17786         that the thread has set up all its local data.  This fixes bug
17787         34323, where Abort() raced the new thread's TLS data.
17788
17789         Also removes the handle_store() call from start_wrapper, because
17790         threads are now always created suspended and there is no longer a
17791         race between the parent and child threads to store the info.
17792
17793 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
17794
17795         * image.c: explain the #- heap issue in a message, hopefully
17796         avoiding FAQs on mono-list.
17797
17798 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17799
17800         * icall.c:
17801         (GetEntryAssembly): if the domain has not invoked
17802         AppDomain.ExecuteAssembly yet, return the assembly of the default
17803         AppDomain.
17804
17805 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
17806
17807         * class.c (mono_ldtoken): make it work in dynamic assemblies.
17808
17809 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
17810
17811         * metadata.c, reflection.c: simple speedup to type hash
17812         and equals code.
17813
17814 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
17815
17816         * image.c, image.h, class.c, assembly.c: move module loading
17817         to MonoImage. When loading metadata, consider alignemnet from
17818         the start of metadata, not from the metadata address in memory.
17819
17820 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
17821
17822         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
17823         AssemblyBuilder objects. Factored out custom attribute creation into
17824         a separate function.
17825         (create_custom_attr): new function to create custom attributes.
17826
17827 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
17828
17829         * Makefile.am: Got tired of typing the full pathname to pedump.
17830         Until there is another option, am installing this.
17831
17832 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
17833
17834         * class.c (class_compute_field_layout): always set field->parent 
17835         (mono_ldtoken): use mono_defaults.fieldhandle_class;
17836
17837 2003-02-11  Dick Porter  <dick@ximian.com>
17838
17839         * threads-types.h:
17840         * monitor.c: Rewrote Monitor, making lock much faster and
17841         Pulse/Wait work as specified.  Also uses much fewer handles, and only
17842         creates them as needed.
17843
17844         * exception.c: Added SynchronizationLockException
17845
17846         * threads.c: Deleted old Monitor implementation.  The new one is
17847         in a new file.
17848
17849 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
17850
17851         * class.c: handled TypedReference type code. Set the correct size for
17852         class data. Setup interface_offsets for interface classes, too.
17853
17854 2003-02-09  Martin Baulig  <martin@ximian.com>
17855
17856         * debug-mono-symfile.h: Reflect latest symbol writer changes.
17857
17858 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
17859
17860         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
17861         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
17862         * object.c: fixed mono_object_get_virtual_method () for interfaces.
17863         * verify.c: check for code that runs after the end of the method.
17864
17865 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
17866
17867         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
17868         "System.Math::Round2".
17869         * sysmath.h: Added Floor, Round and Round2 definitions.
17870         * sysmath.c: Modified certain functions that were not 100% compliant
17871         with MS.NET (math precision) and added the implementation of Floor,
17872         Round and Round2.
17873
17874 2003-02-07  Martin Baulig  <martin@ximian.com>
17875
17876         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
17877
17878 2003-02-07  Martin Baulig  <martin@ximian.com>
17879
17880         * debug-mono-symfile.c: Reflected latest symwriter changes.
17881         (mono_debug_create_mono_symbol_file): Removed.
17882         (mono_debug_open_mono_symbol_file): Take an argument which
17883         specifies whether to create a dynamic symbol file.
17884
17885 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
17886
17887         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
17888
17889 2003-02-05  Martin Baulig  <martin@ximian.com>
17890
17891         * reflection.c (mono_image_build_metadata): Make this public,
17892         protect it against being called multiple times, don't create
17893         resources and don't build the compressed metadata here.
17894         (mono_image_create_pefile): Do this here.
17895
17896         * icall.c
17897         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
17898
17899 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17900
17901         * socket-io.c: fixed bug #36322.
17902
17903 2003-02-06  Piers Haken <piersh@friskit.com>
17904
17905         * appdomain.[ch]:
17906         * class.h:
17907         * debug-mono-symfile.c:
17908         * icall.c:
17909         * loader.c:
17910         * mono-config.c:
17911         * monosn.c:
17912         * reflection.c:
17913         * socket-io.c: warning cleanups
17914
17915 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
17916
17917         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
17918         function. works like remoting invoke, but does a check for the Proxy first.
17919
17920 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
17921
17922         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
17923
17924 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
17925
17926         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
17927         array of pointers.
17928         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
17929         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
17930
17931         * object.c (mono_store_remote_field_new): used by the new jit
17932         instead of mono_store_remote_field
17933         (mono_load_remote_field_new): used by the new jit
17934         instead of mono_load_remote_field
17935
17936 2003-02-05  Patrik Torstensson
17937
17938         * appdomain.c: changed unload to take the domain id instead
17939         of domain
17940         
17941         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
17942
17943
17944 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17945
17946         * appdomain.c: don't look for assemblies in ApplicationBase if
17947         PrivateBinPathProbe is set.
17948
17949 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17950
17951         * object.c: make the first argument in main_args contain the absolute
17952         path to the assembly. Fixes bug #37511.
17953
17954 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17955
17956         * icall.c: get correct UTC offset for countries not using daylight
17957         time saving. Fixes bug #30030.
17958
17959 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17960
17961         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
17962         and 1 are the family).
17963
17964 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
17965
17966         * icall.c (ves_icall_InternalExecute): removed wrong assertion
17967
17968         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
17969
17970 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
17971
17972         * reflection.c: added support for SignatureHelper tokens, which is
17973         needed by the Calli opcode.
17974
17975         * reflection.h: track changes to SignatureHelper class.
17976
17977         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
17978
17979 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17980
17981         * appdomain.c: fixed loading assemblies from PrivateBinPath.
17982
17983 2003-02-03  Patrik Torstensson
17984         * appdomain.[c|h], domain.c : 
17985          - Added support for getting a domain via domain id
17986          - Support for setting and getting domain from System.AppDomain 
17987            (used in cross appdomain channel)
17988          - Added support for get/set for a MonoAppContext on a thread 
17989            (Context class in System.Runtime.Remoting.Contexts),
17990          - Removed hack in Get/SetData and ExecuteAssembly.
17991         
17992         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
17993         the managed world to get control when a proxy is created.
17994
17995         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
17996         
17997 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
17998
17999         * icall.c
18000         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
18001         Populate the codebase field as well.
18002
18003 2003-02-02  Martin Baulig  <martin@ximian.com>
18004
18005         * debug-mono-symfile.c
18006         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
18007         (mono_debug_symfile_add_method): Allow interncalls.
18008
18009 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18010
18011         * icall.c: throw parse exception if strtod fails or the string is empty.
18012
18013 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
18014
18015         * marshal.c: handle object type separately from defined
18016         class types.
18017
18018 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
18019
18020         * marshal.c: handle NATIVE_LPSTR for strings when it's
18021         explicitly specified.
18022
18023 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
18024
18025         * reflection.c, reflection.h, icall.c: setup the reflection
18026         handle cache for ModuleBuilders and AssemblyBuilders.
18027
18028 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
18029
18030         * reflection.c (reflection_methodbuilder_to_mono_method): set
18031         pinvoke flag
18032
18033 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18034
18035         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
18036
18037 2003-01-29  Dick Porter  <dick@ximian.com>
18038
18039         * threads.c: No need for the fake_thread kludge now that Thread
18040         doesn't run a class constructor
18041         
18042 2003-01-29  Dick Porter  <dick@ximian.com>
18043
18044         * threads.c: Use g_direct_hash instead of the rather bogus
18045         g_int_hash
18046
18047 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
18048
18049         * marshal.c (mono_marshal_get_native_wrapper): add check for null
18050         (fix pinvoke12.exe)
18051         (mono_marshal_get_struct_to_ptr): generate valid IL code
18052         (mono_marshal_get_ptr_to_struct): generate valid IL code
18053         (*): correctly set sig->pinvoke, we need to memdup the signature
18054         to do that
18055
18056 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
18057
18058         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
18059         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
18060
18061 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
18062
18063         * profiler.c: provide more callers information.
18064
18065 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
18066
18067         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
18068
18069         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
18070
18071         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
18072
18073 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18074
18075         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
18076         exception instead of going into an infinite loop on dates which it 
18077         can't yet handle.
18078
18079         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
18080         out-of-range exception if needed.
18081
18082         * class.c (mono_class_setup_vtable): allow a virtual method to provide
18083         an implementation for an interface method and to override an inherited
18084         method at the same time. 
18085         Imagine a scenario when a virtual method is used to override a
18086         virtual abstract method in a parent class, and this same method 
18087         provides an implementation for an method inherited from an interface. 
18088         In this case, the interface resolution code will set im->slot, which 
18089         means that the virtual method override pass will skip this method 
18090         which means a pointer to the abstract method inherited from the parent
18091         will remain in the vtable of this non-abstract class.
18092
18093         * class.c: (mono_class_setup_vtable): continue search for a real 
18094         method if only an abstract method is found.     
18095
18096 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
18097
18098         * reflection.c: add size to encoding for ByValStr and ByValArray
18099         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
18100
18101 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18102
18103         * class.c (mono_class_setup_vtable): pass the override info as an
18104         argument.
18105
18106         * class.c (mono_class_setup_vtable): set the slot of overriding methods
18107         correctly.
18108         
18109         * reflection.c (ensure_runtime_vtable); add support for method 
18110         overrides.
18111         
18112 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18113
18114         * reflection.c (resolution_scope_from_image): Hack to work to work with
18115         dynamic assemblies.
18116
18117         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
18118         added a 'force_ref' argument to force this function to allways return 
18119         a TypeRef. This is needed by mono_image_get_memberref_token ().
18120         
18121 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18122
18123         * reflection.c (mono_image_get_type_info): interfaces really don't have
18124         a parent.
18125
18126         * reflection.c (mono_image_basic_init): fill out missing fields of
18127         image structure.
18128
18129         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
18130         dynamic assemblies. This is required so dynamic assemblies show up in
18131         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
18132         Type::GetType() etc. This is consistent with MS behaviour.
18133
18134         * image.c image.h reflection.c: add newly created classes to the name 
18135         cache so mono_class_get () will find them.      
18136
18137 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18138
18139         First part of changes to get IKVM.NET running under mono.
18140         
18141         * appdomain.h, appdomain.c: added new function 
18142         mono_domain_try_type_resolve() which will emit TypeResolve events. 
18143         This function will call AppDomain::DoTypeResolve to do the actual work.
18144
18145         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
18146         moved existing code dealing with dynamic tokens to a new function 
18147         called mono_reflection_lookup_dynamic_token (). This function will 
18148         raise TypeResolve events when appropriate. Since reflection.c is not 
18149         part of libmetadata, a new hook function called 
18150         mono_lookup_dynamic_token() is added to class.c which will call this.
18151
18152         * assembly.h assembly.c: make the invoke_load_hook function public,
18153         so it can be called for dynamic assemblies.
18154
18155         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
18156
18157         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
18158         type isn't found.
18159
18160         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
18161         MonoGHashTable, since it contains pointers to objects which the GC 
18162         needs to track.
18163
18164         * assembly.c (search_loaded): remove unused variable.
18165         
18166 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
18167
18168         * object.c: fixed issue exposed by gcc-generated IL programs
18169         that use RVA data for pointers.
18170
18171 2003-01-25  Martin Baulig  <martin@ximian.com>
18172
18173         * threads.c (start_wrapper): Moved the initialization of
18174         `start_func' above the mono_new_thread_init() call to which we
18175         pass it as argument.
18176
18177 2003-01-24  Martin Baulig  <martin@ximian.com>
18178
18179         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
18180         the MonoThread pointer.
18181
18182 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
18183
18184         * icall.c: Rename `PowImpl' to Pow.
18185
18186 2003-01-23  Dick Porter  <dick@ximian.com>
18187
18188         * threads.c (start_wrapper): Create a Thread object if needed, so
18189         the Main() thread can do the class initialisation in a subthread
18190         that has been set up to allow managed code execution.
18191
18192         Pass the thread ID instead of the MonoThread pointer to the thread
18193         start and attach callbacks.  This change is required, because the
18194         jit thread start callback must be called _before_ the Thread
18195         object can be created.
18196         
18197         (mono_thread_init): Removed much object creation code that is no
18198         longer needed.  No managed code is called from here now.
18199
18200         * object.c (mono_runtime_exec_managed_code): Create a subthread
18201         for Main, and call back to the runtime to use it.
18202         Set the exit code when Main exits.
18203
18204         * gc.c: Make sure domain finalisation happens in a subthread.
18205         Re-enable threaded GC, fixing bug 31333 (again).
18206
18207         * environment.c: System.Environment internall calls (so far just
18208         ExitCode is here, the others are still in icall.c)
18209
18210         * appdomain.c (mono_runtime_cleanup): All threads running managed
18211         code should have finished before mono_runtime_cleanup() is
18212         reached, so no need to clean up threads.
18213
18214 2003-01-22  Martin Baulig  <martin@ximian.com>
18215
18216         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
18217         `gpointer func' arguments.      
18218         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
18219         but added `MonoThread *thread' argument.
18220         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
18221
18222         * threads.c (mono_new_thread_init): Added `gpointer func' argument
18223         and pass it to the mono_thread_start_cb callback.
18224         (mono_install_thread_callbacks): New public function to install a
18225         set of callbacks which are set by the debugger.
18226         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
18227
18228 2003-01-22  Martin Baulig  <martin@ximian.com>
18229
18230         * Makefile.am: Install debug-mono-symfile.h.
18231
18232 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
18233
18234         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
18235
18236 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
18237
18238         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
18239         * class.c (mono_ptr_class_get): correctly set access levels of pointers
18240         (mono_array_class_get): correctly set access levels of arrays
18241
18242 2003-01-20      Patrik Torstensson
18243         * image.h (MonoAssemblyName): changed major, minor, build, revision
18244         from signed to unsigned.
18245
18246 2003-01-20  sean kasun <skasun@azstarnet.com>
18247
18248         * reflection.c (load_cattr_value): Now this handles
18249         MONO_TYPE_SZARRAY.  Fixes bug #35629
18250
18251 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
18252
18253         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
18254         integer value
18255
18256 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18257
18258         * decimal.c: fixed bug #26056.
18259
18260 2003-01-17  Martin Baulig  <martin@ximian.com>
18261
18262         * gc.c: Raise an ExecutionEngineException instead of using g_error().
18263
18264 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18265
18266         * exception.[ch]:
18267         (mono_get_exception_type_initialization): new function.
18268
18269         * object.c: throw a TypeInitializationException when an exception is
18270         thrown invoking the class constructor.
18271
18272 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18273
18274         * reflection.c: fixed attribute reading.
18275
18276 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18277
18278         * icall.c:
18279         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
18280         provided, look for the type in the calling assembly and then in
18281         mscorlib; if the assembly name is provided, only try that one.
18282
18283 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
18284
18285         * object.c: register the vtable before there is a chance it's
18286         queried again recursively.
18287
18288 2003-01-13  Duncan Mak  <duncan@ximian.com>
18289
18290         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
18291         gc-internal.h. 
18292         
18293 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
18294
18295         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
18296
18297 2003-01-11  Martin Baulig  <martin@ximian.com>
18298
18299         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
18300         this to 20 for the release.
18301
18302 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
18303
18304         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
18305
18306         * loader.c (mono_method_get_marshal_info): bug fix
18307
18308         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
18309         structures with explicit layout
18310
18311 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
18312
18313         * profiler.c: made the output more readable (and sorted). 
18314         Added caller information for the allocation profiler.
18315
18316 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
18317
18318         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
18319
18320 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18321
18322         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
18323         to get value types.
18324         
18325 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
18326
18327         * object.c, profiler.h, profiler.c, profiler-private.h:
18328         Added object allocation profiler.
18329
18330 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
18331
18332         * reflection.h, reflection.c: handle global methods.
18333         Compress blob entries.
18334
18335 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
18336
18337         * marshal.c: fix compilation.
18338
18339 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
18340
18341         * loader.c (mono_method_get_marshal_info): impl.
18342
18343         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
18344
18345 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18346
18347         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
18348         for reference types.
18349
18350 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
18351
18352         * loader.c: fixed off by one error in loaded parameter names.
18353
18354 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
18355
18356         * marshal.c (mono_marshal_get_icall_wrapper): like
18357         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
18358         instead of a MonoMethod.
18359
18360 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18361
18362         * decimal.c: fixed bug #36537.
18363
18364 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
18365
18366         * marshal.c: throw a missing method exception if a
18367         P/Invoke method is not found.
18368
18369 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
18370
18371         * icall.c: allow a null this for constructors.
18372
18373 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
18374
18375         * icall.c: raise the proper exceptions if the arguments to the
18376         internal Invoke are incorrect.
18377
18378 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
18379
18380         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
18381
18382 2003-01-03  Martin Baulig  <martin@ximian.com>
18383
18384         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
18385
18386 2002-12-31  Martin Baulig  <martin@ximian.com>
18387
18388         * debug-mono-symfile.c: Completely rewrote the type section.
18389         Instead of using individual malloc()ed fields, we use one big
18390         continuous memory area and offsets into this area.
18391         See the comments in the source code for details.
18392
18393 2002-12-30  Martin Baulig  <martin@ximian.com>
18394
18395         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
18396
18397 2002-12-30  Martin Baulig  <martin@ximian.com>
18398
18399         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
18400         line number table in this data blob instead of using an external
18401         pointer.
18402
18403 2002-12-28  Martin Baulig  <martin@ximian.com>
18404
18405         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
18406
18407 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
18408
18409         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
18410         as a boxed return type.
18411
18412 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
18413
18414         * appdomain.c
18415         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
18416         g_build_filename to properly get separators on the filename created.
18417
18418         * object.h: Small change, introduce MonoMarshalByRefObject to
18419         track the layout of that structure in the C# universe as we make
18420         changes there.
18421
18422 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
18423
18424         * object.c: removed assert to allow static fields on interfaces.
18425         * loader.c: a TypeSpec may be used for any type, not just arrays.
18426
18427 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
18428
18429         * class.c, class.h: added mono_class_array_element_size ().
18430         Ignore static methods in interfaces.
18431
18432 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18433
18434         * threads.c: fixed the build under cygwin.
18435
18436 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
18437
18438         * reflection.c: handle nullref constants. Allocate keys for
18439         reflection handles with the GC.
18440
18441 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
18442
18443         * threads.c, threads.h: added mono_thread_get_abort_signal()
18444         to get a suitable signal for thread abort.
18445
18446 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
18447
18448         * metadata.c: fix handling of ExportedType table.
18449
18450 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18451
18452         * icall.c: added WriteWindowsDebugString internal call.
18453
18454 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18455
18456         * reflection.h: added fields to match C# implementation.
18457
18458 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18459
18460         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
18461
18462 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
18463
18464         * gc.h, gc-internal.h: Rename header for GC internal calls to
18465         gc-internal.h from gc.h as to not clash with Boehm GC having its
18466         header installed as <gc.h> in outside include paths.
18467         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
18468         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
18469
18470 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18471
18472         * icall.c: assign minor, build and revision in FillName.
18473
18474 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
18475
18476         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
18477         Added support for running code generated by Reflection.Emit.
18478
18479 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18480
18481         * appdomain.c: check for NULL argument in LoadFrom.
18482
18483 2002-12-10  Dick Porter  <dick@ximian.com>
18484
18485         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
18486
18487 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18488
18489         * appdomain.c: fix buglet when building exe file name.  Handle full
18490         assembly name (needed after latest changes to AssemblyName).
18491         * image.c:
18492         (mono_image_close): free some hashtables.
18493
18494 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
18495
18496         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
18497         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
18498         on some systems (redhat 7.3) 
18499
18500 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
18501
18502         * threads.c: delete the critical section of a sync block,
18503         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
18504
18505 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
18506
18507         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
18508
18509 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18510
18511         * appdomain.[ch]: handle the assembly preload event to try loading the
18512         assemblies using the paths we have in the current domain.
18513
18514         * assembly.[ch]: created an assembly preload hook that is called to try
18515         loading the assembly by other means that the ones provided here.
18516
18517         * domain.c: initialize the domain search path.
18518
18519         From now on, assemblies (TODO: except corlib and System) are loaded
18520         according to these rules when using mono_assembly_load ():
18521
18522                 1. It tries to load the assembly from the ApplicationBase
18523                 of the current domain appending .dll and .exe (TODO: have to
18524                 try loading from name/name.dll and name/name.exe).
18525
18526                 2. It tries the search path specified in PrivateBinPath for the
18527                 current domain (if any).
18528
18529                 3. Previous behavior.
18530
18531 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
18532
18533         * icall.c: implemented GetInterfaceMap() related icall.
18534         * domain.c, loader.h: load MethodInfo in mono_defaults.
18535
18536 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
18537
18538         * gc.c: disable the finalizer thread for now, untill all the issues
18539         with it are resolved.
18540
18541 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
18542
18543         * string-icalls.c: handle embedded nulls in string ctor when the
18544         length is specified.
18545
18546 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
18547
18548         * class.c: look for explicit interface implementation in parent
18549         classes, too.
18550
18551 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
18552
18553         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
18554
18555 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
18556
18557         * gc.c: protect handles with a critical section.
18558
18559 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18560
18561         * icall.c:
18562         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
18563         parameters. If no assembly specified, try getting the type from all
18564         the assemblies in the current domain, else, load the assembly and get
18565         the type from it.
18566
18567 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18568
18569         * marshal.c: applied patch from Aleksey Demakov that fixes
18570         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
18571
18572 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18573
18574         * icall.c: fixed get_location.
18575
18576 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
18577
18578         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
18579         declarations to make it work with older gcc. 
18580
18581         * loader.c (mono_get_method): set signature->pinvoke for native calls
18582
18583 2002-11-20  Dick Porter  <dick@ximian.com>
18584
18585         * threads.c (mono_thread_init): Set the main thread's handle
18586
18587 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
18588
18589         * gc.c: allow compilation without GC support. Changed to match the
18590         mono coding style.
18591
18592 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
18593
18594         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
18595
18596 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
18597
18598         * reflection.c: set a public key token on the core assemblies.
18599
18600 2002-11-18  Dick Porter  <dick@ximian.com>
18601
18602         * threads.c: Split out some thread initialisation so that other
18603         files can set the start callback function.
18604
18605         * gc.c: Run finalisers in a separate thread, to avoid stack
18606         overflow.  Fixes bug 31333.
18607
18608         * appdomain.c: Set up GC finalisation thread.
18609
18610         * reflection.c: 
18611         * object.c: 
18612         * domain.c: Use gc.h macros for GC_malloc
18613         
18614 2002-11-15  Dick Porter  <dick@ximian.com>
18615
18616         * threadpool.c: 
18617         * threads.c:
18618         * appdomain.c: Removed mono_runtime_init_with_attach(),
18619         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
18620         merging the extra parameter with the existing function.  Removed
18621         unneeded code in mono_thread_attach().
18622
18623 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
18624
18625         * image.c (mono_image_loaded_by_guid): a method to get loaded
18626         images by guid. 
18627         (load_metadata_ptrs): we store the guid as string.
18628
18629 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
18630
18631         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
18632
18633         * metadata.c (mono_guid_to_string): imported method form Zoltan
18634         Varga (slightly modified)
18635
18636         * assembly.c (mono_assembly_open): load precompiled code
18637
18638         * loader.h (MonoMethod): we store the method token for use in the
18639         aot compiler. 
18640
18641 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18642
18643         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
18644         the hook function called when an assembly is loaded.
18645         
18646         * domain.c: Modified file.
18647         (mono_domain_assembly_load): removed hash table insertion of assemblies.
18648
18649         Fixes bug #33196.
18650
18651 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
18652
18653         * reflection.c: Map PEFileKind to the value expected by the WinNT
18654         image loader. 
18655
18656 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18657
18658         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
18659         Read until the buffer is filled completely.
18660
18661 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18662
18663         * icall.c: implemented MonoType.InternalGetEvent ().
18664
18665 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18666
18667         * appdomain.c: implemented InitAppDomainSetup. Delayed
18668         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
18669         the entry_assembly.
18670
18671         * assembly.c: base_dir is now an absolute path ending with
18672         G_DIR_SEPARATOR.
18673
18674         * icall.c: modified get_location according to the above changes.
18675
18676         * object.c: init AppDomain.SetupInformation for the default domain after
18677         we have the entry assembly.
18678
18679         * domain.c: when unloading a domain, setup = NULL.
18680
18681 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
18682
18683         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
18684
18685 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
18686
18687         * object.h, object.c: introduced mono_object_get_virtual_method ()
18688         to lookup the method invoked on an object when a callvirt is done on
18689         a method.
18690         * icall.c: make MethodInfo::Invoke() always do a virtual call.
18691
18692 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18693
18694         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
18695         current domain when loaded an assembly and failed to load it.
18696
18697         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
18698
18699 2002-10-31  Dick Porter  <dick@ximian.com>
18700
18701         * icall.c: 
18702         * file-io.h: 
18703         * file-io.c: Return the error status in a parameter, as the
18704         GetLastError() value has long since been blown away if we try and
18705         look it up in a subsequent internal call invocation.  Delete the
18706         GetLastError() internal call, because it's useless.
18707
18708 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
18709
18710         * class.[ch]: added cast_class to fix bug 29517
18711
18712 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
18713
18714         * marshal.c: create valid IL code in the filter clause:
18715         the new JIT is less forgiving:-)
18716
18717 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18718
18719         * icall.c: removed get_property internal call.
18720
18721 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
18722
18723         * appdomain.h domain.c: Added an ID to appdomains.
18724         
18725         * threads.c threads.h icall.c: Implement icall
18726         Thread:GetDomainID(), and remove unused icall 
18727         CurrentThreadDomain_internal.
18728
18729 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18730
18731         * icall.c: Don't recurse through the base types in GetConstructor.
18732         Fixes bug #32063. 
18733
18734 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
18735
18736         * mempool.h, mempool.c: added mono_mempool_empty() and
18737         mono_mempool_stats().
18738
18739 2002-10-23  Dick Porter  <dick@ximian.com>
18740
18741         * file-io.c: 
18742         * file-io.h: 
18743         * icall.c: Added MonoIO.GetFileType internal call
18744
18745 2002-10-17  Dick Porter  <dick@ximian.com>
18746
18747         * appdomain.c (mono_runtime_cleanup): Don't signal the async
18748         delegate semaphore before waiting for all threads to finish,
18749         because new threads can also call async delegates.  Fixes bug
18750         32004.
18751
18752         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
18753         of 3 seconds, in case another async job is queued.  (This part is
18754         needed because the bug fix reintroduced the 3s exit lag.)  This
18755         makes the mono_runtime_shutdown flag superfluous.
18756
18757 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
18758
18759         * reflection.c: include ehader size in method section headers.
18760         Really check for suplicated modules entries.
18761
18762 2002-10-17  Martin Baulig  <martin@gnome.org>
18763
18764         * debug-mono-symfile.c: Added back support for locals.
18765
18766 2002-10-14  Martin Baulig  <martin@gnome.org>
18767
18768         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
18769         MONO_TYPE_VOID.
18770
18771 2002-10-14  Martin Baulig  <martin@gnome.org>
18772
18773         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
18774         mono_class_get() instead of looking in the class cache. 
18775
18776 2002-10-13  Martin Baulig  <martin@gnome.org>
18777
18778         * debug-mono-symfile.c: Set version number to 28, include the
18779         signature in method names.
18780
18781 2002-10-13  Martin Baulig  <martin@gnome.org>
18782
18783         * debug-mono-symfile.h: Set version number to 27.
18784
18785 2002-10-11  Martin Baulig  <martin@gnome.org>
18786
18787         * gc.c: Don't register/unregister NULL pointers as disappearing links.
18788
18789 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
18790
18791         * metadata.c, metadata.h: added helper function to allocate signatures.
18792
18793 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18794
18795         * icall.c: added internal call to get the location of machine.config.
18796
18797 2002-10-08  Martin Baulig  <martin@gnome.org>
18798
18799         * debug-mono-symfile.c: Ignore classes with a pending init for the
18800         moment.
18801
18802 2002-10-03  Dick Porter  <dick@ximian.com>
18803
18804         * threads.c: Freebsd pthread_t is a pointer
18805
18806 2002-10-03  Dick Porter  <dick@ximian.com>
18807
18808         * socket-io.c: Implemented GetHostName_internal
18809
18810 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18811
18812         * mono-config.c:
18813         (mono_config_parse_file): don't leak the text.
18814
18815 2002-10-02  Martin Baulig  <martin@gnome.org>
18816
18817         * debug-mono-symfile.c: Added support for methods.
18818
18819 2002-10-01  Martin Baulig  <martin@gnome.org>
18820
18821         * debug-mono-symfile.c: Don't emit methods and line numbers for
18822         the dynamic symbol file, just write the type table.  We can easily
18823         have an external helper program which creates a symbol file for an
18824         IL file.        
18825
18826 2002-10-01  Dick Porter  <dick@ximian.com>
18827
18828         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
18829         Only add the handle to the cleanup array when we're about to
18830         launch the thread.  Bug 31425 deadlocked when the test was run on
18831         mono under w32.
18832
18833 2002-10-01  Martin Baulig  <martin@gnome.org>
18834
18835         * debug-mono-symfile.c: Added support for properties.
18836
18837 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
18838
18839         * reflection.c: unaligned store fix from Mark Crichton
18840         <crichton@gimp.org>.
18841
18842 2002-09-27  Martin Baulig  <martin@gnome.org>
18843
18844         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
18845         New interncall.
18846
18847 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
18848
18849         * assembly.h, assembly.c: use a sane API to hook into the assembly
18850         loading process instead of a useless special-purpouse hack
18851         (ngen needs a hook, too, for example).
18852
18853 2002-09-27  Dick Porter  <dick@ximian.com>
18854
18855         * threads.c (mono_thread_init): Call GetCurrentProcess() so
18856         io-layer can set up some process handle info.  Not needed on w32,
18857         but doesn't hurt either.
18858
18859         * process.c: Pass the program name in the second parameter to
18860         CreateProcess, so the path is searched.  Include the working
18861         directory. Implemented process name, process enumeration, and some
18862         process detail internal calls.
18863         
18864         * icall.c: Added internal calls for process lookup, and some
18865         process details
18866
18867 2002-09-26  Martin Baulig  <martin@gnome.org>
18868
18869         * assembly.c (mono_install_open_assembly_hook): New global
18870         function to install a function to be invoked each time a new
18871         assembly is loaded.
18872         (mono_assembly_open): Run this callback function if set.
18873
18874         * debug-mono-symfile.c: Put back line numbers for the dynamic
18875         symbol file and also record the .il file as source file.  This
18876         allows us to install the temporary symbol file as `file.dbg' just
18877         like a compiler-generated one.
18878
18879 2002-09-26  Nick Zigarovich <nick@chemlab.org>
18880
18881         * Corrected typo in gc.c (BOHEM vs BOEHM).
18882
18883 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18884
18885         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
18886         GetProperties. Also avoid calling g_slist_length in GetProperties and
18887         GetMethods.
18888
18889 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
18890
18891         * reflection.c: avoid unaligned stores (bug spotted by
18892         Mark Crichton  <crichton@gimp.org>).
18893
18894 2002-09-25  Martin Baulig  <martin@gnome.org>
18895
18896         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
18897         instead of guint64 for addresses and added prologue/epilogue info.
18898
18899 2002-09-25  Martin Baulig  <martin@gnome.org>
18900
18901         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
18902         store line number info.  For the dynamic symbol file, we only need
18903         to provide the JIT generated dynamic line number info for the dynamic
18904         symbol file.
18905
18906 2002-09-25  Martin Baulig  <martin@gnome.org>
18907
18908         * debug-mono-symfile.h: Incremented version number.
18909
18910 2002-09-24  Martin Baulig  <martin@gnome.org>
18911
18912         * class.c (mono_debugger_class_init_func): New global function
18913         pointer variable.
18914         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
18915         call it.
18916
18917         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
18918         function.  This is called via the mono_debugger_class_init_func
18919         hook to add all types to the dynamic type table.
18920         (ves_icall_MonoDebugger_GetType): New interncall to get a class
18921         from its metadata token.
18922
18923         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
18924         New interncall for the debugger.
18925
18926 2002-09-24  Nick Drochak <ndrochak@gol.com>
18927
18928         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
18929         before using it in case it is null.
18930         
18931 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
18932
18933         * metadata.c: allow custom modifiers in local var signatures
18934         (bug spotted by Zoltan Varga).
18935
18936 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
18937
18938         * class.c: deal with the <Module> class that may have a NULL vtable.
18939         Eliminate warnings.
18940
18941 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
18942
18943         * image.c, image.h: more strong name helpers.
18944         * monosn.c: more work: convert pem keys to cryptoapi format.
18945
18946 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
18947
18948         * string-icalls.c: speedup IndexOf.
18949
18950 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
18951
18952         * icall.c: updates from Zoltan.2.Varga@nokia.com.
18953
18954 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
18955
18956         * icall.c: cleanup: use mono_object_domain ().
18957
18958 2002-09-23  Martin Baulig  <martin@gnome.org>
18959
18960         * debug-mono-symfile.c: Improved type support.
18961
18962 2002-09-22  Martin Baulig  <martin@gnome.org>
18963
18964         * debug-mono-symfile.c: Added support for reference types and strings.
18965
18966 2002-09-22  Martin Baulig  <martin@gnome.org>
18967
18968         * debug-mono-symfile.c: Started to work on the type table.
18969
18970 2002-09-21  Martin Baulig  <martin@gnome.org>
18971
18972         * debug-mono-symfile.c: Largely reworked the symbol table format.
18973         The symbol table is now incrementally updated each time a new
18974         method is added.  We're now also using our own magic and version
18975         so that you don't need to recompile all your classes if the
18976         dynamic table changes.
18977         (mono_debug_update_mono_symbol_file): Removed.
18978         (mono_debug_symfile_add_method): New function to add a method.
18979
18980 2002-09-21  Martin Baulig  <martin@gnome.org>
18981
18982         * icall.c
18983         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
18984         New interncall.
18985
18986         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
18987         New interncall to get a method from its metadata token.
18988
18989 2002-09-21  Martin Baulig  <martin@gnome.org>
18990
18991         * debug-mono-symfile.c: Create type table.
18992
18993 2002-09-20  Martin Baulig  <martin@gnome.org>
18994
18995         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
18996
18997 2002-09-20  Martin Baulig  <martin@gnome.org>
18998
18999         * debug-mono-symfile.c: Provide information about params and locals.
19000
19001 2002-09-20  Martin Baulig  <martin@gnome.org>
19002
19003         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
19004         New interncall.
19005
19006         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
19007         interncall to get a method from its metadata token.
19008
19009 2002-09-20  Martin Baulig  <martin@gnome.org>
19010
19011         * debug-mono-symfile.c: Added a few checks for method->header
19012         being non-NULL.  This should never happen, but for the moment
19013         let's use a g_warning() rather than a g_assert().
19014
19015 2002-09-19  Mark Crichton  <crichton@gimp.org>
19016
19017         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
19018         even if support for it isn't present.  Added an #ifdef to fix this.
19019
19020         * socket-io.c: Added checks back for Solaris support.
19021
19022 2002-09-19  Martin Baulig  <martin@gnome.org>
19023
19024         * debug-mono-symfile.c (read_string, write_string): Reflect latest
19025         changes in the symbol file format.
19026
19027 2002-09-18  Martin Baulig  <martin@gnome.org>
19028
19029         * debug-mono-symfile.c: Set version number to 21.
19030
19031 2002-09-18  Dick Porter  <dick@ximian.com>
19032
19033         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
19034         on netbsd.  Fixes bug 30051.
19035
19036 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19037
19038         * reflection.c:
19039         (set_version_from_string): little fix.
19040
19041 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19042
19043         * monosn.c, Makefile.am: added strong name utility.
19044         * reflection.h, reflection.c: implemented delayed signing,
19045         locale, version and hash id assembly attributes.
19046
19047 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
19048
19049         * loader.c, metadata.c: load param attributes in signatures.
19050
19051 2002-09-16  Martin Baulig  <martin@gnome.org>
19052
19053         * debug-mono-symfile.c: Added string table with all method names.
19054
19055 2002-09-14  Martin Baulig  <martin@gnome.org>
19056
19057         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
19058         fast method lookup.
19059
19060 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
19061
19062         * reflection.c: record the public key token of referenced assemblies.
19063
19064 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19065
19066         * image.c, image.h: added functions to get the strong name and the
19067         public key of an assembly.
19068         * pedump.c: use them.
19069
19070 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
19071
19072         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
19073
19074 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
19075
19076         * marshal.c (mono_marshal_get_managed_wrapper): Added
19077         MONO_TYPE_BOOLEAN 
19078
19079 2002-09-11  Martin Baulig  <martin@gnome.org>
19080
19081         * gc.c: Call GC_unregister_disappearing_link() on all links when
19082         finalizing them, this is necessary to aviod a crash in boehm's
19083         finalize handler.
19084
19085 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19086
19087         * gc.c: handle GetTarget for finalized objects spotted and fixed by
19088         nick@chemlab.org.
19089
19090 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
19091
19092         * icall.c: implemented MonoType::Module.
19093         * reflection.c, reflection.h: mono_module_get_object () from
19094         Tomi Pakarinen <tomi.pakarinen@welho.com>.
19095
19096 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
19097
19098         * icall.c: ignore overridden methods in GetMethods ().
19099         Fix for FieldInfo::SetValue().
19100         * object.c: handle float/double in runtime invoke.
19101
19102 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
19103
19104         * object.c: allow a constructor to be called again on an object.
19105
19106 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19107
19108         * class.h, class.c: move field layout code to it's own function and
19109         export it. Get an interface id earlier. Move fields in MonoClass
19110         so they are more cache friendly and align the bitfields.
19111         * loader.c: temporary handle get_param_names() for a runtime method.
19112         * reflection.c, reflection.h: more code to handle runtime creation of
19113         types.
19114
19115 2002-09-09  Martin Baulig  <martin@gnome.org>
19116
19117         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
19118         signature with the pinvoke field being set for the actual call.
19119
19120 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19121
19122         * icall.c: removed some unused icalls. Start of map of glib charsets
19123         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
19124
19125 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
19126
19127         * debug-helpers.c: break infinite loop (found and fixed by
19128         Holger Arnold <harnold@gmx.de>).
19129
19130 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
19131
19132         * icall.c: target may be null in create_delegate.
19133
19134 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19135
19136         * marshal.c: handle a boolean return type.
19137
19138 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19139
19140         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
19141
19142 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
19143
19144         * gc.c: fix weakreferences.
19145
19146 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
19147
19148         * icall.c: added icall to get default codepage.
19149
19150 2002-09-03  Dick Porter  <dick@ximian.com>
19151
19152         * threads.h: 
19153         * threads.c: Use MonoThread instead of MonoObject where
19154         apropriate.
19155
19156         Store running thread objects in a hash table, so that we have all
19157         the info to hand when waiting for them to finish
19158         (means we don't need OpenThread() any more, so mingw builds should
19159         be fully functional again.)
19160
19161         * verify.c:
19162         * object.h: Added thread ID to MonoThread
19163
19164 2002-09-03  Martin Baulig  <martin@gnome.org>
19165
19166         * icall.c (System.Reflection.Assembly::get_location): New interncall.
19167
19168 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19169
19170         * icall.c: fixed leak in get_temp_path. Thanks lupus.
19171
19172 2002-09-03  Martin Baulig  <martin@gnome.org>
19173
19174         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
19175         argument to store the end address of the disassembled instruction.
19176
19177         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
19178         here from debug-symfile.h.
19179         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
19180         JIT into this struct.
19181         (MonoSymbolFile): Added `char *image_file' field.
19182         (MonoDebugGetMethodFunc): Removed.
19183         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
19184         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
19185         (mono_debug_find_method): New method.
19186
19187         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
19188         create a full symbol file.
19189         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
19190         and static symbol files.
19191         (mono_debug_find_method): The symbol file keeps an internal method hash,
19192         call this to get a MonoDebugMethodInfo from a MonoMethod.
19193
19194         * debug-symfile.[ch]: Removed.
19195
19196 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
19197
19198         * image.c (do_mono_image_open): Remove linker version check.
19199
19200 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
19201
19202         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
19203         wrappers for instance methods.
19204         
19205 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19206
19207         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
19208
19209 2002-08-28  Dick Porter  <dick@ximian.com>
19210
19211         * Makefile.am: Export HOST_CC for w32 builds
19212
19213 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
19214
19215         * file-io.c process.c: MonoString are null terminated, no
19216         need for mono_string_to_utf16() anymore.
19217
19218 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19219
19220         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
19221
19222 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
19223
19224         * icall.c, reflection.h: speedup System.MonoType.
19225
19226 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
19227
19228         * reflection.c: allow null as the value of a string argument in
19229         custom attributes constructors.
19230
19231 2002-08-27  Martin Baulig  <martin@gnome.org>
19232
19233         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
19234         `trampoline_address' field.
19235
19236 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
19237
19238         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
19239         check (fixes bug #29486) 
19240
19241 2002-08-27  Martin Baulig  <martin@gnome.org>
19242
19243         * debug-mono-symfile.c: Changed the file format in a way that allows us
19244         open it read-only and to use a specially malloced area for all the
19245         dynamic data.  We can now also generate a symbol file on-the-fly if we're
19246         debugging IL code and there is no MCS generated symbol file for it.
19247
19248 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
19249
19250         * object.c: added a define for a good string and array
19251         creation speedup (not enabled by default because we need to deal with
19252         the synch stuff).
19253
19254 2002-08-26  Martin Baulig  <martin@gnome.org>
19255
19256         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
19257         function to create a dynamic symbol file.  This is used by the
19258         debugger to create a symbol file for IL code on-the-fly.
19259
19260 2002-08-26  Martin Baulig  <martin@gnome.org>
19261
19262         * loader.c (mono_lookup_pinvoke_call): Include the error message
19263         from g_module_error() in the error message.
19264
19265 2002-08-24  Martin Baulig  <martin@gnome.org>
19266
19267         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
19268         function to update the symbol file.  The symbol file is mmap()ed
19269         writable, but private.  This allows us to install the symbol file
19270         together with the assembly.
19271
19272 2002-08-24  Martin Baulig  <martin@gnome.org>
19273
19274         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
19275         but they can read the new symbol file format which mcs is now creating.
19276
19277         * debug-symfile.c (mono_debug_find_source_location): Moved to
19278         debug-mono-symfile.c; this is now operating on the new symbol file.
19279
19280 2002-08-23  Martin Baulig  <martin@gnome.org>
19281
19282         * debug-helpers.c (mono_method_desc_from_method): New function to get
19283         a MonoMethodDesc from a MonoMethod.
19284
19285 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
19286
19287         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
19288         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
19289
19290 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
19291
19292         * string-icalls.[ch]: make helper methods static.
19293
19294 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19295
19296         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
19297         types to it and to SetValueInternal.
19298
19299         * object.c: Moved handle_enum label to its proper place. This was the
19300         f... bug! ;-)
19301
19302         This time i compiled mcs and gtk-sharp and they both work.
19303
19304 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19305
19306         * icall.c: reverted partially my previous patch until 
19307         object.c:set_value handles enums correcly.
19308
19309 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19310
19311         * icall.c:
19312         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
19313         (ves_icall_System_Environment_get_MachineName): removed warning when
19314         compiling under cygwin.
19315
19316 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
19317
19318         * object.c: fixed field_get_value() for reference types.
19319
19320 2002-08-22  Dick Porter  <dick@ximian.com>
19321
19322         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
19323         Don't free a buffer while it's still needed.  Patch from Jonathan
19324         Liger <Jonathan.liger@wanadoo.fr>
19325
19326 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
19327
19328         * icall.c (ves_icall_System_Environment_get_Platform): Add new
19329         internal call.
19330
19331 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
19332
19333         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
19334         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
19335
19336         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
19337         we call unmanaged code which throws exceptions.
19338
19339 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19340
19341         * appdomain.h: added per-domain entry_assembly.
19342         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
19343         arguments.
19344         * icall.c: Assembly::GetEntryAssembly icall.
19345         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
19346         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
19347
19348 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19349
19350         * appdomain.h, gc.c: added mono_domain_finalize ().
19351
19352 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19353
19354         * object.c:
19355         (mono_print_unhandled_exception): changed g_warning by g_printerr
19356         because g_log has a 1024 characters limit (yeah, i got a big stack
19357         trace). Don't print exception name, that should be in ToString 
19358         returned string.
19359
19360 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19361
19362         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
19363         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
19364
19365 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19366
19367         * object.c:
19368         (mono_print_unhandled_exception): after previous commit, i realized
19369         that MS calls ToString on the exception. I changed this function to
19370         do that. This way we get stack_trace for free.
19371
19372 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19373
19374         * object.c:
19375         (mono_print_unhandled_exception): invoke Message property instead of
19376         getting 'message' field from Exception. Don't allocate memory for
19377         'trace' and 'message' if not needed.
19378
19379 2002-08-18  Dick Porter  <dick@ximian.com>
19380
19381         * unicode.c: Fix asserts to match Encoder.cs checks
19382
19383 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
19384
19385         * marshal.c: fix unaligned store issue and a few wrong
19386         opcode argument types.
19387
19388 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19389
19390         * icall.c: added GetUninitializedObjectInternal internal call.
19391
19392 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
19393
19394         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
19395         to the right domain.
19396
19397 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
19398
19399         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
19400
19401         * class.c (class_compute_field_layout): set blittable to false for Strings
19402
19403         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
19404
19405 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19406
19407         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
19408         first chunk of code to create types at runtime. Code to
19409         handle ReflectedType/DeclaringType. Make reflection handles
19410         domain specific.
19411
19412 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
19413
19414         * class.c: set correct name in arrays.
19415
19416 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
19417
19418         * appdomain.c (mono_domain_transfer_object): make it work with
19419         valuetypes. bug fixes.
19420
19421 2002-08-12  Dick Porter  <dick@ximian.com>
19422
19423         * object.h: Rename some parameters to avoid c++ keywords (Patch
19424         from Joseph Wenninger <kde@jowenn.at>)
19425
19426 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
19427
19428         * icall.c: added icall to implement Assembly.GetFile*.
19429
19430 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
19431
19432         * reflection.h, reflection.c: code to embed managed resources.
19433
19434 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
19435
19436         * class.c: move all the type size stuff into
19437         class_compute_field_layout().
19438
19439 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19440
19441         * class.c: ensure enums have always the correct instance size.
19442         * unicode.c: remove wrong assert.
19443
19444 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
19445
19446         * assembly.c: fix mem corruption issue.
19447         * image.h, image.c: added mono_image_get_resource () to access
19448         managed resources.
19449         * icall.c: implemented Assembly.EntryPoint property and some
19450         Managed Resources related internalcalls.
19451
19452
19453 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
19454
19455         * image.c, image.h: impemented mono_image_get_entry_point ().
19456         * appdomain.c: use mono_image_get_entry_point.
19457
19458 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19459
19460         * reflection.c: support the object type argument when loading
19461         custom attributes.
19462
19463 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
19464
19465         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
19466         String as return type.
19467
19468 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
19469
19470         * reflection.c: fix encoding of named args for custom attrs to match
19471         the ms implementation. Read them back when instantiating custom
19472         attributes.
19473
19474 2002-08-02  Radek Doulik  <rodo@ximian.com>
19475
19476         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
19477         by Dietmar as quick fix
19478         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
19479         16 as stack size, used on more places as quick fix before Dietmar
19480         will fix it properly
19481
19482 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
19483
19484         * object.h, object.c: added accessors for fields and properties.
19485
19486 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19487
19488         * class.c, class.h: made mono_class_get_field_from_name ()
19489         loop on parent types.
19490         Added mono_class_get_property_from_name ().
19491
19492 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
19493
19494         * class.c, class.h: move the code to setup the type vtable in its own
19495         function so that it can be reused also for types created at runtime.
19496         Eliminate the "class" identifier from the header file.
19497         * reflection.c: setup the vtable for enums so that we can create
19498         objects for use in SetConstant ().
19499
19500 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
19501
19502         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
19503         instead of the delegate itself as this pointer (bug #28383)
19504
19505 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
19506
19507         * marshal.c (mono_marshal_get_managed_wrapper): added return type
19508         conversions.
19509
19510 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19511
19512         * loader.c: don't set the pinvoke bit on icalls.
19513
19514 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
19515
19516         * debug-helpers.c (mono_method_full_name): only print a number to
19517         indicate wrapper type (so that the output is more readable in traces).
19518
19519 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
19520
19521         * class.c (mono_class_init): include method override patch from Paolo
19522
19523 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
19524
19525         * icall.c: fixed GetTypeCode().
19526
19527 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
19528
19529         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
19530         use real delegate invoke function to make it work with multicast
19531         delegates (fix bug# 28291).
19532
19533 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
19534
19535         * object.c: load constant strings.
19536
19537 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
19538
19539         * reflection.c: no magic numbers.
19540         * tabledefs.h: security action enum.
19541
19542 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
19543
19544         * assembly.c: fix possible memory corruption.
19545
19546 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
19547
19548         * reflection.h, reflection.c: added support for linking resources.
19549         * verify.c: check we have an updated corlib.
19550
19551 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
19552
19553         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
19554         string arrays.
19555         (mono_marshal_string_array): null terminate unmanaged string arrays.
19556         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
19557
19558 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
19559
19560         * icall.c: Type.GetType () can now return also types from the
19561         calling assembly.
19562
19563 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
19564
19565         * loader.h, loader.c: stack walking support.
19566         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
19567         GetCallingAssembly.
19568
19569 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
19570
19571         * marshal.c: added optimisations for blittable types 
19572
19573         * class.c (mono_array_class_get): do not set blittable attribute on arrays
19574         (mono_class_setup_mono_type): set blittable attribute for single
19575         and double.
19576
19577         * marshal.c (mono_string_utf8_to_builder): impl.
19578         (mono_string_builder_to_utf8): impl.
19579         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
19580
19581 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
19582
19583         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
19584         (mono_marshal_get_managed_wrapper): impl. byref types
19585
19586 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19587
19588         * icall.c:
19589         (search_method): don't display debug message. 
19590
19591 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
19592
19593         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
19594
19595 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
19596
19597         * appdomain.c: set the missing filename when throwing exception.
19598
19599 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
19600
19601         * metadata.c (mono_type_size): code cleanup
19602         (mono_type_stack_size): removed some test code
19603
19604 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
19605
19606         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
19607         mono_get_exception_file_not_found now.
19608
19609         * exception.c (mono_exception_from_name_two_strings): New version
19610         that will call a constructor with two string arguments. 
19611         (mono_get_exception_file_not_found): New helper routine, used to
19612         report file-not-found errors.
19613
19614 2002-07-20  Dick Porter  <dick@ximian.com>
19615
19616         * process.h:
19617         * process.c: Pass file handles to CreateProcess
19618         
19619         * icall.c:
19620         * file-io.h:
19621         * file-io.c: Implemented CreatePipe
19622
19623 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
19624
19625         * metadata.c (mono_get_param_info): set alignment for value types
19626
19627 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19628
19629         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
19630         Constify mono_domain_assembly_open().
19631         * loader.c: handle null namespace in icalls.
19632
19633 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
19634
19635         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
19636         (emit_str_to_ptr_conv): marshal object as structs
19637
19638         * metadata.c (mono_type_to_unmanaged): marshal object as structs
19639
19640         * marshal.c (mono_marshal_get_runtime_invoke): support value types
19641
19642 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
19643
19644         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
19645         (mono_marshal_get_native_wrapper): we an now return value types
19646
19647 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19648
19649         * verify.c: more checks implemented.
19650
19651 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
19652
19653         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
19654         (fix bug #27695)
19655         (mono_marshal_get_native_wrapper): allow byref arguments
19656         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
19657         impl. PtrToStringXXX methods
19658         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
19659         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
19660         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
19661         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
19662         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
19663
19664 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
19665
19666         * reflection.c: fix buglet in parsing an assembly name.
19667
19668 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
19669
19670         * marshal.c (emit_ptr_to_str_conv): first impl.
19671
19672 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
19673
19674         * object.c, class.h: cache the vtable in the class as suggested by
19675         vargaz@freemail.hu (Zoltan Varga).
19676
19677 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
19678
19679         * class.h, loader.c: added mono_field_from_token().
19680         * verify.c: first cut of type checking code.
19681
19682 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
19683
19684         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
19685
19686 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
19687
19688         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
19689         (fix bug #27782)
19690         (mono_marshal_get_remoting_invoke): impl.
19691         (mono_delegate_begin_invoke): impl.
19692         (mono_mb_emit_save_args): impl.
19693         (mono_delegate_end_invoke): impl.
19694         (mono_marshal_get_delegate_begin_invoke):
19695         (mono_marshal_get_delegate_end_invoke):
19696         (mono_marshal_get_delegate_invoke): generate a special name for
19697         those methods (including the signature) and associate them whith
19698         the delegate class. 
19699
19700 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
19701
19702         * reflection.[ch]: 
19703         (mono_reflection_type_from_name): now it has a MonoImage parameter
19704         which is used as the default image to search the type in. If the image
19705         is NULL or getting the type from it fails, it defaults to corlib.
19706
19707         * icall.c: changed 1 call to mono_reflection_type_from_name to match
19708         new parameter.
19709
19710 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19711
19712         * reflection.c: update the parameter table index.
19713
19714 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
19715
19716         * domain.c: don't include the mark byte in the string hash.
19717
19718 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
19719
19720         * icall.cs: icall for Type.GetTypeCode ().
19721         * verify: a couple of fixes and disabled local initialization checks.
19722
19723 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
19724
19725         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
19726
19727         * debug-helpers.c (mono_method_full_name): print the type of the
19728         runtime wrapper
19729
19730         * metadata.c (mono_signature_hash): a hash function for signatures
19731         (mono_signature_hash): better hash algorithm
19732
19733         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
19734
19735         * debug-helpers.c (mono_method_full_name): this can now generate
19736         method names with signatures
19737
19738         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
19739         method dont have this pointers.
19740
19741 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
19742
19743         * reflection.c: fixup typebuilder tokens.
19744         * image.c: fix buglet.
19745         * marshal.h: remove whitespace.
19746         * metadata.h, metadata.c: reinstate code that was removed.
19747         * verify.c: handle catch directives and fix another couple of bugs.
19748
19749 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
19750
19751         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
19752         (mono_marshal_get_native_wrapper): make it comp. with the old code
19753         (mono_marshal_get_native_wrapper): support boolean
19754         (mono_marshal_get_managed_wrapper): support more types
19755
19756 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
19757
19758         * class.c (class_compute_field_layout): compute class->blittable attribute.
19759
19760 2002-07-09  Dick Porter  <dick@ximian.com>
19761
19762         * threads.c: Make the thread cleaning up cope with threads that
19763         call ExitThread()
19764
19765 2002-07-08  Radek Doulik  <rodo@ximian.com>
19766
19767         * reflection.c (method_encode_code): use non-translated values to
19768         compute finally_start, this fixes exception handling on ppc, yay!
19769
19770         * decimal.h (struct signscale): fix endianess
19771
19772 2002-07-07  Radek Doulik  <rodo@ximian.com>
19773
19774         * reflection.c: swap box_val and not val
19775
19776 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
19777
19778         * reflection.c, reflection.h: handle full assembly info in type name.
19779         Handle Type arguments when loading custom attributes.
19780         * icall.c: updated to use new mono_reflection_type_from_name () method.
19781
19782 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19783
19784         * loader.c:
19785         (method_from_memberref): also print assembly name when method not found.
19786
19787 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19788
19789         * icall.c:
19790         (ves_icall_TypeGetProperties): fixed bug #27473. 
19791
19792 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19793
19794         * reflection.c: display image name and token when cannot find the
19795         .ctor for an attribute.
19796
19797 2002-07-05  Martin Baulig  <martin@gnome.org>
19798
19799         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
19800
19801 2002-07-04  Dick Porter  <dick@ximian.com>
19802
19803         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
19804         compile on mingw.  This will cause mingw builds to not wait for
19805         subthreads to terminate after the main thread does.  I've lodged a
19806         bug with the mingw developers for them to wrap OpenThread().
19807
19808 2002-07-03  Dick Porter  <dick@ximian.com>
19809
19810         * threads.c: Store thread IDs instead of handles, because
19811         GetCurrentThread() returns a pseudohandle and therefore stores
19812         useless values.  mono_thread_cleanup() continues checking the
19813         array of threads until it is empty, to cope with subthreads
19814         spawning new threads after the main thread has finished.
19815
19816         * profiler.h:
19817         * profiler.c:
19818         * profiler-private.h: Pass the thread ID to thread profiler
19819         functions, instead of a handle
19820
19821 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
19822
19823         * verify.c: fixes to make it more usable.
19824         * pedump.c: added --verify code to verify IL code in an assembly.
19825
19826 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19827
19828         * reflection.c: turn errors into warnings to allow compiling corlib.
19829
19830 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
19831
19832         * reflection.c: add special cases to compile corlib.
19833
19834 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19835
19836         * reflection.c: handle properties with only a set method.
19837
19838 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
19839
19840         * opcodes.h: add enum with opcodes in opval order.
19841
19842 2002-07-01  Dick Porter  <dick@ximian.com>
19843         
19844         * object.h:
19845         * object.c (mono_runtime_run_main): Removed unneeded argument
19846
19847 2002-06-28  Martin Baulig  <martin@gnome.org>
19848
19849         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
19850
19851 2002-06-27  Dick Porter  <dick@ximian.com>
19852
19853         * threads.c: Store the handle in both the parent thread and in the
19854         subthread, to minimise the time between starting a new thread and
19855         storing its ID.
19856
19857 2002-06-26  Dick Porter  <dick@ximian.com>
19858
19859         * appdomain.c (mono_runtime_cleanup): Close the socket library
19860         after all the threads have finished, not before
19861
19862 2002-06-26  Martin Baulig  <martin@gnome.org>
19863
19864         * debug-symfile.c (mono_debug_find_source_location): Added
19865         `guint32 *line_number' argument.  If it's not NULL, store the line number
19866         there and return the file name without the line number.
19867
19868 2002-06-25  Dick Porter  <dick@ximian.com>
19869
19870         * icall.c:
19871         * process.h:
19872         * process.c: Process forking and other support functions
19873
19874 2002-06-25  Dick Porter  <dick@ximian.com>
19875
19876         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
19877         things dont happen when the image is closed.
19878         (mono_image_lookup_resource): Walk the resource section looking
19879         for a particular entry
19880
19881         * cil-coff.h: PE resource section decoding
19882
19883 2002-06-25  Dick Porter  <dick@ximian.com>
19884         
19885         * assembly.h:
19886         * assembly.c: 
19887         (mono_assembly_foreach): Accessor functions to walk the list of
19888         loaded assemblies
19889         (mono_assembly_set_main):
19890         (mono_assembly_get_main): Process methods need to know which
19891         assembly is the "main" one
19892
19893         * object.c (mono_runtime_run_main): Record the main assembly
19894
19895         * debug-helpers.c: Fix typo
19896
19897 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
19898
19899         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
19900         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
19901
19902 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
19903
19904         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
19905
19906 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
19907
19908         * image.c (do_mono_image_open): Initialize reference count,
19909         otherwise we leak the MonoImage.
19910
19911 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
19912
19913         * reflection.c: small tweak to handle self-hosting.
19914
19915 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19916
19917         * reflection.c: fix type name parse code.
19918
19919 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
19920
19921         * reflection.c: break out of the loop.
19922         * image.c: special case corlib.
19923
19924 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19925
19926         * reflection.c: add all the custom attrs at the end to ensure the
19927         ctors have been properly initialized when the attributes are defined
19928         in the current assembly.
19929
19930 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19931
19932         * reflection.c: handle correctly multiple-nested types.
19933
19934 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
19935
19936         * row-indexes.h: fix typos.
19937         * reflection.c: adjust for typos and fix method_def_or_ref
19938         encoding in MethodImpl table.
19939
19940 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
19941
19942         * reflection.c: fix entry point patching (thanks Serge!).
19943
19944 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
19945
19946         * verify.c: add check for System.Exception
19947
19948 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
19949
19950         * image.c, class.c: minifix for code just c&p'ed.
19951         * reflection.c: warning fix.
19952         * object.h, loader.h, domain.c: load also StringBuilder.
19953
19954 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19955
19956         * marshal.h, marshal.c: some support code to handle complex marshaling.
19957
19958 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19959
19960         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
19961         Better signatures with vtable error dump.
19962
19963 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
19964
19965         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
19966
19967 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
19968
19969         * icall.c (ves_icall_Type_GetField): impl.
19970
19971 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19972
19973         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
19974         to retrieve a marshal description blob for a field or param.
19975
19976 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
19977
19978         * reflection.h, reflection.c: change order of nested type emission
19979         to avoid table corruption. The NestedTypes table is sorted.
19980         * icall.c: change order of GetConstructor results to workaround mcs bug.
19981
19982 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
19983
19984         * reflection.h, reflection.c: handle field and param marshal
19985         information.
19986
19987 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
19988
19989         * icall.c, marshal.c marshal.h: more Marshal class implementation.
19990
19991 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19992
19993         * reflection.c: fix call convention.
19994
19995 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19996
19997         * reflection.h, reflection.c: mono_image_get_memberref_token()
19998         takes a type instead of a class, now. Added
19999         mono_image_get_array_token() to create tokens for the special
20000         multi-dim array methods.
20001
20002 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
20003
20004         * assembly.c: handle modules (no assembly table). Split
20005         loading references in its own function.
20006         * class.c: handle moduleref resolution scope.
20007         * image.c, image.h: cache module name in image.
20008
20009 2002-06-07  Martin Baulig  <martin@gnome.org>
20010
20011         * reflection.c (mono_image_get_type_info): Only add a class layout entry
20012         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
20013
20014 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20015
20016         * icall.c: more signature fixes that used uint instead of int.
20017
20018 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20019
20020         * reflection.c: fixed signature of field refs.
20021
20022 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20023
20024         * class.c, reflection.c: handle typerefs of nested types
20025         (both on read and when writing files).
20026
20027 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
20028
20029         * icall.c: fix method signatures that tried to workaround the previous
20030         typo, d'oh!
20031
20032 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
20033
20034         * debug-helpers.c: fix typo.
20035
20036 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
20037
20038         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
20039         rewrote the PE/COFF writing code (our programs are understood by the
20040         ms runtime, now).
20041
20042 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
20043
20044         * gc.c, gc.h, icall.c: weakreference support.
20045
20046 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20047
20048         * Makefile.am, mono-config.c: use $(sysconfdir).
20049
20050 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20051
20052         * icall.c: changed default precision of Double.ToString() to 15.
20053         Fixed memory leak. Unified with Single.ToString.
20054
20055 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
20056
20057         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
20058
20059 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
20060
20061         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
20062         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
20063         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
20064         and myself.
20065
20066 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20067
20068         * debug-symfile.c, sysmath.c: yet more compilation fixes.
20069
20070 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20071
20072         * reflection.c, socket-io.c: more compilation fixes.
20073
20074 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20075
20076         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
20077         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
20078         unicode.c: warning and compiler compatibility fixes.
20079
20080 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20081
20082         * class.h, metadata.c: fixed warnings/compilation errors.
20083
20084 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20085
20086         * Makefile.am, mono-config.c, mono-config.h: configuration file
20087         support routines.
20088         * loader.c, loader.h: make Dll mapping configurable at runtime in the
20089         config file. Export methods to insert and lookup mappings.
20090
20091 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
20092
20093         * reflection.c: handle types and boxed objects in custom attr
20094         constructors.
20095
20096 2002-05-30  Martin Baulig  <martin@gnome.org>
20097
20098         * debug-symfile.c
20099         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
20100
20101 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
20102
20103         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
20104         to lookup the implmap row for a P/Invoke method.
20105         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
20106         P/Invoke method from the runtime on an as needed basis.
20107
20108 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
20109
20110         * metadata.c (mono_metadata_parse_signature): impl.
20111
20112 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20113
20114         * class.c: handle .pack directive.
20115
20116 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
20117
20118         * object.c: initialize static fields with RVA data.
20119
20120 2002-05-25  Martin Baulig  <martin@gnome.org>
20121
20122         * debug-symfile.c
20123         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
20124
20125 2002-05-24  Martin Baulig  <martin@gnome.org>
20126
20127         * debug-symfile.c
20128         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
20129         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
20130         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
20131
20132 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
20133
20134         * object.c: special case string ctros in invoke.
20135         * gc.c: silly whitespace changes.
20136
20137 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
20138
20139         * threadpool.[ch]: impl. a threadpool that can
20140         be used by mint and mono.
20141
20142 2002-05-22  Martin Baulig  <martin@gnome.org>
20143
20144         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
20145         The first argument is now a `MonoReflectionModuleBuilder *', the return
20146         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
20147         `methods' field to get the method builder.  The `token' argument is the
20148         unfixed token.
20149
20150         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
20151         invalid characters instead of g_assert_not_reached()ing.  This seems
20152         to be the behaviour of mscorlib.
20153
20154 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
20155
20156         * object.c (mono_runtime_invoke_array): applied patch from Rachel
20157         Hestilow to fix bug #25104
20158
20159 2002-05-21  Martin Baulig  <martin@gnome.org>
20160
20161         * debug-symfile.c (mono_debug_find_source_location): New function.
20162         Looks up an IL offset in the line number table and returns the source
20163         location as a string.
20164
20165 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20166
20167         * icall.c:
20168         (mono_double_ToStringImpl): changed %f by %g until we have something
20169         better.
20170
20171 2002-05-21  Nick Drochak  <ndrochak@gol.com>
20172
20173         * icall.c : Use different name for Math.Pow's icall.  Needed to check
20174         parameters first in C#.
20175
20176 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20177
20178         * icall.c, reflection.h: added icall to get info about an event.
20179
20180 2002-05-20  Radek Doulik  <rodo@ximian.com>
20181
20182         * object.c (mono_value_box): don't use memcpy for boxing on BIG
20183         endian
20184         (mono_value_box): don't use memcpy for small sizes on
20185         architectures with unaligned access
20186
20187 2002-05-20  Martin Baulig  <martin@gnome.org>
20188
20189         * reflection.c (mono_reflection_setup_internal_class): Don't crash
20190         if `tb->parent == NULL'.
20191         (mono_reflection_create_internal_class): New function.  This is
20192         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
20193         for enum types.
20194
20195         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
20196         New interncall.
20197
20198 2002-05-19  Martin Baulig  <martin@gnome.org>
20199
20200         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
20201         argument to get the length, don't default to the array length.
20202
20203 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
20204
20205         * assembly.c (mono_assembly_setrootdir): New function used to
20206         override the MONO_ASSEMBLIES directory.
20207
20208 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20209
20210         * icall.c: ValueType_GetHashCode() initialize local var.
20211
20212 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20213
20214         * reflection.c: sort custom attributes table.
20215
20216 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
20217
20218         * reflection.c: support named args in custom attributes (write support).
20219
20220 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
20221
20222         * reflection.c: fix finally position calculation.
20223
20224 2002-05-15  Radek Doulik  <rodo@ximian.com>
20225
20226         * reflection.c: fixed endianess at many places
20227
20228         * icall.c (ves_icall_InitializeArray): comment out debug msg
20229
20230 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
20231
20232         * object.c (mono_unhandled_exception): new function to handle
20233         unhandled exceptions.
20234         (mono_unhandled_exception): call the UnhandledException event.
20235         (mono_runtime_delegate_invoke): impl.
20236
20237 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
20238
20239         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
20240         returns the RVA, not the direct pointer to the data. Handle the case
20241         when the class size is fixed.
20242
20243 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
20244
20245         * reflection.c: fix some endianess issues.
20246
20247 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
20248
20249         * object.c (mono_runtime_invoke): is now able to catch exceptions.
20250
20251         * threads.c (mono_thread_init): added a callback which is invoked
20252         at thread start.
20253
20254 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
20255         
20256         * icall.c: make GetHashCode return non-negative values.
20257
20258 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
20259
20260         * object.c, icall.c, gc.c: revert to address-based hashcode.
20261
20262 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
20263
20264         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
20265
20266 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20267
20268         * icall.c, class.c: special case <Module>.
20269
20270 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
20271
20272         * icall.c: fix bug in GetNow().
20273
20274 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
20275
20276         * object.c (mono_runtime_class_init): make sure that we call all
20277         static class constructors.
20278
20279 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
20280
20281         * reflection.c: sort methodsemantics table.
20282
20283 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
20284
20285         * reflection.h, reflection.c: honour init locals setting.
20286
20287 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
20288
20289         * icall.c: copied Double ToStringImpl for Single ToStringImpl
20290
20291 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
20292
20293         * reflection.c: support ContructorBuilders in attribute blob creation.
20294
20295 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20296
20297         * reflection.c: some changes to build a binary that can be run
20298         directly in windows.
20299
20300 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
20301
20302         * loader.c: print a big message when an icall can't be found.
20303
20304 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20305
20306         * string-icalls.c: fix bug 24248.
20307
20308 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
20309
20310         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
20311         icall.c, reflection.h: separate assembly loading by pathname and by
20312         assembly name. Use the MONO_PATH env var to search for assemblies.
20313
20314 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20315
20316         * assembly.c, image.h: add some support for assemblies
20317         with multiple modules.
20318         * class.c, class.h: export mono_class_from_typeref().
20319         * loader.c: remove duplicated code and use mono_class_from_typeref(),
20320         instead.
20321
20322 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20323
20324         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
20325         documentation says (the ECMA one is correct).
20326
20327 2002-05-02  Dick Porter  <dick@ximian.com>
20328
20329         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
20330         Don't name the synchronisation mutex.
20331
20332 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
20333
20334         * rand.c
20335         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
20336         Make the prototypes match.
20337         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
20338         Same.
20339
20340         * icall.c
20341         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
20342         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
20343         all systems have tm.tm_zone, so use strftime() with %Z to print
20344         the timezone abreviation into a temp string.
20345
20346         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
20347         rather than mono_array_addr() on a MonoString on Big Endian
20348         machines.
20349
20350 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
20351
20352         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
20353         fix bug 24041
20354
20355 2002-04-30  Dick Porter  <dick@ximian.com>
20356
20357         * socket-io.c: Cope with SOCKET being an integer rather than a
20358         pointer now.
20359
20360         * threads.c: Added Thread_free_internal, to deal with thread
20361         handle cleanup.  Moved calls to handle_store() and handle_remove()
20362         to start_wrapper(), so each can only be called once.  Allocate
20363         synchronisation blocks with GC_malloc(), and use GC finalisation
20364         to close the handles.
20365
20366         * icall.c: added System.Threading.Thread::Thread_free_internal
20367
20368 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20369
20370         * icall.c: support Environment.Exit, CommandLineArgs().
20371
20372 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20373
20374         * object.c, object.h: added mono_runtime_run_main () and
20375         mono_runtime_get_main_args () for use in System.Environment.
20376
20377 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20378
20379         * gc.c: fix thinko, enable actual finalization since the jit is now
20380         fixed.
20381
20382 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20383
20384         * gc.c, object.c: take into account that an object may be offset wrt the address
20385         returned by GC_malloc().
20386
20387 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
20388
20389         * image.c: handle files without entries in the assembly table (modules).
20390
20391 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
20392
20393         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
20394         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
20395         allowed to be null when it's System.Object class setup.
20396
20397 2002-04-27  Martin Baulig  <martin@gnome.org>
20398
20399         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
20400         if `tb->parent == NULL' rather than crashing.
20401
20402 2002-04-28  Nick Drochak  <ndrochak@gol.com>
20403
20404         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
20405         calling acos() where asin() should have been called.
20406
20407 2002-04-26  Martin Baulig  <martin@gnome.org>
20408
20409         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
20410         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
20411         there's a subdirectory called `System', but we don't want to read that
20412         subdirectory as an assembly.
20413
20414 2002-04-25  Martin Baulig  <martin@gnome.org>
20415
20416         * debug-symfile.c: Reflect latest MonoString changes.
20417
20418 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
20419
20420         * rand.c, rand.h: instance method icalls need to have an explicit
20421         this pointer as first argument in the C implementation.
20422
20423 2002-04-25  Nick Drochak <ndrochak@gol.com>
20424
20425         * icall.c: Fix typo in map for GetNonZeroBytes
20426
20427 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
20428
20429         * string-icalls.c : String does now passes unit tests without any 
20430         errors, the following changes has been made:
20431         
20432         Implemented replace methods.
20433         Renaming of methods to (try) follow the standard.
20434         Fixed compare ordinal
20435         Made all memory allocated directly to function instead of via icall function.
20436         Small performance fix in is_in_array function
20437                         
20438  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
20439
20440         c (mono_string_Internal_ctor_charp_int_int):
20441         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
20442         sindex < 0, throw ArgumentOutOfRangeException instead of
20443         ArgumentNullException.
20444
20445         Added new check for length == 0, however
20446         I need to make it return String.Empty from the C code.
20447         
20448         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
20449         that calculate the length for us here.
20450         
20451         (mono_string_Internal_ctor_sbytep_int_int): Replaced
20452         mono_string_new_utf16 with mono_string_new, since value is utf8.
20453
20454 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20455
20456         * object.c: register the object for finalization if needed.
20457         Allocate one more char in the string for the terminating 0 char.
20458
20459 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20460
20461         * class.c, class.h, image.c: check if a type implemenst a destructor.
20462         Use the proper key for array class lookups.
20463         * icall.c: register the icalls in the System.GC class.
20464         * gc.c, gc.h: GC-related functions and icalls.
20465
20466 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20467
20468         * icall.c:
20469         * socket-io.c:
20470         * unicode.c: free some strings gotten from mono_string_to_utf8 and
20471         changed a couple of free () by g_free ().
20472
20473         * decimal.c: one-liner in the comments for decimal2string ().
20474
20475 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
20476
20477         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
20478
20479 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
20480
20481         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
20482         * object.c (mono_runtime_invoke_array) : handle null in params
20483
20484 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
20485
20486         * string-icalls.c: fixed bug in split (one off bug)
20487
20488 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
20489
20490         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
20491         * icalls.c: added String::Equals as internal method
20492
20493 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
20494
20495         * threads.c: fixed bug in the double interlocked functions
20496
20497 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
20498
20499         * threads.c: implemented all of the new interlocked icalls.
20500         * string-icalls.c: fix a bug in insert.
20501         * icalls.c: added the icalls for interlocked, removed old string functions.
20502         
20503 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
20504
20505         * loader.c: fix off-by-one error when reading argument names.
20506
20507 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20508
20509         * profiler.c: win32 counter implementation (untested).
20510         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
20511         (the latter needs testing and more complete impl. from win32 folks).
20512
20513 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
20514
20515         * object.c: mono_array_new_full workaround mono_array_class_get
20516         problem.
20517
20518 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20519
20520         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
20521         * object.h (mono_string_chars): Changed casting type.
20522
20523 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20524
20525         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
20526                            method signatures to use gunichar2 instead of gint16.
20527
20528 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
20529
20530         * object.h, object.c: domain-specific versions of mono_object_new and
20531         mono_array_new.
20532
20533 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
20534
20535         * object.c: changed String layout
20536
20537         * string-icalls.c (mono_string_Internal_ctor_chara): added
20538         internal string constructors.
20539
20540 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
20541
20542         * threads.c: pass 'this' to the thread start routine.
20543
20544 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20545
20546         * string-icalls.c: fix IndexOf and LastIndexOf. Now
20547         InternalCompareStr don't call twice mono_string_cmp_char for the last
20548         character. Improved performance in mono_string_cmp_char.
20549
20550 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
20551
20552         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
20553         code into its own library: libmonoruntime.
20554
20555 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
20556
20557         * object.h, object.c: changed array format so that szarrays do not
20558         require a bounds structure.
20559         * icall.c, appdomain.c: support for new szarray format.
20560
20561 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
20562
20563         * metadata.c: compare also the retuns type when comparing signatures:
20564         we didn't do this as an optimization since really overloaded methods
20565         must differ also in the arguments, but this doesn't work with
20566         low-level IL code (or when using explicit conversion operators: see
20567         bug#23498 for an example).
20568
20569 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20570
20571         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
20572
20573 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
20574
20575         * icall.c: make MonoType::GetElementType its own icall.
20576
20577 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20578
20579         * icall.c: remove MonoMethod_get_Name().
20580         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
20581         object.
20582
20583 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20584
20585         * string-icalls.c: optimized a few methods.
20586
20587 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20588
20589         * icall.c: added all new string internal calls
20590         * string-icalls.c: added, new string internal call implementation.
20591         * object.c: added mono_string_new_size for allocating a string a size
20592
20593 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
20594
20595         * object.c (mono_object_isinst): use the same code as in the
20596         optimized x86 version.
20597
20598 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20599
20600         * profiler.c: TSC-based timer code (faster and more accurate).
20601         Not hooked up in configure, yet (set USE_X86TSC to 1).
20602
20603 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
20604
20605         * profiler.c, profiler.h: track time spent compiling methods.
20606         * threads.c: track thread creation/destruction.
20607
20608 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
20609
20610         * profiler.c, profiler.h, profiler-private.h: profiling interface
20611         and sample implementation. Moved here so that it can be used also by
20612         the jit.
20613
20614 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
20615
20616         * reflection.c, reflection.h: keep types and other handles separate in
20617         the hash tables for referred tokens. Add guid for modules.
20618
20619 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
20620
20621         * assembly.c: fix bugs found with valgrind.
20622         * metadata.h, metadata.c: added mono_metadata_guid_heap().
20623
20624 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
20625
20626         * threads: added icall support for getting current domain for
20627                    the thread.
20628  
20629 2002-04-13  Martin Baulig  <martin@gnome.org>
20630
20631         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
20632         (MonoDebugVarInfo): Added `index' field for register based addresses.
20633         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
20634         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
20635         `MonoDebugVarInfo *params' and `guint32 this_offset' with
20636         `MonoDebugVarInfo *this_var'.
20637
20638         * debug-symfile.c (relocate_variable): New static function to write
20639         a location description for a local variable or method parameter.
20640
20641 2002-04-12  Martin Baulig  <martin@gnome.org>
20642
20643         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
20644         stack offset and begin/end scope address of a local variable.
20645         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
20646         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
20647         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
20648
20649         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
20650         Added new relocation types for start/end scope of a local variable.
20651
20652 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20653
20654         * object.h: add mono_object_domain() macro.
20655         * reflection.c: handle typespecs.
20656         * icall.c: MonoMethod::get_Name() implementation.
20657
20658 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20659
20660         * icall.c: String::GetHashCode() icall implementation.
20661
20662 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20663
20664         * icall.c: String::IndexOfAny icall.
20665         * object.c, object.h: make array->max_length more useful.
20666         Intrduced mono_object_class() and mono_string_length() macros.
20667
20668 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20669
20670         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
20671         instead of g_unichar_isdigit.
20672
20673 2002-04-11  Nick Drochak  <ndrochak@gol.com>
20674
20675         * icall.c: Implement a simple Double.ToString().
20676
20677 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
20678
20679         * appdomain.h: only io-layer.h is supposed to be included.
20680         * icall.c: explicitly import environ. Fix warning.
20681
20682 2002-04-10  Nick Drochak  <ndrochak@gol.com>
20683
20684         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
20685                 return true even if it's not Daylight Savings time.
20686                 Only return false for the case where the function isn't
20687                 implemented for a plaform (read Windows).
20688
20689 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20690
20691         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
20692         data with a mutex.
20693
20694 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
20695
20696         * mempool.c (mono_mempool_alloc): only use g_malloc when
20697         absolutely necessary.
20698
20699 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
20700
20701         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
20702
20703         * class.c (mono_class_vtable): use domain mempool to allocate vtable
20704         (mono_class_proxy_vtable): use domain mempool
20705
20706 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
20707
20708         * appdomain.h, appdomain.c: split initialization that requires the
20709         execution engine support into mono_runtime_init().
20710
20711 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
20712
20713         * class.c (mono_class_init): don't include vtable inside MonoClass
20714         to save some memory, gather some statistics.
20715         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
20716
20717 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
20718
20719         * icall.c: internalcall implementation for ValueType.Equals().
20720
20721 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
20722
20723         * object.c (mono_message_init): moved 
20724         (mono_runtime_exec_main): new arch. independent impl.
20725         (mono_runtime_invoke_array): new method - like
20726         mono_runtime_invoke, but you can pass an array of objects.
20727         (mono_remoting_invoke): new arch. independent impl.
20728         (mono_message_invoke): new arch. independent impl.
20729         (mono_runtime_class_init): new arch. independent impl.
20730         (mono_runtime_object_init): new arch. independent impl.
20731
20732 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20733
20734         * metadata.c, object.c, reflection.c: documented the exported
20735         functions.
20736
20737 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
20738
20739         * icall.c: simpler code to pass the assembly builder data to corlib.
20740         Implement GetNestedTypes() internalcall.
20741
20742 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
20743
20744         * class.c: warn if a type can't be loaded.
20745
20746 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
20747
20748         * image.h: typedef MonoImageOpenStatus
20749         * types.h: removed unused file
20750         
20751 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
20752
20753         * icall.c: Enum_ToObject accepts enum value arguments.
20754
20755 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
20756
20757         * class.c: move initialization of properties, events and nested
20758         classes, so that they happen for interfaces, too.
20759
20760 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20761
20762         * icall.c: cleanup some ugly casts in Array_SetValue*.
20763
20764 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20765
20766         * icall.c: the values array fro enums is of the correct type, now.
20767         Implement (correctly) getFullName instead of assQualifiedName for
20768         MonoType.
20769         * reflection.h, reflection.c: added mono_type_get_name ().
20770
20771 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20772
20773         * assembly.c, image.h: for each MonoImage, record from wich assembly
20774         it was loaded.
20775         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
20776         Make Type.Assembly work.
20777
20778 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
20779
20780         * debug-symfile.h: use char* instead of gpointer to avoid
20781         unnecessary casts.
20782
20783         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
20784
20785         * icall.c (ves_icall_InternalExecute): impl. FielSetter
20786         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
20787
20788 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
20789
20790         * icall.c (mono_message_init): impl. (code cleanup)
20791         (ves_icall_InternalExecute): impl. FieldGetter
20792
20793         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
20794         defined we call all (non-static)methods through the vtable. 
20795
20796 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
20797
20798         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
20799         finalizer even though the memory is still referenced (and the chunk of
20800         memory is not freed).
20801
20802 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
20803
20804         * assembly.c: fix brokeness.
20805
20806 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
20807
20808         * class.c: kill some warnings. Check explicit interface method
20809         implementation also without considering the namespace.
20810         Load also literal strings in static class data.
20811
20812 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
20813
20814         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
20815         (default_assembly_name_resolver): Make the resolver take the
20816         "base" directory where the assembly was originally defined, so we
20817         can load DLLs that are in the same directory as the assembly that
20818         is being referenced.
20819
20820 2002-03-28  Dick Porter  <dick@ximian.com>
20821
20822         * file-io.h: 
20823         * file-io.c:
20824         * socket-io.c: 
20825         * unicode.h: 
20826         * unicode.c: Warning cleanups
20827
20828 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
20829
20830         * object.h, reflection.h: use the correct type instead of MonoObject.
20831
20832 2002-03-28  Martin Baulig  <martin@gnome.org>
20833
20834         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
20835         (mono_debug_update_symbol_file): Initialize classes if necessary.
20836
20837 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
20838
20839         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
20840         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
20841
20842 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
20843
20844         * assembly.h: fix function prototype.
20845         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
20846         * mono-endian.h: use const cast.
20847
20848 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
20849
20850         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
20851
20852 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
20853
20854         * loader.c: don't assert when a typeref can't be loaded, give
20855         a chance to the runtime to trow an exception instead.
20856         * loader.h: fix warning.
20857
20858 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
20859
20860         * class.c (mono_class_proxy_vtable): added proxy support
20861
20862 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
20863
20864         * icall.c: removed last of PAL calls, added System.Environment
20865         * file-io.h, file-io.c: MonoIO implementation
20866         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
20867
20868 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
20869
20870         * appdomain.c: do not use the byte marker in ldstr table lookup.
20871         * debug-helpers.c: allow two ':' to separate class and method name.
20872         * object.c: allocate arrays bounds with the GC, too.
20873         * verify: add a few more checks.
20874
20875 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
20876
20877         * reflection.c: output also literal strings. Allocate parameter data
20878         with GC_malloc() (thanks, Martin, for catching this!).
20879
20880 2002-03-26  Martin Baulig  <martin@gnome.org>
20881
20882         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
20883         include the `this' offset in the `param_offsets'.
20884
20885 2002-03-25  Martin Baulig  <martin@gnome.org>
20886
20887         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
20888         mono_debug_get_class() function to get the classes. Added new
20889         relocation types for arrays and strings.
20890         (mono_debug_get_class): New static function to search in all
20891         referenced assemblies for a metadata token.
20892
20893         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
20894
20895 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
20896
20897         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
20898         hold gc-allocated objects. Make the string heap a stream like the
20899         others. Removed duplicated code when writing stream info.
20900         Added asserts to catch possible buffer overflows. Set the sorted map
20901         for tables that need sorting. Added some documentation.
20902
20903 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
20904
20905         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
20906         for interned strings and vtables.
20907
20908 2002-03-24  Martin Baulig  <martin@gnome.org>
20909
20910         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
20911         it in the array since it was created with g_slist_prepend().
20912
20913 2002-03-24  Martin Baulig  <martin@gnome.org>
20914
20915         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
20916         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
20917         (mono_debug_method_from_token): Renamed to
20918         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
20919         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
20920
20921         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
20922         relocation types.
20923
20924         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
20925
20926 2002-03-24  Martin Baulig  <martin@gnome.org>
20927
20928         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
20929         (mono_debug_method_from_token): New func.
20930
20931         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
20932         New interncall, calls mono_debug_local_type_from_signature().
20933         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
20934         calls mono_debug_method_from_token().
20935
20936 2002-03-23  Martin Baulig  <martin@gnome.org>
20937
20938         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
20939         specifies the number of bytes to be converted, not the array size.
20940         Return the number of chars, not the number of bytes.
20941         (ves_icall_iconv_get_chars): The `byteCount' argument
20942         specifies the number of bytes to be converted, not the array size.
20943
20944 2002-03-23  Martin Baulig  <martin@gnome.org>
20945
20946         * reflection.h (MonoReflectionSigHelper): New type.
20947
20948         * reflection.c (mono_reflection_sighelper_get_signature_local),
20949         (mono_reflection_sighelper_get_signature_local): New functions.
20950
20951         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
20952         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
20953         interncalls.
20954
20955 2002-03-23  Martin Baulig  <martin@gnome.org>
20956
20957         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
20958         is_writeable is set.
20959         (mono_raw_buffer_update): New function to write the modified map
20960         back to disk.
20961
20962         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
20963
20964         * debug-symfile.c (mono_debug_update_symbol_file): Call
20965         mono_raw_buffer_update() when done writing.
20966
20967 2002-03-23  Martin Baulig  <martin@gnome.org>
20968
20969         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
20970
20971         * debug-symfile.c: Added support for arguments and local variables.
20972
20973 2002-03-23  Dick Porter  <dick@ximian.com>
20974
20975         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
20976         protected by ifdefs, hence breaking the w32 build.
20977
20978 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
20979
20980         * object.c: implement is_interned() the right way.
20981
20982 2002-03-21  Martin Baulig  <martin@gnome.org>
20983
20984         * debug-symfile.[ch]: New files to handle debugging information
20985         files. There's also support to dynamically update these symbol
20986         files to include machine dependent information.
20987
20988 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
20989
20990         * threads.c (mono_thread_create): new function to create thread
20991         from C
20992
20993 2002-03-20  Martin Baulig  <martin@gnome.org>
20994
20995         * icall.c (ves_icall_InternalInvoke): Create a new object if the
20996         method is a constructor.
20997         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
20998         points to ves_icall_InternalInvoke().
20999
21000 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
21001
21002         * file-io.c: Flush shouldn't throw exceptions.
21003
21004 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
21005
21006         * file-io.c: FileStream flush support; FileSetLength now
21007         restores file pointer.
21008
21009 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
21010
21011         * class.c: set image for pointer classes.
21012
21013 2002/03/19  Nick Drochak <ndrochak@gol.com>
21014
21015         * sysmath.c: Forgot one.
21016
21017 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
21018
21019         * sysmath.c: Avoid redefining existing names.
21020
21021 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
21022
21023         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
21024         handled by runtime as icall rather than dllimport from libm.so
21025         * file-io.c, file-io.h: fixed handle argument type.
21026
21027 2002-03-18  Dick Porter  <dick@ximian.com>
21028
21029         * reflection.c (mono_image_get_type_info): rename interface to
21030         iface, because of "#define interface struct" on windows.
21031
21032 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
21033
21034         * class.c, class.h: rename and export mono_ptr_class_get().
21035         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
21036         * reflection.c, reflection.h, icall.c: better/saner type name
21037         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
21038         method signatures.
21039
21040 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
21041
21042         * class.c (mono_class_init): removed hardcoded GHC_SLOT
21043
21044         * icall.c (ves_icall_InternalInvoke): impl.
21045
21046 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
21047
21048         * reflection.c: output the interface map table, too.
21049
21050 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
21051
21052         * class.c (class_compute_field_layout): separate computation of 
21053         static field layout
21054
21055 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
21056
21057         * icall.c: added System.Buffer support.
21058         * file-io.c: moved file icalls from PAL to FileStream.
21059
21060 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
21061
21062         * icall.c (ves_icall_System_Object_GetHashCode): impl.
21063
21064 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
21065
21066         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
21067
21068 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21069
21070         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
21071
21072 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
21073
21074         * debug-helpers.{c,h}: moved here from monograph some useful functions
21075         to locate a method by name/signature in a class or image. Included
21076         also a small and flexible IL disassembler.
21077
21078 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21079
21080         * reflection.c: fixup tokens in methods with small header size, too.
21081
21082 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
21083
21084         * object.c (mono_string_to_utf8): remove assert(!error), instead
21085         print a warning. 
21086
21087 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
21088
21089         * icall.c: update to the new mono_Array_class_get interface.
21090
21091 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
21092
21093         * appdomain.c, object.c: Boehm-GC enable.
21094         * icall.c: make get_data_chunk() support split data requests.
21095         Ensure a class is initialized in more cases. Return only the first
21096         property found in GetProperties() or the compiler gets confused. 
21097         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
21098         * reflection.h, reflection.c: add fixup mechanism for field and method
21099         tokens. Initialize assembly->typeref in a single place. Output
21100         properties after events. Support custom attributes for events, too.
21101         Typo fix for paramter custom attrs.
21102
21103 2002-03-07  Martin Baulig  <martin@gnome.org>
21104
21105         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
21106
21107 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
21108
21109         * class.c (mono_array_class_get): fix. for multi. dim. arrays
21110
21111 2002-03-06  Martin Baulig  <martin@gnome.org>
21112
21113         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
21114         non-zero lower bounds. See testcases #F10-#F13.
21115
21116 2002-03-05  Martin Baulig  <martin@gnome.org>
21117
21118         * exception.c (mono_get_exception_argument_out_of_range): New exception.
21119
21120         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
21121         ves_icall_System_Array_GetValue(), only calculate the absolute array position
21122         here.
21123         (ves_icall_System_Array_SetValue): Likewise.
21124         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
21125         as argument and does the actual work. This function is used when copying a
21126         multi-dimensional array.
21127         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
21128         now do all the widening conversions of value types.
21129         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
21130
21131 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21132
21133         * class.c: remove some magic numbers and use the smbolic names,
21134         instead. Added init_events() to load event info at class init time.
21135         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
21136         and mono_metadata_methods_from_event().
21137         * reflection.h, reflection.c: added support for writing out the evnets
21138         related information.
21139
21140 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
21141
21142         * reflection.h, icall.c: use a different method (GetInterfaces)
21143         to gather interface info and add isbyref, isprimitive and
21144         ispointer to the ves_icall_get_type_info() return value.
21145
21146 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
21147
21148         * class.h: stared adding support for events.
21149         * icall.c: split find_members implementation. Added debug icall to get
21150         the address of an object.
21151         * reflection.c: handle TypeBuilders in mono_type_get_object().
21152
21153 2002-03-01  Martin Baulig  <martin@gnome.org>
21154
21155         * icall.c (ves_icall_System_Array_GetLength): This must throw an
21156         ArgumentOutOfRangeException(), not an ArgumentException().
21157         (ves_icall_System_Array_GetLowerBound): Likewise.
21158         (ves_icall_System_Array_GetValue): Improved argument checking.
21159         (ves_icall_System_Array_SetValue): Improved argument checking.
21160
21161 2002-03-01  Martin Baulig  <martin@gnome.org>
21162
21163         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
21164         called with invalid arguments rather than just dying with g_assert().
21165         (ves_icall_System_Array_SetValue): Likewise.
21166         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
21167         raise a NotImplementedException instead.
21168         (ves_icall_System_Array_GetLength): Added argument checking.
21169         (ves_icall_System_Array_GetLowerBound): Added argument checking.
21170
21171 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
21172
21173         * object.h (mono_assert): new macros mono_assert and
21174         mono_assert_not_reached
21175
21176 2002-02-28  Martin Baulig  <martin@gnome.org>
21177
21178         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
21179         and "System::String::IsInterned" to "System::String::_IsInterned".
21180
21181 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
21182
21183         * icall.c: remove hacks for typebuilder. Added icall to create a
21184         modified type from a tybebuilder.
21185         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
21186         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
21187         to create a backing MonoClass for a TypeBuilder.
21188
21189 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21190
21191         * class.c, class.h: more refactoring of class init.
21192         Export mono_class_setup_mono_type() and mono_class_setup_parent().
21193
21194 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
21195
21196         * marshal.c, marshal.h: start of marshaling interface.
21197
21198 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
21199
21200         * icall.c: fix order in assembly qualified name icall.
21201
21202 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
21203
21204         * class.c: do not free str, since we store it in the hash table.
21205         * reflection.h: add label field to MonoILExceptionInfo.
21206         * reflection.c: handle references to more than one assembly. Handle
21207         case when there isn't a module created in the assembly.
21208
21209 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
21210
21211         * class.c: Fix typo. Start refactoring of class init code.
21212
21213 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
21214
21215         * appdomain.c: exit with 1 on error.
21216         * class.c: we already have the name in MonoClassField.
21217         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
21218         MonoStreamHeader instead of an offset of image->raw_metadata.
21219
21220 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
21221
21222         * appdomain.c (mono_init): Be even more descriptive about the error.
21223
21224 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
21225
21226         * appdomain.c: give the user an informative message when corlib can't
21227         be loaded.
21228
21229 2002-02-26  Martin Baulig  <martin@gnome.org>
21230
21231         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
21232         New icall to get the time zone data.
21233
21234 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21235
21236         * reflection.c: set virtual and raw size of section correctly.
21237         * threads.c: transfer domain information to newly created threads.
21238
21239 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
21240
21241         * class.c: when instancing a class in a domain, load the default
21242         vaules for static fields from the constant table. Fix System.Enum to
21243         not be an enum.
21244         * icall.c: implement Object::GetType() internalcall. Implemented
21245         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
21246         Fixed checking of binding flags in find_members().
21247         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
21248         * reflection.c: handle enumerations when writing to the constant
21249         table. Use a different object cache for types.
21250
21251
21252 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
21253
21254         * object.c (mono_object_isinst): fix for arrays
21255
21256         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
21257
21258 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
21259
21260         * object.c: don't use mprotect ()  and fix intern pool hash table
21261         lookup for big endian systems.
21262
21263 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21264
21265         * icall.c: change type_is_subtype_of () signature.
21266
21267 2002-02-21  Mark Crichton  <crichton@gimp.org>
21268
21269         * rand.c, rand.h: Added random number generator for
21270         System.Security.Cryptography classes.
21271
21272         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
21273
21274         * icall.c: Added System.Security.Cryptography calls.
21275
21276 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
21277
21278         * class.c, icall.c, metadata.c: better support for pointer types.
21279         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
21280         * reflection.c: Add support for getting custom attrs for properties
21281         and simplify some code.
21282
21283 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21284
21285         * icall.c: change getToken () and add custom attribute GetBlob()helper
21286         method.
21287         * reflection.h: add custom attrs array to the reflection builder structures.
21288         * reflection.c: encode and emit custom attributes for all the relevant
21289         reflection objects. Cache fieldref and methodref tokens. Change
21290         mono_image_create_token() interface to take a MonoDynamicAssembly.
21291         More complete custom attributes decoder. Load custom attributes for
21292         Assembly, Field, Method and Constructor objects, too. Make the
21293         returned array an Attribute[] one, not object[]. Added
21294         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
21295         custom attribute constructor.
21296
21297 2002-02-20  Dick Porter  <dick@ximian.com>
21298
21299         * icall.c:
21300         * rawbuffer.c:
21301         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
21302         problem code out for now).
21303
21304 2002-02-19  Radek Doulik  <rodo@ximian.com>
21305
21306         * object.c (mono_ldstr): use hash table to avoid multiple swapping
21307
21308 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
21309
21310         * icall.c: register the GetCustomAttributes method.
21311         * object.c, object.h: add mono_string_new_len ().
21312         * reflection.h, reflection.c: added mono_runtime_invoke(),
21313         mono_install_runtime_invoke(). Added
21314         mono_reflection_get_custom_attrs () to load custom attributes and
21315         create the attribute objects.
21316
21317 2002-02-19  Dick Porter  <dick@ximian.com>
21318         * threads-dummy-types.c:
21319         * threads-dummy-types.h:
21320         * threads-dummy.c:
21321         * threads-dummy.h:
21322         * threads-pthread-types.c:
21323         * threads-pthread-types.h:
21324         * threads-pthread.c:
21325         * threads-pthread.h:  Deleted obsolete files
21326
21327 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
21328
21329         * class.c (mono_class_vtable): runtime init the class when we
21330         allocate static class data.
21331
21332         * icall.c (ves_icall_System_Array_SetValue): check for null values.
21333
21334         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
21335         and String - but we will need generic marshalling support in the
21336         future. 
21337         (mono_init): set the domain name in a ms compatible way
21338
21339         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
21340         String[].
21341
21342 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
21343
21344         * object.c (mono_array_clone): use alloca() instead of g_malloc  
21345         for sizes
21346
21347         * appdomain.c (mono_domain_unload): impl.
21348
21349 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
21350
21351         * appdomain.c, object.c: fix intern pool implementation.
21352         * class.c: fix alignment code.
21353
21354 2002-02-16  Radek Doulik  <rodo@ximian.com>
21355
21356         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
21357         and s2 > s1, just copy lower bytes to be compatible with little
21358         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
21359         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
21360
21361         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
21362         force big_endian to be 1 for big endian machines 
21363         (ves_icall_iconv_new_decoder): ditto
21364
21365 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
21366
21367         * socket-io.c (convert_sockopt_level_and_name): If the system
21368         doesn't define SOL_IP or SOL_TCP, get them by hand using
21369         getprotobyname() and caching the values (because this could be a
21370         slow operation).
21371         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
21372         Use the appropriate struct when the system does support it. Ie,
21373         not all systems have struct ip_mreqn so use struct ip_mreq when
21374         appropriate.
21375
21376 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
21377
21378         * reflection.c: handle finally clauses.
21379
21380 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
21381
21382         * socket-io.c: use g_snprintf() instead of snprintf.
21383
21384 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
21385
21386         * reflection.c (mono_param_get_objects): Cast second argument to
21387         mono_method_get_param_names to a const char** to silence the
21388         compiler warning.
21389
21390         * appdomain.c (mono_domain_assembly_open): Put parens around the
21391         truth statement in the for-loop.
21392
21393         * unicode.c (iconv_convert): Got rid of a compiler warning about
21394         int i being unused when the system has a new iconv.
21395         (iconv_get_length): Same.
21396
21397         * image.c (load_class_names): Cast the second argument to
21398         g_hash_table_insert() to char* to hush compiler warnings about the
21399         arg being a const.
21400         (mono_image_open): Same here.
21401
21402         * socket-io.c: Don't conditionally include sys/filio.h or
21403         sys/sockio.h here anymore since we now get them from
21404         io-layer/io-layer.h
21405         (inet_pton): If the system doesn't support inet_aton, implement
21406         using inet_addr and also #define INADDR_NONE if it isn't defined
21407         by the system.
21408
21409 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
21410
21411         * metadata.c, metadata.h: added function to get packing and size info
21412         of a typedef.
21413         * reflection.h, reflection.c: handle field RVA data. Save info about
21414         the table layout if needed. Assign typedef indexes to all the types
21415         before dumping the info about them to avoid forward reference problems.
21416
21417 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
21418
21419         * socket-io.c (convert_sockopt_level_and_name): ifdef
21420         SO_ACCEPTCONN because it is not defined on my system (old debian)
21421
21422 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
21423
21424         * opcode.c: use stddef.h to get NULL.
21425
21426 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
21427
21428         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
21429         for FIONBIO, FIONREAD and SIOCATMARK.
21430         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
21431         define INADDR_NONE and besides, inet_addr() is deprecated and
21432         should not be used. Use inet_pton() instead - it also has the
21433         added bonus that it can easily handle IPv6 addresses as well.
21434         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
21435
21436 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
21437
21438         * decimal.c: remove _MSC_VER conditional.
21439
21440 2002-02-13  Dick Porter  <dick@ximian.com>
21441
21442         * socket-io.c: 
21443         * icall.c: Internal calls for Blocking, Select, Shutdown,
21444         GetSocketOption and SetSocketOption
21445
21446 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21447
21448         * assembly.cs: better resolver: use it instead of some kludgy
21449         code.
21450
21451 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
21452
21453         * reflection.c: the best way to speed-up the compiler is to avoid
21454         infinite loops.
21455
21456 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
21457
21458         * class.c (mono_class_vtable): changed the object layout
21459         (obj->vtable->class). 
21460         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
21461
21462 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21463
21464         * assembly.c: look for assemblies in the assembly dir, too.
21465
21466 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21467
21468         * class.c: fix thinko in mono_class_from_type().
21469
21470 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21471
21472         * exception.h, exception.c: added TypeLoadException.
21473         * object.h, object.c: added mono_array_clone ().
21474         * icall.c: handle throwOnError in AssemblyGetType().
21475         Added Array.Clone().
21476         * opcode.h, opcode.c: use a single value for the opcode val.
21477         Compile fix for non-gcc compilers.
21478
21479 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
21480
21481         * opcodes.c, opcodes.h: export interesting info about opcodes.
21482
21483 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
21484
21485         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
21486         icalls. 
21487
21488         * class.c (class_compute_field_layout): set element_class for enums
21489         (mono_class_create_from_typedef): set element_class for normal classes
21490
21491         * icall.c (ves_icall_System_Enum_get_value): impl.
21492
21493         * class.c (mono_class_create_from_typedef): do not set valuetype
21494         flag for System.ValueType and System.Enum
21495
21496 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
21497
21498         * unicode.c (iconv_convert): fix big endian problem.
21499
21500 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
21501
21502         * class.c: add asserts if we are ever going to scribble over memory.
21503         * socket-io.c: not all systems have AF_IRDA defined.
21504
21505 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
21506
21507         * class.c (class_compute_field_layout): do not consider static
21508         fields to compute alignment
21509
21510 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
21511
21512         * appdomain.c (mono_appdomain_get): impl.
21513         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
21514
21515 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
21516
21517         * icall.c: ignore "file://" prefix when loading an assembly.
21518
21519 2002-01-23  Dick Porter  <dick@ximian.com>
21520
21521         * socket-io.c:
21522         * icall.c:
21523         * Makefile.am: Added socket support
21524
21525 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
21526
21527         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
21528         code back.  This should return the assemblies that are loaded by
21529         the runtime on behalf of an application domain. 
21530
21531         The current implementation is still broken, it just returns every
21532         assembly loaded, but until we get real applications domain this
21533         will do.
21534
21535 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
21536
21537         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
21538         AppDomain object.
21539
21540 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
21541
21542         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
21543         the mono_class_from_name lookup.
21544         (ves_icall_get_parameter_info): ditto.
21545         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
21546         method.
21547         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
21548
21549 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
21550
21551         * class.c: load also nested classes on class init.
21552         System.ValueType instance methods gets passed boxed
21553         values, unless methods in derived classed that get a pointer to the
21554         data.
21555         * icall.c: use better name parsing code in GetType().
21556         * image.c, image.h: add mono_image_loaded ().
21557         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
21558         * reflection.c, reflection.h: added mono_reflection_parse_type().
21559
21560 2002-01-22  Veronica De Santis <veron78@interfree.it>
21561
21562         * icall.c : Added mapping of internal calls for Manual and Auto reset events
21563         * threads.c : Added the implementation of internal calls for events
21564         * threads.h : Added prototypes of internal calls for events
21565         
21566 2002-01-21  Radek Doulik  <rodo@ximian.com>
21567
21568         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
21569
21570 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
21571
21572         * class.c (mono_class_init): set min_align to 1 (instead of 0)
21573         (mono_class_value_size): use min_align
21574
21575 2002-01-20  Dick Porter  <dick@ximian.com>
21576
21577         * threads.h:
21578         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
21579         so it compiles on w32.
21580
21581 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
21582
21583         * metadata.c (mono_type_stack_size): impl.
21584
21585         * class.c (mono_class_get_field): impl. memberref token
21586
21587 2002-01-16 Veronica De Santis <veron78@@interfree.it>
21588
21589         * icall.h : Added the internal calls mapping for CreateMutex_internal
21590                     and ReleaseMutex_internal.
21591         * threads.h : Added the prototype of mutexes internal calls.
21592         * threads.c : Added the implementations of mutexes internal calls.
21593
21594 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
21595
21596         * metaparse.h: removed unused file.
21597         * reflection.c, reflection.h: added stream_data_align () function 
21598         to align data in streams and keep stream aligned. Add support for
21599         exception support in method headers.
21600
21601 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
21602
21603         * unicode.c: make iconv_convert () return the number of bytess written
21604         in the output buffer.
21605
21606 2002-01-15  Dick Porter  <dick@ximian.com>
21607         * threads.c: Make the runtime's idea of infinite timeouts coincide
21608         with the class library's
21609
21610         Fix a particularly egregious bug in mono_thread_cleanup(). That
21611         code was so utterly bogus it must have been written on a Monday.
21612
21613 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
21614
21615         * reflection.h: add subtypes field to TypeBuilder.
21616         * reflection.c: encode constants for literal fields.
21617         Handle subtypes. Fix user string token (and add a zero byte)
21618         at the end.
21619         
21620 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
21621
21622         * class.c (mono_class_init): bug fix: assign slot numbers for
21623         abstract methods.
21624
21625 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21626
21627         * reflection.c: don't try to output a code RVA for abstract methods.
21628         Small fixes for method header format. Output parameter info to the
21629         ParamDef table. Save method overriding info to MethodImpl table.
21630         Fix property support. Allow typedef.extends to be a type in the
21631         building assembly.
21632         * verify.c: fix off-by-one error.
21633
21634 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
21635
21636         * class.c: fix mono_class_from_mono_type () for szarray types.
21637         Remove unused cache check in mono_class_from_type_spec().
21638         * icall.c: *type_from_name () functions handle simple arrays and byref.
21639         * reflection.c: handle byref and szarray types. Handle methods without
21640         body (gets P/Invoke compilation working). Handle types and fields in
21641         get_token ().
21642         * reflection.h: add rank to MonoTypeInfo.
21643
21644 2002-01-10  Dick Porter  <dick@ximian.com>
21645
21646         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
21647         internal calls
21648
21649 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
21650
21651         * icall.c: initialize class in type_from_handle ().
21652         Loop also in parent classes for get_method ().
21653         * reflection.c: properly encode class and valuetype types.
21654         Start on encoding TypeBuilder types. Handle fieldrefs.
21655         Use correct length when registering a user string.
21656         Handle ConstructorBuilder and MonoMethod in get_token ().
21657         Make mono_type_get_object () aware of cached types.
21658         * object.c: back out change to mono_string_new ().
21659
21660 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
21661         * object.c: mono_string_new should return a NULL when the string 
21662         passed in is NULL -- not try to deference it.
21663         
21664 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
21665
21666         * icall.c: hack to make IsSubType work for TypeBuilders.
21667         * reflection.c: emit constructors before methods.
21668         Retrieve param names in mono_param_get_objects().
21669
21670 2002/01/05  Nick Drochak  <ndrochak@gol.com>
21671
21672         * Makefile.am: fix list of headers and sources so automake 1.5
21673         doesn't complain. Removed \# at end of list.
21674
21675 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
21676
21677         * reflection.c: get token for a method ref. Set return type of
21678         constructor to void.
21679         * loader.c: debug message.
21680         * class.c: typo fix.
21681
21682 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
21683
21684         * icall.c: fix array init with rank > 1. FindMembers
21685         loops in parent class as well.
21686         * image.c: do not insert nested types in name cache.
21687         * reflection.c: warning fix.
21688         * reflection.h: add override method (for interface impl).
21689
21690 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
21691
21692         * metadata.c: fix customattr decoding.
21693
21694 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
21695
21696         * rawbuffer.cs: Added native Win32 implementation, avoids using
21697         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
21698
21699 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
21700
21701         * class.c: make the low-level routines handle the cache.
21702
21703 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
21704
21705         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
21706
21707 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
21708
21709         * class.c: fix mono_array_element_size() for objects.
21710         * class.h, class.c: add properties to MonoClass and load them
21711         at init time.
21712         * icall.c: check with isinst() when assigning a value to an array
21713         instead of requiring the classes to match exactly.
21714         Implemented icall for System.Type::GetType().
21715         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
21716         enums. Handle bindingflags when looking for methods and fields.
21717         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
21718         and mono_metadata_methods_from_property().
21719         * reflection.h, reflection.c: added structures for propreties,
21720         parameters and enums. Implemented mono_property_get_object() and
21721         mono_param_get_objects().
21722
21723 2001-12-18  Dick Porter  <dick@ximian.com>
21724
21725         * file-io.c: Use mono_string_to_utf16() instead of
21726         mono_string_chars()
21727
21728         * object.c: Added mono_string_to_utf16(), which copies the non
21729         NULL-terminated MonoString into a new double-null-terminated
21730         buffer.
21731
21732 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
21733
21734         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
21735
21736 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
21737
21738         * file-io.c: raise exceptions if handle is invalid.
21739
21740 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
21741
21742         * assembly.c: yet another check for mscorlib.
21743         * class.c, class.h: load nesting info for classes.
21744         * icall.c: many new functions to support the Reflection classes.
21745         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
21746         * reflection.h, reflection.c: mono_image_create_token(),
21747         mono_assembly_get_object(), mono_type_get_object(),
21748         mono_method_get_object(), mono_field_get_object(): methods to return
21749         objects that parallel the C representation of assemblies, types,
21750         methods, fields.
21751
21752 2001-12-11  Dick Porter  <dick@ximian.com>
21753
21754         * icall.c:
21755         * file-io.c: Internal calls for file IO.
21756
21757 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
21758
21759         * tabledefs.h: missing FileAttributes.
21760         * verify.h, verify.c: use is_valid_string () to simplify and check for
21761         valid strings more correctly. Fix warnings and speeling.
21762         Check more tables: Filed, File, ModuleRef, StandAloneSig.
21763         Check code: branches, maxstack, method calls.
21764
21765 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
21766
21767         * object.c (mono_object_allocate): removed static, so that the jit
21768         can allocate value types.
21769
21770         * icall.c (ves_icall_System_DateTime_GetNow): impl.
21771
21772 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
21773
21774         * class.c: init enum types right away and register the
21775         token->MonoClass map in mono_class_create_from_typedef ().
21776         * verify.h, verify.c: first cut of the verifier.
21777         * pedump.c: add --verify switch to verify metadata tables.
21778         * tabledefs.h: add some missing enums.
21779
21780 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
21781
21782         * class.c (mono_install_runtime_class_init): impl.
21783         (mono_class_init): renamed mono_class_metadata_init to
21784         mono_class_init, also removed the metadata_inited flag
21785
21786         * object.c (mono_object_isinst): use faster algorithm
21787
21788 2001-11-30  Radek Doulik  <rodo@ximian.com>
21789
21790         * mono-endian.h: reverted last change
21791         added function prototypes
21792
21793         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
21794         add mono-endian.c back
21795
21796         * mono-endian.c: returned back, as Paolo pointed out, it's needed
21797         for unaligned access, I've mistaked it with endianess. I am
21798         sorry.
21799         (mono_read16): fix reverted endianess
21800         (mono_read64): ditto
21801         (mono_read32): ditto
21802
21803 2001-11-30  Dick Porter  <dick@ximian.com>
21804
21805         * exception.c: Implement mono_exception_from_name()
21806
21807 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
21808
21809         * metadata.h, metadata.c: remove params_size and locals_size and their
21810         calculation from the metadata code: they are only usefult to the
21811         interp.
21812
21813 2001-11-29  Radek Doulik  <rodo@ximian.com>
21814
21815         * object.c (mono_ldstr): swap bytes here, it's probably not the
21816         best place, but works for me now, I'll redo it once I know mono
21817         better, also note that I add PROT_WRITE and don't reset back, also
21818         note that it's only affects big endians, so x86 should be OK
21819
21820         * mono-endian.h (read16): use just glib macros for both endians
21821
21822         * mono-endian.c: removed as glib macros are used in in
21823         mono-endian.h so we don't need to care about endianess for read
21824         macros as glib does that for us already
21825
21826 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
21827
21828         * class.h, class.h: take minimum alignment into consideration so
21829         that the fields of a class remain aligned also when in an array.
21830
21831 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
21832
21833         * loader.h, loader.c: add mono_method_get_param_names().
21834         * class.c: 0-init class fields.
21835
21836 2001-11-26  Dick Porter  <dick@ximian.com>
21837
21838         * icall.c:
21839         * threads-types.h:
21840         * threads.c: New file that handles System.Threading on all platforms
21841
21842         * object.c: 
21843         * object.h: Remove the synchronisation struct from MonoObject,
21844         replace it with a pointer that gets initialised on demand
21845
21846         * Makefile.am: Replace all the system-specific threading code with
21847         a single file that uses the new wrapper library
21848
21849 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
21850
21851         * class.c, class.h: add mono_install_trampoline() so that the runtime
21852         can register a function to create a trampoline: removes the ugly
21853         requirement that a runtime needed to export arch_create_jit_trampoline.
21854         * object.h, object.c: added mono_install_handler() so that the runtime
21855         can install an handler for exceptions generated in C code (with
21856         mono_raise_exception()). Added C struct for System.Delegate.
21857         * pedump.c: removed arch_create_jit_trampoline.
21858         * reflection.c: some cleanups to allow registering user strings and
21859         later getting a token for methodrefs and fieldrefs before the assembly
21860         is built.
21861         * row-indexes.h: updates and fixes from the new ECMA specs.
21862
21863 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
21864
21865         * class.h, class.c: add enum_basetype field to MonoClass.
21866         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
21867         to get index in the constant table reated to a field, param or
21868         property.
21869         * reflection.h, reflection.c: handle constructors. Set public-key and
21870         version number of the built assembly to 0.
21871         * row-indexes.h: update from new ECMA spec.
21872
21873 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
21874
21875         * class.h, class.c: add a max_interface_id to MonoClass.
21876         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
21877         since it's used to do that. Added mono_type_type_from_obj().
21878         Make GetType() return NULL instead of segfaulting if the type was not
21879         found. Handle simple arrays in assQualifiedName.
21880         * object.h: add a struct to represent an Exception.
21881         * reflection.c: output call convention in method signature.
21882         Add code to support P/Invoke methods and fixed offsets for fields.
21883
21884 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
21885
21886         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
21887         the value.
21888         * icall.c: use mono_array_addr instead of array->vector: fixes the
21889         reflection image writing.
21890         * reflection.c: init call convention byte to 0 in method signature.
21891         Encode the property signature. Don't output property-related methods
21892         twice. Really process the properties for a type (don't cast a field to
21893         a property, my mom always told me that).
21894         Fix 64 bit issues in pointer alignment in a different and more
21895         readable way.
21896
21897 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
21898
21899         * loader.h: Removed type class from MonoDefaults, added monotype
21900
21901         * loader.c: Loaded MonoType, removed loading of Type
21902
21903         * icall.c (my_mono_new_object): Now returns a System.MonoType,
21904         and fills in System.Type._impl with a RuntimeTypeHandle rather
21905         than the actual MonoClass *
21906
21907         (ves_icall_type_from_handle): change from type_class to
21908         monotype_class
21909
21910         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
21911         implemented
21912
21913         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
21914         implemented
21915
21916         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
21917
21918         (ves_icall_System_Reflection_Assembly_GetType): implemented
21919
21920         (ves_icall_System_MonoType_assQualifiedName): implemented
21921
21922         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
21923
21924 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
21925
21926         * assembly.c (mono_assembly_open): Implement a cache for the
21927         assemblies. 
21928
21929         (mono_assembly_close): only destroy the assembly when the last
21930         reference is gone.
21931         
21932 2001-11-09  Dick Porter  <dick@ximian.com>
21933
21934         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
21935
21936 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
21937
21938         * class.c (mono_class_metadata_init): bug fix: compute the right slot
21939
21940 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
21941
21942         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
21943         from Martin Weindel.
21944         * object.h: add mono_string_chars ().
21945
21946 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
21947
21948         * reflection.c (build_compressed_metadata): Eliminates warnings
21949         and uses 64-bit clean code.
21950
21951         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
21952         (mono_type_equal): Change signature to eliminate warnings.
21953
21954 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
21955
21956         * icall.c, loader.c: remove the internalcall array constructors.
21957         Changes to match the new MonoArray structure.
21958         * object.h, object.c: an array object doesn't allocate an extra
21959         vector. Add mono_array_new_full () to create jagged arrays easily.
21960
21961 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
21962
21963         * metadata.h, metadata.c: add mono_metadata_field_info () to
21964         retreive all the info about a field from vairous tables.
21965         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
21966         * class.h, class.c: augment MonoClassField with more info.
21967         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
21968         policy and load a field's RVA if needed.
21969
21970 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
21971
21972         * class.c (mono_class_metadata_init): create a trampoline for all
21973         virtual functions instead of actually compiling them.
21974
21975 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
21976
21977         * class.h, class.c: include name in MonoClassField.
21978         * class.c: fix fundamental type of System.Object and System.String.
21979         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
21980         tokens in ldtoken.
21981         * icall.c: remove internalcalls for the Reflection stuff that is now
21982         done in C# code.
21983         * loader.c: mono_field_from_memberref () implementation.
21984         * mono-endian.c: thinko (s/struct/union/g).
21985         * object.c, object.h: make the mono_string_* prototypes actually use
21986         MonoString instead of MonoObject.
21987         * reflection.c, reflection.h: updates for changes in the reflection
21988         code in corlib: we use C structures that map to the actual C# classes.
21989         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
21990         fat method header if needed and use the info from the ILGenerator for
21991         methods. Handle fields in types. Misc fixes.
21992
21993 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
21994
21995         * class.c (mono_class_metadata_init): bug fix: always allocate
21996         space for static class data
21997
21998 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
21999
22000         * class.c (mono_compute_relative_numbering): use relative
22001         numbering to support fast runtime type checks.
22002
22003 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
22004
22005         * class.c (mono_class_create_from_typeref): added debugging output
22006         to print class name when MonoDummy is returned instead of real class
22007
22008 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
22009
22010         * class.c (mono_class_metadata_init): interface offset table now
22011         contains pointers into the vtable - this is more efficient for the jit
22012
22013 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
22014
22015         * class.c (mono_class_metadata_init): use a temporary vtable (the
22016         old algorithm only worked for the interpreter, but not for the jit)
22017
22018 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
22019
22020         * loader.c (method_from_memberref): use mono_class_get to get the
22021         class of an array instead of using System.Array directly.
22022         (mono_get_method): also add MEMBERREF methods to the method cache
22023         which usefull for arrays.
22024
22025 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
22026
22027         * pedump.c (arch_compile_method): added to compute vtable entry
22028
22029         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
22030         number of interfaces.
22031         
22032         * class.h: merged MonoArrayClass into MonoClass
22033
22034         * class.c (mono_class_create_from_typedef): compute the vtable size and
22035         allocate space to include the vtable inside MonoClass
22036         (mono_class_metadata_init): initialize the vtable
22037
22038 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
22039
22040         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
22041         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
22042         * image.c: endian fixes by Laurent Rioux.
22043         * object.h, object.c: rename MonoStringObject to MonoString and
22044         MonoArrayObject to MonoArray. Change some function names to conform to
22045         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
22046         guint16* as first argument, so don't use char*.
22047         Provide macros to do the interesting things on arrays in a portable way.
22048         * threads-pthread.c: updates for the API changes and #include <sched.h>
22049         (required for sched_yield()).
22050         * icall.c: updates for the API changes above.
22051         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
22052         platforms that need them.
22053
22054 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
22055
22056         * class.c: set the correct type for all the fundamental
22057         type when loading the class.
22058
22059 2001-10-05  Dick Porter  <dick@ximian.com>
22060
22061         * threads-pthread.c (pthread_mutex_timedlock): Simple
22062         compatibility version for C libraries that lack this call.
22063
22064 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22065
22066         * class.c: MonoTypes stored in MonoClass are stored as
22067         fundamental MonoTypes when the class represents a
22068         fundamental type (System.Int32, ...).
22069         The TypeHandle return by ldtoken is a MonoType*.
22070         * icall.c: ves_icall_get_data_chunk () write out all the
22071         PE/COFF stuff. Implement ves_icall_define_method (),
22072         ves_icall_set_method_body (), ves_icall_type_from_handle ().
22073         * image.c: properly skip unknown streams.
22074         * loader.h, loader.c: add type_class to mono_defaults.
22075         * metadata.c, metadata.h: export compute_size () as
22076         mono_metadata_compute_size () with a better interface.
22077         Typo and C&P fixes.
22078         * pedump.c: don't try to print the entry point RVA if there is no entry point.
22079         * reflection.c, reflection.h: many cleanups, fixes, output method
22080         signatures and headers, typedef and typeref info, compress the metadata
22081         tables, output all the heap streams, cli header etc.
22082         * row-indexes.h: typo fixes.
22083
22084 2001-10-04  Dick Porter  <dick@ximian.com>
22085
22086         * object.h: Add a synchronisation mutex struct to MonoObject
22087
22088         * object.c (mono_new_object): Initialise the object
22089         synchronisation mutexes
22090
22091         * icall.c: System.Threading.Monitor internal calls
22092         
22093         * threads-pthread.h:
22094         * threads-pthread.c: System.Threading.Monitor internal calls
22095
22096         * threads-types.h: New file, includes the system-specific thread
22097         structures
22098         
22099         * threads-pthread-types.h:
22100         * threads-pthread-types.c: New files, handle pthread-specific
22101         synchronisation types
22102
22103         * threads-dummy-types.h: 
22104         * threads-dummy-types.c: New files of dummy support for
22105         thread-specific types
22106
22107         * metadata.c:
22108         * image.c:
22109         * pedump.c: include mono-endian.h not endian.h
22110         
22111         * Makefile.am: More threads files.
22112         Name mono-endian.h not endian.h
22113
22114 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
22115
22116         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
22117         stuff and implement a few more bits.
22118         * icall.c: a field needs to be dereferenced twice. Do not use the same
22119         name for two variables in the same scope.
22120         * image.c, image.h: cleanups.
22121
22122 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
22123
22124         * class.c (mono_class_metadata_init): bug fix: compute the right size
22125
22126 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
22127
22128         * icall.c: implemented some of the Reflection internalcalls.
22129         * image.c, image.h: start writing out the PE/COFF image.
22130         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
22131         that does the reverse than decode_blob_size ().
22132         * object.c: use mono_metadata_encode_value (). Move here
22133         temporary implementation of mono_string_to_utf8 ().
22134         * rawbuffer.c: make malloc_map static.
22135
22136 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22137
22138         * metadata.c: fix type comparison for arrays.
22139         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
22140         Added a couple of new classes to monodefaults.
22141         * icall.c: added a couple of Reflection-related internalcalls.
22142         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
22143         Added a byval_arg MonoType to MonoClass.
22144
22145 2001-09-28  Dick Porter  <dick@ximian.com>
22146
22147         * icall.c:
22148         * threads-pthread.h: 
22149         * threads-pthread.c: Implemented internal calls for
22150         LocalDataStoreSlot operations.  Applied mutexes around all shared
22151         data.  Reworked the thread creation and Start() operations to
22152         avoid a race condition.
22153         
22154         * threads-dummy.h:
22155         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
22156
22157 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
22158
22159         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
22160
22161 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
22162
22163         * class.c, loader.c: warn and return NULL instead of erroring out.
22164         * icall.c: added System.AppDomain::getCurDomain().
22165         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
22166
22167 2001-09-25  Dick Porter  <dick@ximian.com>
22168
22169         * threads-pthread.h:
22170         * threads-pthread.c: Implemented timed thread joining and added
22171         System.Threading.Thread::Join_internal internal call
22172
22173         * icall.c: Added System.Threading.Thread::Join_internal internal call
22174
22175         * threads-dummy.h:
22176         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
22177
22178 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
22179
22180         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
22181         mono_string_intern () to implement the semantics of the ldstr opcode
22182         and the interning of System.Strings.
22183         * icall.c: provide hooks to make String::IsIntern and String::Intern
22184         internalcalls.
22185
22186 2001-09-23  Dick Porter  <dick@ximian.com>
22187
22188         * threads-dummy.c: 
22189         * threads-dummy.h: New files of dummy threading routines
22190
22191         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
22192         support code based on system specifics
22193
22194         Rename PTHREAD_LIBS to THREAD_LIBS
22195         
22196 2001-09-23  Dick Porter  <dick@ximian.com>
22197
22198         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
22199         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
22200         internal calls.
22201         (mono_thread_init): Set up a Thread object instance to return when
22202         the main thread calls Thread.CurrentThread
22203         (mono_thread_cleanup): Wait for all subthreads to exit
22204
22205         * icall.c: New internal calls for System.Threading.Thread::Sleep
22206         (including Schedule) and CurrentThread
22207
22208         * threads.h: New file, to insulate thread-specific stuff from the
22209         rest of the code
22210
22211 2001-09-21  Dick Porter  <dick@ximian.com>
22212
22213         * threads-pthread.h: 
22214         * threads-pthread.c: New file, for handling pthreads-style
22215         threading support.  Start() now starts a new thread and executes
22216         the ThreadStart delegate instance.
22217
22218         * icall.c: Added the internalcall for
22219         System.Threading.Thread::Start_internal
22220
22221         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
22222
22223 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
22224
22225         * loader.c: work around the different signatures for delegates
22226         constructors csc generates in compiled code vs the ones compiled in mscorlib.
22227
22228 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
22229
22230         * class.h, class.c: add mono_class_get_field_from_name ().
22231         * *: Fix C comments and other ANSI C issues.
22232
22233 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
22234
22235         * endian.h, assembly.c: fix some endianness issues.
22236
22237 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
22238
22239         * loader.h, load.c: add delegate_class to mono_defaults.
22240         Handle runtime provided methods in mono_get_method ().
22241
22242 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
22243
22244         * loader.c (mono_get_method): use pinvoke for internal call
22245
22246         * icall.c: use pinvoke for internal call
22247
22248         * loader.c (method_from_memberref): set the method name
22249
22250 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
22251
22252         * metadata.c: help the compiler generate better code for
22253         mono_class_from_mono_type ().
22254
22255 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
22256
22257         * class.c (mono_class_metadata_init): delayed computing of the
22258         class size to mono_class_metadata_init ()
22259
22260 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
22261
22262         * class.c, class.h: add an interfaces member to MonoClass.
22263         * image.c, image.h: add assembly_name field to MonoImage
22264         from the assembly table.
22265         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
22266
22267 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
22268
22269         * class.c: Handle Array in mono_class_from_mono_type ().
22270         * metadata.c, pedump.c: some endian fixes.
22271
22272 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
22273
22274         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
22275         * metadata.c: fix small problem introduced with the latest commit.
22276
22277 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
22278
22279         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
22280         We don't need a MonoMetadata pointer anymore to compare signatures in
22281         mono_metadata_signature_equal (), update callers.
22282         Reduced memory usage an number of allocations for MonoMethodHeader and
22283         MonoMethodSignature.
22284
22285 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
22286
22287         * metadata.c: added compare for szarray.
22288
22289 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
22290
22291         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
22292         and add a couple more types to it and mono_defaults. Give an hint on
22293         classes that need implementing in our corlib and are referenced
22294         in mscorlib.
22295
22296 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
22297
22298         * class.h, class.c: keep track if a class is also an Enum.
22299         * loader.c: Implement a couple more types for use in libffi
22300         marshalling. Gives better diagnostics when failing to dlopen
22301         a library. Set method->klass for P/Invoke methods, too.
22302
22303 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
22304
22305         * class.c, class.h: add a MonoType this_arg to MonoClass that
22306         represents a pointer to an object of the class' type that
22307         can be used by the interpreter and later the type cache.
22308         Add best guess alignment info for valuetype objects.
22309
22310 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
22311
22312         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
22313         into MonoType: one less level of indirection and allocation and
22314         simplifies quite a bit of code. Added cache for MonoTypes that are
22315         used frequently, so that we don't need to allocate them all the time.
22316
22317 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
22318
22319         * class.c (mono_class_create_from_typedef): System.Enum is also a
22320         value type, although it does not derive from System.ValueType
22321         (maybe a bug in the ms compiler?)
22322
22323         * metadata.c (mono_type_size): return the right size for value types
22324
22325         * loader.c (mono_get_method): only initialize method header if not abstract
22326
22327         * class.c (mono_class_from_mono_type): use mono_default values. 
22328
22329 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
22330
22331         * *: use MonoClass pointers instead of <type_tokens>
22332         
22333         * class.h: new flag: metadata_inited.
22334
22335         * class.c (mono_class_metadata_init): impl.
22336         (mono_class_instance_size): impl.
22337         (mono_class_data_size): impl.
22338
22339 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22340
22341         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
22342         MonoClass now has the name and name_space fields. 
22343         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
22344         mono_get_method () takes and optional MonoClass as argument.
22345         Removed mono_typedef_from_name() and added mono_class_token_from_name()
22346         instead that takes advantage of a map from class names to typedef
22347         tokens in MonoImage.
22348
22349 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
22350
22351         * metadata.c: zero is not a valid alignment boundary.
22352         Merge MONO_TYPE_VOID in default decoding code.
22353
22354 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
22355
22356         * image.h: merged MonoMetadata into MonoImage
22357
22358         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
22359         identify the type of elements.
22360
22361 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
22362
22363         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
22364         * cil-coff.h: split MonoMSDOSHeader and add size info.
22365         * image.c: add some consistency checks.
22366         * metadata.c: fix row size computation: one programmer
22367         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
22368         add explanation for the locator routine.
22369         Fix decoding of size in method header.
22370         
22371 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
22372
22373         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
22374         (g_concat_dir_and_file): Bring g_concat_dir_and_file
22375         function from gnome-libs.  This uses the right path separator
22376         based on the OS, and also works around a bug in some systems where
22377         a double slash is not allowed. 
22378         (default_assembly_name_resolver): Use g_concat_dir_and_file
22379         (mono_assembly_open): ditto.
22380
22381 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
22382
22383         * metadata.c (mono_metadata_signature_equal): impl.
22384
22385         * *: void is now a realy MonoType (instead of using NULL)
22386         
22387         * metadata.c (do_mono_metadata_parse_type): use
22388         mono_metadata_parse_type to parse void value.
22389
22390 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
22391
22392         * metadata.c, metadata.h: in the signature and method header store
22393         only the space required for holding the loca vars and incoming arguments.
22394
22395 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
22396
22397         * metadata.c (do_mono_metadata_parse_type): treat void like any
22398         other type (instead of assigning NULL);
22399
22400 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
22401
22402         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
22403
22404 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
22405
22406         * image.c (do_mono_image_open): added a cache for arrays.
22407
22408 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
22409
22410         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
22411         decode a single column from a row in a metadata table and changes
22412         to take advantage of it in the typedef locator (gives a nice speed up).
22413         Store offset info for function params.
22414
22415 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
22416
22417         * image.h (MONO_IMAGE_IS_CORLIB): removed 
22418
22419 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
22420
22421         * assembly.c: how could mono_assembly_close () had ever worked?
22422         * metadata.c, metadata.h: provide offset info for local vars.
22423         Implement mono_type_size () to take care of alignment as well
22424         as size (it was mono_field_type_size in cli/class.c before).
22425
22426 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
22427
22428         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
22429
22430         * assembly.h (CORLIB_NAME): set to corlib.dll
22431
22432         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
22433
22434 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
22435
22436         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
22437         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
22438         tokentype.h: massive namespace cleanup.
22439
22440 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
22441
22442         * metadata.h, metadata.c: decode exception clauses when parsing method header.
22443
22444 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
22445
22446         * metadata.c (mono_metadata_free_type): added check for type !=
22447         NULL (void) before calling mono_metadata_free_type()
22448
22449 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
22450
22451         * metadata.h, row_indexes.h: added header with enumerations to use
22452         to index in the columns from tables in metadata and to decode coded
22453         tokens: we should start using this instead of embedding magic numbers
22454         all over the code.
22455
22456 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
22457
22458         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
22459         Move metadata_t info from cli_image_info_t to MonoImage, where
22460         it's easily accessible. Changed all the uses accordingly.
22461         Added the method and class caches to MonoImage.
22462         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
22463         and mono_metadata_decode_value () signature to be more consistent
22464         with the other parse functions (and simplify code). Taken advantage
22465         of zero-length array allocation with GCC. Removed reduntant (and
22466         wrong) MonoFieldType struct and use MonoParam instead. Changed
22467         mono_metadata_parse_field_type () to use common code for parsing.
22468         Added mono_metadata_typedef_from_field () and
22469         mono_metadata_typedef_from_method () to lookup a typedef index from a
22470         field or method token.
22471         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
22472
22473 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
22474
22475         * metadata.c (mono_metadata_parse_field_type): Implement. 
22476         (do_mono_metadata_parse_type): Split engine from
22477         mono_metadata_parse_type, so that we can create smaller structures
22478         for things that just have one pointer to the MonoType (look at
22479         the MonoFieldType)
22480
22481 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
22482
22483         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
22484         as Jan Gray found out, it is incorrect. 
22485
22486 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
22487
22488         * assembly.c: Implement asssembly loading.  This loads an image
22489         and loads all the referenced assemblies.  Come to think of it, we
22490         could always do lazy loading of the assemblies. 
22491
22492         * image.c (mono_image_open): Keep loaded images in a hashtable.
22493
22494         * image.h (MonoImage): Add reference count.
22495
22496 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
22497
22498         * assembly.c (mono_assembly_open): Keep track of the file name in
22499         case the assembly has no ASSEMBLY table.
22500
22501         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
22502         from get.c here.
22503
22504 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
22505
22506         * metadata.c, metadata.h: decode local vars in method header
22507         parse function. Change callers accordingly.
22508
22509 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
22510
22511         * metadata.h, cil-coff.h: protect against multiple inclusion.
22512         Added some new structures to hold information decoded from metadata:
22513         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
22514         and relevant decoding/free functions.
22515         * metadata.c: implement decoding functions. Add warning for out of bounds
22516         index in mono_metadata_locate(). Implement mono_get_method () to retreive
22517         all the info about a method signature and invocation. Remove check on
22518         uninitialized local var in parse_mh() and fix memory leak.
22519
22520 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
22521
22522         * metadata.h: More macros.
22523
22524         * tokentype.h: New file.
22525
22526 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
22527
22528         * assembly.c: added a consistency check and initialize
22529         some structures with g_new0().
22530         * metadata.c: fixed a couple more bugs in table size computation
22531         and add other checks for out-of bound access to metadata.
22532
22533 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
22534
22535         * metatada.c: fix bugs computing table sizes. Spew a
22536         warning when index in string heap is out of bounds.
22537
22538 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
22539
22540         * metadata.h: Add a couple of macros to manipulate tokens. 
22541
22542 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
22543
22544         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
22545         cli_section_tables).
22546
22547 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
22548
22549         * metadata.c (mono_metadata_user_string): New function, provides
22550         access to the UserString heap. 
22551
22552 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
22553
22554         * metadata.c: Add inline documentation.
22555
22556 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
22557
22558         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
22559         files. 
22560
22561 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
22562
22563         * typeattr.h: New file, TypeAttribute flags. 
22564
22565 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
22566
22567         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
22568         mono_assembly_ensure_section): Section loading code.
22569         (load_section_tables): Load the sections.
22570
22571         * mono/metadata/metadata.c (mono_metadata_locate_token,
22572         mono_metadata_locate): Functions to locate the information
22573         definition given a token or a table and an index.
22574         (mono_metadata_compute_table_bases): New.
22575         (compute_size): New function to compute the sizes of the various
22576         tables.
22577
22578         * mono/metadata/metadata.h: Finish listing the different index
22579         types. 
22580
22581         * mono/metadata/pedump.c: Improve to dump new information.
22582
22583 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
22584
22585         * mono/metadata/metadata.c: Entered all the tables matching
22586         Beta2. 
22587
22588         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
22589
22590
22591