2007-09-09 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / metadata / ChangeLog
1 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
2
3         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
4         icall.c reflection.c: Pass a MonoGenericContext argument to 
5         mono_lookup_dynamic_token ().
6
7         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
8         #82744.
9         
10 2007-09-09  Robert Jordan  <robertj@gmx.net>
11
12         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
13         for generic methods.
14
15         * object.c (mono_object_get_virtual_method): Handle generic methods.
16         Fixes bug #78882.
17
18         Code is contributed under MIT/X11 license.
19
20 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
21
22         * image.c: fix locking in mono_image_load_file_for_image ().
23
24 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
25
26         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
27         used only as a cache: added an icall to fill it.
28
29 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
30
31         * reflection.h: exposed mono_reflection_free_type_info
32         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
33         since mono_reflection_bind_generic_parameters makes a copy of it.
34         * reflection.c (free_type_info): subinfos should be freed.
35         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
36         made non static.
37         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
38         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
39         this fixes #82695 and #81726.
40    
41
42 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
43
44         * process.h, process.c:  added support for user profile/info in
45           ProcessStartInfo. For now only Windows works.
46
47 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
48
49         * metadata.c: consider the generic arguments when comparing
50         signatures (bug #82614).
51
52 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
53
54         * cil-coff.h, image.c: updated assembly loader to cope with the
55         PE32+ 64 bit file format.
56
57 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
58
59         * assembly.c, class.c, domain.c, loader.c: remove useless
60         inclusion of cil-coff.h.
61
62 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
63
64         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
65         if interface is marked with CoClassAttribute. 
66    
67         Code is contributed under MIT/X11 license.
68
69 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
70
71         * sgen-gc.c: ensure no object from the to space is copied again or finalized
72         if it's seen twice in major collections.
73
74 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
75
76         * sgen-gc.c: big objects are not copied to the gray area, but they
77         need to be considered for scanning, too, if they are brought alive
78         by an object ready for finalizations or a survived one.
79
80 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
81
82         * sgen-gc.c: properly account the number of disappearing links when
83         they are nullified.
84
85 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
86
87         * sgen-gc.c: share the code to scan the registered roots between the
88         different types of collections.
89
90 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
91
92         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
93
94 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
95
96         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
97         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
98
99 2007-08-28  Mark Probst  <mark.probst@gmail.com>
100
101         * security-manager.c (mono_security_manager_get_methods):
102         LinkDemandSecurityException now has 2 arguments instead of 3.
103
104 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
105
106         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
107         platforms which need it.
108
109 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
110
111         * sgen-gc.c: unregister thread data structures with a pthread_key_t
112         dtor.
113
114 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
115
116         * threads.c: free the thread static data on thread exit.
117
118 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
119
120         * class.c: walk the hierarchy to find the generic definition for
121         a class (fixes runtime part of bug #82498).
122
123 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
124
125         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
126         ...
127
128         * image.c (mono_image_close): Here. Hopefully fixes #82510.
129
130 2007-08-24  Mark Probst  <mark.probst@gmail.com>
131
132         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
133
134 2007-08-24  Robert Jordan  <robertj@gmx.net>
135
136         * appdomain.c: don't perform the ':'->';' substitution on Win32.
137
138 2007-08-24  Jb Evain  <jbevain@novell.com>
139
140         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
141         for byref types.
142
143 2007-08-24  Mark Probst  <mark.probst@gmail.com>
144
145         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
146         #82286.
147
148 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
149
150         * assembly.c: Fix a warning.
151         
152 2007-08-23  Marek Habersack  <mhabersack@novell.com>
153
154         * appdomain.c: parse the <runtime> section looking for the probing
155         element with the 'privatePath' attribute, which sets additional
156         directories in which the runtime should look for assemblies.
157
158 2007-08-23  Robert Jordan  <robertj@gmx.net>
159
160         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
161         Fixes #82499.
162
163 2007-08-23  Martin Baulig  <martin@ximian.com>
164
165         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
166         _mono_debug_init_corlib() and remove it from the header file.
167
168 2007-08-23  Martin Baulig  <martin@ximian.com>
169
170         * mono-debug-debugger.c
171         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
172         don't notify the debugger about it.
173
174         * mono-debug-debugger.h
175         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
176
177 2007-08-23  Robert Jordan  <robertj@gmx.net>
178
179         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
180         Code is contributed under MIT/X11 license.
181
182 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
183
184         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
185
186 2007-08-22  Martin Baulig  <martin@ximian.com>
187
188         * mono-debug.c: Store debugging info on a per-domain basis and
189         free it on domain unload.  Add support for unloading symbol files.
190
191         * mono-debug.h
192         (MonoDebugList): New typedef.
193         (MonoSymbolTable):
194         - add `data_tables and `type_table'.
195         - replace 'symbol_files' and `num_symbol_files' with a
196           `MonoDebugList *'.
197         (mono_debug_data_table): Removed.
198         (mono_debug_list_add): New public function.
199         (mono_debug_list_remove): New public function.
200         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
201         (mono_debug_init_2_memory): Renamed into
202         mono_debug_open_image_from_memory().
203         (mono_debug_close_image): New public function.
204         (mono_debug_domain_create): Likewise.
205         (mono_debug_domain_unload): Likewise.
206         (MONO_DEBUGGER_VERSION): Bump to 60.
207
208         * mono-debug-debugger.h
209         (MonoDebuggerEvent):
210         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
211         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
212         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
213         - rename `THREAD_CREATED' and `THREAD_EXITED' into
214           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
215         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
216           meaning.
217         (mono_debugger_add_symbol_file): Removed.
218         (mono_debugger_add_type): Removed.
219         (mono_debugger_lookup_type): Removed.
220         (mono_debugger_lookup_assembly): Removed.
221
222         * domain.c
223         (mono_domain_create): Call mono_debug_domain_create().
224         (mono_init_internal): Call mono_debug_init_corlib().
225
226         * assembly.c
227         (mono_assembly_close): Call mono_debug_close_image().
228
229 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
230
231         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
232         mmap call.
233
234 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
235
236         * sgen-gc.c: ensure section->pin_queue_end is initialized
237         correctly when non pinning objects in the section have been found.
238
239 2007-08-22  Marek Habersack  <mhabersack@novell.com>
240
241         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
242         containing a list of directories separated by ':'. MSDN docs say
243         the directories should be separated with ';'. Part of a bugfix for
244         bug #81446
245
246 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
247
248         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
249         it should MonoType and not MonoClass.
250
251 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
252
253         * culture-info-table.h : regenerated.
254
255 2007-08-20  William Holmes  <billholmes54@gmail.com>
256
257         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
258          to call ReplaceFile Kernel32 on windows or in io-layer.
259         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
260         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
261          as an internal call.
262
263         Code is contributed under MIT/X11 license.
264
265 2007-08-20  Jb Evain  <jbevain@novell.com>
266
267         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
268         and MONO_EXCEPTION_FIELD_ACCESS.
269
270         * debug-helpers.[c|h]: new mono_field_full_name function.
271
272 2007-08-20  Mark Probst  <mark.probst@gmail.com>
273
274         * class.c: Removed class_security_level() and moved it to
275         security-core-clr.c.
276
277         * security-core-clr.c, security-core-clr.h: class_security_level()
278         is now public and renamed to mono_security_core_clr_class_level().
279         It also looks for security attributes in the classes a class is
280         nested in.
281
282 2007-08-20  Mark Probst  <mark.probst@gmail.com>
283
284         * security-core-clr.c, security-core-clr.h: CoreCLR security
285         utility functions.
286
287         * Makefile.am: Added security-core-clr.[ch].
288
289         * security-manager.c, security-manager.h: Functions and enum for
290         setting and getting the security mode.
291
292         * class.c: CoreCLR security checks.
293
294 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
295
296         * icall-def.h, process.c, process.h: implemented icall to get
297         user/system processor times.
298
299 2007-08-17  Mark Probst  <mark.probst@gmail.com>
300
301         * domain.c, threads.c, class-internals.h, domain-internals.h: New
302         reader-lock-free jit_info_table.
303
304 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
305
306         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
307
308         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
309
310         * object-internals.h (MonoException): Add missing _data member.
311
312 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
313
314         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
315         checking that only methods with matching qname or fqname are picked
316         from implemented interfaces.
317
318 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
319
320         * verify.c (do_newarr):added, do type verification of
321         newarr ops, push the right value on the eval stack.
322         * verify.c (mono_method_verify): use do_newarr
323
324
325 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
326
327         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
328         factored the common code into get_boxable_mono_type, which
329         is now using mono_type_get_full, this fixed byref related tests.
330
331 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
332
333         * class.c: added mono_type_get_full, this function has the same
334         behavior of mono_class_get_full but the returned MonoType has
335         all metadata of the associated token in case of a typespec token.
336         * class.c: added mono_type_retrieve_from_typespec, used by 
337         mono_type_get_full to retrieve the token type.
338         * class.c (mono_class_create_from_typespec): changed to use
339         mono_type_retrieve_from_typespec.
340         * class.c (mono_ldtoken): changed to use mono_type_get_full
341         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
342         * class-internals.h: exported mono_type_get_full for internal use.
343
344 2007-08-16  Jb Evain  <jbevain@novell.com>
345
346         * domain.c (supported_runtimes): add entry for
347         the 'moonlight' runtime version.
348
349 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
350
351         * verify.c (mono_method_verify): small typo sliped in.  
352
353 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
354
355         * verify.c (do_unbox_value): added, do type verification of
356         unboxing ops
357         * verify.c (mono_method_verify): use do_unbox_value
358
359
360 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
361
362         * verify.c (dump_stack_value): fixed typo, was printing string
363         instead of object on stack.
364         * verify.c (do_box_value): moved the byref check up as it leads
365         to invalid code and should be done earlier.
366         * verify.c: improved error messages for and ldobj
367
368 2007-08-15  William Holmes  <billholmes54@gmail.com>
369
370         * marshal.c (emit_marshal_custom): Omit the call to 
371           marshal_native_to_managed when calling native to managed 
372           and the argument is specified as an out argument.
373
374         Code is contributed under MIT/X11 license.
375
376 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
377
378         * verify.c: fixed the type checks for generics, function pointers and vectors.
379         Added type verification for ldobj and ldtoken. The verifier
380         would segfault if header or signature of a method contained references
381         to non-existant types.
382
383 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
384
385         * marshal.c (cominterop_get_ccw): Patch from
386         Bill Holmes to no walk up interface hierarchy. 
387         All parent methods should be present in the interface for COM.
388    
389         Code is contributed under MIT/X11 license.
390
391 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
392
393         * marshal.c (emit_marshal_com_interface): Patch from
394         Bill Holmes to handle COM Interfaces as return values
395         for native->managed calls.
396    
397         Code is contributed under MIT/X11 license.
398
399 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
400
401         * marshal.c (cominterop_get_idispatch_for_object): Implement
402         for runtime callable wrappers.
403    
404         Code is contributed under MIT/X11 license.
405
406 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
407
408         * pedump.c (main): changed from mono_init to mono_init_from_assembly
409         so 2.0 types are accessible
410
411
412 2007-08-13  Miguel de Icaza  <miguel@novell.com>
413
414         * domain.c (mono_init_internal): Call mono_assembly_load_friends
415         once we load mscorlib.   Due to the order in which we initialize,
416         the mono_assembly_load_full routine that loads mscorlib did not
417         load friends.   We now load it once we load the
418         mono_defaults.internals_visible_class class. 
419
420         * assembly.c: Expose the mono_load_friend_assemblies method.
421
422 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
423
424         * verify.c: improved the handling of boxing, better
425         type checking for unary ops and conversion. Fix bug
426         regarding managed pointer compatibility checking
427
428 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
429
430         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
431
432         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
433
434 2007-08-09  Raja R Harinath  <rharinath@novell.com>
435
436         * reflection.c (dup_type): Remove.
437         * class.c (dup_type): Remove.
438         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
439         instead of the dodgy 'dup_type'.
440         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
441         handle the case where 'dup_type' needed the second argument.
442
443 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
444
445         * domain.c: Fix a warning.
446
447 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
448
449         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
450         checking that methods with the same fqname are not overridden
451         with a method from an ancestor.
452
453 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
454
455         * threads.c (free_thread_static_data_helper): Avoid a crash if
456         thread->static_data is not yet set.
457
458 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
459
460         * marshal.c: Use correct image when emitting
461         native wrapper for COM calls.
462    
463         Code is contributed under MIT/X11 license.
464
465 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
466
467         * icall-def.h, security.c, security.h :
468           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
469
470 2007-08-07  Martin Baulig  <martin@ximian.com>
471
472         * mono-debug-debugger.h
473         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
474
475         * domain.c (mono_domain_free): Call
476         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
477
478 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
479
480         * verify.c (check_underflow, check_overflow): error message now returns IL offset
481         * verify.c (in_same_block): code should test if either offset is inside the clauses
482         * verify.c (mono_method_verify): push the exception into the eval stack of exception
483         and filter blocks
484
485 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
486
487         * image.c (mono_image_close): Fix a leak.
488
489         * object.c (mono_runtime_invoke_array): Avoid using alloca.
490
491         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
492
493 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
494
495         * domain.c, threads.c, threads-types.h: fix memory retention issue
496         with thread static variables not being cleared on domain unload.
497         Reuse thread static slots after domain unload.
498
499 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
500
501         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
502         nullable type.
503
504         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
505         now done in mono_runtime_invoke_array.
506
507         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
508         receiver is a nullable type.
509
510         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
511         generic parameter.
512
513 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
514
515         * marshal.c: Implement COM Objects as return type for 
516         managed->unmanaged calls. Added Release calls for COM Object
517         out/return values in managed->unmanaged calls.
518
519         Code is contributed under MIT/X11 license.
520
521 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
522
523         * threads.h, threads-type.h: move the hazard pointer declarations
524         to the private header.
525
526 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
527
528         * file-io.c, appdomain.c: memory leak fixes.
529
530 2007-08-02  Dick Porter  <dick@ximian.com>
531
532         * socket-io.c
533         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
534         SO_REUSEADDR setting into io-layer/sockets.c.
535
536 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
537
538         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
539         from Object when called on a generic parameter. Fixes #82211.
540
541 2007-08-01  Dick Porter  <dick@ximian.com>
542
543         * file-io.c (convert_share): Test FileShare values bit-by-bit.
544         Fixes bug 79250 yet again.
545
546 2007-07-30  Martin Baulig  <martin@ximian.com>
547
548         Merged the `debugger-dublin' branch.
549
550         * mono-debug.h
551         (MonoDebugDataTable): New typedef.
552         (MonoDebugMethodAddressList): New typedef.
553         (MonoDebugWrapperData): Removed.
554         (MonoDebugSymbolTable): Removed `current_data_table',
555         `current_data_table_size', `current_data_table_offset'.
556         (MonoDebugDataItemType): Moved into mono-debug.c.
557         (MonoDebugMethodJitInfo): Remove `address'.
558         (mono_debug_data_table): New global variable.
559         (mono_debug_lookup_method_addresses): New public function.
560         (mono_debug_find_method): Take a `MonoMethod *', not a
561         `MonoDebugMethodInfo *'.
562
563         * mono-debug.c: Drop support for the old symbol tables.
564
565 2007-06-28  Martin Baulig  <martin@ximian.com>
566
567         * mono-debug.c (mono_debug_debugger_version): New public variable.
568
569 2007-07-31  William Holmes  <billholmes54@gmail.com>
570
571         * metadata.c Changed mono_type_create_from_typespec to not insert
572           the type into the hash map until after
573           do_mono_metadata_parse_type has completed.
574         Fixes Bug #82194
575         Code is contributed under MIT/X11 license.
576
577 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
578
579         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
580         generic parameter. Fixes #82211.
581
582 2007-07-27  Jb Evain  <jbevain@novell.com>
583
584         * pedump.c (dump_metadata, dump_metadata_header): dump
585         versions contained in the metadata header.
586
587 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
588
589         * threads.c: register small_id_table with the GC.
590
591 2007-07-27  Mark Probst  <mark.probst@gmail.com>
592
593         * threads.c, threads.h, class-internals.h, object-internals.h:
594         Hazard pointers, to be used by lock-free parallel algorithms.
595
596 2007-07-26  Dick Porter  <dick@ximian.com>
597
598         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
599         routine on non-windows platforms, as I've not managed to think of
600         a non-kludgy way of doing this.  Finishes off bug 78739.
601
602 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
603
604         * object.c: properly setup interface_bitmap in proxy vtables.
605
606 2007-07-25  Marek Habersack  <mhabersack@novell.com>
607
608         * appdomain.c (get_shadow_assembly_location): do not use TickCount
609         to create unique shadow copy target directories, use the domain's
610         serial number instead. Each domain gets a unique target directory
611         that way.
612
613         * domain.c (mono_domain_create): added code to increment domain
614         shadow copy serial number and cache the value in the current
615         domain structure.
616
617         * domain-internals.h (struct _MonoDomain): added a new field -
618         shadow_serial to hold the serial number used in generation of
619         shadow-copy directories. This is to make sure that the directory
620         name is unique for each and every domain created. We avoid a race
621         condition with overriding assemblies already in use by other app
622         domains.
623
624 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
625
626         * class.c (mono_bounded_array_class_get): fixed memory leak when 
627         binding generic parameters.
628
629 2007-07-24  Raja R Harinath  <rharinath@novell.com>
630
631         * metadata.c (do_mono_metadata_parse_generic_class): Use
632         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
633         error.
634
635 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
636
637         * loader.c, class-internals.h, reflection.c: removed the per-method
638         generics hashtable: we use the global one through the call of
639         mono_class_inflate_generic_method ().
640
641 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
642
643         * class.c, metadata.c, class-internals.h: introduce yet another
644         generics global cache for inflated methods (fixes 98% of the perf
645         issue in bug #81806).
646
647 2007-07-23  Raja R Harinath  <rharinath@novell.com>
648
649         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
650         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
651         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
652         return a MonoGenericInst containing (a copy) of those types.
653         (mono_metadata_inflate_generic_inst): Update to changes.
654         (mono_metadata_parse_generic_inst): Likewise.
655         (mono_get_shared_generic_inst): Likewise.
656         * reflection.c (mono_class_bind_generic_parameters): Likewise.
657         (mono_reflection_bind_generic_method_parameters): Likewise.
658         * metadata-internals.h: Likewise.
659         * icall.c (free_generic_context): Kill.
660         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
661
662         * reflection.c (reflection_methodbuilder_to_mono_method): Use
663         mono_metadata_type_dup.
664         * marshal.c (mono_mb_create_method): Likewise.
665
666         * metadata.c (mono_metadata_type_dup): Rename from
667         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
668         MonoImage.  Handle a few more cases, esp. when no mempool is given.
669         * marshal.c, metadata-internals.h: Update to changes.
670
671 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
672
673         * class.c: fixed a small leak for array classes and removed warning.
674
675 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
676
677         * loader.c (mono_method_get_param_token): Make this work on generic methods.
678         Return 0x8000000 for return parameters. Fixes #82161.
679
680 2007-07-21  Marek Habersack  <grendello@gmail.com>
681
682         * appdomain.c (get_shadow_assembly_location): append the current
683         ticks value to the path. Avoids overwriting the same assemblies by
684         several threads at the same time.
685
686 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
687         and Raja R Harinath  <rharinath@novell.com>
688
689         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
690         Simplify slightly.
691         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
692         property for testing if a method is a generic method definition.
693
694 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
695
696         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
697
698 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
699
700         * verify.c: used function from private branch, reverted to the one in class.h 
701
702 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
703
704         * verify.c: a typo slipped in and the code wont compile
705
706 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
707
708         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
709         disabled box instruction as it is doing the wrong thing
710         improved stack dump messages, now it is easier to debug type related issues
711
712
713 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
714
715         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
716
717 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
718
719         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
720         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
721         grouped with class and valuetype. This change will simply 
722         the code as it should be handled just like unmanaged pointers.
723
724 2007-07-19  Mark Probst  <mark.probst@gmail.com>
725
726         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
727
728 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
729
730         * verify.c: several stack merge issues fixed, reference comparisons now
731         check the type size. strict type check now works correctly.
732         added more uses of IS_MANAGED_POINTER macro.
733         fixed issues pointed by running the test suite against .net.
734         
735
736 2007-07-19  Mark Probst  <mark.probst@gmail.com>
737
738         * class.c, loader.c, class-internals.h: Removed the
739         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
740         defines.
741
742         * icall.c: Better error checking in some internal reflection
743         methods.
744
745 2007-07-18  William Holmes  <billholmes54@gmail.com>
746
747         * filewatcher.c : removed unused variable 'filename' in 
748           ves_icall_System_IO_FSW_SupportsFSW
749
750 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
751
752         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
753         obsolete, removed.
754
755 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
756
757         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
758         
759         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
760
761 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
762
763         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
764         Implement generics support.
765         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
766
767         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
768         type_args and method_args arguments.
769         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
770         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
771         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
772
773 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
774
775         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
776           It adds a rootimage parameter to mono_reflection_get_type_internal,
777           adds new function mono_reflection_get_type_with_rootimage and use
778           the rootimage to resolve the types instead of the current image
779
780 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
781
782         * culture-info-table.h: Forgot to update after r78304.
783
784 2007-07-13  Raja R Harinath  <rharinath@novell.com>
785
786         * class.c (mono_class_is_open_constructed_type)
787         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
788
789 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
790
791         * class.c (mono_bounded_array_class_get):  method fails if used with
792         an incomplete TypeBuilder enum (no basetype field), fixed it by 
793         avoiding calculating the size for such array as it cannot be instantiated.
794         Fix bug #82015
795
796 2007-07-12  Raja R Harinath  <rharinath@novell.com>
797
798         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
799         field.
800         * metadata.c, reflection.c: Update to changes.
801
802 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
803
804         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
805         mono_class_is_valid_enum, they are used to valide a enum when loading.
806         * reflection.c: used new functions to throw TypeLoadException when and
807         invalid enum is build with TypeBuilder. Fixes #82018
808   
809 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
810
811         * object.c: forgot commit of mono_class_setup_methods () to access
812         iface->methods.
813         * object-internals.h: added a few more handy fields to
814         MonoIMTCheckItem.
815
816 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
817
818         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
819         iface->methods.
820
821 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
822
823         * class-internals.h, object-internals.h, object.c: IMT-based
824         interface invocation core from Massimiliano Mantione
825         (massi@ximian.com) with a reworked arch-specific interface,
826         bsearch implementation and a few bugfixes and memory savings by me.
827
828 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
829
830         * class.c (mono_class_create_from_typedef): mono would segfault if 
831         an enum did not have a __value field. It now throws a TypeLoadException
832         for such cases. Fix bug #82022
833
834 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
835
836         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
837
838 2007-07-09  Mark Probst  <mark.probst@gmail.com>
839
840         * class.c (mono_class_init): If a class is already inited but has
841         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
842
843 2007-07-09  Mark Probst  <mark.probst@gmail.com>
844
845         * class.c: Properly handle the case of an unimplemented interface
846         method.  Fixes: 81673.
847
848 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
849
850         * class-internals.h, object.c: cleanup patch from massi: use
851         MonoVTable->interface_bitmap since the vtable interfaces offset array
852         is going away.
853
854 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
855
856         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
857         GetMDStreamVersion icall instead.
858
859 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
860
861         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
862         not use mono_dl_build_path() with a full library name: makes
863         fallbacks to libgaim and libfam work.
864
865 2007-07-06  William Holmes  <billholmes54@gmail.com>
866
867         * assembly.c: Added a continue statement in probe_for_partial_name when
868          parse_assembly_directory_name fails.  Fixes : 82002
869
870 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
871
872         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
873         and added a verification  for TYPEDBYREF.
874         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
875         make native int interchangeable with int32 and some small cleanup and formating.
876         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
877         handle byref of byref.
878         * verify.c (push_local): handle byref of byref.
879         * verify.c (do_binop): invalid mix of values is unverifiable
880         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
881         added visibility checks
882         * verify.c (field related method): added visibility checks
883         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
884
885 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
886
887         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
888         string.
889
890 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
891
892         * profiler.c (mono_profiler_load): Fix an off-by-one error.
893
894         * marshal.c (emit_marshal_string): When returning a string from managed code,
895         allways make a copy even for unicode strings. Fixes #81990.
896
897 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
898
899         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
900         of byref generic inst types (bug #81997).
901
902 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
903
904         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
905         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
906
907 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
908
909         * marshal.c (emit_marshal_string): Add support for unicode strings in
910         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
911
912 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
913
914         * verify.c: field load/store are now verified, missing only access checks now
915
916 2007-06-28  Martin Baulig  <martin@ximian.com>
917
918         * mono-debug.c (mono_debug_debugger_version): New public variable.
919
920 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
921
922         * locales.c: When constructing DateTimeFormat or NumberFormat for
923         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
924         MonoCultureInfo contructed from the current locale is always
925         read-only and has UseUserOverride set to true. All MonoCultureInfo
926         instances returned for GetCultures have both IsReadOnly and
927         UseUserOverride set to true. Fixes part of bug #81930.
928
929 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
930
931        * icall-def.h: Update System.__ComObject icalls
932        * marshal.c: Avoid managed transition (and object creation)
933        when looking up COM interface in RCW.
934        * marshal.h: Ditto.
935        
936        Code is contributed under MIT/X11 license.
937
938 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
939
940         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
941         to avoid crashes during assembly unloading.
942
943 2007-06-22  Raja R Harinath  <rharinath@novell.com>
944
945         Fix MethodInfo.IsGenericMethodDefinition
946         * reflection.c (mono_reflection_bind_generic_method_parameters):
947         Rearrange code to ensure we always uses a generic method definition.
948         * class.c (mono_class_inflate_generic_method_full): Set
949         'generic_container' field only for generic method definitions.
950         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
951         Use presense of 'generic_container' field as indication of being a
952         generic method definition.
953
954 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
955
956         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
957
958         * object-internals.h: Reflect changes in the layout of the managed Delegate
959         class.
960         
961         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
962         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
963         runtime memory used by the dynamic method. Fixes #77146.
964
965 2007-06-21  Dick Porter  <dick@ximian.com>
966
967         * file-io.h: 
968         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
969         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
970         81767.
971
972 2007-06-21  Raja R Harinath  <rharinath@novell.com>
973
974         * reflection.c (method_encode_methodspec): Add a tripwire.
975         * class.c (inflate_generic_type): The fully open generic type is
976         not the same as the generic type definition.
977
978 2007-06-21  Martin Baulig  <martin@ximian.com>
979
980         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
981
982         * mono-debug-debugger.h
983         (MonoDebuggerBreakpointInfo): Removed.
984         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
985         (mono_debugger_remove_breakpoint): Likewise.
986         (mono_debugger_breakpoint_callback): Likewise.
987         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
988
989 2007-06-21  Raja R Harinath  <rharinath@novell.com>
990
991         * metadata.c (mono_metadata_lookup_generic_class): The fully open
992         generic type is not the same as the generic type definition.
993         * class.c (mono_generic_class_get_class): Likewise.
994
995 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
996
997         * icall.c: The second argument to 
998         System.Reflection.MethodBase.GetMethodFromHandleInternalType
999         is a MonoType not a MonoClass.
1000
1001 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
1002
1003         * verify.c: support for function pointers in the verifier
1004
1005 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
1006
1007         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
1008
1009 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
1010
1011         * assembly.c: removed Mono.Data.SqliteClient from the list of
1012         forward-compatible assemblies as it breaks the ABI (bug #81899).
1013
1014 2007-06-19  Raja R Harinath  <rharinath@novell.com>
1015
1016         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
1017         lookup/update with the loader lock.
1018         * reflection.c (mono_class_bind_generic_parameters): No need to
1019         protect mono_metadata_lookup_* with the loader lock.
1020         * class.c (inflate_generic_type): Likewise.
1021         
1022         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
1023         on a generic instantiated type.
1024
1025 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
1026
1027         *verify.c: produce meanfull error messages on verification error
1028         *verify.c: fixed some cases of verification errors reported as validation errors
1029         *pedump.c: fixed the error name array, now it shows validation errors properly
1030         *verify.h: fixed the contant that should be used for verification errors
1031
1032 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
1033
1034         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
1035         for bug #77596, 81858 and 80743 (generics data structures on domain
1036         unload).
1037
1038 2007-06-15  Raja R Harinath  <rharinath@novell.com>
1039
1040         Avoid allocating 'MonoGenericContext' on the heap.
1041         * class-internals (_MonoMethodInflated::context): Make field
1042         inline, not a pointer.
1043         * loader.c (method_from_methodspec): Allocate 'new_context' on the
1044         stack.  Use the context embedded within the inflated method as the
1045         hash key, rather than 'new_context'.
1046         * class.c (inflate_generic_context): Simplify.  Return a struct
1047         rather than allocating on the heap.
1048         (mono_class_inflate_generic_method_full): Update to changes.  Now,
1049         doesn't salt away a copy of the context -- simplifying the
1050         lifetime rules of a 'MonoGenericContext *'.
1051         (mono_method_get_context): Return pointer to embedded context.
1052         (setup_generic_array_ifaces): Allocate temporary context on stack.
1053         * reflection.c (inflate_mono_method): Likewise.
1054         (mono_reflection_bind_generic_method_parameters): Likewise.
1055         Use the context embedded within the inflated method as the hash key.
1056
1057         Avoid a source of allocation of 'MonoGenericContext'.
1058         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
1059         and 'cached_context' fields into embedded 'MonoGenericContext' field.
1060         * class.c: Update to changes.
1061         (mono_generic_class_get_context): Simplify drastically.  Now just
1062         returns a pointer to the field.
1063         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
1064         argument as a const pointer.
1065         (mono_metadata_generic_context_equal): Likewise.
1066         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
1067         Update to changes.
1068
1069 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
1070
1071         * verify.c improved the handling of brtrue/brfalse, factored out common code
1072
1073 2007-06-14  Raja R Harinath  <rharinath@novell.com>
1074
1075         Kill MonoGenericMethod.
1076         * class-internals.h (MonoGenericContext::method_inst): Rename from
1077         'gmethod' and convert to a MonoGenericInst.
1078         (MonoGenericMethod): Remove.
1079         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
1080         * loader.c (method_from_methodspec): Update to changes.  Use a
1081         MonoGenericContext as the key to the hashtable.
1082         * metadata.c (mono_metadata_generic_context_equal): Rename from 
1083         'mono_metadata_generic_method_equal' and take MonoGenericContext.
1084         (mono_metadata_generic_context_hash): Likewise from
1085         'mono_metadata_generic_method_hash'.  Change hash function.
1086         (mono_metadata_load_generic_params): Update to changes.
1087         (mono_get_shared_generic_method): Remove.
1088         * metadata-internals.h (mono_get_shared_generic_method): Remove.
1089         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
1090         (inflate_generic_context): Likewise.
1091         (mono_class_inflate_generic_method_full): Likewise.
1092         (setup_generic_array_ifaces): Likewise.
1093         (mono_class_create_from_typespec): Likewise.
1094         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
1095         (method_encode_methodspec): Update callsite.
1096         (reflection_methodbuilder_to_mono_method): Update to changes.
1097         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
1098         MonoGenericContext as the key to the hashtable.
1099         (inflate_mono_method): Update to changes.
1100
1101         * class-internals.h (MonoGenericMethod::container): Remove.
1102         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
1103
1104 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
1105
1106         * profiler-private.h, profiler.c, profiler.h: added API to profile
1107         exception events.
1108
1109 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
1110
1111         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
1112
1113 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
1114
1115         * verify.c: method invocation is now validated, now we verify parameter types on stack.
1116         Fixed overflow and underflow not aborting the verification process.
1117
1118 2007-06-13  Mark Probst  <mark.probst@gmail.com>
1119
1120         * class-internals.h (MonoStats): Added stats entries for dynamic
1121         code allocations.
1122
1123 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
1124
1125         * loader.c (mono_free_method): Free header->locals and header->clauses.
1126
1127         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
1128         dynamic case.
1129
1130         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
1131
1132         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
1133
1134 2007-06-12  Raja R Harinath  <rharinath@novell.com>
1135
1136         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
1137         the tables.
1138
1139 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1140
1141         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
1142
1143 2007-06-11  Raja R Harinath  <harinath@gmail.com>
1144
1145         MonoGenericMethod on a diet
1146         * class-internals.h (_MonoMethodInflated::reflection_info): Move
1147         here ...
1148         (_MonoGenericMethod::reflection_info): ... from here.
1149         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
1150         Update to changes.
1151         * reflection.c (inflate_mono_method): Likewise.
1152         (mono_reflection_bind_generic_method_parameters): Likewise.
1153
1154 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1155
1156         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
1157         *verify.c: factored long ldarg forms to share code with short forms
1158
1159 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1160
1161         *verify.c: fixed code formating factored some duplicate code
1162         into a new function
1163
1164         *verify.h: fixed binary incompatibility introduced earlier
1165
1166         *pedump.c: fixed formating
1167
1168 2007-06-11  Raja R Harinath  <harinath@gmail.com>
1169
1170         Fix assertion when disassembling Mono.C5.dll
1171         * loader.c (method_from_methodspec): Avoid inflating a method
1172         twice with the same context.  If the methodref is inflated, use
1173         the declaring method instead.
1174
1175         * class.c (mono_class_from_generic_parameter): Fix case similar to
1176         bug #81830 handled below, but for method containers.
1177
1178 2007-06-10  Raja R Harinath  <harinath@gmail.com>
1179
1180         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
1181         get_shared_generic_class.  Directly inflate the instance.
1182         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
1183         (inflate_generic_class): Delete.
1184         (get_shared_generic_class): Delete.  Move setting of
1185         'cached_class' and 'cached_context' ...
1186         * metadata.c (mono_metadata_lookup_generic_class): ... here.
1187
1188         * metadata.c (mono_metadata_lookup_generic_class): Change
1189         signature to take the components of a MonoGenericClass rather than
1190         an allocated MonoGenericClass.  Change semantics to be intern-like.
1191         * reflection.c (mono_class_bind_generic_parameters): Update to
1192         changes.  Make locking region tighter.
1193         * class.c (inflate_generic_class): Update to changes.
1194         (get_shared_generic_class): Likewise.
1195         * metadata-internals.h: Likewise.
1196
1197         * reflection.c (mono_class_bind_generic_parameters): Take and
1198         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
1199         (mono_reflection_bind_generic_parameters): Use
1200         'mono_class_bind_generic_parameters' rather than duplicate the code.
1201         * class.c (mono_bounded_array_class_get): Update to changes.
1202         * object-internals.h: Likewise.
1203
1204         * reflection.c (mono_class_bind_generic_parameters): Only support
1205         parameterizing generic type definitions.  Remove support for other
1206         open types.
1207
1208 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
1209
1210         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
1211
1212         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
1213         in the dynamic case.
1214
1215 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
1216
1217         * threads.c: When cleaning up thread, reset the Background bit.
1218         Fixes bug #81720.
1219
1220 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
1221
1222        * metadata.c: Move variable declarations to top of scope.
1223        * verify.c: Move variable declarations to top of scope.
1224
1225        Code is contributed under MIT/X11 license.
1226
1227 2007-06-08  Raja R Harinath  <rharinath@novell.com>
1228
1229         * reflection.c (mono_class_bind_generic_parameters): Replace
1230         open-coded loop with mono_metadata_inflate_generic_inst.
1231
1232         * class.c (get_shared_generic_class): Don't call
1233         mono_get_shared_generic_inst.  Use the container's own
1234         'class_inst'.
1235
1236         * metadata.c (mono_metadata_load_generic_params): Move
1237         initialization of 'context' field here from ...
1238         * class.c (mono_class_create_from_typedef): ... here, and ...
1239         * loader.c (mono_get_method_from_token): ... here.
1240
1241         * class.c (get_shared_generic_class): Rename from
1242         mono_get_shared_generic_class and make static.
1243         (mono_get_shared_generic_inst): Move to metadata.c.
1244         * loader.c (mono_get_shared_generic_method): Likewise.
1245         * class-internals.h, metadata-internals.h: Update to changes.
1246
1247         Fix #81830
1248         * class.c (mono_class_from_generic_parameter): Don't assume a
1249         generic container owner exists.  Generic containers from monodis
1250         don't have any.
1251
1252 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
1253
1254         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
1255         * verify.h: new typedefs to returns the non-verifiable status
1256         * verify.c: initial implementation of generics, stack merging and object compatibility check
1257
1258 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1259
1260         * class.c, image.c, class-internals.h (MonoImage): class_cache is
1261         a MonoInternalHashTable again (fixed bug in internal hash table
1262         code).
1263
1264 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1265
1266         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
1267         MonoInternalHashTable again (fixed bug in internal hash table
1268         code).
1269
1270 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1271
1272         * class.c, image.c, class-internals.h, domain.c,
1273         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
1274         changes.  Have to figure out what makes them break the SWF
1275         regression.
1276
1277 2007-06-04  Mark Probst  <mark.probst@gmail.com>
1278
1279         * class.c, image.c, class-internals.h (MonoImage): class_cache is
1280         a MonoInternalHashTable now.
1281
1282 2007-06-04  Mark Probst  <mark.probst@gmail.com>
1283
1284         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
1285         MonoInternalHashTable now.
1286
1287 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
1288
1289         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
1290         invoke_impl code.
1291
1292         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
1293
1294         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
1295         dependent trampoline.
1296
1297         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1298
1299         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
1300
1301 2007-05-29  Robert Jordan  <robertj@gmx.net>
1302
1303         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
1304
1305 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
1306
1307         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
1308
1309 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
1310
1311        * marshal.c: Fix interface lookup loops for
1312        cominterop_get_com_slot_for_method and 
1313        cominterop_get_method_interface. Only need to lookup
1314        if type is a class, else use interface type method is on.
1315
1316        Code is contributed under MIT/X11 license.
1317
1318 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
1319
1320         * reflection.c: HasSecurity can be present even if no specially 
1321         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
1322         SecurityAttribute). Fix CAS regression tests on buildbot.
1323
1324 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
1325
1326        * appdomain.c: Add configure checks for header files.
1327        * image.c: Add configure checks for header files.
1328        * file-io.c: Add configure checks for header files.
1329        * debug-mono-symfile.c: Add configure checks for header files.
1330        * threadpool.c: Add configure checks for header files.
1331        * console-io.c: Add configure checks for header files.
1332        * profiler.c: Add configure checks for header files.
1333        * rawbuffer.c: Add configure checks for header files.
1334        * icall.c: Add configure checks for header files.
1335        * rand.c: Add configure checks for header files.
1336        * socket-io.c: Add configure checks for header files.
1337
1338        Code is contributed under MIT/X11 license.
1339
1340 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
1341
1342         * reflection.c (mono_custom_attrs_from_builders): Remove the 
1343         assertion as it breaks the build.
1344         
1345         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
1346
1347         * reflection.c (lookup_custom_attr): Make a copy here too.
1348
1349         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
1350         dynamic images.
1351
1352         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
1353         images.
1354
1355         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
1356         info.
1357
1358 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
1359
1360         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
1361         (load_cattr_value): Ditto.
1362
1363 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
1364
1365         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
1366
1367 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
1368
1369         * threads.c: In "start_wrapper", set apartment_state to MTA if
1370         apartment_state is Unknown and we're running on 2.0 profile or
1371         higher.
1372         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
1373         to main method, then set apartment_state to Unknown on 1.0 profile,
1374         and MTA on 2.0 profile.
1375
1376 2007-05-16  Jb Evain  <jb@nurv.fr>
1377
1378         * class-internals.h (MonoDefaults): Add an attribute_class and
1379           customattribute_data_class.
1380         * domain.c (mono_init_internal): Populate them.
1381         * reflection.c: Use them to remove duplicates. Make a vew
1382         MonoClass variables `static'.
1383
1384 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
1385
1386         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
1387         step in implementing IMT, so that all isinst checks now can go
1388         through the bitmap.
1389         This was needed because vtables for TransparentProxy need to look
1390         like the vtable of the "target" class, so they need to point to
1391         its interface bitmap directly.
1392
1393         * object.c: inside "mono_class_create_runtime_vtable" and
1394         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
1395
1396 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
1397
1398         * object-internals.h
1399           culture-info.h : added territory field in MonoCulture and
1400           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
1401         * locales.c : fill territory field above too.
1402         * culture-info-table.h : regenerated.
1403
1404 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
1405
1406         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
1407         Fixes #81599.
1408
1409 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
1410
1411         * object.c: Always initialize apartment, even if 
1412         there is no custom attributes on entry point.
1413         
1414         Code is contributed under MIT/X11 license.
1415
1416 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
1417
1418         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
1419         * metadata.c: If no encoding is set, check for unicode
1420         on class.
1421         
1422         Code is contributed under MIT/X11 license.
1423
1424 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
1425
1426         * threads.c: Handle if mono_thread_current returns NULL 
1427         
1428         Code is contributed under MIT/X11 license.
1429
1430 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
1431
1432         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
1433         in start_wrapper. Added mono_thread_init_apartment_state and
1434         mono_thread_cleanup_apartment_state.
1435         * object.c: Initialize thread apartment state on main thread
1436         by checking for STAThreadAttribute on entry point.
1437         * object-internals.h: Add apartment_state field to MonoThread.
1438         * threads-types.h: Add unmanaged definition of 
1439         System.Threading.ApartmentState, MonoThreadApartmentState.
1440         
1441         Code is contributed under MIT/X11 license.
1442         
1443 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
1444
1445         * class.c: Fix windows build.
1446         * class-internals.h: Fix windows build.
1447         
1448         Code is contributed under MIT/X11 license.
1449
1450 2007-05-08  Robert Jordan  <robertj@gmx.net>
1451
1452         * process.c (CreateProcess_internal):
1453         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
1454         .CreateNoWindow was specified. Fixes #81496.
1455
1456 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
1457
1458         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
1459         step in implementing IMT, replaced it with two compact arrays
1460         (interfaces_packed and interface_offsets_packed) and a bitmap that
1461         is used for isinst checks (interface_bitmap).
1462
1463         * class.c: (compare_interface_ids): compare function to pass to
1464         bsearch when looking for an interface with a given id.
1465         (mono_class_interface_offset): reimplemented using bsearch on
1466         interfaces_packed, getting the offset from interface_offsets_packed.
1467         (print_implemented_interfaces): utility debugging function.
1468         (setup_interface_offsets): reworked to initialize interfaces_packed,
1469         interface_offsets_packed and interface_bitmap.
1470
1471         * object.c: replaced all accesses to "MonoClass.interface_offsets"
1472         with uses of interfaces_packed and interface_offsets_packed.
1473
1474 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
1475
1476         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
1477         mono_class_interface_offset prototype to wrap all accesses to
1478         "MonoClass.interface_offsets".
1479
1480         * class.c: Implemented mono_class_interface_offset, and wrapped all
1481         accesses to "MonoClass.interface_offsets".
1482
1483         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
1484         "MonoClass.interface_offsets".
1485
1486 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
1487
1488         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
1489         GetMethodFromHandle overloads (bug #78637).
1490
1491 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
1492
1493         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
1494         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
1495
1496 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
1497
1498         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
1499         #81498.
1500
1501         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
1502         gracefully.
1503         (mono_custom_attrs_from_index): Ditto.
1504
1505         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
1506         Fixes #81501.
1507
1508 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
1509
1510         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
1511         is now allocated from a mempool.
1512
1513 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
1514
1515         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
1516         caller holds threads_lock, leading to deadlocks. Fixes #81476.
1517
1518 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
1519
1520         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
1521         mono_loader_clear_error () too late. Fixes #81463.
1522
1523 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
1524
1525         * culture-info-table.h : regenerated.
1526
1527 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
1528
1529         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
1530         is missing.
1531
1532 2007-04-25  Dick Porter  <dick@ximian.com>
1533
1534         * Makefile.am: Put the mingw enforced-optimisation back into the
1535         PLATFORM_WIN32 section.
1536
1537 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
1538
1539         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
1540         patch.
1541
1542         * image.c (mono_image_load_module): New API function to load a module reference.
1543
1544         * image.c (load_modules): Load modules lazily. Fixes #80812.
1545
1546         * class.c (mono_class_from_typeref): Use mono_image_load_module.
1547         
1548         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
1549
1550         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
1551         to mono_image_load_module_dynamic.
1552
1553 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
1554
1555         * marshal.c: Fix calling convention for CCW on non-windows
1556         platforms. STDCALL on windows, CDECL everywhere else to work 
1557         with XPCOM and MainWin COM.
1558         
1559         Code is contributed under MIT/X11 license.
1560
1561 2007-04-23  Martin Baulig  <martin@ximian.com>
1562
1563         Fix #80969.
1564
1565         * loader.c
1566         (method_from_memberref): Added `gboolean *used_context' argument.
1567         (mono_get_method_from_token): Likewise.
1568         (mono_get_method_full): Don't insert the method in the cache when
1569         `used_context' is true.
1570
1571 2007-04-23  Raja R Harinath  <rharinath@novell.com>
1572
1573         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
1574
1575         * reflection.c (mono_reflection_bind_generic_parameters): Don't
1576         create new MonoTypes for returned types.
1577         * class.c (mono_generic_class_get_class): Export mono-internal.
1578         * class-internals.h: Update to changes.
1579
1580 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
1581
1582         * threadpool.c, threadpool.h, icall-def.h: patch from
1583         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
1584
1585 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
1586
1587         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
1588         
1589         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
1590
1591         * threads.c (mono_thread_get_stack_bounds): New helper function.
1592
1593         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
1594         Correctly compute stack bounds when attaching. Fixes #81394.
1595
1596 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
1597
1598         * reflection.c: fix handling of doubles in custom attributes
1599         for the arm-fpa format (bug #81368).
1600
1601 2007-04-18  Raja R Harinath  <rharinath@novell.com>
1602
1603         * reflection.c (assembly_add_win32_resources): Mildly relax an
1604         bounds check to let the end pointer point just past the end of the
1605         allocated buffer.  (may fix #81384)
1606
1607 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
1608
1609         * culture-info-table.h : regenerated.
1610
1611 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
1612
1613         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
1614         the thread is aborted early.
1615
1616 2007-04-05  Dick Porter  <dick@ximian.com>
1617
1618         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
1619         FindFirstFile()/FindNextFile() to find entries.  This lets the
1620         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
1621         81038.
1622
1623         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
1624         the parameters of
1625         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
1626
1627 2007-04-04  Martin Baulig  <martin@ximian.com>
1628
1629         * debug-helpers.c
1630         (mono_method_desc_full_match): Add support for nested classes.
1631
1632 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
1633
1634         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
1635
1636 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
1637
1638         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
1639         waiting for too many threads.
1640
1641 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
1642
1643         * environment.c: Fix return value check on uname so we can get the 
1644         executing version on Solaris operating systems.
1645
1646 2007-03-28  Jb Evain  <jbevain@gmail.com>
1647
1648         * class.c (mono_type_get_name_recurse): Complete the
1649         fix for the creation of assembly qualified names for
1650         pointer types. Fixes #81208.
1651
1652 2007-03-27  Dick Porter  <dick@ximian.com>
1653
1654         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
1655         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
1656         changed.
1657
1658         * threads.c
1659         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
1660         the value of ReleaseMutex().
1661
1662 2007-03-27  Dick Porter  <dick@ximian.com>
1663
1664         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
1665         in little-endian order, not network endian, so must be converted
1666         to host endian here.  Fixes bug 80593.
1667
1668 2007-03-22  Jb Evain  <jbevain@gmail.com>
1669
1670         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
1671         qualified names for pointer types. Fixes #81208.
1672
1673 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
1674
1675         * marshal.c: Add support for PreserveSigAttribute. 
1676         
1677         Code is contributed under MIT/X11 license.
1678
1679 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
1680
1681         * process.c: Fix endianness issues. Fixes #81126.
1682
1683         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
1684         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
1685
1686         * image.c (mono_image_lookup_resource): Make this work on big-endian
1687         machines.Change API contract so the caller needs to free the return value.
1688         
1689         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
1690         API change.
1691         
1692 2007-03-14  Martin Baulig  <martin@ximian.com>
1693
1694         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
1695         mono_type_get_desc() as well.
1696
1697 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
1698
1699         * icall.c:  Fix environ access in VS.  
1700         
1701 2007-03-13  Alp Toker  <alp@atoker.com>
1702
1703         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
1704         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
1705         #63841.
1706
1707 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
1708
1709         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
1710         circular references among dynamic methods. Fixes #81091.
1711
1712         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
1713
1714 2007-03-09  Martin Baulig  <martin@ximian.com>
1715
1716         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
1717
1718 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
1719
1720         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
1721         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
1722         
1723         Code is contributed under MIT/X11 license.
1724         
1725 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
1726
1727         * loader.c: Reapply patch for bug #79424.
1728
1729 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
1730
1731         * metadata.c (mono_type_to_unmanaged): Only convert object to
1732         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
1733
1734 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
1735
1736         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
1737         (and incorrectly set) is_reference field from MonoGenericInst.
1738
1739 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
1740
1741         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
1742         a little earlier.
1743
1744         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
1745
1746         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
1747
1748 2007-03-05  Miguel de Icaza  <miguel@novell.com>
1749
1750         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
1751         FileOptions.1 value to mean "temporary", map that to
1752         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
1753
1754         Fixes 80688
1755
1756 2007-03-03  Marek Habersack  <mhabersack@novell.com>
1757
1758         * appdomain.c: implement MS .Net style shadow copying. Copies of
1759         the assemblies are made in a subdirectory of the dynamic base
1760         directory, the assembly names are preserved.
1761         Copy .mdb and .config files along with the assemblies being shadowed.
1762
1763 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
1764
1765         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
1766         (emit_marshal_handleref): Ditto.
1767
1768         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
1769         on Visual C++. Fixes #80671.
1770
1771 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
1772
1773         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
1774         for clone operations.
1775
1776 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
1777
1778         * marshal.c: Fix warnings.
1779
1780 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
1781
1782         * loader.c: allow case-insensitive matching of the dll name
1783         in dllmap handling when prefixed with "i:".
1784
1785 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
1786
1787         * threads.c: Fix #ifdef for dummy_apc function for VS.
1788
1789 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
1790
1791         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
1792
1793 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
1794         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
1795         giving precedence to the methods with a fully qualified name
1796         (InterfaceName.MethodName) when building the interface sections
1797         of the vtable.
1798
1799 2007-02-16  Dick Porter  <dick@ximian.com>
1800
1801         * threadpool.c (append_job): Fix fast-path array handling, so it's
1802         less likely the array will grow exponentially when the load is
1803         heavy.
1804
1805 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
1806
1807         * metadata-internals.h, loader.c: fix dllmap lookup order
1808         for non-function maps, too, and prepare for fallback code.
1809
1810 2007-02-12  Robert Jordan  <robertj@gmx.net>
1811
1812         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
1813         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
1814         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
1815         GlobalFree. Fixes a part of bug #77075.
1816
1817 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
1818
1819         * loader.c: implemented typedef parent in field memberref.
1820
1821 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
1822
1823         * marshal.c: Fix warnings and remember to call Release on
1824         IUnknown of RCW.
1825         
1826         Code is contributed under MIT/X11 license.
1827
1828 2007-02-10  Miguel de Icaza  <miguel@novell.com>
1829
1830         * class-internals.h: Add MonoHandleRef definition, and
1831         handleref_class to mono_defaults. 
1832
1833         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
1834         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
1835
1836         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
1837         (do nothing on this stage)
1838         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
1839         (emit_marshal_handleref): New method, used for argument handling
1840         of HandleRefs. 
1841
1842 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
1843
1844         * class.c (mono_class_setup_parent): Lazily init com types.
1845         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
1846         init com types.
1847         * object.c (mono_remote_class_vtable): Lazily init com types.
1848         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
1849         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
1850         * domain-internals.h: Expose mono_init_com_types.
1851         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
1852         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
1853         Add support for COM Callable Wrapper marshalling.
1854         * marshal.h: Add icall definitions.
1855         * gc.c: Handle freeing of CCWs in finalizer code.
1856         
1857         Code is contributed under MIT/X11 license.
1858
1859 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
1860
1861         * reflection.c: changed all the signature encoding code to use
1862         a variable-sized buffer.
1863
1864 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
1865
1866         * marshal.c: locking fixes: never take the loader lock
1867         or other runtime locks when holding the marshal lock
1868         (fixes bug#80664).
1869
1870 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
1871
1872         * marshal.c: make the delegate function pointer mapping
1873         work for the moving GC.
1874
1875 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
1876
1877         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
1878         for bug #80618.
1879
1880 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
1881
1882         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
1883         gmodule.
1884
1885 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
1886
1887         * threadpool.c: made the code moving-GC safe.
1888
1889 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
1890
1891         * assembly.c, boehm-gc.c, class-internals.h, class.c,
1892         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
1893         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
1894         warning cleanup.
1895         * reflection.c: warning cleanup, some threading and moving GC fixes.
1896
1897 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
1898
1899         * class.c, loader.c: create the needed Set/Get/Address array methods
1900         as well as the .ctors in mono_class_init (), fixes bug #80567.
1901
1902 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
1903
1904         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
1905         we doesn't decrease its alignment. Should fix the sparc build.
1906
1907 2007-01-24  Dick Porter  <dick@ximian.com>
1908
1909         * socket-io.c
1910         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
1911         Create the returned object if we need to ignore an unsupported
1912         socket option.  Fixes a segfault reported by Atsushi.
1913
1914 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
1915
1916         * class.c, object.c: restrict GC-tracked fields to
1917         UIntPtr fields used inside corlib, so we provide better
1918         type info to the GC and also allow broken packing as in
1919         bug #80580.
1920
1921 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
1922
1923         * sgen-gc.c: removed duplicated function.
1924
1925 2007-01-19  Miguel de Icaza  <miguel@novell.com>
1926
1927         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
1928         value that means that the value is not supported, but that we
1929         should not return a failure, but instead report this as a
1930         successful operation.
1931
1932 2007-01-19  Raja R Harinath  <rharinath@novell.com>
1933
1934         Fix tests/bug79956.2.il
1935         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
1936         (mono_generic_class_get_class): If the generic definition in an
1937         enum, copy over other fields related to it.
1938
1939 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
1940
1941         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
1942         genericinst enums (bug #79215).
1943
1944 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
1945         * class.c: Fix bug 80307.
1946
1947 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
1948
1949         * image.c: if the file table is not present, try to load
1950         all the modules, since we don't have info about them
1951         having or not metadata (bug #80517).
1952         * assembly.c: allow mono_assembly_load_references () to
1953         work for netmodules.
1954
1955 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
1956
1957         * image.c, metadata-internals.h, object.c: execute module
1958         cctors when running on the 2 runtime if present (bug #80487).
1959
1960 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
1961
1962         * icall.c: optimized InitializeArray() on bigendian.
1963
1964 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
1965
1966         * icall.c: fix for the broken ARM FPA double format.
1967
1968 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
1969
1970         * icall.c: handle endian issues for r4 and r8 types, too, in
1971         the InitializeArray() icall.
1972
1973 2007-01-15  Miguel de Icaza  <miguel@novell.com>
1974
1975         * loader.c (mono_loader_error_prepare_exception): Clear the error
1976         once we have extracted the information from it, do this before we
1977         call into the JIT's class loading mechanisms.
1978
1979         * object.c (mono_class_create_runtime_vtable): Do not clear the
1980         loader error before calling mono_class_get_exception_for_failure
1981         as the loader error is needed inside
1982         mono_class_get_exception_for_failure to throw the error (thinko).
1983
1984         Fixes #80521
1985         
1986 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
1987
1988         * reflection.c: align fields rva data so it's faster to load at
1989         runtime.
1990
1991 2007-01-12  Raja R Harinath  <rharinath@novell.com>
1992
1993         Prepare to simplify GenericMethod handling.
1994         * class-internals.h (mono_method_get_context): New accessor function.
1995         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
1996         rather than directly accessing '->context' field.
1997
1998         * class-internals.h (_MonoGenericParam.method): Move ...
1999         (_MonoGenericContainer): ... here.  Add into union with klass field.
2000         * class.c, icall.c, loader.c, metadata.c, reflection.c:
2001         Update to changes.
2002
2003 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
2004
2005         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
2006         the wrapper type enum and reduce relocations.
2007
2008 2007-01-12  Raja R Harinath  <rharinath@novell.com>
2009
2010         * reflection.c (inflate_mono_method): Reuse method instantiation
2011         from the generic method, if available.
2012
2013 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2014
2015         * marshal.c (emit_marshal_variant): Fix conv_arg
2016         type in last commit, based on whether parameter is byref.
2017         
2018 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2019
2020         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
2021         marshalling.
2022         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
2023         MONO_TYPE_OBJECT back for VARIANT support.
2024
2025 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2026
2027         * marshal.c, marshal.h, icall-def.h: Implement 
2028         Marshal.ReAllocCoTaskMem.
2029
2030 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
2031
2032         * marshal.c: memory retention fixes: use the proper
2033         image cache for runtime_invoke method lookups.
2034
2035 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
2036
2037         * mempool.c: added code to help debug mempool allocations.
2038
2039 2007-01-11  Dick Porter  <dick@ximian.com>
2040
2041         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
2042         support (experimenting with faking it with IP_MTU_DISCOVER for
2043         systems that don't have IP_DONTFRAGMENT.)
2044         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
2045         icall.
2046
2047         * icall-def.h: new System.Net.Sockets.Disconnect icall.
2048
2049         * socket-io.h: Add new fields to MonoSocketAsyncResult
2050         corresponding to the new ones in Socket.cs.
2051
2052 2007-01-11  Raja R Harinath  <rharinath@novell.com>
2053
2054         Fix IronPython regression mentioned in #80249
2055         * metadata.c (do_mono_metadata_parse_generic_class): Clear
2056         'cached_context' field, since it may have been initialized as a
2057         side-effect of metadata parsing.
2058
2059         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
2060         (_MonoGenericClass.cached_class): Move here and rename from lone
2061         remaining field of ...
2062         (_MonoInflatedGenericClass): ... this.  Remove.
2063         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
2064         to changes.
2065
2066         Fix mcs/tests/test-128.cs regression.
2067         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
2068         2007-01-10 change below.
2069         [MONO_TYPE_OBJECT]: Recurse into array case.
2070
2071 2007-01-11  Raja R Harinath  <harinath@gmail.com>
2072
2073         * class-internals.h (mono_get_inflated_generic_class): Remove.
2074         * class.c (mono_get_inflated_generic_class): Remove.
2075         (mono_generic_class_get_class): Rename from
2076         mono_class_create_generic.
2077         (mono_class_from_mono_type) [GENERICINST]: Use it.
2078         * reflection.c, metadata.c: Update to changes.  Use
2079         'mono_class_from_mono_type'.
2080
2081 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
2082
2083         * reflection.c: use passed type when encoding an array element
2084         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
2085
2086 2007-01-09  Robert Jordan  <robertj@gmx.net>
2087
2088         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
2089         result arguments (someDelegate.EndInvoke (unrelatedAres)).
2090         Fixes bug #80392.
2091
2092 2007-01-09  Raja R Harinath  <rharinath@novell.com>
2093
2094         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
2095
2096         * object.c (set_value): Avoid aliasing between type->data.klass
2097         and type->data.generic_class.
2098
2099         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
2100
2101 2007-01-08  Raja R Harinath  <rharinath@novell.com>
2102
2103         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
2104         between type->data.klass and type->data.generic_class.
2105
2106 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
2107
2108         * marshal.c: In MS.NET, StringBuilder objects are not copied by
2109         value in out parameters.
2110
2111 2007-01-08  Raja R Harinath  <rharinath@novell.com>
2112
2113         Simplify invariant for MonoGenericClass::klass field.
2114         * class.c (mono_class_create_generic): Verify 'klass' is null.
2115         * metadata.c (do_mono_metadata_parse_generic_class): Don't
2116         initialize 'klass' field.
2117
2118 2007-01-05  Raja R Harinath  <rharinath@novell.com>
2119
2120         Ongoing work to avoid redundant data and simplify invariants.
2121         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
2122         'generic_class', and change type to a GenericInst.
2123         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
2124         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
2125
2126 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
2127
2128         * class.c : skip io-layer under PLATFORM_WIN32.
2129
2130 2007-01-03  Tor Lillqvist  <tml@novell.com>
2131
2132         Fix #80305: In a bundled executable, look in the bundled exe
2133         assembly to determine the runtime version. Add the possibility to
2134         bundle also the machine.config file.
2135         
2136         * assembly.c (mono_assembly_open_from_bundle): Make
2137         non-static. Allow being called even if we have no bundled
2138         assemblies, and return NULL right away in that case.
2139
2140         * domain-internals.h: Declare mono_assembly_open_from_bundle()
2141         here.
2142
2143         * domain.c (app_config_parse): Take an assembly exe file name as
2144         parameter instead of a config file name. Check for a bundled
2145         config file for that assembly by calling
2146         mono_config_string_for_assembly_file() (see below) before looking
2147         for one in the file system.
2148         (get_runtimes_from_exe): Corrsponding change to call of
2149         app_config_parse().
2150         (get_runtimes_from_exe): Check for bundled assembly exe file first
2151         by calling mono_assembly_open_from_bundle(). If no bundled
2152         assembly exe file is found, call mono_image_open() as before to
2153         look it up in the file system.
2154
2155         * mono-config.c: Add variable bundled_machinec_onfig.
2156         (mono_config_string_for_assembly_file): New function.
2157         (mono_config_for_assembly): Move code snippet that looks for a
2158         bundled assembly .config file into the above new function. Call
2159         it.
2160         (mono_register_machine_config, mono_get_machine_config): New
2161         functions to set and retrieve
2162
2163         * assembly.h: Declare mono_register_machine_config().
2164
2165         * mono-config.h: Declare mono_get_machine_config() and
2166         mono_config_string_for_assembly_file().
2167
2168         * icall.c: No declaration of environ necessary on Win32. It is
2169         declared (as a macro expanding to a function call) in stdlib.h.
2170         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
2171         New internal mono function. Returns the value of
2172         mono_get_machine_config() as a Mono string.
2173
2174         * icall-def.h: Add get_bundled_machine_config().
2175
2176 2007-01-04  Raja R Harinath  <rharinath@novell.com>
2177
2178         Remove redundant field
2179         * class-internals.h (_MonoGenericContext.container): Remove field.
2180         * loader.c (mono_method_get_signature_full): Don't parse a
2181         "container" for a signature parse when the signature is inflated
2182         immediately.
2183         (method_from_methodspec): Likewise, for a generic_inst.
2184         * class.c, metadata.c, reflection.c: Update to changes.
2185
2186 2006-01-04  Raja R Harinath  <rharinath@novell.com>
2187
2188         * class-internals.h (_MonoGenericClass): Rename 'context' field to
2189         'cached_context', and change semantics -- it starts off NULL, and
2190         is initialized on demand.
2191         * class.c (mono_generic_class_get_context): New accessor to
2192         replace 'context' field accesses.
2193         (mono_class_get_context): New helper.
2194         (*): Update to changes.
2195         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
2196
2197 2007-01-03  Miguel de Icaza  <miguel@novell.com>
2198
2199         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
2200         before the memcpy.   Fixes Marshal2 regression.
2201
2202 2007-01-02  Jb Evain  <jbevain@gmail.com>
2203
2204         * blob.h: add a MONO_TYPE_ENUM definition
2205         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
2206         fix the encoding of arrays of enums in custom attributes.
2207
2208         Fixes #79666.
2209
2210 2007-01-01  Miguel de Icaza  <miguel@novell.com>
2211
2212         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
2213         string is null terminated, but only cut the string short if it
2214         overflows the buffer.   
2215         
2216         (mono_string_to_byvalstr): Also fix this routine.   The code here
2217         was not properly terminating a string (it was only terminated
2218         because of the previous catch-all memset). 
2219
2220         I left the memset, because I do not know if applications expect
2221         the runtime to clear this region. 
2222
2223         Fixes #79944.
2224
2225         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
2226         Clear the error before returning to unmanaged code to prevent the
2227         runtime from being confused later on (fixes  80420).
2228         (ves_icall_type_from_name): Always call mono_loader_clear_error
2229         after parsing a type that could have failed.
2230         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
2231
2232         * loader.c (mono_loader_clear_error): Fix indentation.
2233
2234 2006-12-28  Martin Baulig  <martin@ximian.com>
2235
2236         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
2237
2238 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
2239
2240         * reflection.c: patch from Rolf Bjarne Kvinge to fix
2241         getting a token for an EnumBuilder.
2242
2243 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
2244
2245         * reflection.c: be more careful in case resource generation
2246         fails to create the data array.
2247
2248 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
2249
2250         * sgen-gc.c: write barrier for clone and fix unregister handles.
2251
2252 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
2253
2254         * reflection.c: some fixes needed in the generics code for the moving GC.
2255
2256 2006-12-22  Robert Jordan  <robertj@gmx.net>
2257
2258         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
2259         account. Fixes bug #80299.
2260
2261 2006-12-21  Raja R Harinath  <rharinath@novell.com>
2262
2263         Fix WaitHandle usage in delegates.
2264         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
2265         * object.c (mono_wait_handle_new): Use the property set method to
2266         initialize the handle.
2267         (mono_wait_handle_get_handle): New.
2268         * threadpool.c (mono_async_invoke): Use it.
2269         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
2270         Likewise.
2271         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
2272
2273 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
2274
2275         * marshal.c (emit_marshal): Call emit_marshal_variant and
2276         emit_marshal_com_interface when applicable.
2277         (emit_marshal_variant, emit_marshal_com_interface): Add
2278         methods for this case and remove if's from emit_marshal_object.
2279         
2280 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
2281
2282         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
2283
2284 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
2285
2286         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
2287         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
2288         and GlobalFree on Windows. Remove FIXME.
2289
2290 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
2291
2292         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
2293         implementation for managed objects.
2294
2295 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
2296
2297         * object.c: implemented code to be used for checking
2298         that no reference field overlaps with non-references.
2299
2300 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2301
2302         * threadpool.c: fix queue code to be compatible with the
2303         moving GC.
2304
2305 2006-12-18  Miguel de Icaza  <miguel@novell.com>
2306
2307         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
2308         in structures by throwing ArgumentNullException.
2309
2310         (emit_marshal_safehandle): Also when they are null parameters.
2311
2312         (emit_marshal_safehandle): Add support for ref
2313         SafeHandles parameters
2314
2315 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
2316
2317         * profiler.c: updated to use the mono-dl API instead of
2318         gmodule.
2319
2320 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2321
2322         * profiler.c: updated to use the mono-dl dynamic loading
2323         API instead of gmodule.
2324
2325 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
2326
2327         * profiler.c: use readlink, older versions of glib don't have
2328         g_file_read_link ().
2329
2330 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
2331
2332         * profiler.c: try to detect the path to mono if libc fails to provide
2333         a useful name (bug #80286).
2334
2335 2006-12-16  Raja R Harinath  <rharinath@novell.com>
2336
2337         Fix #80242
2338         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
2339         instance, use the generic type definition instead.
2340         (ves_icall_Type_GetNestedTypes): Likewise.
2341         * class.c (mono_class_create_generic): Always set the
2342         nested_classes of a generic instance to NULL, even if the generic
2343         type definition has nested types.
2344
2345 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
2346
2347         * marshal.c (mono_string_from_bstr): Revert previous Windows change
2348         and fix on Linux.
2349         
2350 2006-12-15  Miguel de Icaza  <miguel@novell.com>
2351
2352         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
2353         my arguments were in the wrong order.   I also fixed the Windows
2354         version which seems to have had the same issue.
2355
2356         (mono_free_bstr): On Unix, this is g_free.
2357         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
2358         conversions (for the tests in corlib to pass).
2359
2360 2006-12-14  Miguel de Icaza  <miguel@novell.com>
2361
2362         * marshal.c (emit_ptr_to_object_conv): For now, ignore
2363         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
2364         exception if a ref SafeHandle in a struct has changed).
2365         
2366         (emit_struct_conv): Do not perform layout checks for classes
2367         derived from SafeHandle, as those are specially handled. 
2368
2369         (emit_object_to_ptr_conv): Add support for
2370         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
2371
2372         (emit_marshal_safehandle): Implement conversion of return values
2373         of safehandles (MARSHAL_ACTION_CONV_RESULT).
2374         
2375         * threads.c: WaitHandle now is compiled with two different handles
2376         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
2377         for 2.0.
2378         
2379         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
2380         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
2381         these routines to cope with both kinds of fields.
2382
2383 2006-12-12  Miguel de Icaza  <miguel@novell.com>
2384
2385         * metadata.c (mono_type_to_unmanaged): Handle the case where
2386         type->data.klass is a SafeHandle, and in that case, return the
2387         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
2388         MONO_MARSHAL_CONV_SAFEHANDLE. 
2389
2390 2006-12-11  Miguel de Icaza  <miguel@novell.com>
2391
2392         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
2393         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
2394         calling emit_marshal_object.
2395
2396         (emit_marshal_safehandle): Implement marshalling of
2397         SafeHandle parameters (no ref support yet).
2398
2399         (MarshalAction): Document the defines as I implement
2400         them for SafeHandle.
2401
2402         (emit_marshal_object): indentation police.
2403
2404         * class-internals.h: Define MonoSafeHandle.
2405         Add safehandle_class to MonoDefaults type.
2406
2407         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
2408         list of classes to check for fields. 
2409
2410         * domain.c (mono_init_internal): Add SafeHandle to the list of
2411         mono_defaults loaded.
2412
2413 2006-12-15  Raja R Harinath  <rharinath@novell.com>
2414
2415         Fix #80253
2416         * reflection.c (mono_reflection_bind_generic_parameters): If the
2417         generic type definition is a type builder, ensure that it is fully
2418         initialized before instantiating it.  Kill some dead code.
2419
2420 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
2421
2422         * object.c: clear the loader_error () before loading
2423         more metadata stuff (bug #80258).
2424
2425 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
2426
2427         * icall.c, icall-defs.h: type modifiers icalls for
2428         parameters and properties.
2429
2430 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
2431
2432         * object.c, icall.c: fixed warnings.
2433
2434 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
2435
2436         * marshal.c: fixed a couple of leaks and coding style in a few places.
2437
2438 2006-12-08  Dick Porter  <dick@ximian.com>
2439
2440         * process.c: Cope with NULL ProcessStartInfo arguments on windows
2441         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
2442         80173.
2443
2444 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
2445
2446         * process.c: ProcessStartInfo may have only filename set and
2447         arguments can be NULL.
2448
2449 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
2450
2451         * icall.c: fix leak found by Robert Jordan.
2452
2453 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
2454
2455         * marshal.c, marshal.h: generate managed method to access an element
2456         of a multi-dimensional array.
2457
2458 2006-11-30  Paolo Molaro (lupus@ximian.com)
2459
2460         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
2461
2462 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2463
2464         * icall.c: back out GetFields () fix until the serialization code is
2465         fixed to not depend on the incorrect behaviour.
2466
2467 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
2468
2469         * profiler.c: provide defaults if none are set.
2470
2471 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
2472
2473         * Makefile.am, attrdefs.h: new public header file with
2474         constants for attributes for use by embedders.
2475
2476 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
2477
2478         * icall.c: GetFields () fix for bug #80064.
2479
2480 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
2481
2482         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
2483         removed long unused icalls.
2484
2485 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
2486   
2487         * marshal.c: 
2488                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
2489                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
2490                 can be generated without a delegate class.
2491                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
2492         
2493         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
2494
2495 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2496
2497         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
2498         #80069.
2499
2500 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
2501
2502         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
2503         icall-def.h: added icalls needed by System.GC.
2504
2505 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
2506
2507         * loader.c: ensure the class in catch clauses is handled
2508         correctly for generics methods (fixes bug#79980).
2509
2510 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
2511
2512         * monitor.h, monitor.c: added mono_locks_dump () function
2513         to help debug deadlocks involving managed locks.
2514
2515 2006-11-13  Dick Porter  <dick@ximian.com>
2516
2517         * file-io.c (get_file_attributes): If the file is a symlink try
2518         and get the stat data for the target, but also add the
2519         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
2520         the specs for the windows symlink support, but will probably have
2521         to be reworked when I have test data from a vista machine.  Fixes
2522         bug 79887.
2523
2524 2006-11-13  Dick Porter  <dick@ximian.com>
2525
2526         * gc.c (mono_domain_finalize): 
2527         * marshal.c (mono_delegate_begin_invoke): 
2528         * threadpool.c (socket_io_init, mono_thread_pool_init)
2529         (mono_thread_pool_finish): 
2530         * monitor.c (mono_monitor_try_enter_internal): 
2531         * threads.c (mono_thread_resume, mono_thread_init)
2532         (mono_thread_suspend_all_other_threads)
2533         (mono_thread_execute_interruption): 
2534         * appdomain.c (mono_domain_unload): Check for NULL error returns
2535         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
2536         75733.
2537
2538 2006-11-11  Miguel de Icaza  <miguel@novell.com>
2539
2540         * process.c
2541         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
2542         Only close the handle if the value of the handle is not
2543         INVALID_HANDLE_VALUE.  This just makes the process a bit more
2544         robust.
2545
2546         Improvement for #75733, so that we do not run into this problem. 
2547
2548         
2549         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
2550         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
2551         internal variables.  Fixes #79462 
2552         
2553
2554 2006-11-09  Dick Porter  <dick@ximian.com>
2555
2556         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
2557         Use poll() not select().  Fixes bug 79397.
2558
2559 2006-11-09  Raja R Harinath  <rharinath@novell.com>
2560
2561         Fix #79872
2562         * assembly.c (mono_assembly_load_from_full): Check that the given
2563         image has an assembly manifest.
2564
2565 2006-11-09  Ankit Jain  <jankit@novell.com>
2566
2567         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
2568         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
2569         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
2570
2571 2006-11-07  Dick Porter  <dick@ximian.com>
2572
2573         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
2574         Put the old resolver behaviour back for pre-2.0 profiles.
2575
2576 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
2577
2578         * threadpool.c: precise GC and locking fixes.
2579
2580 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
2581
2582         * class.c: don't load types that have an explicit unaligned
2583         managed reference. Provide better info in the TypeLoad exception.
2584         Part of the fix for bug #79744.
2585         * object.c: use the correct check for class type load issues.
2586
2587 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
2588
2589         * class.c: enforce alignment of fields with managed references
2590         even when Pack=1 is forced by the user (bug #77788).
2591
2592 2006-11-03  Dick Porter  <dick@ximian.com>
2593
2594         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
2595         If the address reverse lookup fails, return it as the hostname
2596         anyway.  Fixes bug 79721.
2597
2598 2006-11-03  Dick Porter  <dick@ximian.com>
2599
2600         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
2601         Fix build on Windows.
2602
2603 2006-11-02  Dick Porter  <dick@ximian.com>
2604
2605         * icall-def.h: 
2606         * object-internals.h: 
2607         * exception.c (mono_get_exception_thread_interrupted): 
2608         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
2609         Fixes bug 74525.
2610
2611         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
2612         Check for pending Thread.Interrupt.
2613
2614 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
2615         * loader.c: Fixed bug 79684.
2616
2617 2006-10-27  Dick Porter  <dick@ximian.com>
2618
2619         * file-io.c (get_file_attributes): Force symlinks to directories
2620         to be returned as a regular file.  Fixes bug 79733.
2621 2006-10-26  Dick Porter  <dick@ximian.com>
2622
2623         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
2624         CreateFile to open a directory then we need to set the
2625         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
2626
2627 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
2628
2629         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
2630         friends.
2631
2632 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
2633
2634         * sgengc.c: small cleanup of timer code.
2635
2636 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
2637
2638         * sgen-gc.c: fix some warnings and start adding support for
2639         complete object removal on domain unload.
2640
2641 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
2642
2643         * assembly.c: build_assembly_name should not consider a version
2644         number without build or revision number invalid. Fixes bug #79715.
2645
2646 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
2647
2648         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
2649         call kernel32 function OutputDebugString directly.
2650         
2651         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
2652         
2653 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
2654
2655         * reflection.c: small cleanup, using a function to insert a MonoString
2656         in the string heap.
2657
2658 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
2659
2660         * reflection.c: moving GC fixes.
2661
2662 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
2663
2664         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
2665         all the objects with finalizers belonging to an unloading appdomain.
2666
2667 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
2668
2669         * sgen-gc.c: added ability to allocate even when the nursery is fully
2670         pinned and fixed a couple of bugs.
2671
2672 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
2673
2674         * threads.h: Revert the last change for now.
2675
2676         * threads.h (mono_thread_get_pending_exception): Rename this to
2677         mono_thread_get_undeniable_exception ().
2678
2679 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
2680
2681         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
2682         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
2683         when fname does not refer to valid assembly. This result in a more
2684         meaningful error message.
2685         * exception.c: added mono_get_exception_bad_image_format2 which 
2686         constructs a BadImageFormatException using the ctor taking a custom
2687         message and the file name. Passing in a NULL msg results in a default
2688         message.
2689         * exception.h: define mono_get_exception_bad_image_format2 function.
2690         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
2691         when file name pointed to an invalid IL image. Use 
2692         mono_get_exception_file_not_found2 to construct FileNotFoundException,
2693         as this results in a more meaningful error message.
2694
2695 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
2696
2697         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
2698         #79465.
2699
2700 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
2701
2702         * metadata.c (mono_type_size): Change the align parameter to guint32 for
2703         consistency with the other _size functions.
2704         (mono_type_stack_size): Ditto.
2705
2706         * class.c object.c icall.c: Fix warnings caused by the above change.
2707
2708         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
2709
2710         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
2711
2712         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
2713
2714 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
2715
2716         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
2717         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
2718         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
2719         threadpool.h, threads-types.h: mark more internal functions.
2720
2721 2006-10-11  Dick Porter  <dick@ximian.com>
2722
2723         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
2724         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
2725         reproduce the bug even before applying the fix.)
2726
2727 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
2728
2729         * reflection.c: allow retrieving attributes for arguments in generic
2730         methods (bug #79241).
2731
2732 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
2733
2734         * debug-mono-symfile.c: properly check fopen () result (found by
2735         coverity).
2736
2737 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
2738
2739         * reflection.c: make error message clearer and fixed two
2740         issuelets found by Coverity.
2741
2742 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
2743
2744         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
2745
2746 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
2747
2748         * object-internals.h, gc-internal.h, profiler-private.h:
2749         mark internal functions.
2750
2751 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
2752
2753         * reflection.c: put data in the text section.
2754         * icall.c: recognize more types in type_from_typename ().
2755         * process.c, marshal.c: added some GC FIXMEs.
2756
2757 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
2758
2759         * loader.c: check for NULL before initializing.
2760
2761 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
2762
2763         * gc.c (finalizer_thread): Use a non-alertable wait here.
2764
2765         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
2766         until the correct solution is found.
2767
2768 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
2769
2770         * reflection.c (mono_module_get_object): Avoid an assert when operating on
2771         modules with no metadata. Fixes #79596.
2772
2773         * image.c (load_metadata_ptrs): Put back the error message when
2774         the #- heap is encountered since the support is not complete yet.
2775
2776 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
2777
2778         * gc.c: do not allow the user to SuppressFinalize () a
2779         delegate because it would leak the trampoline if present.
2780
2781 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
2782
2783         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
2784         PropertyPtr table.
2785
2786 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
2787
2788         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
2789
2790         * metadata.c (mono_metadata_get_param_attrs): Ditto.
2791
2792         * row-indexes.h: Add definitions for *Ptr tables.
2793
2794         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
2795
2796         * metadata.c (mono_metadata_translate_token_index): New helper function to
2797         translate table indexes used in uncompressed metadata.
2798         (mono_metadata_decode_table_row): Ditto.
2799         (mono_metadata_decode_table_row_col): Ditto.
2800
2801         * metadata.c: Add table schema for *Ptr tables.
2802
2803         * class.c loader.c: Use the new helper function to access the affected metadata
2804         tables.
2805         
2806         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
2807         #38532.
2808         
2809 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
2810
2811         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
2812         sequences which can be unbounded in size. Fixes #79583.
2813
2814 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
2815
2816         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
2817         static initialization.
2818
2819         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
2820
2821         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
2822
2823         * domain.c (mono_domain_free): Free up type_init_exception_hash.
2824
2825         * object.c (mono_runtime_class_init): Implement correct semantics when a static
2826         ctor fails, i.e. throw the same exception on subsequent accesses.
2827         
2828 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
2829
2830         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
2831         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
2832         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
2833         Handle marshalling of interfaces and VARIANTs contained in structs.
2834         
2835         Code is contributed under MIT/X11 license.
2836         
2837 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
2838
2839         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
2840         
2841         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
2842         mempool.
2843
2844 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2845
2846         * console-io.c: ignore previous SIGINT handler.
2847
2848 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
2849
2850         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
2851         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
2852         #79460, #79461, #79485.
2853
2854         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
2855
2856         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
2857         #79217.
2858
2859 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
2860
2861         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
2862         could be generated from it.
2863
2864 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
2865
2866         * rand.c: fix read loop to correctly handle EINTR.
2867
2868 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
2869
2870         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
2871         internal calls are defined to keep methods closer to the declaring
2872         type and allow a significant reduction in runtime relocations and
2873         memory usage.
2874
2875 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
2876
2877         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
2878         exception message to have FileNotFoundException use the default
2879         assembly load error message. Fixes bug #79426.
2880         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
2881
2882 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2883
2884         * threadpool.c: (start_thread_or_queue) use the root domain when
2885         creating the thread instead of the async object one.
2886
2887 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
2888
2889         * class.c, object.c, class-internals.h, reflection.c:
2890         for arrays, store element_size inside MonoClass (speedup
2891         for array object creation).
2892
2893 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
2894
2895         * icall.c: fixed CodeBase to use the file name and not the module
2896         name (bug #79365).
2897
2898 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
2899
2900         * mono-debug.c, mono-debug.h: export find_method as
2901         mono_debug_find_method ().
2902
2903 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
2904
2905         * debug-helpers.c, class-internals.h: added a few functions useful
2906         when debugging under gdb.
2907
2908 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2909
2910         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
2911         characters that need special handling.
2912
2913 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
2914
2915         * mono-config.c: make the os/cpu specification more flexible,
2916         allowing lists and negation.
2917
2918 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
2919
2920         * marshal.c: COM Interop fixes. Handle case where method->klass.
2921         is interface. Handle BSTR/MonoString when null. Use CDECL as 
2922         calling convention on non-windows platforms. This is for
2923         compatibility with XPCOM and MainWin COM.
2924         
2925         Code is contributed under MIT/X11 license.
2926         
2927
2928 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
2929
2930         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
2931         correctly. Fixes #79217.
2932
2933         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
2934
2935 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
2936
2937         * mono-config.c: allow both an os and cpu attribute for dllmap
2938         and dllentry elemnets to enable a single config file to be used
2939         for multiple architectures.
2940
2941 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
2942
2943         * loader.c: MonoLoaderError was cleared too soon on load failure.
2944         Fixes bug #79424.
2945
2946 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
2947
2948         * icall.c: use the defining class vtable when accessing a
2949         static field, not a pobblibly derived class.
2950
2951 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
2952
2953         * icall.c string-icalls.c: Remove references to unicode.h.
2954
2955         * unicode.h unicode.c Makefile.am: Remove these unused source files.
2956
2957         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
2958
2959         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
2960         indicating the image where custom marshaller types should be looked up.
2961         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
2962         custom marshallers, instead of corlib. Fixes #79425.
2963
2964 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
2965
2966         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
2967
2968 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
2969
2970         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
2971         Implement Environment.ProcessorCount.
2972         
2973         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
2974         Implement Environment.ProcessorCount.
2975         
2976         * icall.c: 
2977         Add Environment.ProcessorCount icall.
2978         
2979         Patch by Jason McFall.
2980
2981 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2982
2983         * assembly.c: don't append .exe/.dll when the filename already contains
2984         one of those extensions.
2985
2986 2006-09-12  Martin Baulig  <martin@ximian.com>
2987
2988         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
2989         to array interfaces.
2990
2991 2006-09-11  Martin Baulig  <martin@ximian.com>
2992
2993         * reflection.c (mono_image_build_metadata): Create the
2994         MethodImpl's after emitting all types and methods, so we don't
2995         need another fixup pass for them.
2996
2997 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
2998
2999         * class.c (mono_class_from_name_case): Fix regression introduced by the last
3000         change.
3001
3002 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
3003
3004         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
3005         unload.
3006
3007 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
3008
3009         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
3010         args is not set. Fixes #78926.
3011
3012 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
3013
3014         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
3015
3016         * image.c (load_class_names): Move this to class.c, and rename it to 
3017         'mono_image_init_name_cache'.
3018         (load_modules): Fix a warning.
3019
3020         * class.c icall.c image.c: Initialize image->name_cache lazily.
3021
3022         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
3023         on its name using information in the AOT file.
3024
3025         * class.c (mono_class_from_name): Use the new hook function.
3026
3027 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
3028
3029         * reflection.c (mono_param_get_objects): Handle enum default parameter values
3030         correctly.
3031
3032         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
3033         Fixes #79289.
3034         
3035 2006-09-06  Martin Baulig  <martin@ximian.com>
3036
3037         * icall.c (mono_lookup_internal_call): Small fix.
3038
3039 2006-09-05  Raja R Harinath  <rharinath@novell.com>
3040
3041         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
3042         double g_free.
3043
3044 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
3045
3046         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
3047         when --debug is specified.
3048
3049 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
3050
3051         * class.c (setup_generic_array_ifaces): Fix a warning.
3052
3053 2006-09-04  Miguel de Icaza  <miguel@novell.com>
3054
3055         * Temporarily remove the patch to assemly.c that checks the
3056         assembly versions as it breaks our gacutil.
3057
3058 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
3059
3060         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
3061
3062         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
3063         a net 1.0 runtime.
3064
3065         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
3066         created using the default ctor. Fixes #79152.
3067         (mono_string_builder_to_utf16): Ditto.
3068
3069 2006-09-01  Martin Baulig  <martin@ximian.com>
3070
3071         Fix handling of the generic array interfaces.
3072
3073         * class-internals.h
3074         (MonoDefaults): Removed `generic_array_class' and added
3075         `generic_ilist' class.
3076
3077         * class.c
3078         (mono_bounded_array_class_get): Add the new generic array interfaces.
3079         (setup_generic_array_ifaces): New static method; create vtable
3080         entries for each method in the generic array interfaces.
3081
3082         * metadata.c
3083         (select_container): Allow "parent-less" generic methods.
3084
3085         * marshal.c
3086         (mono_marshal_get_generic_array_helper): New public method.
3087
3088         * icall.c
3089         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
3090         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
3091         moved the interncall into System.Array.
3092
3093 2006-09-01  Raja R Harinath  <rharinath@novell.com>
3094
3095         A few more cases of avoiding work on types with ->byref set.
3096         Has the real fix for #79238
3097         * icall.c (is_generic_parameter): New helper.
3098         (ves_icall_Type_GetGenericParameterPosition): Use it.
3099         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
3100         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
3101         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
3102         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
3103         reference types.
3104         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
3105         reference types.
3106         (ves_icall_Type_get_IsGenericInstance): Likewise.
3107         (ves_icall_Type_get_IsGenericType): Likewise.
3108
3109 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
3110
3111         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
3112         class if possible.
3113
3114         * mempool.h (mono_mempool_get_allocated): New helper function.
3115
3116         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
3117         change.
3118
3119         * mempool.c: Fix warnings and the calculation of stats.
3120
3121         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
3122
3123         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
3124
3125         * loader.c (mono_get_method_from_token): Update method_count stat.
3126
3127         * class-internals.h (MonoStats): Add some stats.
3128
3129 2006-08-31 Robert Jordan  <robertj@gmx.net>
3130
3131         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
3132         with managed variants.
3133         All code is contributed under the MIT/X11 license.
3134         
3135 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
3136
3137         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
3138         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
3139
3140         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
3141
3142         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
3143         with cycles in classes.
3144
3145         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
3146
3147         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
3148         missing a [MarshalAs] directive. Fixes #79203.
3149
3150         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
3151         klass->marshal_info. Fixes #79217.
3152
3153 2006-08-30  Martin Baulig  <martin@ximian.com>
3154
3155         Committing a patch from Joachim Ante <joe@otee.dk>:
3156         Add support for binary data symbol stores.
3157
3158         * debug-mono-symfile.c
3159         (mono_debug_open_mono_symbol_file): Renamed into
3160         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
3161         arguments.
3162
3163         * mono-debug.c
3164         (mono_debug_open_image): Added `raw_contents' and `size' args.
3165         (mono_debug_init_2_memory): New public function.
3166
3167 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
3168
3169         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
3170
3171 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3172
3173         * appdomain.c: implement support for ShadowCopyFiles.
3174
3175 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
3176
3177         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
3178         when value is NULL (and should remove CID #51).
3179
3180 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3181
3182         * image.c: moved 2 functions to ../utils.
3183
3184 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
3185
3186         * gc.c: cope with the target object of a GC handle being NULL
3187         (bug #78877).
3188
3189 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
3190
3191         * class.c: recursively check parent's explicit implementations
3192         of interface methods (fixes bug #79125).
3193
3194 2006-08-19  Miguel de Icaza  <miguel@novell.com>
3195
3196         * filewatcher.c: Avoid warnings when building, do not redefine
3197         constants that are defined.
3198
3199         Remove warnings.
3200
3201 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3202
3203         * image.c: don't fail when the link points to an absolute path.
3204
3205 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
3206
3207         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
3208         Fix CID #3.
3209
3210 2006-08-17  Miguel de Icaza  <miguel@novell.com>
3211
3212         * image.c (full_path): A new method used to obtain the actual path
3213         of an assembly even in the presence of symbolic links.  
3214
3215         This is necessary for the case where we are running a binary that
3216         has been GACed, but we are using the "published" path name
3217         ($prefix/mono/1.0/blah.exe) which happens to point to the real
3218         file in the GAC.
3219
3220         This was the source of the failure for the `xsp' command with the
3221         recent AppDomain changes, as far as the runtime was concerned,
3222         there were two different assemblies: $prefix/mono/1.0/blah.exe and
3223         $prefix/mono/gac/blah/version/blah.exe.
3224
3225         (do_mono_image_open): use full path
3226
3227 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
3228
3229         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
3230
3231 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
3232
3233         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
3234         domain_id is supplied. Fix CID #241 and corlib's unit tests.
3235
3236 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
3237
3238         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
3239         small structures. Fixes #78990.
3240
3241 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
3242
3243         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
3244
3245         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
3246
3247 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3248
3249         * appdomain.c:
3250         * marshal.c: don't load all the assemblies from a domain into newly
3251         created ones. The new domains might have different rules and load
3252         assemblies from different locations. Fixes bug #76757.
3253
3254         Patch by Lluis. Conflicts resolved by Brian Crowell.
3255
3256 2006-08-16  Alp Toker  <alp@atoker.com>
3257
3258         * socket-io.c: First half of the fix for #79084.
3259         Set sa_size to the length of the content, not that of the struct.
3260         Don't add NULL suffix to the content, this should be done in
3261         managed code if needed.
3262
3263 2006-08-14  Raja R Harinath  <rharinath@novell.com>
3264
3265         Fix part of #79012
3266         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
3267         mono_metadata_parse_type returns NULL.
3268
3269 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
3270
3271         * normalization-tables.h : new file for string normalization data.
3272         * locales.c, locales.h, icall.c :
3273           added load_normalization_resource() for string normalization,
3274           and icall as well.
3275         * Makefile.am : added normalization-tables.h to the sources.
3276
3277 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
3278
3279         * marshal.c: Add more helper functions to reduce code duplication and use them
3280         everywhere.
3281
3282 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
3283
3284         * marshal.c: Fix non-x86 stdcall warnings.
3285         
3286         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
3287         them everywhere.
3288
3289 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
3290
3291         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
3292         type check on multi-dimensional arrays. Fixes #79000.
3293
3294 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
3295
3296         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
3297         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
3298         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
3299         * class-internals.h: add is_com_object to class structure.
3300         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
3301         null checks to COM object marshalling. Fix .ctor call on RCW.
3302         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
3303         
3304         All code is contributed under the MIT/X11 license.
3305
3306 2006-08-09  Dick Porter  <dick@ximian.com>
3307
3308         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
3309         racing mono_monitor_allocator_lock() somewhere, so don't delete
3310         the critical section for now.  Found by running and exiting
3311         monodevelop.
3312
3313 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
3314
3315         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
3316         (ves_icall_System_ComObject_FindInterface): Ditto.
3317         (ves_icall_System_ComObject_CacheInterface): Ditto.
3318
3319         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
3320         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
3321
3322 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3323
3324         * threadpool.c: treat pipes from process asynchronous reads as sockets
3325         when reading from them, so we get select/poll or epoll to wait for
3326         data.
3327
3328 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
3329
3330         * loader.c: Fix a typo (CID #233) in the null check.
3331
3332 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
3333
3334         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
3335         Hopefully fixes #78949.
3336         
3337         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
3338         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
3339         bytes. Fixes #78972.
3340
3341 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3342
3343         * filewatcher.c: we need to set errno here.
3344
3345 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3346
3347         * filewatcher.c: let Win32Exception get the error value.
3348
3349 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3350
3351         * filewatcher.c: translate errno into win32 errors for Win32Exception
3352         to know what happened.
3353
3354 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
3355
3356         * threadpool.c: Fix more warnings.
3357
3358         * assembly.c (search_loaded): Fix warnings.
3359
3360         * threadpool.c (mono_thread_pool_finish): Fix warnings.
3361         (mono_async_invoke): Ditto.
3362
3363 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
3364
3365         * object.c (mono_remote_class_vtable): Need to create proxy vtable
3366         entries for __ComObject type in addition to ComImport types.
3367         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
3368         about hash table.
3369         
3370         All code is contributed under the MIT/X11 license.
3371
3372 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
3373
3374         * image.c: avoid tentative loading of modulerefs that contain
3375         no metadata (P/Invoke library names).
3376
3377 2006-07-28  Dick Porter  <dick@ximian.com>
3378
3379         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
3380         mono_loader_lock() somewhere, so don't delete the critical section
3381         for now.  Found by running and exiting monodevelop.
3382
3383 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3384
3385         * filewatcher.c: define the inotify syscalls when we're building on
3386         linux and have sys/syscall.h. The build system might not have support
3387         for inotify but the target system might have it.
3388
3389 2006-07-26  Miguel de Icaza  <miguel@novell.com>
3390
3391         * domain.c: Documentation updates.
3392
3393         * loader.c (mono_free_method): Do not release the method
3394         information if we are being profiled, as profilers will use this
3395         information at shut down to present some data to the user.
3396
3397         This is needed so that the profiler does not crash, as the
3398         profiler tends to keep MonoMethods around, and they might become
3399         invalid if we free these.
3400
3401         (mono_get_method_constrained): Return the original CIL stream
3402         method as well, so verification can be performed against it.
3403
3404 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3405
3406         * filewatcher.[ch]: support for inotify file system watcher.
3407         * icall.c: add new internal calls for the inotify file system watcher.
3408
3409 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3410
3411         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
3412         #78888.
3413
3414 2006-07-20  Dick Porter  <dick@ximian.com>
3415
3416         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
3417         warning.
3418
3419 2006-07-20  Dick Porter  <dick@ximian.com>
3420
3421         * threads.c (start_wrapper): Do the thread cleanup while we still
3422         hold a reference to its object.  Fixes bug 78123.
3423
3424 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
3425
3426         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
3427         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
3428           "managed-to-managed".
3429         * icall.c: Redirect string constructors that take sbyte* to
3430           ves_icall_System_String_ctor_RedirectToCreateString.
3431         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
3432           to CreateString () methods with matching signature.
3433         * reflection.c: Use original security informations for
3434           MONO_WRAPPER_MANAGED_TO_MANAGED.
3435         * security-manager.c: Use original security informations for
3436           MONO_WRAPPER_MANAGED_TO_MANAGED.
3437         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
3438           that is a placeholder and only its address should be used.
3439         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
3440           that is a placeholder and only its address should be used.
3441
3442 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
3443
3444         Begin implementing COM Interop.
3445         * appdomain.c: Increment corlib version.
3446         * class.c: Set ComImport classes' parent to __ComObject.
3447         * loader.c: Mark cominterop methods as such.
3448         * domain.c: Add __ComObject class to MonoDefaults structure.
3449         * image.c: Add 2 hashtables to the image for COM Interop related methods
3450         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
3451         using the mempool allocator
3452         
3453         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
3454         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
3455         declaration for mono_metadata_type_dup_mp.
3456         
3457         * debug-helpers.c: Added strings for two additional wrapper types
3458         * object.c: Create proxy objects for ComImport classes
3459         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
3460         and added __ComObject class to MonoDefaults structure.
3461         
3462         * object-internals.h: Finish MonoRealProxy definition, and add definition of
3463         MonoComInteropProxy and MonoComObject.
3464         
3465         * marshal.c: Added support for COM Interop
3466         (signature_cominterop): Converts managed signature to corresponding
3467         unmanaged COM signature.
3468         (cominterop_get_function_pointer): gets unmanaged function pointer via
3469         COM object vtable
3470         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
3471         (cominterop_get_method_interface): returns interface type that method is defined on
3472         (mono_mb_emit_cominterop_call): emits native call to function pointer
3473         gotten from vtable
3474         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
3475         that matches signature of unmanaged function.
3476         (cominterop_get_native_wrapper): wrapper around adjusted method call.
3477         (cominterop_get_invoke): forwards call from proxy to __ComObject
3478         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
3479         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
3480         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
3481         
3482         * marshal.h: Added Marshal icall declarations.
3483         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
3484         so we can access them in finalizer
3485         
3486 2006-07-14  Dick Porter  <dick@ximian.com>
3487
3488         * object.c (mono_type_initialization_cleanup): Fix a race
3489         condition by temporarily commenting out the critical section
3490         deletion.
3491
3492 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
3493
3494         * reflection.c (create_custom_attr): Fix some warnings.
3495         (create_custom_attr_data): Ditto.
3496         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
3497         types. Fixes #78855.
3498
3499 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
3500
3501         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
3502
3503         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
3504
3505 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
3506
3507         * reflection.c (resolve_object): Add support for DynamicMethod.
3508
3509         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
3510         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
3511
3512 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
3513
3514         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
3515         don't leak GPtrArray's pdata has we have no use (nor free) for it.
3516
3517 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
3518
3519         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
3520         Fixes #77888.
3521
3522 2006-06-30  Raja R Harinath  <rharinath@novell.com>
3523
3524         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
3525         slightly: remove a shadow local variable.
3526
3527 2006-06-29  Raja R Harinath  <rharinath@novell.com>
3528
3529         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
3530         definition that introduces the virtual function slot.
3531         Also fix Coverity #105.
3532
3533 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
3534
3535         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
3536         for dynamic assemblies. Fixes #78724.
3537
3538 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
3539
3540         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
3541         Fixes #78722.
3542
3543 2006-06-21  Martin Baulig  <martin@ximian.com>
3544
3545         * reflection.c
3546         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
3547         fixes #76484.
3548
3549 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
3550
3551         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
3552
3553 2006-06-20  Raja R Harinath  <rharinath@novell.com>
3554
3555         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
3556         nor TYPEREFs.
3557         * class.c (mono_class_create_from_typespec): Add 'context' argument.
3558         Inflate result if necessary.
3559         (mono_class_get_full): Remove old version.  Rename from
3560         'mono_class_get' and add 'context' argument.  Pass it to
3561         ..._create_from_typespec.
3562         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
3563         (mono_ldtoken): Revert change below.
3564
3565 2006-06-20  Martin Baulig  <martin@ximian.com>
3566
3567         * class.c (mono_ldtoken): Don't pass the generic context to
3568         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
3569
3570 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
3571
3572         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
3573         and later freeing it. Fixes #78638.
3574
3575 2006-06-15  Miguel de Icaza  <miguel@novell.com>
3576
3577         * icall.c (mono_class_get_throw): Revert over-zealous error
3578         throwing, the caller for mono_class_get_throw will cope with
3579         errors when classes are not properly initialized already.
3580
3581         The code still copes with loader exceptions though.
3582
3583         Fixes the regression in reftype1 and reftype3 from the CAS tests.
3584         
3585 2006-06-14  Miguel de Icaza  <miguel@novell.com>
3586
3587         Fixes the `make run1' version of RuntimeAbort (to be commited,
3588         source is in Bugzilla).
3589         
3590         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
3591         FALSE on class loading failure instead of returning true.
3592
3593         * class.c (mono_class_create_from_typedef): It is possible for
3594         mono_metadata_interfaces_from_typedef_full to fail if a class is
3595         not found, cope with this.
3596         
3597
3598 2006-06-14  Dick Porter  <dick@ximian.com>
3599
3600         * socket-io.c: 
3601         * process.c: Fix a bunch of signed/unsigned warnings from gcc
3602         4.1.1
3603
3604 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
3605
3606         * culture-info-table.h : oops, forgot to make it nsync with r61548.
3607
3608 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
3609
3610         * icall.c: Another fix for building mono in Visual Studio.
3611
3612 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
3613
3614         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
3615         
3616 2006-06-09  Martin Baulig  <martin@ximian.com>
3617
3618         * debug-mono-symfile.c: Put this back and really fix it this
3619         time. Sorry for all the trouble.
3620
3621 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
3622
3623         * icall.c (mono_class_get_throw): Fix a warning.
3624         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
3625         ReflectionTypeLoadException if needed. Fixes #78606.
3626
3627         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
3628         (mono_class_init): Ditto.
3629
3630         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
3631         ref_only exceptions.
3632         (mono_loader_clear_error): Make this work even if there is no error.
3633
3634 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
3635
3636         * object-internals.h marshal.c marshal.h icall.c: Implement method 
3637         Marshal.GetComSlotForMethodInfo using internal call.
3638
3639 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
3640
3641         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
3642         a function for signalling it.
3643
3644         * class.c (mono_class_from_typeref): Use the new kind of loader error when
3645         a referenced assembly is not found.
3646
3647         * loader.c (mono_loader_error_prepare_exception): Add support for 
3648         LOADER_ERROR_ASSEMBLY. Fix formatting.
3649
3650 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
3651
3652         * domain.c appdomain.c class-internals.h marshal.c: Add support 
3653         for VARIANT marshalling on windows and increment corlib version
3654         since Variant struct was added.
3655
3656 2006-06-03  Miguel de Icaza  <miguel@novell.com>
3657
3658         * debug-mono-symfile.c: Revert Martin's previous patch which broke
3659         stack trace line information:
3660
3661         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
3662         (Martin) when looking up B which is between A and C, return A not C.
3663
3664         Bug is #78573.
3665
3666         Thanks to Alexander Olk for tracking this down.
3667
3668 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
3669
3670         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
3671         
3672         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
3673         avoid clobbering its value.
3674         (mono_string_to_lpstr): Fix a warning on windows.
3675
3676 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
3677
3678         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
3679
3680         * reflection.c loader.c: Removed references to 'dummy' flag.
3681
3682         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
3683
3684         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
3685         it gets GC tracking.
3686
3687         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
3688         GC tracking.
3689         
3690         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
3691
3692         * marshal.c threadpool.c: Update callers of mono_async_result_new.
3693
3694         * appdomain.c: Bump corlib version.
3695
3696 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
3697
3698         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
3699         CEE_STIND_REF when working with object references.
3700
3701 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
3702
3703         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
3704         Fixes #78539.
3705
3706 2006-05-30  Miguel de Icaza  <miguel@novell.com>
3707
3708         * loader.c (method_from_memberref): Fix argument value for
3709         mono_loader_set_error_method_load (I was passing the MonoClass
3710         instead of the class name char *).
3711
3712 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
3713
3714         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
3715         CEE_STIND_REF when working with object references.
3716
3717 2006-05-30  Martin Baulig  <martin@ximian.com>
3718
3719         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
3720         mono_method_full_name() change and replace the ':' with a '.'
3721         here.
3722
3723 2006-05-30  Martin Baulig  <martin@ximian.com>
3724
3725         * debug-mono-symfile.c
3726         (mono_debug_symfile_lookup_location): Fix the algorithm:
3727         when looking up B which is between A and C, return A not C.
3728
3729 2006-05-29  Martin Baulig  <martin@ximian.com>
3730
3731         * mono-debug.h
3732         (MonoDebugMethodInfo): Make the typedef public.
3733         (MonoDebugSourceLocation): New public struct.
3734
3735         * mono-debug.c
3736         (mono_debug_source_location_from_address): Removed.
3737         (mono_debug_source_location_from_il_offset): Removed.
3738         (mono_debug_il_offset_from_address): Removed.
3739         (mono_debug_address_from_il_offset): Removed.
3740         (mono_debug_lookup_method): New public function.
3741         (mono_debug_lookup_source_location): New public function; replaces
3742         the old mono_debug_source_location_from_*() functions; see the
3743         inline documentation.
3744         (mono_debug_free_source_location): New public function.
3745         (mono_debug_print_stack_frame): New public function; see the
3746         inline documentation.
3747
3748         * debug-mono-symfile.c
3749         (mono_debug_find_source_location): Renamed into
3750         mono_debug_symfile_lookup_location(); only take a
3751         `MonoDebugMethodInfo *' and an `offset' argument; added inline
3752         documentation.
3753         (mono_debug_find_method): Renamed into
3754         mono_debug_symfile_lookup_method().
3755
3756 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
3757
3758         * assembly.c (mono_assembly_open_full): Dont overwrite the status
3759         returned by mono_image_open_full ().
3760
3761         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
3762         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
3763         #78517.
3764
3765         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
3766         #78518.
3767
3768 2006-05-27  Miguel de Icaza  <miguel@novell.com>
3769
3770         * class.c (mono_class_from_typeref): handle missing images
3771         earlier, deals with bug #78418.   Refactor code; 
3772
3773         Fix a warning introduced in my previous commit (some stale code
3774         from before I revisited my patch).
3775
3776         * class.c (mono_class_create_from_typedef): On failure, remove the
3777         class from the MonoImage->class_cache as the class is not
3778         initialized;   Fixes the leak pointed out by Paolo.
3779
3780 2006-05-25  Dick Porter  <dick@ximian.com>
3781
3782         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
3783         DeleteCriticalSections until I figure out which one may still be
3784         sometimes locked when mono_thread_cleanup is called.
3785
3786 2006-05-24  Dick Porter  <dick@ximian.com>
3787
3788         * threads.c (mono_thread_cleanup): Move the threading cleanup out
3789         of mono_thread_manage and back into its own function, so it can be
3790         called after the finalizer thread has finished.
3791
3792         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
3793
3794 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
3795
3796         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
3797         Fixes #78495.
3798
3799         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
3800         with non-blittable elements.
3801         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
3802
3803 2006-05-24  Martin Baulig  <martin@ximian.com>
3804
3805         * mono-debug-debugger.h (MonoDebuggerEvent): Added
3806         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
3807
3808         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
3809         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
3810         `mono_debugger_event_handler' to NULL.
3811
3812 2006-05-24  Martin Baulig  <martin@ximian.com>
3813
3814         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
3815
3816 2006-05-24  Martin Baulig  <martin@ximian.com>
3817
3818         * mono-debug-debugger.h
3819         (mono_debugger_create_notification_function): Added
3820         `MonoCodeManager *' argument.
3821
3822 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
3823
3824         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
3825
3826 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
3827
3828         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
3829         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
3830         implementation.
3831
3832 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
3833
3834         * icall.c: precise GC support: objects can't be stored in unmanaged
3835         memory anymore, even if they are kept alive by other references: since
3836         they can move the GC needs to be able to always find them.
3837
3838 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
3839
3840         * object.c: precise GC support for static fields. Support
3841         for moving GCs: write barriers and pinned allocation for interned
3842         strings.
3843
3844 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
3845
3846         * domain.c, domain-internals.h: precise GC support for the MonoDomain
3847         structure.
3848
3849 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
3850
3851         * class.c, gc.c: sgen and precise GC updates.
3852
3853 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
3854
3855         * marshal.h, marshal.c: added write barrier wrapper and precise type
3856         fixes.
3857
3858 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
3859
3860         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
3861         support.
3862
3863 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
3864
3865         * reflection.c: precise and sgen GC updates.
3866
3867 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
3868
3869         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
3870
3871 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
3872
3873         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
3874
3875 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
3876
3877         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
3878         MONO_TYPE_OBJECT. Fixes #78462.
3879
3880 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
3881
3882         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
3883         and blittable types.
3884
3885 2006-05-17  Miguel de Icaza  <miguel@novell.com>
3886
3887         * class.c (mono_class_get_exception_for_failure): Implement parts
3888         of a TODO: if the loader error is set (instead of the class
3889         error), we return a Loader exception that can be properly thrown
3890         elsewhere.
3891
3892         This was exposed by some Winforms 2.0 code that I tried to run
3893         (Atsushi pointed me to it).
3894
3895 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
3896
3897         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
3898         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
3899         
3900         * marshal.c (emit_marshal_vtype): Add limited support for 
3901         UnmanagedType.LPStruct. Fixes #78427.
3902
3903         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
3904         Applied a patch from kangaroo to fix #77523.
3905
3906 2006-05-17  Martin Baulig  <martin@ximian.com>
3907
3908         * threads.c
3909         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
3910         (debugger_thread_created): Removed.
3911         (debugger_thread_exited): Removed.
3912
3913 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
3914
3915         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3916
3917         * object-internals.h (MonoReflectionResource): Sync with managed version.
3918
3919 2006-05-12  Wade Berrier <wberrier@novell.com>
3920
3921         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
3922
3923 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
3924
3925         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
3926         functions try to allocate from the image mempool.
3927
3928 2006-05-12  Dick Porter  <dick@ximian.com>
3929
3930         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
3931
3932 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
3933
3934         * object.c: The FieldGetter and FieldSetter methods require the full
3935         name of the class, not only the name. Fixes bug #78277.
3936
3937 2006-05-11  Miguel de Icaza  <miguel@novell.com>
3938
3939         * loader.c (method_from_memberref): Do not pass the NULL klass to
3940         mono_loader_set_error_() methods.  Pass the non-NULL value
3941         (class). 
3942
3943 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
3944
3945         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
3946         (mono_assembly_close): Null out assembly->image->references after freeing it.
3947
3948         * image.c (mono_image_close): Free image->references.
3949         
3950         * reflection.c (mono_image_basic_init): Fix a small memory leak.
3951
3952 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
3953
3954         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
3955         before checking if it's NULL (g_assert).
3956
3957 2006-05-10  Martin Baulig  <martin@ximian.com>
3958
3959         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
3960         I thought I already killed that two months ago, but now it somehow reappeared.
3961
3962 2006-05-10  Martin Baulig  <martin@ximian.com>
3963
3964         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
3965
3966 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
3967
3968         * reflection.c: Allocate memory for dynamically created methods in the image
3969         mempools.
3970
3971 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
3972
3973         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
3974         don't use the ad pointer before checking if it's NULL (g_assert).
3975
3976 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
3977
3978         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
3979         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
3980
3981         * marshal.c: Allocate all signatures from mempools.
3982
3983         * marshal.c: Allocate some more signatures from mempools.
3984
3985 2006-05-09  Miguel de Icaza  <miguel@novell.com>
3986
3987         * object.c (mono_load_remote_field): The code used to provide a
3988         temporary variable for returning results if the user did not
3989         provide a result pointer.  But our temporary variable was allocted
3990         on the satck.
3991
3992         Fix calling code to always pass a result area.   Coverity ID 103.
3993
3994 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
3995
3996         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
3997         value, not the old. Fixes #78312.
3998         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
3999
4000         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
4001         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
4002         per-image cache.
4003
4004         * assembly.c (mono_assembly_close): Free image->references.
4005
4006         * assembly.c (mono_assembly_names_equal): Fix a warning.
4007         (mono_assemblies_cleanup): Cleanup more global data.
4008
4009         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
4010
4011         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
4012         ptr_cache and image->modules.
4013
4014         * image.c (mono_image_init): Allocate array_cache lazily.
4015         
4016 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4017
4018         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
4019         behavior was changed recently and has bad side effects.
4020
4021 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
4022
4023         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
4024         
4025         * assembly.c (mono_assembly_close): Remove a debug printf.
4026
4027         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
4028
4029         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
4030         to also allow for temporary references between mono_image_open ()/close ().
4031
4032         * domain.c (get_runtimes_from_exe): Add a FIXME.        
4033
4034 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
4035
4036         * marshal.c: Fix support for dynamic methods.
4037
4038         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
4039
4040         * marshal.c (mono_marshal_cleanup): New cleanup function.
4041
4042         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
4043         image mempools.
4044
4045         * class.c (mono_class_init): Fix leaking class->nested_classes.
4046
4047         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
4048
4049         * image.c (mono_image_init): Initialize the new cashes.
4050
4051         * image.c (mono_image_close): Destroy the new cashes.
4052
4053         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
4054
4055         * mempool.c (mono_mempool_strdup): New helper function.
4056
4057         * class-internals.h: Add prototype for mono_loader_unlock ().
4058
4059         * domain.c (mono_jit_info_table_find): Fix a warning.
4060         (mono_debugger_check_runtime_version): Ditto.
4061
4062         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
4063         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
4064         functions to these modules.
4065
4066         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
4067         metadata modules.
4068         
4069         * marshal.c (mono_free_bstr): Fix a warning.
4070
4071         * assembly.c (mono_assembly_open_full): Fix another small leak.
4072
4073         * object.c: Fix some unload leaks in the remoting code.
4074
4075         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
4076         function.
4077
4078         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
4079
4080         * reflection.c: Fix some unload leaks in dynamic assemblies.
4081
4082 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
4083
4084         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
4085         * marshal.h: Add BSTR support on Win32
4086         * icall.c: Add BSTR icalls
4087         * metadata.h: Add BSTR enums
4088
4089 2006-04-28  Miguel de Icaza  <miguel@novell.com>
4090
4091         Work to catch the crash from #76795 and turn it into an
4092         exception.   As I stubbed out pieces of the VisualBasic support,
4093         I found a number of places where the code was failing and I added
4094         checks to those places. 
4095         
4096         * metadata.c (do_mono_metadata_parse_generic_class): Make this
4097         function return a status code.  If we fail to parse the signature
4098         from mono_metadata_parse_generic_inst, return FALSE.
4099
4100         * loader.c (mono_get_method_from_token): If we fail to load the
4101         method (mono_class_get) return NULL.   
4102
4103         * (method_from_memberref): Return NULL if we are unable to parse
4104         the method signature
4105
4106         (mono_loader_error_prepare_exception): Since we now use the
4107         loader_error flag internally to stop processing, and obtaining
4108         exceptions that might be thrown will walk this code path the
4109         proper way of going from a MonoLoaderError into a
4110         MonoException was convoluted.   This new routine encapsulates the
4111         process of turning the error into an exception and *clearing* the
4112         error afterwards.
4113         
4114 2006-04-27  Miguel de Icaza  <miguel@novell.com>
4115
4116         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
4117         with missing assemblies), and to cope with:
4118
4119                 * Missing fieldref from a non-existing assembly.
4120                 * Missing methodref from a non-existing assembly.
4121
4122         The first batch of work to address *some* of the issues from 76661.
4123         
4124         * object.c (mono_class_create_runtime_vtable): If we fail to
4125         initialize the class raise the exception here. 
4126
4127         * metadata.c (mono_class_get_overrides_full): If any methods fail
4128         to load return the failure to the caller.
4129
4130         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
4131         flagging assemblies that failed to load.   
4132
4133         Do not crash if we are unable to load the assembly.
4134
4135         (mono_assembly_close): Do nothing with REFERENCE_MISSING
4136         assemblies. 
4137
4138         * loader.c (mono_loader_set_error_type_load): Change the
4139         convention to always pass unallocated strings, so we make our own
4140         copies (I know our own code had duplicated strings before, but
4141         this keeps the normal conventions).
4142         (method_from_memberref): Call mono_loader_set_error_method_load
4143         for all possible failures of loading the class. 
4144         Remove assert, turn into a loader error.
4145
4146         (mono_loader_error_to_exception): Move this routine from mini
4147         (mini_loader_error_to_exception) there was no need to have that in
4148         mini. 
4149
4150         * class.c (mono_class_from_typeref): If we were not able to load
4151         the assembly with mono_assembly_load_reference, call the
4152         mono_loader_set_error_type_load to register the problem.
4153
4154         (mono_class_setup_fields): If we fail to load the type from
4155         mono_metadata_parse_type_full, call mono_class_set_failure and
4156         break from the loop.
4157
4158         If class->exception_type is set, we do not layout the fields as
4159         that might crash the runtime, and instead return (from breaking
4160         from the previous loop).
4161
4162         (mono_class_setup_vtable): This now returns a boolean indicating
4163         whether the table was properly setup.   The decision is driven by
4164         mono_class_get_overrides_full which might run into non-existing
4165         methods. 
4166         
4167         (mono_class_init): Returns TRUE on success or FALSE if there was a
4168         problem in loading the type (incorrect assemblies, missing
4169         assemblies, methods, etc).
4170
4171         When we call mono_class_setup_fields we also check for a potential
4172         error inside this call (either a class exception or a general
4173         loader exception).
4174
4175         (mono_class_create_from_typedef): If the parent fails to load
4176         (calling mono_class_get_full) return NULL.
4177         
4178         ** Important **
4179
4180         calls to mono_metadata_parse_type_full should be checked
4181         everywhere and set the mono_class_set_failure
4182         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
4183
4184         The current patch checks the places where my manually constructed
4185         tests show the errors are showing up, but we should do it
4186         everywhere. 
4187
4188         ** Important2 **
4189
4190         mono_class_init return values should be tested everywhere, like
4191         the previous case this is something that we should audit
4192         everywhere and not only on the cases exposed by the tests I
4193         created. 
4194
4195 2006-04-26  Miguel de Icaza  <miguel@novell.com>
4196
4197         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
4198         boolean parameter and instead pass the information on `options'
4199         parameter (FileOptions).
4200
4201         * icall.c: Register the new signature for MonoIO.Open.
4202
4203         * debug-helpers.c (dis_one): Trying to understand how coverity
4204         works.  Fix Run 5, item 78.
4205
4206 2006-04-26  Dick Porter  <dick@ximian.com>
4207
4208         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
4209         dereference.
4210
4211 2006-04-25  Martin Baulig  <martin@ximian.com>
4212
4213         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
4214
4215         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
4216         debugger_thread_created().
4217         (debugger_gc_push_all_stacks): Don't handle the main thread in any
4218         special way.
4219         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
4220         (mono_debugger_finalize_threads): New function; undo the effects
4221         of mono_debugger_init_threads().
4222         (mono_debugger_create_all_threads): Removed.
4223
4224 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
4225
4226         * image.c (mono_image_close): Tidy up trace messages.
4227
4228         * assembly.c (mono_assembly_close): Ditto.
4229
4230         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
4231         no longer references an already freed assembly. Fixes #78168.
4232
4233 2006-04-21  Dick Porter  <dick@ximian.com>
4234
4235         * threads.c (mono_thread_detach): Fix reference counting when
4236         detaching threads.
4237
4238 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
4239
4240         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
4241         #78155.
4242
4243 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
4244
4245         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
4246         (mono_type_to_stind): Ditto.
4247
4248         * marshal.c: Use the new helper functions to simplify code.
4249
4250         * image.c (mono_image_close): Add some code for help debug assembly unloading
4251         problems.
4252
4253         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
4254         image mempool.
4255
4256         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
4257         assembly was already loaded in another appdomain. Fixes #78083.
4258
4259 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
4260
4261         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
4262         referenced assemblies.
4263         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
4264
4265         * domain.c (mono_domain_free): Add a trace message.
4266
4267         * appdomain.c (add_assemblies_to_domain): Ditto.        
4268
4269         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
4270         field.  
4271
4272 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
4273
4274         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
4275
4276 2006-04-12  Martin Baulig  <martin@ximian.com>
4277
4278         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
4279         `USE_INCLUDED_LIBGC'.   
4280
4281 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
4282
4283         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
4284         the patch contains ../ and a small directory name later. Hopefully fixes
4285         #78035.
4286
4287 2006-04-10  Martin Baulig  <martin@ximian.com>
4288
4289         Clean up the debugger's thread-handling code.
4290
4291         The debugger's thread-handling code has been moved from
4292         ../mini/debug-debugger.c to threads.c.  We now iterate directly
4293         over the `threads' hash, keep track of exiting threads and also
4294         use proper locking.
4295
4296         We can now debug XSP and XSP based applications with the debugger.
4297
4298         * object-internals.h (MonoThread): Added `gpointer end_stack'.
4299
4300         * threads.h
4301         (MonoThreadCallbacks): Removed; this was only used by the debugger.
4302         (mono_install_thread_callbacks): Likewise.      
4303
4304         * threads.c (mono_thread_callbacks): Removed.
4305         (debugger_thread_created, debugger_thread_exited): New static functions.
4306         (start_wrapper): Call debugger_thread_created().
4307         (thread_cleanup): Call debugger_thread_exited().
4308         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
4309         (mono_debugger_init_threads): New public function.
4310         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
4311         iterate directly over the `threads' hash and also use proper locking.
4312
4313         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
4314
4315         * mono-debug-debugger.h
4316         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
4317
4318 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
4319
4320         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
4321         argument type=array. Fixes #78057.
4322
4323 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
4324
4325         * culture-info-table.h : regenerated. Fixed bug #69652.
4326
4327 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
4328
4329         * loader.c metadata.c: Reapply a variant r59116.
4330         
4331         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
4332
4333         * class.c (mono_class_setup_interface_offsets): New internal function.
4334
4335         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
4336         interfaces too. Fixes #77398.
4337
4338         * reflection.c (encode_cattr_value): Add support for 
4339         parameter type=object, argument type=array.
4340         (load_cattr_value): Ditto. Fixes #77916.
4341
4342         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
4343         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
4344
4345         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
4346         a byval char array and CharSet is Ansi.
4347
4348         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
4349
4350 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
4351
4352         * metadata.c: Add some locking comments.
4353         
4354         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
4355         mempool.
4356         (mono_metadata_free_method_signature): Don't free the signature itself.
4357
4358         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
4359
4360         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
4361         reference the same MonoImage.
4362         (mono_assembly_load_from_full): Add an assert.
4363
4364 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
4365
4366         * image.c (mono_image_close): Don't put the image we are about to free into the
4367         loaded_images_guid_hash.
4368
4369         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
4370         to reduce code duplication.
4371
4372         * marshal.c: Register the native functions called by this module as icalls, to
4373         somewhat centralize the creation of MonoMethodSignature's.
4374
4375         * loader.c (mono_method_signature): Add a cache for method signatures.
4376
4377         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
4378         the parameter attributes of a method.
4379         (mono_metadata_parse_method_signature_full): Refactored the computation of
4380         parameter attributes into a separate function. Also avoid one allocation in
4381         most cases.
4382
4383         * assembly.c (mono_assembly_close): Ditto.
4384
4385         * image.c (mono_image_close): Log trace messages with INFO level.
4386
4387         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
4388
4389         * image.c reflection.c: Correct reference counting of image modules.
4390         
4391         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
4392         of this function from the image mempool.
4393         
4394         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
4395         to allow more cached types to be used.
4396
4397         * mono-debug.c (mono_debug_add_method): Appled patch from
4398         David S. Miller  <davem@sunset.davemloft.net>: Access 
4399         minfo->lexical_blocks[] entry elements using read32().
4400
4401 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
4402
4403         * loader.c (mono_free_method): No longer free the method header for non-dynamic
4404         methods as it is allocated from the mempool.
4405
4406         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
4407         image mempool.
4408
4409         * metadata-internals.h: Add comments describing the reference counting scheme
4410         used for MonoImage and MonoAssembly.
4411
4412         * image.c assembly.c reflection.c: Rework reference counting of images and 
4413         assemblies so they are freed when the runtime is shut down. Free some 
4414         additional memory structures when an image is unloaded.
4415         
4416 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
4417
4418         * class.c loader.c reflection.c: Allocate more data structures in
4419         the image mempool.
4420
4421 2006-03-31  Miguel de Icaza  <miguel@novell.com>
4422
4423         * icall.c
4424         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
4425         build on pre glib 2.4 systems.
4426
4427 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
4428
4429         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
4430
4431         * icall.c: Fix some warnings.
4432
4433 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
4434
4435         * culture-info-table.h : regenerated.
4436
4437 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
4438
4439         * threads.c, object-internals.h, verify.c: changed the culture caching
4440         code to use a normal MonoArray for storage so the GC can keep track of
4441         them easily. Fixed bits of the cache logic, too and simplified the
4442         code.
4443
4444 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
4445
4446         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
4447         thread for non-Boehm GCs.
4448
4449 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
4450
4451         * domain.c, object.c, domain-internals.h: reduce the amount of memory
4452         needed to keep track of the data for static fields.
4453
4454 2006-03-29  Raja R Harinath  <rharinath@novell.com>
4455
4456         Fix #75172
4457         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
4458         for interface classes.  Use 'num_methods' instead.
4459         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
4460         before using '->vtable_size' field.
4461
4462 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
4463
4464         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
4465         doesn't contain managed pointers, so use a normal hashtable.
4466
4467 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
4468
4469         * reflection.c, class-internals.h, domain.c: fixed handling of types
4470         used as values for objects in custom attributes (bug #77915):
4471
4472 2006-03-24  Martin Baulig  <martin@ximian.com>
4473
4474         * class.c (mono_class_setup_fields): Added support for generic
4475         instances; fixes #77580.
4476
4477 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4478
4479         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
4480
4481 2006-03-24  Dick Porter  <dick@ximian.com>
4482
4483         * file-io.c (get_file_attributes): More stat macro breakage.
4484         Fixes bug 77759.
4485
4486 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
4487
4488         * profiler.c: added the file=filename option in the default profiler
4489         to output the profile data to filename.
4490
4491 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4492
4493         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
4494         bug #77877.
4495
4496 2006-03-22  Martin Baulig  <martin@ximian.com>
4497
4498         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
4499         allocated `MonoClassField *' in `fb->handle'.
4500
4501 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
4502
4503         * class.c, image.c, metadata-internals.h: implemented new mechanism to
4504         allocate interface ID to save memory and allow better ID reuse on
4505         appdomain unload. setup_generic_vtable () removal from Martin.
4506
4507 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
4508
4509         * object.h, appdomain.c, domain.c, exception.c, icall.c,
4510         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
4511         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
4512         write barriers for reference stores with managed objects accessed with
4513         C structures in the runtime and in embedding programs.
4514
4515 2006-03-20  Raja R Harinath  <rharinath@novell.com>
4516
4517         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
4518         'interface_id' and 'max_interface_id' fields of MonoClasses
4519         representing open generic types.
4520
4521 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
4522
4523         * object.h, object.c, icall.c: added functions to deal with
4524         storing valuetypes that contain references in managed objects.
4525         * reflection.c, string-icalls.c, threads.c, marshal.c: small
4526         fixes and comments around uses of mono_array_addr ().
4527
4528 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
4529
4530         * object.h, icall.c, monitor.c: object.GetHashCode ()
4531         implementation that supports the moving garbage collector.
4532
4533 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
4534
4535         * icall.c, threads-types.h, threads.c: implemented finalizer for
4536         LocalDataStoreSlot.
4537
4538 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
4539
4540         * metadata.c (mono_type_size): Add a fixme.
4541         (mono_type_stack_size): Ditto.
4542
4543         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
4544         'type_forwarders' field.
4545
4546         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
4547         attribute from net 2.0.
4548
4549         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
4550         from class.c.
4551
4552         * class.c (mono_class_setup_fields): Fix a warning.
4553         
4554         * class.c (mono_class_from_name): Add support for assemblyref entries
4555         in the EXPORTEDTYPE table.
4556
4557         * reflection.c: Add support for handling type forwarders under net 2.0.
4558
4559         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
4560         
4561 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
4562
4563         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
4564         overwriting entries in ModuleBuild->types, also clean up the code
4565         a little. Fixes #77774.
4566
4567 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
4568
4569         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
4570         load friend assembly info when present.
4571
4572 2006-03-14  Raja R Harinath  <rharinath@novell.com>
4573
4574         Fix crasher on gtest-158.cs.
4575         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
4576         the return value if the MonoClass we want is yet in an
4577         inconsistent state.
4578         * class.c (mono_class_create_from_typedef): Add an comment
4579         explaining an order dependency between mono_class_setup_parent and
4580         mono_class_setup_mono_type.
4581
4582 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
4583
4584         * class.c: documentation updates and events bug fix.
4585
4586 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
4587
4588         * class.c: some cleanup, locking fixes.
4589
4590 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
4591
4592         * class.c: fix the generics code to setup nested
4593         type info to the instantiated type (bug #77770).
4594
4595 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
4596
4597         * marshal.c: fixed a few type correctness issues.
4598
4599 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
4600
4601         * loader.c: the Set/Get/Addrtess array methods should be public.
4602
4603 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
4604
4605         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
4606         
4607         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
4608         info->wrapper.
4609
4610 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
4611
4612         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
4613
4614         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
4615
4616         * mempool.c (mono_mempool_alloc): Speed this up a bit.
4617         (mono_mempool_alloc0): Ditto.
4618
4619 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4620
4621         * socket-io.c:
4622         (create_object_from_sockaddr): it was allocating 4 extra bytes
4623         for the AF_UNIX data. Fixes bug #77747.
4624
4625 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
4626
4627         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
4628
4629 2006-03-09  Dick Porter  <dick@ximian.com>
4630
4631         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
4632         Fixes bug 76966 again.
4633
4634 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
4635
4636         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
4637         names from r57532
4638         * appdomain.c: Bumped corlib version to 48 (due to r57532)
4639
4640 2006-03-07  Martin Baulig  <martin@ximian.com>
4641
4642         * object.c
4643         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
4644
4645 2006-03-07  Martin Baulig  <martin@ximian.com>
4646
4647         * class.c
4648         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
4649         regression introduced in r56970; see gtest-252.cs.
4650
4651         * loader.c (mono_get_method_constrained): Correctly handle generic
4652         methods; see gtest-253.cs.
4653
4654 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
4655
4656         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
4657
4658 2006-03-04  Martin Baulig  <martin@ximian.com>
4659
4660         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
4661         compute the parent type at runtime, just like we're already doing
4662         it for interfaces.
4663
4664         * reflection.c
4665         (mono_reflection_bind_generic_parameters): Don't compute the
4666         parent type anymore.
4667
4668         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
4669
4670 2006-03-04  Martin Baulig  <martin@ximian.com>
4671
4672         * mono-debug-debugger.h
4673         (mono_debugger_create_notification_function): Allocate memory at
4674         runtime and return a pointer to it.
4675
4676 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
4677
4678         * assembly.c: Fix windows build.
4679         
4680         * assembly.c: Fix build.
4681
4682         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
4683
4684         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
4685         
4686 2006-03-03  Dick Porter  <dick@ximian.com>
4687
4688         * process.c
4689         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
4690         Check parameters before dereferencing them.  Fixes Aaron's part of
4691         bug 77393.
4692
4693 2006-03-03  Raja R Harinath  <rharinath@novell.com>
4694
4695         Fix performance regression.
4696         * loader.c (find_method_in_class): Add 'from_class' argument.
4697         Rename 'klass' argument to 'in_class'.  The signature is compared
4698         against the method in 'in_class', and the corresponding method is
4699         returned from 'from_class'.
4700         (find_method): Walk both 'in_class' and 'from_class' in parallel.
4701         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
4702         type definition and generic instantiation in parallel.
4703         (mono_get_method_constrained): Update to changes.
4704
4705 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
4706
4707         * threads.c: make sure the domain is correct, too when doing
4708         mono_thread_attach ().
4709
4710 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
4711
4712         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
4713         windows. Fixes #77683.
4714
4715 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
4716
4717         * object.h, *: introduced specific way to set elements of an array
4718         of references to be used as write barrier. Still need to audit the
4719         uses of mono_array_addr.
4720
4721 2006-03-01  Miguel de Icaza  <miguel@novell.com>
4722
4723         * object-internals.h: New field to cache the assmebly name, patch
4724         from Tambet Ingo (tambet@ximian.com)
4725
4726 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
4727
4728         * decimal.h, class-internals.h, metadata-internals.h,
4729         file-io.h: mark a few function declarations as internal, to
4730         reduce the number of PLT entries.
4731
4732 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4733
4734         * file-io.c: fix typo in warning message.
4735
4736 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
4737
4738         * loader.c: on unix, lookup the "*A" version of a function
4739         if charset is auto as a second option before failing.
4740
4741 2006-02-28  Raja R Harinath  <rharinath@novell.com>
4742
4743         * class.h (mono_class_inflate_generic_method): Revert to two
4744         argument version.
4745         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
4746         (mono_class_inflate_generic_method_full): Add.
4747         * class.c (mono_class_inflate_generic_method_full): Rename from
4748         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
4749         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
4750         * loader.c, reflection.c: Update to changes.
4751
4752 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
4753
4754         * icall.c: const fixes and small improvements.
4755
4756 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4757
4758         * threadpool.c: for asynchronous connect(), enable the same workaround
4759         for BSD 6 as for the Mac. Fixes bug #77637.
4760
4761 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
4762
4763         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
4764         formatted classes. Fixes #77524.
4765
4766 2006-02-24  Raja R Harinath  <rharinath@novell.com>
4767
4768         * class.c (inflate_generic_type): Add a couple more
4769         micro-optimizations.
4770         (inflate_generic_context): Don't use the 'gmethod' from
4771         'inflate_with'.
4772         (mono_class_inflate_generic_method): If the method has generic
4773         parameters, but the passed-in context doesn't have a 'gmethod',
4774         create one.  Use the possibly simplified generic instantiation
4775         from the declaring class instead of the one passed in.
4776
4777 2006-02-24  Raja R Harinath  <harinath@gmail.com>
4778
4779         Make generic method signature and method header handling lazy.
4780         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
4781         (inflate_generic_header): Likewise.
4782         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
4783         parameter to avoid inflating types.
4784         (mono_get_inflated_method): Empty out.
4785         * class.h (mono_class_inflate_generic_method): Update to changes.
4786         * loader.c (mono_get_method_from_token): Don't parse signature for
4787         generic methods, nor methods of generic classes.
4788         (mono_method_signature): Rename from 'mono_method_signature'.
4789         Inflate signature on demand.
4790         (mono_method_get_header): Inflate method header on demand.
4791         * reflection.c: Update to changes.
4792
4793 2006-02-23  Raja R Harinath  <rharinath@novell.com>
4794
4795         * metadata.c (mono_metadata_inflate_generic_inst): If the
4796         instantiation is closed, don't bother expanding it in the new
4797         context.
4798         * class.c (inflate_generic_class): If the generic instantiation
4799         doesn't change after inflation, return the argument itself.
4800         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
4801         Add bounds checks.
4802         (inflate_generic_context): If neither the generic class nor the
4803         generic method instantiations change, return the original context.
4804         * reflection.c (mono_method_get_object): Do
4805         'mono_get_inflated_method' before accessing the ->klass field.
4806         (inflate_mono_method): Don't create a MonoGenericMethod unless
4807         necessary.
4808         (inflate_method): Don't pass a constructed type as the declaring
4809         type of a methodbuilder.
4810
4811 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
4812
4813         * object.c: fix memory overwrite.
4814
4815 2006-02-22  Dick Porter  <dick@ximian.com>
4816
4817         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
4818         it doesn't work any more.
4819         (mono_threads_request_thread_dump): Fix unused variable warnings.
4820
4821 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
4822
4823         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
4824         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
4825         the public header file.
4826
4827 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
4828
4829         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
4830
4831 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
4832
4833         * class-internals.h, object.c: reduce the size of MonoVTable
4834         and store the interface_offsets array at negative offsets.
4835
4836 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
4837
4838         * metadata.c: tweak table descriptors data structures to reduce
4839         size and runtime relocations.
4840
4841 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
4842
4843         * marshal.c: fix some types and opcodes to be type-safe
4844         in marshaling wrappers.
4845
4846 2006-02-21  Ankit Jain  <jankit@novell.com>
4847
4848         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
4849
4850 2006-02-21  Raja R Harinath  <rharinath@novell.com>
4851
4852         * metadata.c (get_constraints): Relax debugging checks for monodis.
4853
4854 2006-02-21  Ankit Jain  <jankit@novell.com>
4855
4856         * metadata.c (mono_metadata_load_generic_params): Move the code
4857         checking for ambiguous generic params from here to mono/dis/get.c
4858         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
4859
4860 2006-02-21  Raja R Harinath  <harinath@gmail.com>
4861
4862         Fix assertion triggered when compiling nemerle.
4863         * class.c (mono_get_shared_generic_inst): Rename from
4864         get_shared_inst and make non-static.
4865         * loader.c (mono_get_shared_generic_method): New.  Used to create
4866         the MonoGenericContext-equivalent of a MonoGenericContainer.
4867         (mono_get_method_from_token): Initialize the 'context' field of
4868         the created MonoGenericContainer.
4869         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
4870         * metadata.c (get_constraints): Add sanity check.
4871         * class-internals.h: Add new internal methods.
4872
4873         * reflection.c (verify_safe_for_managed_space): New sanity check.
4874         Currently checks that owner-less generic parameters aren't allowed
4875         in managed space.
4876         (mono_type_get_object): Use it.
4877         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
4878         that are now in mono_type_get_object.
4879         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
4880
4881 2006-02-19  Raja R Harinath  <harinath@gmail.com>
4882
4883         * metadata.c (mono_type_create_from_typespec): Rename from
4884         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
4885         argument and caching of types in the generic container.
4886         (unwrap_arrays, find_generic_param): Remove.
4887         * metadata-internals.h: Update.
4888         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
4889
4890 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
4891
4892         * class.c (mono_class_get_exception_for_failure): Fix a warning.
4893
4894         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
4895         return values. Fixes #77581.
4896
4897         * class.c (mono_fnptr_class_get): Switch name and name_space.
4898
4899         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
4900         classes and add support for [In, Out] attributes.
4901         (mono_marshal_free_asany): Ditto. Fixes #77524.
4902
4903 2006-02-18  Raja R Harinath  <harinath@gmail.com>
4904
4905         * class.c (mono_class_from_generic_parameter): Make more robust to
4906         incomplete MonoGenericContainers from monodis.
4907
4908 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
4909
4910         * class-internals.h: added some more exception types.
4911         * class.c, metadata.c: added a few checks to handle missing
4912         types.
4913
4914 2006-02-17  Raja R Harinath  <rharinath@novell.com>
4915
4916         Use owner-less generic-params some more.
4917         * class.c (my_mono_class_from_generic_parameter): Remove.
4918         (mono_class_from_generic_parameter): Handle null image,
4919         param->name and param->owner.
4920         (mono_class_from_mono_type): Update.
4921         (mono_class_create_from_typespec): Remove 'container' parameter.
4922         If that parameter is non-null, the result is always inflated by
4923         'mono_class_get_full' anyway.
4924         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
4925         parameter.
4926         (mono_class_get_full): Update.
4927
4928         * class.c (inflate_generic_type) [GENERICINST]: If the generic
4929         instance is not open, don't bother inflating.
4930         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
4931         parse metadata for inflated classes.
4932         (_mono_class_get): Change GenericContext* parameter to
4933         GenericContainer*.
4934         (mono_class_create_from_typespec): Likewise.  Simplify, and
4935         implement trivially.  All the cases are handled in
4936         mono_class_from_mono_type.  Don't inflate returned class.
4937         (mono_class_get_full): Delegate GENERICINST optimization to
4938         inflate_generic_type.
4939         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
4940
4941 2006-02-16  Dick Porter  <dick@ximian.com>
4942
4943         * socket-io.c (create_object_from_sockaddr): Fix typo.
4944         (create_sockaddr_from_object): Check array lengths before
4945         potentially accessing items off the end.
4946         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
4947         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
4948         (ves_icall_System_Net_Sockets_Socket_Send_internal)
4949         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
4950         length checks to avoid wraparound overflows.
4951         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
4952         contents of the array of sockets
4953         (hostent_to_IPHostEntry2)
4954         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
4955         Check return value of inet_ntop ().
4956         (addrinfo_to_IPHostEntry): Fix typo
4957
4958 2006-02-16  Raja R Harinath  <rharinath@novell.com>
4959
4960         Type metadata parsing doesn't use generic-instantiation information.
4961         * metadata.c (mono_metadata_parse_array_full): Change
4962         MonoGenericContext* parameter to MonoGenericContainer*.
4963         (mono_metadata_parse_type_full): Likewise.
4964         (mono_type_create_from_typespec_full): Likewise.
4965         (mono_metadata_parse_mh_full): Likewise.
4966         (mono_metadata_parse_generic_inst): Likewise.
4967         (do_mono_metadata_parse_generic_class): Likewise.
4968         (do_mono_metadata_parse_type): Likewise.
4969         * metadata-internals.h: Update to changes.
4970         * class.c (mono_class_find_enum_basetype): Likewise.
4971         (mono_class_setup_fields): Likewise.
4972         (mono_class_create_from_typespec): Likewise.
4973         * loader.c (method_from_methodspec): Likewise.
4974         (mono_get_method_from_token): Likewise.
4975         (mono_method_get_header): Likewise.
4976
4977 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
4978
4979         * marshal.c: handle additional GENERICINST case (patch from
4980         Thong Nguyen <tum@veridicus.com>).
4981         Fix a few cases where LDIND_I/STIND_I was used for references.
4982
4983 2006-02-16  Raja R Harinath  <rharinath@novell.com>
4984
4985         * reflection.c (mono_reflection_get_token): Remove unused variable.
4986
4987 2006-02-16  Martin Baulig  <martin@ximian.com>
4988
4989         * reflection.c (mono_reflection_get_token): Add support for fields
4990         in instantiated generic types.
4991
4992         * icall.c
4993         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
4994
4995 2006-02-15  Martin Baulig  <martin@ximian.com>
4996
4997         * icall.c
4998         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
4999         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
5000         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
5001         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
5002
5003 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
5004
5005         * class.c, metadata.c, metadata.h, object.c, icall.c,
5006         marshal.c: changed mono_type_get_underlying_type () to do
5007         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
5008         Fixed handling of instantiated generic valuetypes (bug #75479).
5009
5010 2006-02-15  Raja R Harinath  <rharinath@novell.com>
5011
5012         * metadata.c (mono_metadata_decode_signed_value): Simplify.
5013         Delegate to mono_metadata_decode_value, and work on the returned value.
5014
5015         * icall.c (ves_icall_MonoType_GetGenericArguments):
5016         Add consistency check here too.
5017         
5018 2006-02-15  Ankit Jain  <jankit@novell.com>
5019
5020         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
5021         char/short etc.
5022
5023 2006-02-15  Ankit Jain  <jankit@novell.com>
5024
5025         * metadata.c (mono_metadata_decode_signed_value): New function to decode
5026         signed values, used only for representing lower bounds of arrays.
5027         (mono_metadata_parse_array_full): Use new
5028         mono_metadata_decode_signed_value to decode lower bounds.
5029
5030 2006-02-14  Martin Baulig  <martin@ximian.com>
5031
5032         * reflection.c
5033         (mono_reflection_get_token): Support "MonoGenericMethod" and
5034         "MonoGenericCMethod" and allow generic instances / methods.
5035
5036 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
5037
5038         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
5039         to obtain the terminal size using an ioctl.
5040
5041         * object.c (mono_nullable_init): Revert this as nullable reference
5042         types are not valid.
5043         (mono_nullable_box): Ditto.
5044
5045 2006-02-09  Dick Porter  <dick@ximian.com>
5046
5047         * threads.c (mono_thread_detach): Drop a reference to the thread
5048         we're detaching.
5049
5050 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
5051
5052         * object.c (mono_nullable_init): Handle nullable reference types.
5053         (mono_nullable_box): Ditto. Fixes #77446.
5054
5055 2006-02-07  Martin Baulig  <martin@ximian.com>
5056
5057         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
5058
5059 2006-02-07  Ankit Jain  <jankit@novell.com>
5060
5061         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
5062         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
5063         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
5064         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
5065         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
5066         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
5067
5068 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
5069
5070         * class.c (mono_class_create_generic): Set type_token as well.
5071
5072         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
5073         compatible with MS.
5074
5075 2006-02-02  Martin Baulig  <martin@ximian.com>
5076
5077         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
5078         has never been used so far.
5079
5080 2006-02-02  Martin Baulig  <martin@ximian.com>
5081
5082         * mono-debug-debugger.h: Changed comment at the top of this file;
5083         the header is not installed, but it's safe to #include it from
5084         within the JIT.
5085
5086         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
5087         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
5088
5089 2006-02-02  Martin Baulig  <martin@ximian.com>
5090
5091         * mono-debug.h
5092         (MonoSymbolTable): Removed the `metadata_info' field.
5093
5094         * mono-debug.c
5095         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
5096
5097         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
5098         (mono_debugger_add_builtin_types): Removed.
5099         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
5100         (mono_debugger_create_notification_function): We now operate on a
5101         pre-allocated area; take a `gpointer' and return `void'.
5102
5103         * mono-debug-debugger.c
5104         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
5105         (mono_debugger_add_builtin_types): Removed.
5106
5107 2006-02-02  Martin Baulig  <martin@ximian.com>
5108
5109         * threads.c (mono_debugger_create_all_threads): New public method.
5110
5111 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
5112
5113         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
5114         breaks on several platforms.
5115
5116 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
5117
5118         * assembly.c: the VS.NET build doesn't supply default values for
5119         MONO_ASSEMBLIES and MONO_CFG_DIR.
5120
5121 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
5122
5123         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
5124         helper function.
5125
5126         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
5127
5128         * loader.c (method_from_memberref): Fix a warning.
5129
5130         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
5131
5132         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
5133         with explicit layout. Fixes #77433.
5134
5135 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
5136
5137         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
5138         max_interface_id is initialized before using it. Fixes #77398.
5139         (ves_icall_Type_GetInterfaces): Ditto.
5140
5141 2006-01-30  Raja R Harinath  <rharinath@novell.com>
5142
5143         * metadata.c (mono_metadata_parse_method_signature_full): Don't
5144         allocate memory for parameter attributes when parsing memberref
5145         signatures.
5146         * loader.c (mono_loader_set_error_method_load): Don't warn.
5147         (method_from_memberref): Ensure MissingMethodException gets thrown
5148         if method is not found.  Make warning more informative.
5149
5150 2006-01-29  Raja R Harinath  <harinath@gmail.com>
5151
5152         Fix #77397
5153         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
5154         return true if is byref.
5155         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
5156         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
5157         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
5158
5159 2006-01-27  Raja R Harinath  <rharinath@novell.com>
5160
5161         Fix tests/find-method.2.il
5162         * loader.c (find_method, find_method_in_class): Remove is_inflated
5163         argument.  Revert 2006-01-18 change.
5164         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
5165         is generic, search for method in its generic definition.
5166         * class.c (mono_class_setup_vtable_general): Print generic
5167         arguments of generic types in debugging printf.
5168
5169 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
5170
5171         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
5172
5173         * threads.c (mono_threads_request_thread_dump): New helper function.
5174
5175 2006-01-25  Raja R Harinath  <rharinath@novell.com>
5176
5177         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
5178
5179 2006-01-25  Ankit Jain  <jankit@novell.com>
5180
5181         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
5182         move definition to ..
5183         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
5184         
5185 2006-01-25  Ankit Jain  <jankit@novell.com>
5186             Raja R Harinath  <rharinath@novell.com>
5187
5188         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
5189         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
5190         as necessary.
5191
5192 2006-01-25  Martin Baulig  <martin@ximian.com>
5193
5194         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
5195         `MonoDebuggerThread' into debug-debugger.c.
5196
5197 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
5198
5199         * profiler.c: fix printing of data.
5200
5201 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
5202
5203         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
5204           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
5205
5206 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
5207
5208         * object.c: fix deadlock related to string interning.
5209
5210 2006-01-23  Martin Baulig  <martin@ximian.com>
5211
5212         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
5213
5214         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
5215
5216 2006-01-23  Martin Baulig  <martin@ximian.com>
5217
5218         * mono-debug.h: Moved the prototypes of some functions which are
5219         used by the JIT here from mono-debug-debugger.h.
5220
5221 2006-01-21  Martin Baulig  <martin@ximian.com>
5222
5223         * Makefile.am: Don't install mono-debug-debugger.h.
5224
5225 2006-01-21  Martin Baulig  <martin@ximian.com>
5226
5227         * mono-debug-debugger.h: Enforce the private status of this header
5228         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
5229         Moved some stuff from mono-debugger-jit-wrapper.h here.
5230
5231 2006-01-20  Raja R Harinath  <rharinath@novell.com>
5232
5233         * class.c (mono_class_from_typeref): Add a sanity test to help
5234         catch lack of assembly load/search hooks.
5235
5236 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
5237
5238         * marshal.c (emit_struct_conv): Relax the fields with same offset
5239         check even more. Fixes #77230.
5240
5241 2006-01-18  Martin Baulig  <martin@ximian.com>
5242
5243         * loader.c (find_method_in_class): Added `gboolean is_inflated'
5244         argument; if false, we compare the uninstantiated signatures.
5245         (method_from_memberref): Compare the uninstantiated signatures;
5246         fixes #76417.
5247
5248 2006-01-18  Robert Jordan  <robertj@gmx.net>
5249
5250         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
5251         Clear the weak link. Fixes bug #77170.
5252
5253         * gc.c (mono_gchandle_free):
5254         Reflect *-gc.c changes (tiny optimization).
5255
5256 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
5257
5258         * metadata.c (mono_metadata_signature_dup): Applied patch from
5259         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
5260         Fixes #77288.
5261
5262 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
5263
5264         * marshal.c (emit_struct_conv): Allow fields with the same offset when
5265         marshalling from native to managed code. Fixes #77230.
5266
5267 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5268
5269         * threadpool.c: fix problem (Mac only) when more than one asynchronous
5270         connect. Fixes bug #77020.
5271
5272 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
5273
5274         * class.c: fixed id assignement for nested interfaces (bug #77275).
5275         Added also better info for --print-vtable debugging.
5276
5277 2006-01-12  Martin Baulig  <martin@ximian.com>
5278
5279         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
5280         interfaces on-the-fly; fixes #76625.
5281
5282         * class-internals.h
5283         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
5284         don't need that anymore.
5285
5286 2006-01-12  Miguel de Icaza  <miguel@novell.com>
5287
5288         * socket-io.c
5289         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
5290         To avoid initing the nested_classes when not needed I turned the
5291         PeerCredData as a toplevel internal class, as it has to be shared
5292         anyways. 
5293
5294         Fixes the CASA issue.
5295
5296 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
5297
5298         * domain.c: Accessors for MonoJitInfo
5299
5300         * profiler-private.h: Add jitinfo to the end jit hook
5301
5302         * profiler.[ch]: Define new hooks, called after jitting which give
5303         the MonoJitInfo that was compiled
5304
5305 2006-01-10  Martin Baulig  <martin@ximian.com>
5306
5307         * class.c (mono_class_setup_events): Add support for generic
5308         classes; fixes #76440.
5309
5310 2006-01-06  Raja R Harinath  <rharinath@novell.com>
5311
5312         Fix #77160.
5313         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
5314         on passed-in method.
5315
5316 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
5317
5318         * object.c (mono_runtime_invoke_array): Add Nullable support.
5319
5320         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
5321
5322 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
5323
5324         * file-io.c: Don't consider sockets as directory and avoid an endless
5325         loop. Fix bug #76966.
5326
5327 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
5328
5329         * object.c (mono_nullable_init): New helper function.
5330         (mono_nullable_box): Ditto.
5331
5332         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
5333
5334         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
5335
5336         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
5337         
5338 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
5339
5340         * class.c (mono_class_is_assignable_from): Make T assignable to 
5341         Nullable<T>.
5342
5343 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
5344
5345         * appdomain.c: Bump corlib version to 46.
5346         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
5347         serialization purpose) and changed ves_icall_System_Reflection_
5348         Assembly_get_code_base signature to accept a boolean (to escape, or 
5349         not, the assembly code base).
5350
5351 2005-12-23  Dick Porter  <dick@ximian.com>
5352
5353         * icall.c: 
5354         * threads-types.h: 
5355         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
5356         CreateEvent icall now returns "created" boolean parameter.
5357
5358 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
5359
5360         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
5361         #76967.
5362
5363         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
5364         when attr_klass is an interface. Fixes #77045.
5365
5366 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
5367
5368         * marshal.c (emit_struct_conv): Fix previous patch.
5369         
5370         * marshal.c (emit_struct_conv): Add a check for fields with the same
5371         offset.
5372
5373 2005-12-20  Raja R Harinath  <rharinath@novell.com>
5374
5375         Fix regression in Mono.C5.
5376         * class.c (mono_class_create_generic): If 'klass' is an interface
5377         set up the interface offsets.
5378         (mono_class_is_assignable_from): Don't throw away generic arguments.
5379
5380 2005-12-19  Raja R Harinath  <rharinath@novell.com>
5381
5382         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
5383         type parameters.
5384
5385 2005-12-15  Raja R Harinath  <rharinath@novell.com>
5386
5387         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
5388         dead store.
5389         (do_mono_metadata_parse_generic_class): Don't pass the current
5390         generic context when parsing the type being instantiated: it
5391         cannot use it, anyway.
5392
5393         * loader.c (method_from_memberref): Don't inflate a signature if
5394         it doesn't contain any type parameters.
5395
5396 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
5397
5398         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
5399
5400 2005-12-14  Martin Baulig  <martin@ximian.com>
5401
5402         * class.c
5403         (mono_type_get_name_recurse): Don't return null for type
5404         parameters and open generic classes.
5405         (mono_class_setup_methods): Don't exclude generic instances.
5406         (mono_get_unique_iid): Use different IDs for different
5407         instantiations of the same generic type.
5408         (mono_class_setup_vtable): Only use setup_generic_vtable() for
5409         open generic instances; create a normal vtable for closed generic
5410         instances.
5411         (mono_class_setup_vtable_general): We're now also called for
5412         closed generic instances.
5413
5414         * reflection.c
5415         (mono_reflection_bind_generic_parameters): Correctly use
5416         mono_metadata_lookup_generic_inst() everywhere.
5417
5418 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
5419
5420         * object.c (mono_class_create_runtime_vtable): Call 
5421         mono_class_setup_vtable ().
5422
5423         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
5424         function.
5425         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
5426         #76959.
5427
5428         * loader.c (mono_loader_set_error_type_load): Print the type load
5429         warnings to the console so they are more visible to the user.
5430         (mono_loader_set_error_method_load): Ditto.
5431
5432         * reflection.c (ensure_runtime_vtable): Revert the last change as it
5433         is still broken.
5434         
5435         * reflection.c (ensure_runtime_vtable): Fix build.
5436
5437         * reflection.c (ensure_runtime_vtable): Disable an optimization which
5438         doesn't work in all cases.
5439
5440 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
5441
5442         * object.c (mono_array_new_full): Treat a single dimensional array
5443         with 0 lower bounds as an szarray. Fixes #76973.
5444
5445         * reflection.c (custom_attr_visible): Really fix this.
5446
5447 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
5448
5449         * reflection.c (custom_attr_visible): Allow nested public attributes
5450         as well.
5451
5452         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
5453         interface check.
5454
5455 2005-12-12  Raja R Harinath  <harinath@gmail.com>
5456
5457         * class.c (set_generic_param_owner): Delete.
5458         (mono_class_create_from_typedef): Don't set ->owner field of
5459         generic parameters to "param containers" of enclosing classes.
5460         * reflection.c (mono_reflection_initialize_generic_parameter):
5461         Likewise.
5462
5463 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
5464
5465         * reflection.c (custom_attr_visible): Fix build.
5466
5467 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
5468
5469         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
5470         private attributes.
5471         
5472         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
5473         handling of null parameter defaults.
5474
5475 2005-12-09  Raja R Harinath  <rharinath@novell.com>
5476
5477         * class.c (mono_class_from_generic_parameter): Don't set
5478         klass->generic_container.
5479         (my_mono_class_from_generic_parameter): Likewise.
5480
5481 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
5482
5483         * reflection.c (load_public_key): Fix a warning.
5484         (method_encode_code): Fix unaligned accesses.
5485
5486 2005-12-07  Martin Baulig  <martin@ximian.com>
5487
5488         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
5489
5490         * reflection.c
5491         (write_generic_param_entry): Encode our custom attrs.
5492
5493         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
5494
5495 2005-12-07  Martin Baulig  <martin@ximian.com>
5496
5497         * reflection.c (encode_new_constraint): Removed; we don't use the
5498         `NewConstraintAttribute' anymore.
5499
5500 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
5501
5502         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
5503         not fire a TypeResolve event when Assembly.GetType () is called.
5504
5505 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
5506
5507         Beginning of support for nullable types in the runtime. Parts of
5508         this patch are from Martin.
5509
5510         * appdomain.c (MONO_CORLIB_VERSION): Bump
5511
5512         * domain.c (mono_init_internal): get the nullable type
5513
5514         * class.c (mono_class_is_nullable): New method
5515         (mono_class_get_nullable_param): New mehod
5516         (mono_class_create_generic): In types T? set cast_class to T
5517
5518         * class-internals.h (MonoDefaults): new nullable default class
5519         (mono_class_get_nullable_param, mono_class_get_nullable_param):
5520         new methods.
5521
5522 2005-12-05  Raja R Harinath  <rharinath@novell.com>
5523
5524         * metadata.c (select_container): New.  Refactor code to select the
5525         appropriate GenericContainer given the type of generic parameter
5526         we are looking for.
5527         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
5528         not a MonoGenericContext.  Use select_container.  Update parameters.
5529         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
5530         and MONO_TYPE_MVAR.
5531         (unwrap_arrays): Remove duplicate tests.
5532         (find_generic_param): Rename from 'has_same_context'.  Now walks a
5533         generic instantiated class to find any arguments that are generic
5534         parameters.
5535         (mono_type_create_from_typespec_full): Use find_generic_param to
5536         avoid evicting some generic instantiations from the typespec
5537         cache.
5538
5539 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
5540
5541         * reflection.c: fixed writing of doubles on ARM FPA.
5542
5543 2005-12-02  Robert Jordan  <robertj@gmx.net>
5544
5545         * icall.c: Fixed EventInfo.ReflectedType (#76829).
5546
5547 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5548
5549         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
5550         least on SUSE 10 they are not the same (on debian, they are just the
5551         same thing).
5552
5553 2005-12-01  Raja R Harinath  <rharinath@novell.com>
5554
5555         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
5556         DeclaringType for VARs and MVARs.
5557         * class.c (set_generic_param_owner): Fix initialization of owner
5558         fields.
5559
5560 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
5561
5562         * icall.c: fixed Enum.ToObject() to correctly convert the values.
5563
5564 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5565
5566         * threadpool.c: workaround for a bug that shows up on the Mac:
5567         select()+connect() on a blocking socket is not like it should
5568         be, so we proceed to connect() in that case, wasting the I/O
5569         threadpool thread until connect succeedes. Fixes bug #75436.
5570
5571 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5572
5573         * threadpool.c: fix typo when setting file descriptor states.
5574
5575 2005-11-28  Raja R Harinath  <rharinath@novell.com>
5576
5577         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
5578         * metadata.c (mono_metadata_parse_method_signature_full): Don't
5579         create a temporary signature container.
5580         (mono_metadata_parse_generic_param): Update to changes.
5581         (mono_type_create_from_typespec_full): Update to changes.
5582         * loader.c (method_from_memberref): Don't use a
5583         MonoGenericContainer while parsing a memberref signature.
5584         (method_from_methodspec): Remove dead-store of the 'container'
5585         variable.  It's overwritten before use.
5586
5587         * metadata.c (mono_type_create_from_typespec_full): Make debugging
5588         checks tighter.
5589         (mono_metadata_parse_generic_param): Likewise.
5590         * loader.c (find_method_in_class): Does not need a
5591         MonoGenericContainer.  Use 'mono_method_signature' rather than
5592         'mono_method_signature_full'.
5593         (find_method, mono_get_method_constrained, method_from_memberref):
5594         Update to changes.
5595
5596         * metadata.c (mono_type_create_from_typespec_full): Ensure that
5597         owner-less generic-parameters are never evicted from the typespec
5598         cache.
5599
5600         * loader.c (method_from_memberref): Don't use the current context
5601         when parsing signatures.
5602         (method_from_methodspec, mono_get_method_from_token): Update to changes.
5603
5604         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
5605         side-effects in g_assert.
5606         * loader.c (mono_get_method_from_token): Resolve klass earlier so
5607         that we don't potentially lose information.
5608
5609 2005-11-26  Dick Porter  <dick@ximian.com>
5610
5611         * icall.c:
5612         * threads.c: icalls to implement basic (ie, not named)
5613         System.Threading.Semaphore.
5614
5615 2005-11-24  Dick Porter  <dick@ximian.com>
5616
5617         * process.c
5618         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
5619         Use GetProcessId() if it's available.
5620
5621 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
5622
5623         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
5624
5625 2005-11-23  Raja R Harinath  <rharinath@novell.com>
5626             Ankit Jain  <jankit@novell.com>
5627
5628         * loader.c (mono_get_method_from_token): Initialize 'method' field
5629         of all generic parameters before parsing the signature.  Remove
5630         code that "fixed"-up MVAR references.
5631
5632 2005-11-23  Ankit Jain  <jankit@novell.com>
5633
5634         * metadata.c (mono_metadata_has_generic_params):
5635         (mono_metadata_load_generic_param_constraints):
5636         (mono_metadata_load_generic_params): Move duplicate code ...
5637         (mono_metadata_get_generic_param_row): ... here. Returns the
5638         first row-id in GenericParam table for a given owner (token).
5639         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
5640         prototype.
5641
5642 2005-11-23  Raja R Harinath  <rharinath@novell.com>
5643             Ankit Jain  <jankit@novell.com>
5644
5645         * metadata.c (mono_metadata_class_equal): Pass signature_only when
5646         comparing VARs too.
5647         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
5648         type->data.generic_param only if the type is an MVAR.
5649         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
5650         leak owner-less VARs and MVARs into managed space.
5651
5652 2005-11-21  Martin Baulig  <martin@ximian.com>
5653
5654         * class-internals.h
5655         (MonoMethod): Moved the `generic_container' here from
5656         `MonoMethodNormal' since we now also need it for
5657         `MonoMethodPInvoke';
5658         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
5659         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
5660         an union containing both `MonoMethodNormal' and
5661         `MonoMethodPInvoke'.
5662
5663         * loader.c
5664         (mono_get_method_from_token): Allow implementing generic methods
5665         as interncalls.
5666
5667         * threads.c
5668         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
5669         icall.
5670
5671 2005-11-17  Dick Porter  <dick@ximian.com>
5672
5673         * icall.c: 
5674         * process.h: 
5675         * process.c: Split the Process Start_internal icall into
5676         ShellExecuteEx_internal and CreateProcess_internal, which are
5677         called depending on whether UseShellExecute is true.  Fixes bug
5678         76670.
5679
5680         * appdomain.c (MONO_CORLIB_VERSION): Incremented
5681
5682 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
5683
5684         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
5685         'msize' parameters, use the information in 'mspec' instead.
5686         (emit_object_to_ptr_conv): Ditto.
5687
5688         * marshal.c (emit_struct_conv): Handle explicit layout structs with
5689         fields out of order. Fixes #76733.
5690
5691 2005-11-17  Ankit Jain  <jankit@novell.com>
5692
5693         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
5694
5695 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
5696
5697         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
5698           bug #76575.
5699
5700 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
5701
5702         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
5703         for types with non-auto layout. Fixes #76717.
5704
5705 2005-11-16  Ankit Jain  <jankit@novell.com>
5706
5707         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
5708         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
5709         if generic_context is null.
5710           (mono_metadata_generic_param_equal): param->owner can be null.
5711           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
5712         null.
5713
5714 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
5715
5716         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
5717         the correct value.
5718
5719 2005-11-15  Martin Baulig  <martin@ximian.com>
5720
5721         * object.c (set_value): Use mono_class_from_mono_type() instead of
5722         the hack for generic instances; fixes #76136.
5723
5724 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
5725
5726         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
5727         fields.
5728
5729         * image.c (load_metadata_ptrs): Initialize the new fields.
5730
5731         * reflection.c (create_dynamic_mono_image): Ditto.
5732
5733         * reflection.c (build_compressed_metadata): Use the new fields.
5734
5735         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
5736         icall.
5737
5738         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
5739         icall.
5740         
5741 2005-11-15  Ankit Jain  <jankit@novell.com>
5742             Raja R Harinath  <harinath@gmail.com>
5743
5744         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
5745         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
5746         new per-generic_container cache if the cached MonoType's context matches
5747         the current context.
5748           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
5749         to the expected context.
5750           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
5751
5752 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5753
5754         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
5755         we changed the signature of an icall.
5756         * icall.c: Modify to mono_double_ParseImpl return true/false 
5757         depending on the success, instead of throwing the exception. This will
5758         help us in Double.TryParse methods.
5759         
5760 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
5761
5762         * marshal.c (emit_marshal_object): Throw an exception when
5763         marshalling 'object' instead of crashing. Fixes #76696.
5764
5765 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
5766
5767         * class-internals.h: Add prototype for mono_type_get_full_name ().
5768
5769 2005-11-11  Dick Porter  <dick@ximian.com>
5770
5771         * threads.c (mono_thread_manage): Make sure the main thread has
5772         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
5773
5774 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
5775
5776         * loader.c (mono_loader_set_error_type_load): Log a warning to the
5777         console about the missing type.
5778         (mono_loader_set_error_method_load): Ditto.
5779
5780 2005-11-09  Miguel de Icaza  <miguel@novell.com>
5781
5782         * mono-config.c (mono_get_config_dir): Set the system defaults if
5783         none is specified.
5784
5785         * assembly.c (mono_set_dirs): New API entry point to set the
5786         assembly and the config directory in one call
5787
5788 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
5789
5790         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
5791         the ftnptr was created from a delegate in a domain other than the
5792         current domain. Fixes #75377.
5793
5794         * exception.h exception.c: Add mono_get_exception_not_supported ().
5795
5796 2005-11-08  Martin Baulig  <martin@ximian.com>
5797
5798         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
5799
5800 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
5801
5802         * security-manager.h: Added definitions to deal with strongname key 
5803         pairs bigger (and smaller) than 1024 bits.
5804         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
5805         adjust wrt the public key length being used.
5806
5807 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
5808
5809         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
5810           Windows build (r51396-51397).
5811
5812 2005-11-03  Martin Baulig  <martin@ximian.com>
5813
5814         * class.c (mono_class_setup_vtable_general): Also add generic
5815         methods to the vtable; fixes #76581.
5816
5817 2005-11-01  Miguel de Icaza  <miguel@novell.com>
5818
5819         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
5820         sure that we lookup GetString method from the System.Text.Encoding
5821         class, not the derived class or we get an empty method.
5822
5823         Fixed class #76612.
5824
5825 2005-10-25  Miguel de Icaza  <miguel@novell.com>
5826
5827         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
5828         if it has been previously set (embedders). 
5829
5830         Make mono_set_rootdir available also on Unix.
5831
5832 005-10-24  Robert Jordan  <robertj@gmx.net>
5833
5834         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
5835
5836 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
5837
5838         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
5839         only calls which are made to native code use this flag.
5840
5841         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
5842
5843 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
5844
5845         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
5846         Add support for FieldBuilders.
5847
5848 2005-10-29  Martin Baulig  <martin@ximian.com>
5849
5850         * mono-debug.c
5851         (mono_debug_using_mono_debugger): New public method; returns
5852         whether we're running inside the debugger.
5853
5854 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
5855
5856         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
5857         for Method/Constructor/FieldBuilders.
5858
5859 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
5860
5861         * reflection.c (module_add_cattrs): Save custom attributes for global methods
5862         and fields as well.
5863
5864 2005-10-26  Martin Baulig  <martin@ximian.com>
5865
5866         * mono-debug-debugger.c
5867         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
5868
5869 2005-10-24  Raja R Harinath  <harinath@gmail.com>
5870
5871         * icall.c (base64_to_byte_array): Don't pass an out-of-range
5872         integer to isspace.
5873
5874 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
5875
5876         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
5877         when passing valuetypes byref. Fixes #76502.
5878
5879 2005-10-19  Jackson Harper  <jackson@ximian.com>
5880
5881         * profiler.c: Don't put a . in front of types that are not in a
5882         namespace.
5883
5884 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
5885
5886         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
5887
5888 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
5889
5890         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
5891         #76436.
5892         (mono_marshal_get_ldflda_wrapper): Fix a warning.
5893
5894 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5895
5896         * assembly.c metadata-internals.h icall.c: Define an additional
5897         parameter for mono_assembly_name_parse_full, so we can avoid creating
5898         S.R.AssemblyName.Version when no version info wasn't passed.
5899         
5900 2005-10-09  Miguel de Icaza  <miguel@novell.com>
5901
5902         * class.c (mono_type_get_full_name): Reimplement method that was
5903         removed. 
5904
5905         * image.c: Some docs
5906
5907 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
5908
5909         * profiler.c (output_newobj_profile): Fix printing of Total memory
5910         on x86.
5911
5912 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
5913
5914         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
5915
5916 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
5917
5918         * threads.c: remove debug output.
5919
5920 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
5921
5922         * threads.c (mono_thread_manage): Fix crashes if more than 64
5923         threads need to be aborted. Hopefully fixes #75899.
5924
5925         * assembly.c (mono_stringify_assembly_name): New helper function.
5926
5927         * class.c: Use mono_stringify_assembly_name instead of the similar
5928         static function.
5929
5930         * assembly.h assembly.c: Add support for calling a postload search 
5931         hook if an assembly cannot be loaded.
5932
5933         * appdomain.c: Register new search hooks which call the AssemblyResolve
5934         events in AppDomain. Fixes #75231
5935
5936 2005-10-07  Martin Baulig  <martin@ximian.com>
5937
5938         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
5939         methods without debug info.
5940
5941 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
5942
5943         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
5944         wrappers.
5945
5946 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5947
5948         * file-io.c: now that we return symlinks, use lstat and, when the file
5949         is a symbolic link, stat, to get the file attributes. Also avoid the
5950         conversion to/from utf16/external.
5951
5952 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
5953
5954         * class.c (mono_class_layout_fields): Compute klass->has_references
5955         correctly if an embedded valuetype is not yet initialized. Fixes
5956         #76331.
5957
5958 2005-10-04  Martin Baulig  <martin@ximian.com>
5959
5960         * metadata.c
5961         (mono_metadata_load_generic_param_constraints): New public
5962         function; splitted the constraints loading out from
5963         mono_metadata_load_generic_params().
5964
5965         * class.c (mono_class_create_from_typedef): Call
5966         mono_metadata_load_generic_param_constraints() after setting up
5967         the type and creating our parent; fixes #75329.
5968
5969 2005-10-04  Martin Baulig  <martin@ximian.com>
5970
5971         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
5972         non-dynamic parent classes.
5973
5974 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
5975
5976         * file-io.c : win32 build fix (ETXTBSY seems not found).
5977
5978 2005-10-04  Martin Baulig  <martin@ximian.com>
5979
5980         * reflection.c
5981         (mono_image_get_methodspec_token): Make the cache actually work;
5982         fixes #75974.
5983
5984 2005-10-04  Martin Baulig  <martin@ximian.com>
5985
5986         * class.c (mono_class_name_from_token): Removed the unneccessary
5987         `MonoGenericContext *' argument.
5988
5989 2005-10-04  Martin Baulig  <martin@ximian.com>
5990
5991         * loader.c
5992         (method_from_methodspec): Make the caching work again; fixes the
5993         performance regression from #76262.
5994
5995 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5996
5997         * file-io.c:
5998         * file-io.h:
5999         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
6000         GetFileSystemEntries that performs the same work but without going
6001         into io-layer, locking, etc.
6002
6003 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
6004
6005         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
6006         ThreadState_Stopped as well. Fixes #76047.
6007
6008 2005-09-29  Martin Baulig  <martin@ximian.com>
6009
6010         * class.c
6011         (inflate_generic_context): If the new context has a `gmethod', set
6012         its `container' that that gmethod's `container'.
6013
6014         * metadata.c
6015         (mono_metadata_parse_generic_param): Simplify things;
6016         `generic_container = generic_context->container;' is just fine.
6017
6018         * loader.c (method_from_methodspec): Code cleanups.
6019
6020 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
6021
6022         * decimal.c: fix warning (and let gcc generate correct
6023         code on ARM with optimizations).
6024
6025 2005-09-28  Martin Baulig  <martin@ximian.com>
6026
6027         * loader.c
6028         (method_from_memberref): Added `MonoGenericContext *class_context'
6029         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
6030         (method_from_methodspec): If we're a memberref, use the enclosing
6031         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
6032
6033 2005-09-28  Martin Baulig  <martin@ximian.com>
6034
6035         * object.c (mono_runtime_invoke_array): Added support for
6036         MONO_TYPE_GENERICINST; fixes #75917.
6037
6038 2005-09-27  Martin Baulig  <martin@ximian.com>
6039
6040         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
6041         `k->byval_arg.type' to determine the actual type.
6042
6043         * loader.c (method_from_methodspec): Removed some hacks.
6044
6045 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
6046
6047         * class-internals.h (mono_field_is_deleted): Do the test for
6048         rtspecialname before we check the actual name of the field. This
6049         prevents us from dereferencing a pointer into the string table,
6050         saving us from accessing a few pages
6051
6052         * *.c: Replace the use of {Enter,Leave}CriticalSection with
6053         macros. This will allow a deadlock debugger to easily be plugged
6054         in.
6055
6056 2005-09-27  Martin Baulig  <martin@ximian.com>
6057
6058         * loader.c (method_from_methodspec): Create a "signature"
6059         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
6060
6061 2005-09-27  Martin Baulig  <martin@ximian.com>
6062
6063         * class.c
6064         (inflate_generic_class): Correctly set the new context's
6065         container.
6066
6067         * loader.c
6068         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
6069         instead of a `MonoGenericContext *'.
6070         (mono_method_signature_full): Take a `MonoGenericContainer *'
6071         instead of a `MonoGenericContext *'.
6072
6073         * metadata.c
6074         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
6075         instead of a `MonoGenericContext *'.
6076         (mono_metadata_parse_method_signature_full): Likewise.
6077
6078 2005-09-26  Martin Baulig  <martin@ximian.com>
6079
6080         * class.c
6081         (mono_class_from_generic_parameter): Set `klass->generic_container'
6082         (mono_class_from_generic_parameter): Likewise.
6083         (mono_bounded_array_class_get): We inherit the generic container
6084         from the element class.
6085
6086         * loader.c
6087         (find_method, find_method_in_class): Take a `MonoGenericContext *'
6088         argument rather than computing it here.
6089         (method_from_memberref): Correctly set the generic context before
6090         parsing the signature.  Fixes #75681.
6091
6092 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
6093
6094         * object.c (mono_class_has_special_static_fields): Fix warnings.
6095
6096 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6097
6098         * assembly.c: Add parse_public_key function, to
6099         par the public keys. Also added mono_assembly_name_parse_full,
6100         to define it the parsed key should be freed or not.
6101         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
6102         to parse a long format assembly name.
6103         * metadata-internals.h: Keep mono_assembly_name_parse_full as
6104         private, since calling it to preserve the key requires
6105         freeing it manually.
6106         
6107 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
6108
6109         * locales.c : removed HAVE_ICU part.
6110
6111 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
6112
6113         * object.c (mono_class_create_runtime_vtable): Avoid calling 
6114         field_is_special_static if the klass has no special static fields.
6115
6116         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
6117         (MonoCachedClassInfo): Likewise.
6118
6119         * object.c (mono_class_has_special_static_fields): New helper function.
6120
6121 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6122
6123         * class.c (mono_class_create_from_typedef): Don't call 
6124         interfaces_from_typedef_full for enums.
6125         (mono_class_create_from_typedef): Compute the base types of enums directly
6126         without calling mono_class_setup_fields ().
6127         (mono_class_find_enum_basetype): New helper function.
6128
6129         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
6130         one place inside the string heap.
6131         
6132 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
6133
6134         * class.c: locking fixes, code cleanups, some docs added.
6135         Allocate some data structures in the image mempool.
6136
6137 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6138
6139         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
6140         the example code.
6141         
6142 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
6143
6144         * class-internals.h, class.c, reflection.c: reduce memory taken by
6145         MonoClass.
6146
6147 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
6148
6149         * metadata.c, metadata.h, loader.h: documentation updates, code and
6150         API cleanups.
6151
6152 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6153
6154         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
6155         the example code.
6156
6157         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
6158         page faults caused by the runtime while reading metadata.
6159
6160 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6161
6162         * socket-io.c: the field names were changed 3 months ago and no one
6163         realized until bug #76077 got filed!
6164
6165 2005-09-20  Martin Baulig  <martin@ximian.com>
6166
6167         * icall.c (assembly_icalls): Removed some unused debugger icalls.
6168
6169 2005-09-20  Martin Baulig  <martin@ximian.com>
6170
6171         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
6172         write the rank into the class entry.
6173
6174 2005-09-20  Martin Baulig  <martin@ximian.com>
6175
6176         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
6177
6178 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
6179
6180         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6181
6182         * icall.c (custom_attrs_defined_internal): New icall.
6183
6184         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
6185         function.
6186         (mono_custom_attrs_construct_by_type): New helper function.
6187
6188 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
6189
6190         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
6191         terminate the resulting string. Fixes #76123.
6192
6193 2005-09-16  Martin Baulig  <martin@ximian.com>
6194
6195         * mono-debug.c
6196         (mono_debug_add_method): Ignore inflated methods for the moment.
6197
6198 2005-09-14  Martin Baulig  <martin@ximian.com>
6199
6200         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
6201
6202 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
6203
6204         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
6205         return a success/failure indication.
6206         (mono_metadata_interfaces_from_typedef_full): Ditto.
6207         (get_constraints): Ditto.
6208
6209 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
6210
6211         * marshal.c (emit_marshal_array): Fix handling of null arrays.
6212         
6213         * marshal.c (emit_marshal_array): Add support for returning string
6214         arrays from delegates. Fixes #76063.
6215
6216         * marshal.c: Use the emit_ldloc/stloc macros where possible.
6217
6218 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
6219
6220         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
6221         icall.
6222
6223 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
6224
6225         * reflection.c icall.c: Fix after mono_get_exception_type_load
6226         signature change.
6227
6228         * assembly.c (mono_assembly_get_assemblyref): New helper function.
6229         (mono_assembly_load_reference): Use the new helper.
6230
6231         * class-internals.h (MonoLoaderError): New structure containing 
6232         information about type loading errors.
6233
6234         * class-internals.h loader.c: Add APIs to store per-thread loader
6235         error information.
6236
6237         * loader.c class.c: Set the loader error if needed.
6238
6239         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
6240
6241 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
6242
6243         * decimal.c: fixed to handle the broken ARM fp format.
6244
6245 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
6246
6247         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
6248         broken.
6249
6250 2005-09-06  Martin Baulig  <martin@ximian.com>
6251
6252         * domain.c (supported_runtimes): Added v2.0.50727.
6253
6254 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
6255
6256         * culture-info.h: reduce the size of some structures.
6257
6258 2005-09-05  Martin Baulig  <martin@ximian.com>
6259
6260         Reflect latest API changes in the August CTP.
6261
6262         * icall.c
6263         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
6264         ("MonoType.HasGenericArguments"): Removed.
6265         ("MonoMethod.BindGenericParameters"): Renamed to
6266         "MakeGenericMethod".
6267         ("MethodBuilder.BindGenericParameters"): Renamed to
6268         "MakeGenericMethod".    
6269
6270 2005-09-05  Martin Baulig  <martin@ximian.com>
6271
6272         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
6273
6274 2005-09-05  Martin Baulig  <martin@ximian.com>
6275
6276         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6277
6278         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
6279         generic_container is non-NULL.
6280
6281 2005-09-05  Martin Baulig  <martin@ximian.com>
6282
6283         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6284
6285         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
6286
6287 2005-08-29  Michal Moskal  <malekith@nemerle.org>
6288
6289         * reflection.c (encode_locals,
6290         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
6291         for large generic types.
6292
6293 2005-09-05  Martin Baulig  <martin@ximian.com>
6294
6295         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6296
6297         * class.c (mono_dup_array_type): New public method.
6298         (mono_metadata_signature_deep_dup): New public method.
6299         (dup_type): Correctly duplicate array and function types.
6300
6301 2005-09-05  Martin Baulig  <martin@ximian.com>
6302
6303         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6304
6305         * reflection.c (get_default_param_value_blobs): Handle generic types
6306         and generic methods.
6307
6308 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
6309
6310         * class.c: Fixed error reporting (method/class were inversed) for 
6311         inheritance demands.
6312         * security-manager.c|h: Added the AppDomain when calling the managed
6313         System.Security.SecurityManager.InheritanceDemand method.
6314
6315 2005-09-01  Raja R Harinath  <rharinath@novell.com>
6316
6317         * reflection.c (encode_marshal_blob): 'marshaltype' and
6318         'marshaltyperef' are alternate sources for the custom marshaler
6319         name.
6320
6321 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
6322
6323         * class.c: fix creation of array classes with rank == 1
6324         (patch by Ankit Jain <jankit@novell.com>).
6325
6326 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
6327
6328         * object.c: fix check for creating the bound data for arrays vs
6329         szarrays.
6330
6331 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6332
6333         * object.c: configuration file name is now based on the executable name,
6334         not the image name. Fixes bug #75931.
6335
6336 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
6337
6338         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
6339         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
6340
6341 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
6342
6343         * rand.c: Use wincrypt.h instead of WinCrypt.h.
6344
6345 2005-08-24  Ankit Jain  <jankit@novell.com>
6346             Raja R Harinath  <rharinath@novell.com>
6347
6348         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
6349           called by it recursively.
6350           (mono_class_init): Remove special case in pending_init handling, since it's
6351           superseded by the fix to mono_class_from_typeref.
6352
6353 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
6354
6355         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
6356         BROKEN_THREAD_START stuff.
6357
6358 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
6359
6360         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
6361         trampoline.
6362
6363         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
6364         
6365         * object.c (mono_delegate_ctor): Replace the original function address with
6366         a delegate trampoline.
6367
6368 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
6369
6370         * icall.c: add boolean argument to base64_to_byte_array and 
6371         InternalFromBase64String to control whether a whitespace-only string
6372         is allowed (or should casue a FormatException to be thrown). We need
6373         this as the behavior has changed between MS.NET 1.x and 2.0, and we
6374         to match the MS behaviour in both profiles.
6375         * appdomain.c: Bump corlib version.
6376
6377 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6378
6379         This patch implements a big portion of publisher policy
6380         support, used to bind assembly versions and redirect
6381         one assembly from version A to version B.
6382
6383         * assembly.c:
6384         New GSList loaded_assembly_bindings, for storing the cached
6385         assembly bindings.
6386         (assembly_binding_maps_name): New static function for checking if a 
6387         assembly binding information maps an assembly name.
6388         (mono_assembly_binding_info_free): New function for freeing
6389         assembly binding information resources.
6390         (get_publisher_policy_info): New static function for retrieving 
6391         assembly binding information from a MonoImage.
6392         (compare_versions): New static function for comparing an assembly
6393         binding information data and the version of an assembly name.
6394         (check_policy_versions): New static function for checking if an
6395         assembly binding info mapping an assembly name is valid for it.
6396         (mono_assembly_load_publisher_policy): New static function for
6397         loading the 'policy.major.minor.MyAssembly' image for an assembly
6398         with an assembly name 'aname'.
6399         (mono_assembly_bind_version): New static function for updating
6400         assembly redirection.
6401         (mono_assembly_apply_binding): New static function for applying
6402         assembly binding.
6403         (search_binding_loaded): New static function for searching 
6404         loaded assembly binding infos in the cache domain.
6405         (mono_assembly_load_full): Don't apply assembly binding for
6406         reflection only assemblies.
6407
6408         * metadata-internals.h: Add MonoAssemblyBindingInfo,
6409         which contains information about assembly binding. Also
6410         declare signature for mono_config_parse_publisher_policy ()
6411         function, used to retrieve pub policy info.
6412         
6413         * mono-config.c:
6414         (publisher_policy_start): New static function used to parse publisher 
6415         policy config files.
6416         (publisher_policy_parser): New static MonoParseHandler containing 
6417         the functions used when parsing config files.
6418         (mono_config_parse_publisher_policy): New function for parsing
6419         publisher policy files.
6420         
6421 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
6422
6423         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
6424
6425         * marshal.c (mono_delegate_free_ftnptr): Ditto.
6426
6427         * object.c (mono_get_addr_from_ftnptr): New helper function.
6428
6429         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
6430
6431         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6432
6433 2005-08-19  Dick Porter  <dick@ximian.com>
6434
6435         * threads.c, threads.h, appdomain.c, appdomain.h,
6436         profiler-private.h, monitor.c, object.c, object-internals.h,
6437         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
6438         store the thread ID, so it can hold a 64 bit value if needed.
6439
6440 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
6441
6442         * reflection.c (mono_reflection_create_dynamic_method): Store the
6443         handle class into the method references as well so ldtoken works in
6444         dynamic methods.
6445
6446         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
6447         types.
6448
6449 2005-08-19  Ankit Jain <jankit@novell.com>
6450
6451         Fix #75847.
6452         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
6453           here rather than using the method signature of a arbitrary function
6454           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
6455           two arguments.
6456           Hack done with Harinath.
6457
6458 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6459
6460         * threadpool.c: disable printing stack traces when we get a exception
6461         in a threadpool thread. I need to do more testing to figure out which
6462         cases actually print this. Fixes bug #75828.
6463
6464 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6465
6466         * icall.c: there might be ignored whitespace after the last '='. This
6467         fixes length computation and bug #75840.
6468
6469 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
6470
6471         * assembly.c (mono_assembly_load_full): Consider .exe extension as
6472         well. Fixes #75809.
6473
6474         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
6475         #75784.
6476         
6477         * reflection.c (create_custom_attr_data): Ditto.
6478
6479 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
6480
6481         * locales.c, culture-info.h : removed RegionLCIDMap.
6482         * culture-info-tables.h : regenerated.
6483
6484 2005-08-16  Martin Baulig  <martin@ximian.com>
6485
6486         * class.c (mono_type_get_name_recurse): Small fix.
6487
6488 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
6489
6490         * locales.c : indentation fixie.
6491
6492 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
6493
6494         * object-internals.h,
6495           locales.h,
6496           locales.c,
6497           culture-info.h,
6498           icall.c : added RegionInfo table support.
6499         * culture-info-table.h : regenerated for region support.
6500
6501 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
6502
6503         * reflection.c (resolve_object): handle all kinds of MonoMethod
6504         including generic ones
6505
6506 2005-08-12  Ankit Jain <jankit@novell.com>
6507
6508         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
6509           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
6510
6511 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
6512
6513         * process.c: Don't close a thread handle when it's NULL. This is a
6514         workaround for bug #75733.
6515
6516 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
6517
6518         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
6519
6520 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
6521
6522         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
6523
6524 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6525
6526         * threadpool.c: if a work item in the thread pool has a callback that
6527         catches a exception, don't propagate it after invoking the callback.
6528         Fixes bug #75336.
6529
6530 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
6531
6532         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
6533
6534         * class-internals.h (MonoCachedClassInfo): Add some new fields.
6535
6536         * class.c (mono_class_init): Load field info lazily in the AOT case.    
6537
6538         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
6539
6540 2005-08-03  Ankit Jain  <jankit@novell.com>
6541
6542         Fix #75683.
6543         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
6544           PInvoke calling convention is 0.
6545
6546 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
6547
6548         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
6549         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
6550
6551 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
6552
6553         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
6554         to handle threads not started by the GC (patch by Michael Meeks
6555         <michael.meeks@novell.com>).
6556
6557 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
6558
6559         * reflection.c: Make buffer used in emitting types larger for some
6560         big generic types (patch by Michal Moskal).
6561
6562 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
6563
6564         * mono-debug.c: Fix some (not all) alignment problems.
6565
6566 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6567
6568         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
6569         Invoke mono_image_load_from_data_full passing the refonly
6570         parameter.
6571
6572         * assembly.c
6573         (mono_assembly_open_from_bundle): Add the refonly argument, 
6574         in order to pass it to other methods it calls to.
6575         (do_mono_assembly_open): Add the refonly argument, in order 
6576         to pass it to other methods it calls to.
6577         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
6578         the refonly parameter to it.
6579
6580         * image.c: Add loaded_images_refonly_hash and
6581         loaded_images_refonly_guid_hash to cache the reflection
6582         only loaded images.
6583         (mono_images_init): Initialize the hash tables used for
6584         caching the reflection only images.
6585         (load_modules): Invoke mono_image_open_full passing the refonly
6586         parameter to load the modules the correct way.
6587         (build_guid_table): Add the refonly argument, to re-build the 
6588         correct hash table.
6589         (do_mono_image_open): Added the refonly argument, in order to
6590         define it for the loaded image.
6591         (mono_image_loaded_full): New function, which receives an
6592         additional parameter to look for the image in the refonly or
6593         non-refonly section.
6594         (mono_image_loaded): Updated, using mono_image_loaded_full.
6595         (mono_image_loaded_by_guid_full): The same case that happens
6596         with mono_image_loaded_full.
6597         (mono_image_loaded_by_guid): Likewise.
6598         (register_image): Use the ref_only variable inside MonoImage
6599         to decide in which hash table store the current image.
6600         (mono_image_open_from_data_full): Rename
6601         mono_image_open_from_data to mono_image_open_from_data_full,
6602         adding the refonly argument, to define the ref_only variable 
6603         inside MonoImage.
6604         (mono_image_open_from_data): Return 
6605         mono_image_open_from_data_full.
6606         (mono_image_open_full): Rename mono_image_open to
6607         mono_image_open_full, receiving the new refonly argument,
6608         to pass it to inner methods.
6609         (mono_pe_file_open): Update this function, to open
6610         a MonoImage as a non-refonly image.
6611         (mono_image_close): Use the refonly variable inside
6612         MonoImage to remove the image from the correct caches.
6613
6614         * image.h: Add the signatures of mono_image_open_full,
6615         mono_image_open_from_data_full, mono_image_loaded_full,
6616         mono_image_loaded_by_guid_full.
6617
6618         * metadata-internals.h: Add the ref_only field to 
6619         MonoImage.
6620         
6621 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6622
6623         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
6624         Fix the last behavior, which used to load the assemblies and
6625         extract MonoReflectionAssemblyName information, instead of
6626         extract it from the metadata tables. Needed for Reflection
6627         Only assemblies.
6628         
6629 2005-07-29  Martin Baulig  <martin@ximian.com>
6630
6631         * mono-debug-debugger.c
6632         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
6633         not initialized.
6634
6635         * mono-debug.c
6636         (mono_debug_address_from_il_offset): Check whether we have
6637         debugging support before attempting to take the lock.
6638         (mono_debug_source_location_from_address): Likewise.
6639         (mono_debug_source_location_from_il_offset): Likewise.
6640         (mono_debug_il_offset_from_address): Likewise.
6641         (mono_debug_address_from_il_offset): Likewise.
6642
6643 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
6644
6645         * class.c (mono_class_from_name_case): Add support for dynamic images.
6646         Fixes #75650.
6647
6648         * object.c (mono_class_compute_gc_descriptor): Add a workaround
6649         for #75479.
6650
6651 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
6652         
6653         * reflection.c (mono_method_get_object): Fix warning.
6654
6655 2005-07-28  Martin Baulig  <martin@ximian.com>
6656
6657         * mono-debug.c
6658         (mono_debug_add_wrapper): Also write the wrapper type.
6659
6660 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
6661
6662         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
6663         
6664         * class.c (mono_class_init): Avoid reading nested classes if the AOT
6665         data indicates the class has none.
6666
6667 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
6668
6669         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
6670         loader lock with the debugger lock. Prevents deadlocks for beagle.
6671
6672         Beagle can now run on an smp box for a weekend without any
6673         issues. Woohoo!
6674
6675 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
6676
6677         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
6678         in a module. Fixes #75629.
6679
6680 2005-07-26  Martin Baulig  <martin@ximian.com>
6681
6682         * mono-debug.c (mono_debug_add_wrapper): New static method.
6683         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
6684         interncall or a wrapper.
6685
6686         * mono-debug.h (MonoDebugWrapperData): New public typedef.
6687         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
6688         (MONO_DEBUGGER_VERSION): Bump to 51.
6689
6690         * mono-debug-debugger.c
6691         (mono_debugger_add_type): Removed this empty function.
6692         (mono_debugger_add_method): Likewise.
6693
6694 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
6695
6696         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
6697         before accessing method->slot.
6698
6699 2005-07-21  Jb Evain  <jbevain@gmail.com>
6700
6701         * reflection.c (method_encode_clauses/class): Handle filters clauses.
6702         Fixes #75010.
6703
6704 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
6705
6706         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
6707         #75587.
6708
6709 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
6710
6711         * image.h image.c: Add mono_image_get_guid () API function.
6712
6713 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
6714
6715         There were issues when multiple threads tried to load
6716         assemblies. A deadlock was created between assemblies_mutex and
6717         mono_domain_assemblies_lock. This fixes the issue by making the
6718         assembly ref counting be lock free. See bug 75586.
6719         
6720         * image.c (mono_image_close): The add ref function here was using
6721         Interlocked operations while the unref was using a mutex and a
6722         --. I don't think this was ever a bug that would be exposed in a
6723         non-pendantic way (ie, by an embedder doing a ref on one thread
6724         and an unref on another), but for the sake of correctness, this is
6725         now Interlocked.
6726
6727         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
6728         (mono_assembly_load_reference): Call mono_assembly_addref rather
6729         than touching the refcount ourselves.
6730         (mono_assembly_close): Use InterlockedDecrement to unref the
6731         assembly. Don't acquire the lock unless it is actually needed.
6732
6733 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
6734
6735         * class.c (mono_class_layout_fields): Fix calculation of has_references
6736         for generic types.
6737
6738 2005-07-12  Martin Baulig  <martin@ximian.com>
6739
6740         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6741
6742         * metadata.c
6743         (mono_type_hash): Provide better hashing for generic instances.
6744         (mono_generic_inst_hash): Improve hashing.
6745         (mono_generic_class_hash): Likewise.
6746
6747         * reflection.c (mymono_metadata_type_hash): Improve hashing for
6748         generic instances.
6749
6750 2005-07-12  Martin Baulig  <martin@ximian.com>
6751
6752         * reflection.c (mono_reflection_create_runtime_class): Remove the
6753         hack for generic type definitions and non-`Run' assemblies.
6754         (mono_reflection_bind_generic_parameters): Also use
6755         `klass->wastypebuilder' to check for TypeBuilders.
6756
6757 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
6758
6759         * class.c (mono_class_layout_fields): Fix calculation of has_references
6760         for generic types.
6761
6762         * class.c (inflate_generic_class): Fix a leak.
6763         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
6764         for generic types.
6765
6766 2005-07-11  Martin Baulig  <martin@ximian.com>
6767
6768         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
6769         on error.
6770
6771 2005-07-11  Martin Baulig  <martin@ximian.com>
6772
6773         * loader.c (find_method): Also lookup in
6774         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
6775
6776 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
6777
6778         * appdomain.c (mono_domain_unload): Don't free the error message
6779         before passing it to mono_get_exception_...
6780
6781         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
6782         
6783 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
6784
6785         * threads.c: try to better guess an available RT signal (bug #75387).
6786
6787 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
6788
6789         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
6790         and CACHE_OBJECT.
6791
6792 2005-07-07  Martin Baulig  <martin@ximian.com>
6793
6794         * class.c (mono_type_get_name_full): Return NULL for
6795         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
6796         fixes #75408.
6797
6798 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
6799
6800         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
6801         exit the appdomain as well being aborted.
6802
6803         * threadpool.c: Create all threadpool threads inside the root appdomain, and
6804         change back to the root domain after calling managed code. This enables
6805         appdomains using threadpools to be unloaded.
6806
6807 2005-07-07  Martin Baulig  <martin@ximian.com>
6808
6809         * class-internals.h
6810         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
6811         into `MonoDynamicGenericClass' since we only need it for dynamic
6812         types.
6813
6814         * reflection.c (mono_class_bind_generic_parameters): We don't need
6815         to compute the `parent' here.
6816
6817 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
6818
6819         * culture-info-table.h : regenerated.
6820
6821 2005-07-06  Martin Baulig  <martin@ximian.com>
6822
6823         * icall.c
6824         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
6825
6826         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
6827
6828 2005-07-06  Martin Baulig  <martin@ximian.com>
6829
6830         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
6831         we're doing a signature-only comparision; fixes #74945.
6832
6833 2005-07-06  Martin Baulig  <martin@ximian.com>
6834
6835         * class-internals.h (MonoGenericClass): Moved some things out into
6836         a new `MonoInflatedGenericClass' type.  
6837         (MonoInflatedGenericClass): New type; the `klass' of a
6838         `MonoGenericClass' is now computed lazyly in
6839         mono_get_inflated_generic_class().      
6840
6841         * class.c (mono_get_inflated_generic_class): New public function.
6842         (mono_class_inflate_generic_method): Removed the unused
6843         `MonoClass *' argument.
6844         (setup_generic_vtable): Don't call mono_get_inflated_method() on
6845         all the methods.
6846         (mono_class_create_generic): Make this static and merge it with
6847         mono_class_create_generic_2(); we're now called automatically from
6848         mono_get_inflated_generic_class().
6849
6850         * loader.c (mono_method_signature): Call
6851         mono_get_inflated_method() here.
6852
6853 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
6854
6855         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
6856         type of fields with RVA.
6857
6858         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
6859         for this pseudo class.
6860         (my_mono_class_from_generic_parameter): Likewise.
6861         (mono_class_init): Allow interfaces to have cctors.
6862
6863 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
6864
6865         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
6866         lazily for AOT methods.
6867
6868 2005-07-05  Martin Baulig  <martin@ximian.com>
6869
6870         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
6871         returns FALSE for a successful match, not TRUE.
6872
6873 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
6874
6875         * loader.c (mono_method_get_index): Optimize this a bit.
6876
6877 2005-07-04  Martin Baulig  <martin@ximian.com>
6878
6879         * class.c
6880         (class_compute_field_layout): Move the check for generic type
6881         definitions into mono_class_layout_fields().  Fixes #74684.
6882         (mono_class_from_generic_parameter): Correctly compute
6883         `klass->parent'; fixes #75457.
6884
6885         * reflection.c (register_assembly, register_module): Make sure
6886         `domain->rejobject_hash' is already created.
6887
6888 2005-07-02  Martin Baulig  <martin@ximian.com>
6889
6890         * class-internals.h
6891         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
6892         `MonoDynamicGenericClass'.      
6893
6894 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
6895
6896         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
6897         returned by a field getter is null, since null is a valid value.
6898
6899 2005-07-01  Martin Baulig  <martin@ximian.com>
6900
6901         * reflection.c (mono_reflection_generic_class_initialize): Update
6902         the `dgclass->fields [i].parent' to the correct class.
6903         (mono_image_get_fieldref_token): Use the declaring type, not the
6904         reflected type.
6905
6906 2005-07-01  Martin Baulig  <martin@ximian.com>
6907
6908         * loader.c (find_method): Also look in the interfaces; fixes #75429.
6909
6910 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
6911
6912         * threads.c (thread_cleanup): assert that thread != NULL
6913         (wait_for_tids_or_state_change): We were using the wrong variable
6914         when accessing wait->threads. `i' was always out of the bounds of
6915         the array.
6916
6917 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6918
6919         * loader.c: map user32 and kernel32 to libMonoSupportW
6920
6921 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
6922
6923         * appdomain.c (unload_thread_main): Mark this as WINAPI.
6924
6925 2005-06-28  Martin Baulig  <martin@ximian.com>
6926
6927         * loader.c (method_from_methodspec): Fix #75334.
6928
6929 2005-06-28  Martin Baulig  <martin@ximian.com>
6930
6931         Fix #74953 - Arrays now implement the generic IList<T> interface
6932         on the 2.0 platform.
6933
6934         * class-internals.h (MonoDefaults): Added `generic_array_class'.
6935
6936         * reflection.c (mono_class_bind_generic_parameters): New public
6937         function; similar to mono_reflection_bind_generic_parameters(),
6938         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
6939
6940         * domain.c (mono_init_internal): Try to initialize.
6941         `mono_defaults.generic_array_class' here; this'll only succeed if
6942         we're using the 2.0 corlib.
6943
6944         * icall.c
6945         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
6946         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
6947         (mono_lookup_internal_call): Added support for nested classes.
6948
6949         * loader.c
6950         (mono_get_method_from_token): Set `result->signature->pinvoke' if
6951         we're an interncall and have generic arguments.
6952
6953         * class.c
6954         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
6955         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
6956         instance of System.Array.InternalArray<T> for arrays, so they
6957         implement the generic IList<T> interface.
6958
6959 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
6960
6961         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
6962         (chastamar@yahoo.com). Fixes #75374.    
6963
6964 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
6965
6966         * culture-info-table.h: regenerated.
6967
6968 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6969
6970         * icall.c: handle spaces correctly for base64 strings.
6971
6972 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
6973
6974         * *.c: Kill some warnings.
6975
6976 2005-06-23  Duncan Mak  <duncan@novell.com>
6977
6978         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
6979         that this builds on Solaris 10 (x86).
6980
6981 2005-06-23  Martin Baulig  <martin@ximian.com>
6982
6983         * class.c
6984         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
6985         generic type definitions.
6986
6987 2005-06-23  Martin Baulig  <martin@ximian.com>
6988
6989         Fix #75331.
6990
6991         * metadata.c (mono_class_get_overrides): Renamed to
6992         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
6993         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
6994         pass it to mono_get_method_full().
6995
6996 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
6997
6998         * reflection.c (mono_reflection_create_runtime_class): take the
6999         mono_domain_lock in this method. Prevents deadlocks
7000
7001 2005-06-22  Martin Baulig  <martin@ximian.com>
7002
7003         * loader.c (method_from_methodspec): Fix #75330.
7004
7005 2005-06-22  Martin Baulig  <martin@ximian.com>
7006
7007         * reflection.c (type_get_qualified_name): Use
7008         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
7009         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
7010         argument; use it if we don't have an assembly name.
7011
7012 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
7013
7014         * object.c: In mono_message_init, set "copy out" flag for in
7015         parameters with the [Out] flag.
7016
7017 2005-06-21  Martin Baulig  <martin@ximian.com>
7018
7019         * class.c
7020         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
7021         and MONO_TYPE_PTR.
7022
7023 2005-06-21  Martin Baulig  <martin@ximian.com>
7024
7025         * class.c (mono_class_init): Don't initialize `class->fields' for
7026         generic instances since they're initialized again in
7027         compute_field_layout(). 
7028         (compute_field_layout): Set the field's `generic_info' here; fix
7029         #75320. 
7030
7031 2005-06-21  Martin Baulig  <martin@ximian.com>
7032
7033         * class-internals.h
7034         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
7035
7036         * metadata.c (mono_metadata_generic_method_equal): Also
7037         distinguish the `generic_class'; fixes #75334.
7038
7039 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7040
7041         * domain.c:
7042         * appdomain.c:
7043         * domain-internals.h:
7044         * reflection.c: 'domain_assemblies' field is now protected by its own
7045         lock. Don't call into managed code to run the AssemblyLoad event if we
7046         now there are no registered delegates for it.
7047
7048 2005-06-20  Martin Baulig  <martin@ximian.com>
7049
7050         * class.c (mono_class_is_assignable_from): Use a custom version of
7051         mono_class_has_parent() to make things work for generic instances;
7052         fix #75300.
7053
7054 2005-06-20  Martin Baulig  <martin@ximian.com>
7055
7056         * loader.c (method_from_methodspec): Apply a patch from
7057         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
7058
7059 2005-06-20  Martin Baulig  <martin@ximian.com>
7060
7061         * class.c (mono_class_init): Reverted Zoltan's last change; it
7062         breaks generics.
7063
7064 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
7065
7066         * threads.c (wait_for_tids_or_state_change): Add missing locking.
7067
7068 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7069
7070         * socket-io.c: fix the index in the socket array for writable/error
7071         sockets. Fixes bug #75306.
7072
7073 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
7074
7075         * class.c (mono_class_init): Allow interfaces to have static ctors.
7076
7077 2005-06-17  Martin Baulig  <martin@ximian.com>
7078
7079         * loader.c (method_from_methodspec): Use `context->container' when
7080         parsing the `gmethod->inst'.
7081
7082 2005-06-17  Martin Baulig  <martin@ximian.com>
7083
7084         * class.c (mono_type_get_name_recurse): Don't add the assembly
7085         name for type arguments.
7086
7087 2005-06-15  Martin Baulig  <martin@ximian.com>
7088
7089         * reflection.c (mono_image_get_inflated_method_token): Encode
7090         correct klass; fixes #75260.
7091
7092 2005-06-13 Michal Moskal <malekith@nemerle.org>
7093
7094         * icall.c: Make GetCorrespondingMethod/Constructor take
7095         MonoReflectionMethod method not MonoMethod. Removed
7096         MonoType.GetCorrespondingField, and make
7097         MonoGenericType.GetCorrespondingField take name not
7098         MonoClassField.
7099
7100 2005-06-13  Michal Moskal <malekith@nemerle.org>
7101
7102         * reflection.c (field_encode_signature, encode_locals):
7103          Make sizes of buffers for types larger (for big generic types).
7104          (create_generic_typespec,
7105          mono_reflection_sighelper_get_signature_local,
7106          mono_reflection_sighelper_get_signature_field):
7107          Add asserts for too small buffers.
7108
7109 2005-06-15  Martin Baulig  <martin@ximian.com>
7110
7111         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
7112         if our parent is not a dynamic type.
7113
7114 2005-06-15  Martin Baulig  <martin@ximian.com>
7115
7116         * class-internals.h (MonoTypeNameFormat): New enum.
7117
7118         * class.c
7119         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
7120         (mono_type_get_full_name): Removed.
7121         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
7122         argument instead of the boolean's.
7123
7124         * icall.c (ves_icall_System_MonoType_getFullName):
7125         Added `gboolean assembly_qualified'.    
7126
7127         * reflection.h
7128         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
7129
7130         * reflection.c (mono_reflection_parse_type): Parse the new type
7131         name format.
7132
7133 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7134
7135         * icall.c: no need to convert from utf16 to utf8 and then back again
7136         after the call to GetLogicalDrives.
7137
7138 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7139
7140         * icall.c: frombase64. Fix problems exposed by new tests.
7141
7142 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7143
7144         * icall.c: added internal calls for converting char [] and strings in
7145         base64 into byte [].
7146
7147 2005-06-10  Martin Baulig  <martin@ximian.com>
7148
7149         * class.c (mono_class_create_generic_2): Read the nested classes
7150         from the metadata rather than from `gklass->nested_classes' since
7151         `gklass' might not be initialized yet.
7152
7153 2005-06-09  Duncan Mak  <duncan@novell.com>
7154
7155         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
7156         all public headers. Fixes #74919.
7157
7158 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
7159
7160         * domain.c: The key for proxy_vtable_hash is now a pointer
7161         array. Added new GHashFunc and GCompareFunc functions for this.
7162
7163         * class.h: The list of interfaces in MonoRemoteClass is known in
7164         advance and can't grow (we create a new MonoRemoteClass if needed),
7165         so now the interface array can be allocated together with
7166         MonoRemoteClass.
7167         
7168         * object.c: Added a new method create_remote_class_key.
7169         Fixed mono_remote_class so it does not depend on
7170         mono_upgrade_remote_class.
7171         Removed extend_interface_array.
7172         Added new method clone_remote_class(), which makes a copy of a remote
7173         class and adds a new interface or class to it.
7174         mono_upgrade_remote_class() now creates a new remote class (or gets
7175         it from the cache) if an vtable upgrade is needed. In this way
7176         we make sure that other objects sharing the same remote class
7177         don't get the new vtable with unwanted interfaces.
7178         
7179         * object-internals.h:
7180         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
7181         
7182         * marshal.c: Track changes in mono_upgrade_remote_class().
7183
7184 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
7185         * icall.c: Add runtime methods for obtaining members of inflated
7186         class, which were created from supplied non-inflated members. It
7187         is used in internal Get{Method,Constructor,Field} methods in
7188         System.Type
7189
7190 2005-06-09  Martin Baulig  <martin@ximian.com>
7191
7192         * reflection.c
7193         (mono_reflection_bind_generic_method_parameters): Fix #75169.
7194
7195 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7196         * reflection.c (mono_image_basic_init): Define
7197         Version in MonoDynamicAssembly. 
7198         
7199 2005-06-08  Martin Baulig  <martin@ximian.com>
7200
7201         Fix #75136.
7202
7203         * loader.c
7204         (mono_method_signature_full): New public method; takes a
7205         `MonoGenericContext *'.
7206         (find_method): Use mono_method_signature_full() and pass the
7207         klass'es context to it.
7208
7209         * class.c (mono_class_is_inflated_method): Use
7210         mono_method_signature_full() and pass the context to it.
7211
7212 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
7213
7214         * object.c: add proper locking in mono_remote_class_vtable(),
7215         fixes possible memory corruption.
7216
7217 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
7218
7219         * marshal.c (mono_remoting_marshal_init): set
7220         initialized after initialization.
7221
7222 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
7223
7224         * locales.c : hush.
7225
7226 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
7227
7228         * object.c (extend_interface_array): fix really silly
7229         memory corrupting / comparison bug.
7230
7231 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7232
7233         * reflection.c: Functions added to support the creation
7234         of CustomAttributeData, which includes Attribute data
7235         used by ReflectionOnly methods.
7236
7237         * reflection.h:  mono_reflection_get_custom_attrs_data and
7238          mono_custom_attrs_data_construct added (functions exposed).
7239
7240          * icall.c: Added mono_reflection_get_custom_attrs_data
7241          as icall.
7242         
7243 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
7244
7245         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
7246         lupus's request.
7247
7248 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
7249
7250         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
7251
7252         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
7253         dynamic DllImportAttribute.
7254
7255         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
7256         dynamic DllImportAttribute.
7257
7258         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
7259         Fixes #75162.
7260
7261 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7262
7263         * threads.c: avoid segfault when an unstarted thread is aborted.
7264
7265 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
7266
7267         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
7268         Returns the name and version of the runtime for reporting.
7269
7270 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7271
7272         * appdomain.c: bump corlib version.
7273         * object-internals.h: new field in MonoReflectionAssembly.
7274
7275 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7276
7277         * object-internals.h: Carlos forgot to add this field.
7278
7279 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7280
7281         * icall.c: Added create_version to create instances
7282         of Version of MonoReflectionAssemblyName. This change helps
7283         the AssemblyName tests to keep running fine.
7284         
7285 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
7286   
7287         * object.c (mono_method_return_message_restore): A somehow less
7288         intrusive fix for #75138.
7289
7290 2005-06-03  Raja R Harinath  <rharinath@novell.com>
7291
7292         * object.c (mono_method_return_message_restore): Fix computation
7293         of expected number of out args.
7294
7295 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
7296
7297         * reflection.c (mono_image_get_method_info): Fix the case when the
7298         charset is empty.
7299
7300 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
7301
7302         * object.c: Added missing null check in
7303           mono_method_return_message_restore.
7304
7305 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
7306
7307         * reflection.c (mono_image_get_method_info): Handle the case when
7308         dllentry is empty.
7309
7310 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
7311
7312         * object.c: When creating the vtable for a proxy, take into account
7313         all inherited interfaces, not only the ones registered in
7314         iclass->interfaces. This fixs bug #74996.
7315         Also, in mono_method_return_message_restore, verify that the array
7316         of out args has the expected lengh.
7317
7318 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7319
7320         * socket-io.c: update the timeout in Poll when the call is interrupte.
7321
7322 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7323
7324         * socket-io.c: support abort/suspend in Select_internal after last
7325         change.
7326
7327 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7328
7329         * threadpool.c: remove warning.
7330
7331 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7332
7333         * icall.c:
7334         * socket-io.[ch]: Select_internal uses poll() now when available, thus
7335         removing the 1024 limit from select(). Runtime part of the fix for
7336         bug #71203.
7337
7338 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7339
7340         * socket-io.c: when resolving the addresses for the same
7341         host returned by gethostname(), get the local IPs from the interface
7342         list. Loopback addresses are discarded if the are interfaces up with
7343         non-loopback ones. Fixes bug #63265.
7344
7345 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
7346
7347         * appdomain.c, verify.c, object-internals.h, reflection.c:
7348         bumped corlib number to 36, and added new extra_flags field
7349         to ReflectionMethodBuilder and friends.  Fixes #75060.
7350
7351 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
7352
7353         * gc.c: register a new weak link only if the object is non-null
7354         (fixes bug#75047).
7355
7356 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
7357
7358         * culture-info.h : short time pattern too.
7359
7360 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
7361
7362         * culture-info.h : expand long time pattern string length.
7363
7364 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7365
7366         * culture-info-table.h : update (more French date format; #72788).
7367
7368 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
7369
7370         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
7371         the method is static. Fixes #75029.
7372
7373 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
7374
7375         * reflection.c: Update the table_idx field of method builders after
7376         saving the module, since it can change. This is a workaround for
7377         bug #74914. 
7378
7379 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7380
7381         * culture-info-table.h : update (additional French date format).
7382
7383 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
7384
7385         * icall.c (ves_icall_type_Equals): Revert last change.
7386         
7387         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
7388
7389         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
7390
7391 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
7392
7393         * class-internals.h: Added executioncontext_class field to 
7394         MonoDefaults structure.
7395         * domain.c: Cache System.Threading.ExecutionContext class in 
7396         mono_defaults.
7397         * object.c: Capture the ExecutionContext for asynchroneous calls in
7398          mono_async_result_new.
7399         * object-internals.h: Added execution_context and original_context 
7400         fields to MonoAsyncResult. Added execution_context to MonoThread.
7401         * security-manager.c|.h: Added mono_get_context_capture_method to 
7402         return the capture method (if required by the security manager or by
7403         the framework version used).
7404         * threadpool.c: Apply capture (if present) ExecutionContext in 
7405         mono_async_invoke and revert to original context after it completes.
7406
7407 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
7408
7409         * culture-info-table.h : updated (real hacky solution for zh-CHT).
7410
7411 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
7412
7413         * culture-info-table.h : zh-CHT related workaround.
7414
7415 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
7416
7417         * marshal.c (emit_marshal_custom): Add some error checking and call the
7418         methods in the ICustomMarshaler interface. Fixes #74875.
7419         
7420         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
7421         native->managed wrappers.
7422
7423 2005-05-12  Martin Baulig  <martin@ximian.com>
7424
7425         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
7426         here and use the loader lock.
7427
7428         * mono-debug.c: Properly lock when the debugger is not attached.
7429         (mono_debug_init): Release the initial lock if we're not running
7430         in the debugger.
7431
7432 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
7433
7434         * marshal.c (emit_marshal_custom): Pass through NULL values without
7435         calling the custom marshalling routines.
7436
7437         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
7438         conversion in structures. Fixes #74882.
7439
7440 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
7441
7442         * culture-info-table.h : zh-* cultures were missing.
7443
7444 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
7445
7446         * threads.c: Added a new event background_change_event which is signaled
7447         when a thread changes its background mode.
7448         Moved here several checks previously done in managed code. The checks
7449         require the thread lock, and using the thread lock in managed code
7450         can result in deadlocks.
7451         Merged Start_internal and Thread_internal into a single method. Now 
7452         Thread_internal does all work of creating and starting a thread.
7453         Added icalls for setting and getting the state of the object. Moved from
7454         managed code to avoid locking there.
7455         Added wait_for_tids_or_state_change() which is called instad of
7456         wait_for_tids when waiting for non-backround threads to end. This method
7457         will return if one of the threads ends or the background_change_event
7458         is signaled.
7459         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
7460         the background mode. This method signals the background_change_event
7461         event.
7462         * icall.c:
7463         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
7464         removed Start_internal.
7465         
7466 2005-05-11  Martin Baulig  <martin@ximian.com>
7467
7468         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
7469         to order of some fields to get proper alignment on 64-bit machines.
7470
7471 2005-05-11  Martin Baulig  <martin@ximian.com>
7472
7473         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
7474         changes as they're broken and completely fuck up the debugger.
7475
7476         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
7477
7478 2005-05-10  Martin Baulig  <martin@ximian.com>
7479
7480         * reflection.c (mono_reflection_generic_class_initialize): Don't
7481         call mono_class_setup_parent() here.
7482
7483 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7484
7485         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
7486         send/receive timeout use an integer in milliseconds. We were using a
7487         struct timeval.
7488
7489 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7490
7491         * locales.c:
7492         (internal_get_cultures): reserve the first slot of the array for the
7493         InvariantCulture, which will be filled in managed code.
7494
7495 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
7496
7497         * reflection.c (mono_image_fill_module_table): Initialize the
7498         GENERATION field as well.
7499
7500 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7501
7502         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
7503         Monitor.Enter on the object.
7504
7505 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
7506
7507         * threads.c: Enable the wait for running threads when exiting.
7508         * icall.c: Suspend all threads before exiting.
7509
7510 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
7511
7512         * assembly.c (mono_assembly_load_reference): Fix warning.
7513
7514 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7515
7516         * threadpool.c: changed the default number of threads per cpu. From now
7517         on, the default will be 20 + (5 * number of cpus) instead of 50.
7518
7519 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
7520
7521         * loader.c (mono_method_get_signature_full): Add locking here.
7522
7523 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
7524
7525         * appdomain.c: Moved methods for parsing and freeing assembly
7526         names to assembly.c.
7527         * assembly.c, domain-internals.h: Created public methods for parsing
7528         assembly names. Fixed mono_assembly_load_with_partial_name:
7529         it now finds the best match, taking into account the version,
7530         token and culture specified in the partial name. Also return
7531         the latest version if no version information is specified.
7532
7533 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
7534
7535         * threadpool.c: replace check for SocketAsyncCall class.
7536
7537 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7538
7539         * threadpool-internals.h:
7540         * Makefile.am: added threadpool-internals.h
7541
7542         * threadpool.c: call mono_unhandled_exception on exceptions not handled
7543         that happen in threadpool threads (tested on MS).
7544         (mono_thread_pool_remove_socket): new function that dispatch any pending
7545         AIO call on a socket that is closing. By now only epoll really needs it,
7546         as select/poll wake up when the socket closes.
7547
7548
7549         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
7550
7551 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
7552
7553         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
7554
7555 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
7556
7557         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
7558
7559 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
7560
7561         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
7562         has an abort request, convert it into a suspend request.
7563
7564 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
7565
7566         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
7567         warning for the usage of `UnmanagedFunctionPointerAttribute' which
7568         is not supported yet.
7569
7570 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7571
7572         * image.c: register assemblies loaded from data (bundles) in the loaded
7573         assemblies hash. Fixes bug #74772.
7574
7575 2005-04-29  Martin Baulig  <martin@ximian.com>
7576
7577         * class.c (mono_type_get_name_recurse): Update to the new naming
7578         schema from the latest .NET 2.x beta2.
7579         (mono_class_setup_vtable_general): If we're a generic instance,
7580         copy the vtable from our generic type definition and inflate all
7581         the methods in it.
7582
7583         * loader.c (find_method): Update to the new naming schema from the
7584         latest .NET 2.x beta2.
7585
7586 2005-04-29  Raja R Harinath  <harinath@gmail.com>
7587
7588         * class.c (mono_class_init): Add a mono_loader_unlock to the
7589         #74734 fix.
7590
7591 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
7592
7593         * icall.c (ves_icall_System_Environment_Exit): Remove the 
7594         suspend_all_other_threads () call for the time being, since it can hang.
7595
7596         * threads.c (mono_thread_manage): Similarly, disable the waiting for
7597         the background threads to exit, since it can also hang.
7598
7599         * class.c (mono_class_init): Applied patch from Ankit Jain 
7600         (radical@gmail.com). Avoid pending init errors when a field refers
7601         to a nested class using a typeref. Fixes #74734.
7602
7603         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
7604         this for dynamic modules.
7605
7606 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7607
7608         * threads.c: don't wait for threads that are in the process of aborting
7609         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
7610         and waiting for background threads to finish. This makes xsp and
7611         mod-mono-server exit without random length delays and/or hangs.
7612
7613 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7614
7615         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
7616
7617 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
7618
7619         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
7620         dynamic types to prevent infinite loops. Fixes #74727.
7621
7622         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
7623         ..._is_assignable_to.
7624
7625 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
7626
7627         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
7628
7629 2005-04-25  Martin Baulig  <martin@ximian.com>
7630
7631         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
7632
7633         * domain.c
7634         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
7635
7636         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
7637
7638         * reflection.c (build_compressed_metadata): Set metadata header
7639         version to 2.0.
7640
7641 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
7642
7643         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
7644         number into an integral and a decimal part. Fixes #70473.
7645
7646         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
7647
7648 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
7649
7650         * culture-info-table.h : reflected the latest locale-builder output.
7651
7652 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7653
7654         * threadpool.c: check for SuspendRequested too when deciding if
7655         mono_thread_interruption_checkpoint should be called.
7656
7657 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7658
7659         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
7660         * threads.c: remove interruption_mutex and use Interlocked instead. When
7661         suspending all the threads, wait for all the suspended events at once.
7662         If we're shutting down and get an APC that is going to be queued,
7663         call mono_thread_execute_interruption immediately, as the thread might
7664         be sleeping on a pthread condition or mutex.
7665
7666         * icall.c: call mono_runtime_set_shutting_down before suspending the
7667         threads.
7668
7669         Fixes bug #74693. And now xsp is happier when exiting.
7670
7671 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
7672
7673         * loader.c (mono_stack_walk): Fix #74690.
7674
7675 2005-04-22  Martin Baulig  <martin@ximian.com>
7676
7677         * mono-debug.h (MonoDebugMethodJitInfo): Added
7678         `MonoDebugMethodJitInfo *jit'.
7679
7680         * mono-debug.c (mono_debug_read_method): Cache the
7681         MonoDebugMethodJitInfo in `address->jit'.
7682         (mono_debug_free_method_jit_info): New public method.
7683
7684 2005-04-22  Martin Baulig  <martin@ximian.com>
7685
7686         * class.c (mono_class_is_assignable_from): Disallow
7687         type parameter -> interface.
7688
7689 2005-04-21  Dick Porter  <dick@ximian.com>
7690
7691         * threads.c (mono_thread_create): Turn an assertion into an error.
7692
7693 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
7694
7695         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
7696         
7697         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
7698         Fix some gcc 4.0 warnings.
7699
7700 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
7701
7702         * file-io.c: fix alt dir separator char on unix systems
7703         and cleanup (fixes bug #71214).
7704
7705 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
7706
7707         * marshal.c: Use CALLVIRT instead of CALL when dispatching
7708         a call to a remote domain, since the method may be an
7709         interface method in the client domain. This fixes bug #74192.
7710
7711 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7712
7713         * threadpool.c: recv/send are now performed before going back to managed
7714         code to save one transition.
7715
7716 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7717
7718         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
7719
7720         * metadata/threadpool.c: removed hack to workaround the bug above.
7721
7722         Fixes bug #74618.
7723
7724 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
7725
7726         * reflection.c reflection.h: Fix handling of parameter defaults in
7727         dynamic methods. Also fixes handling of parameter attributes.
7728         Fixes #74609.
7729
7730         * mono-debug.c (mono_debug_close_image): Fix warning.
7731
7732 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7733
7734         * socket-io.h: replaced old unused field with new 'blocking'.
7735         * threadpool.c: restore socket blocking state on windows(tm).
7736
7737 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
7738
7739         * icall.c: don't return the codebase in the AssemblyName[] returned by
7740         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
7741         * object-internals.h: Removed FIXME (fields were presents) and fixed
7742         versioncompat declaration.
7743
7744 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7745
7746         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
7747         not closed, so don't cleanup when it happens.
7748
7749 2005-04-13  Chris Toshok  <toshok@ximian.com>
7750
7751         * mono-debug-debugger.h: change prototype for
7752         mono_debugger_lookup_type.
7753
7754         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
7755         this function, although it should probably be named
7756         mono_debugger_init_type.
7757
7758 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7759
7760         * threadpool.c: fix non-AIO case.
7761
7762 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
7763
7764         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
7765         the built-in profiler to measure just JIT compilation times.
7766
7767 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7768
7769         * threadpool.c: the epollfd might be closed by another thread at
7770         any time, so ignore EBADF at treat it as a "we're closing" sign.
7771
7772 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7773
7774         * threadpool.c: release the semaphores with a count equals to the number
7775         of working threads in both IO and regular pools. Fixed typo that messed
7776         up the count of IO pool threads. Don't initialize the pipe handles if
7777         we're using epoll.
7778
7779 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7780
7781         * threadpool.c: some systems don't like a NULL when deleting the socket
7782         from epoll.
7783
7784 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7785
7786         * threadpool.c: fix semaphore allocation.
7787
7788 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7789
7790         * threadpool.c: added epoll() based implementation for asynchronous IO
7791         that is used instead of the default poll() when available.
7792         It can be disabled by setting MONO_DISABLE_AIO.
7793
7794 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7795
7796         * threadpool.c: windows needs 'closesocket' and instead of returning
7797         0 when the stream is closed while in select, it returns -1. Fixes bug
7798         #74573.
7799
7800 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
7801
7802         * class.c (class_compute_field_layout): Fix the regression caused by
7803         the previous try.
7804
7805 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7806
7807         * threadpool.c: separate pool for socket async. IO.
7808         * threadpool.h: mono_max_worker_threads is not a global any more.
7809
7810 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
7811
7812         * class.c (class_compute_field_layout): Fix #74549.
7813
7814 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7815
7816         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
7817         use 2 connected sockets instead.
7818
7819 2005-04-08  Miguel de Icaza  <miguel@novell.com>
7820
7821         * mono-config.c: Add new entry point for mkbundle
7822         mono_config_parse_memory. 
7823
7824 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7825
7826         * threadpool.c: removed another unused function.
7827
7828 2005-04-08  Ankit Jain  <radical@corewars.org>
7829
7830         * reflection.c (get_default_param_value_blobs): Add 'types'
7831         parameter to get the types encoded in the constant table.
7832         (mono_param_get_objects): Use the type from the constant table,
7833         not the type of the parameter, when creating default values.
7834         Handle null default values correctly.
7835
7836 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7837
7838         * file-io.c:
7839         * file-io.h:
7840         * threadpool.c:
7841         * threadpool.h:
7842         * icall.c:
7843         * socket-io.c: removed dead code for async IO.
7844
7845 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7846
7847         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
7848
7849         * threadpool.c: intercept socket async. calls and pass them to a thread
7850         that is polling and dispatching the job items to the threadpool as
7851         socket become ready. Fixes bugs #71217, #71933.
7852
7853         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
7854         between char and short/ushort arrays.
7855
7856         * socket-io.c: remove dead code.
7857
7858 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
7859
7860         * locales.c,
7861           icall.c : removed InternalToUpper_Comp() and
7862           InternalToLower_Comp().
7863
7864 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
7865
7866         * char-conversions.h : The tables were incorrectly generated. Should
7867           be generated against invariant culture.
7868
7869 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
7870
7871         * object.c (mono_runtime_invoke_array): Fix return value when 
7872         passing pre-created valuetype objects to ctors.
7873
7874         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
7875         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
7876         Fixes #74338.
7877
7878 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
7879
7880         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
7881         only used with --security and hides the wrong corlib version error.
7882
7883 2005-03-30  Joshua Tauberer  <tauberer@for.net>
7884
7885         * class.c: Changed mono_class_name_from_token so that types
7886         outside of a namespace don't have an initial period.  Improved
7887         the g_warning message used in _mono_class_get when loading
7888         fails.
7889         * assembly.c: In mono_assembly_load_reference, when an assembly
7890         can't be found, "No such file or directory" is misleading and
7891         unhelpful because a few paths were checked for the presence of
7892         the assembly.  When that happens (ENOENT), display a nicer
7893         message indicating the directories that were searched.  In all
7894         cases, the warning is made easier to read for non-hackers.
7895
7896 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
7897
7898         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
7899         project/solution.
7900         * appdomain.h|domain.c: Removed inline from functions.
7901         * appdomain.c: Reduced warnings when compiling on windows.
7902         * icall.c: Fixed output_debug declaration to gunichar2*.
7903         * mono-config.c: Reduced warnings when compiling on windows.
7904         * rand.c: Added missing "windows.h". Added missing return value.
7905         * rawbuffer.c: Added missing winsock2.h for windows.
7906         * sysmath.h: Added mono-compiler.h header to allow/ease 
7907         compilation with non-GCC compilers.
7908         * threads.c: Fixed declarations to compile with VS.NET C compiler.
7909         Removed cast warnings.
7910
7911         Adapted from the work of J Lothian (for VC6).
7912
7913 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
7914
7915         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
7916         from default_path.
7917
7918 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
7919
7920         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
7921         the 2.0 profile.
7922
7923 2005-03-27  Raja R Harinath  <harinath@gmail.com>
7924
7925         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
7926         has to be in $(exec_prefix).  $(prefix) is for arch-independent
7927         stuff, and it would probably use $(prefix)/share rather than
7928         $(prefix)/lib.
7929
7930 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7931
7932         * console-io.c: added 2 includes that might be missing.
7933
7934 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
7935
7936         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
7937         profile.
7938
7939         * reflection.c (create_custom_attr): Allocate the params array using
7940         alloca so it gets GC tracking.
7941
7942 2005-03-23  Chris Toshok  <toshok@ximian.com>
7943
7944         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
7945         out some spew.
7946
7947 2005-03-24  Raja R Harinath  <rharinath@novell.com>
7948
7949         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
7950         changes to pick up any changes in prefix, etc.
7951
7952 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
7953
7954         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
7955         
7956         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
7957         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
7958
7959 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
7960
7961         * class-internals.h object-internals.h class.c reflection.c: Extend the
7962         mono_lookup_dynamic_token () function to return the class of the
7963         token as well. 
7964
7965         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
7966         well. Fixes #73848.
7967
7968 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
7969
7970         * security-manager.c: Skip inheritance checks for intra-corlib
7971         class inheritance and method overrides. This skips a lot of checks
7972         and (anyway) permissions cannot work until corlib is loaded.
7973
7974 2005-03-23  Martin Baulig  <martin@ximian.com>
7975
7976         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
7977         MONO_TYPE_GENERICINST.  
7978
7979 2005-03-23  Martin Baulig  <martin@ximian.com>
7980
7981         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
7982
7983 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
7984
7985         * class.c: added locking comments to some functions.
7986         Cache the interface offsets arrays (saves about 20 KB
7987         of runtime memory in a typical app).
7988         Reduce the time overhead in mono_class_setup_supertypes ().
7989
7990 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
7991
7992         * icall.c: speedup and fix leaks in GetMethodsByName and
7993         GetPropertiesByName.
7994
7995 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
7996
7997         * reflection.c: some locking fixes.
7998
7999 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
8000
8001         * metadata.c: added missing break in case statement.
8002
8003 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
8004
8005         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
8006         typedbyref return values. Fixes #73941.
8007
8008 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
8009
8010         * security-manager.c|h: Added demandunmanaged method and 
8011         suppressunmanagedcodesecurity class to MonoSecurityManager.
8012         Renamed aptc class to allowpartiallytrustedcallers.
8013
8014 2005-03-17  Martin Baulig  <martin@ximian.com>
8015
8016         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
8017
8018 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8019
8020         * file-io.c: disabled file async. IO using aio_*. It uses the
8021         threadpool now. Workaround for bug #73718.
8022
8023 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8024
8025         * assembly.h, mono-config.c: added code to deal with bundled configs
8026         for bundled assemblies.
8027
8028 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
8029
8030         * *.c, private.h: cleanup, removing old private.h header file.
8031
8032 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
8033
8034         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
8035         and throw_on_unmappable_char attributes.
8036
8037 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
8038
8039         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
8040         _ProcessName_internal.
8041
8042 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
8043
8044         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
8045         #73631.
8046
8047         * icall.c threads.c threads-types.h: Remove slothash icalls as they
8048         are no longer used.
8049
8050 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
8051
8052         * object.c (compute_class_bitmap): Add support for generics. Fixes
8053         #73527.
8054
8055 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
8056
8057         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
8058
8059 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8060
8061         * filewatcher.c: commented out the code for windows watcher, as we don't
8062         use it (we use the managed implementation instead).
8063
8064 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
8065
8066         * object-internals.h (MonoThread): Remove 'unused1' field.
8067
8068         * appdomain.c: Bump corlib version.
8069
8070         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
8071
8072         * reflection.c (mono_reflection_create_runtime_class): Remove the
8073         AssemblyBuilder.Save optimization since it causes too many problems.
8074
8075 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
8076
8077         * exception.c|h: Added mono_get_exception_reflection_type_load to
8078         create a ReflectionTypeLoadException object.
8079         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
8080         to return NULL is a InheritanceDemand fails during reflection. Updated
8081         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
8082         ReflectionTypeLoadException if an InheritanceDemand fails during 
8083         reflection. Added icall mapping for GetLinkDemandSecurity.
8084         * security-manager.c|h: Added ves_icall_System_Security_
8085         SecurityManager_GetLinkDemandSecurity internal call to return the
8086         class and methods permissions set for a LinkDemand. Removed unused
8087         fields in MonoSecurityManager.
8088
8089 2005-03-10  Martin Baulig  <martin@ximian.com>
8090
8091         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
8092         it's a generic instance.
8093
8094 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
8095
8096         * reflection.c (mono_get_object_from_blob): Applied patch from
8097         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
8098
8099         * class.c (mono_class_is_assignable_from): Another try at fixing 
8100         #73469 without breaking anything.
8101
8102 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
8103
8104         * class.c: (mono_class_is_assignable_from): Revert the last changes
8105         since they don't work with generics.
8106         
8107         * class.c (mono_class_is_assignable_from): Fix build bustage.
8108
8109         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
8110         the managed IsAssignableFrom method. Fixes #73469.
8111
8112         * reflection.c (mono_reflection_call_is_assignable_from): New helper
8113         function.
8114
8115 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
8116
8117         * object.c (mono_load_remote_field_new): Fix returning uninitialized
8118         memory when the remoting callback does not sets the out arguments.
8119         Fixes #73007.
8120
8121         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
8122         by mistake.
8123
8124         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
8125
8126         * object-internals.h (MonoStackFrame): Sync with managed object layout.
8127
8128         * appdomain.c: Bump corlib version.
8129
8130 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
8131
8132         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
8133         function.
8134
8135         * threads.c (mono_thread_attach): Detect threads which are not started
8136         by the GC pthread wrappers.
8137
8138 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
8139
8140         * icall.c: Added new icall for RNG.
8141         * rand.c|h: Added new icall to open the RNG. This allows to share a 
8142         single handle on Linux to access /dev/urandom and fix #73183.
8143
8144 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
8145
8146         * object.c: setting the new vtable in a transparent proxy object must
8147         not change the GC descriptor.
8148
8149 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8150
8151         * object.c: fixed compilation without GCJ support.
8152         * reflection.c: for runtime-created types ensure klass->has_references
8153         is correct (bug #73215).
8154
8155 2005-03-02  Martin Baulig  <martin@ximian.com>
8156
8157         * class.c (mono_class_is_assignable_from): Make this work if
8158         `oklass' is a generic instance; fixes #72831.
8159
8160 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
8161
8162         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
8163         with hasthis set.
8164         
8165         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
8166
8167         * marshal.c: Reorganize native->managed marshalling code to also use
8168         the emit_marshal_... functions.
8169
8170 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
8171
8172         * object.c: typed allocs have issues with bitmap sizes > 30,
8173         so check for max_set >= 30.
8174
8175 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
8176
8177         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
8178         managed code. Fixes #73012.
8179
8180         * metadata.h (MonoMarshalSpec): Add elem_mult field.
8181
8182         * metadata.c reflection.c: Load/Emit elem_mult as well.
8183         
8184         * metadata.h (MonoMarshalSpec): Add comment.
8185
8186         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
8187
8188         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
8189         num_elem to -1 if not given.
8190
8191         * object-internals.h (MonoReflectionMarshal): Add has_size field.
8192
8193         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
8194         given values.
8195
8196 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
8197
8198         * null-gc.c (mono_gc_free_fixed): Was not compilable.
8199
8200 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
8201
8202         * reflection.c (encode_marshal_blob): Encode param_num field as well.
8203
8204         * object-internals.h (MonoReflectionMarshal): Add param_num field.
8205
8206 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
8207
8208         * object.c: generalized the reference bitmap creation
8209         and added hooks for the new GC.
8210         * class-internals.c: removed the gc_bitmap field from MonoClass.
8211
8212 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
8213
8214         * domain.c: help the compiler to produce better code
8215         in mono_jit_info_table_find ().
8216
8217 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
8218
8219         * object.c: make all allocations look typed.
8220
8221 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
8222
8223         * socket-io.c: load Mono.Posix if it's not loaded already
8224         (fixes bug#73033).
8225
8226 2005-02-24  Martin Baulig  <martin@ximian.com>
8227
8228         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
8229         * reflection.c (dup_type): Likewise.
8230
8231 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
8232
8233         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
8234         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
8235
8236 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
8237
8238         * domain.c, threads.c, object-internals.h: make the critical thread
8239         local vars use the fast access mode (even when we're compiled in
8240         a lib). Provide accessors to be used by the jit during codegen.
8241
8242 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8243
8244         * appdomain.c: Changed hook functios behavior to include
8245         support for the reflection only assemblies. Some icalls were changed
8246         to support the mentioned assemblies too. Signatures of static methods
8247         try_assembly_resolve and real_load now have an additional parameter:
8248         refonly.
8249
8250         * assembly.c: General changes to mono_assembly_ methods to support
8251         reflection only api. Functions mono_assembly_open, mono_assembly_load,
8252         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
8253         suffix, to support an additional gbool parameter to specify whether
8254         the assembli is reflection only or not. Created some new hook functions 
8255         to add support for reflection only assemblies. Signatures of static 
8256         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
8257         have now an additional parameter: refonly.
8258
8259         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
8260         indicating whether the assembly is reflection only or not.
8261
8262         * exception.c: Add mono_get_exception_invalid_operation.
8263
8264         * icall.c: Throw an InvalidOperationException when trying to invoke
8265         a property/method/event, or trying to set/get the value of a field.
8266         Also add an icall to retrieve the ref_only flag to the
8267         MonoReflectionAssembly.
8268
8269 2005-02-23  Chris Toshok  <toshok@ximian.com>
8270
8271         Part of fix for #72827.
8272         * mono-debug.c (mono_debug_add_method): add lexical block data to
8273         the info we write.  Kind of a hack at the moment - we copy the
8274         lexical block info from the MonoDebugMethodInfo to the
8275         MonoDebugMethodJitInfo here, before writing it.
8276         (mono_debug_read_method): read the lexical block info.
8277
8278         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
8279
8280         * debug-mono-symfile.h: add lexical block support.
8281
8282         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
8283         support.
8284
8285 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
8286
8287         * loader.c (mono_lookup_pinvoke_call): Fix warning.
8288
8289         * object.c (mono_runtime_free_method): Call mono_free_method () and
8290         put the TODOs there.
8291
8292         * loader.c (mono_free_method): Free up most memory allocated for 
8293         dynamic methods.
8294
8295 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
8296
8297         * reflection.c: properly flag a Type argument to a
8298         named custom attr value (bug #72248).
8299
8300 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
8301
8302         * reflection.c: reduce code duplication in named custom
8303         attribute encoding.
8304
8305 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
8306
8307         * reflection.c: properly encode custom attrs of type object
8308         (bug #72649).
8309
8310 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
8311
8312         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
8313
8314 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
8315
8316         * socket-io.c: load System.dll if it's not loaded already
8317         (bug #72850 and #70477).
8318
8319 2005-02-21  Martin Baulig  <martin@ximian.com>
8320
8321         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
8322         generic instances.
8323
8324 2005-02-21  Martin Baulig  <martin@ximian.com>
8325
8326         * reflection.c (mono_image_build_metadata): We also need to
8327         "fixup" the MethodImpl table after we computed the final method
8328         indices.  Call fixup_methodimpl() to do that.
8329         (fixup_methodimpl): New private method.
8330
8331 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
8332
8333         * assembly.c: special case mscorlib.dll (bug#72536),
8334         patch from Carlos Alberto Cortez.
8335
8336 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
8337
8338         * threads-types.h threads.c: Fix build bustage.
8339
8340         * threads.c: Use a union for long<->double conversions.
8341
8342         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
8343         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
8344
8345         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
8346         containing the checkpoint call with NOT_TAKEN.
8347         
8348         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
8349         checkpoint before pushing the arguments, so they won't have to be
8350         spilled to stack.
8351
8352 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8353
8354         * domain.c, assembly.c, domain-internals.h: make some data
8355         const and relocation-free.
8356
8357 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
8358
8359         * object.c, appdomain.c, class-internals.h: introduce the
8360         MonoClassRuntimeInfo structure to hold the info needed to
8361         use a class at runtime. Made mono_class_vtable() lock-free
8362         for all the appdomains.
8363
8364 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
8365
8366         * metadata-internals.h, image.c: introduce a per-image mempool to
8367         be used for memory that has the same lifetime as the image.
8368
8369 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
8370
8371         * domain.c: In mono_init_internal(), instead of selecting the first
8372         runtime version supported by an executable, get a list of all
8373         supported versions and select the one for which an mscorlib exists
8374         (since even if the runtime supports a given version, it doesn't mean
8375         that the framework for that version is installed).
8376         Modified get_runtimes_from_exe to support this behavior.
8377         In supported_runtimes, added information about additional system
8378         assembly versions.
8379         
8380         * assembly.c: Added support for more than one system assembly version
8381         per runtime version. Updated the assembly list.
8382         In mono_assembly_remap_version, removed the initial version check,
8383         since we don't know to which version we need to compare until we
8384         get the version set on which the assembly is based.
8385         Moved the code for loading corlib into the new method
8386         mono_assembly_load_corlib(), so it can be used by the initialization
8387         code.
8388         
8389         * domain-internals.h: Updated data structures and added declaration
8390         for mono_assembly_load_corlib.
8391
8392 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
8393
8394         * reflection.c (resolve_object): Fix the creation of the signature in 
8395         the SignatureHelper case.
8396
8397         * assembly.c (mono_assembly_remap_version): Fix binary search.
8398         
8399 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
8400  
8401         * class.c: Added inheritance check when a method is overloaded (from a
8402         virtual method or when implementing an interface) and when a class is
8403         inherited. Added functions to set a failure for a class and to 
8404         retreive the exception from a failure.
8405         * class-internals.h: Added fields to MonoClass to keep the exception
8406         information status for inheritance (or other exceptions) to be thrown
8407         later (i.e. not at load time).
8408         * object.c: Throw the inheritance SecurityException when a type is to 
8409         be created with either class or method inheritance violations.
8410         * reflection.c|h: Fix when getting declsec from a class. Removed 
8411         unrequired code for class. Improved sanity in parameter naming.
8412         * security-manager.c|h: Added functions to check for class and method
8413         inheritance.
8414
8415 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
8416
8417         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
8418         and has_finalize in dynamic types as well.
8419
8420 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
8421
8422         * culture-info-table.h : fixed currency format for en-GB (and so on).
8423
8424 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
8425
8426         * gc.c: ensure the GC handles never have 0 as a value.
8427
8428 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
8429
8430         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
8431         a pointer to a struct to unmanaged code. Fixes #72625.
8432
8433 2005-02-16  Martin Baulig  <martin@ximian.com>
8434
8435         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
8436
8437 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
8438
8439         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
8440
8441 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
8442
8443         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
8444
8445         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
8446         UnmanagedFunctionPointerAttribute, use it for determining calling convention
8447         etc. Fixes #71471.
8448
8449         * reflection.c (mono_custom_attrs_get_attr): New helper function.
8450
8451         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
8452
8453 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
8454
8455         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
8456         changes to make the current context a field in MonoThread.
8457
8458 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
8459
8460         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
8461         the last change.
8462         
8463         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
8464         extracted from mono_marshal_get_native_wrapper.
8465
8466         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
8467         to create wrappers around native functions.
8468
8469         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
8470         delegates for arbitrary function pointers. Fixes #71472.
8471
8472 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
8473
8474         * threads.c: cleaned up the code a little.
8475
8476 2005-02-15  Martin Baulig  <martin@ximian.com>
8477
8478         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
8479         the data table.
8480
8481         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
8482         allocate larger chunks if needed.
8483
8484 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
8485
8486         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
8487         in by mistake.
8488
8489 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
8490
8491         * domain.c: keep the domains in an array and ensure the domain ids
8492         are kept small, so they can be used as indexes to domain-specific data
8493         with a small memory overhead.
8494
8495 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
8496
8497         * icall.c: Handle byref types in Type icalls. Fixes #72544.
8498
8499 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
8500
8501         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
8502
8503 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
8504
8505         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
8506
8507         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
8508         values.
8509
8510         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
8511         
8512 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
8513
8514         * domain-internals.h: add the hashtable here.
8515
8516         * class-internals.h: Remove `info' from MonoMethod
8517
8518         * domain.c: Add a new hashtable, jit_trampoline_hash
8519
8520 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
8521
8522         * object.c: don't set the value of static fields
8523         (fixes bug#72494).
8524
8525 2005-02-11  Martin Baulig  <martin@ximian.com>
8526
8527         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
8528         (mono_debug_add_method): Silently ignore the method if it's too big.
8529         (mono_debug_add_type): Likewise.
8530
8531 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
8532
8533         * threads.c, appdomain.c: remove #ifdefs from the code.
8534
8535 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
8536
8537         * metadata-internals.h: Added flags to MonoAssembly to cache the most
8538         common security informations. This allows us to stay in unmanaged code
8539         when doing LinkDemand and it's special cases (except for the first 
8540         time for initialization). The flags a very much used with --security.
8541         * reflection.c|h: Added code to get declarative security attributes 
8542         for LinkDemand and InheritanceDemand. This required to refactor the
8543         existing code for Demand.
8544         * security-manager.c|h: Added new method fields for the special cases
8545         of LinkDemand.
8546
8547 2005-02-10  Martin Baulig  <martin@ximian.com>
8548
8549         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
8550         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
8551
8552 2005-02-10  Martin Baulig  <martin@ximian.com>
8553
8554         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
8555         debugging code; this is almost a complete rewrite.
8556
8557         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
8558
8559 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
8560
8561         * domain.c, object.h: expose mono_string_equal () and 
8562         mono_string_hash ().
8563         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
8564         it's implemented in managed code.
8565
8566 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8567
8568         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
8569         lo leak objects between appdomains.
8570
8571 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8572
8573         * assembly.c: old compilers compilation fix from 
8574         robertj@gmx.net (Robert Jordan).
8575
8576 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
8577
8578         * class-internals.h: Little reminder for the future.
8579
8580         * debug-helpers.c: Fix up wrapper_type_names
8581
8582 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8583
8584         * image.c, metadata-internals.h: when loading an image from a file,
8585         mmap all of it and use the same codepaths as when using a
8586         in-memory image: the code is simpler and we use less memory
8587         (both writable and readonly).
8588
8589 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
8590
8591         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
8592         API to alloc runtime data structures that need to be tracked by the
8593         GC and contain pointers.
8594         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
8595         make the code more readable and eventually use a different GC.
8596
8597 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
8598
8599         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
8600         for out arguments.
8601         
8602 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
8603
8604         * object.c: In release_type_locks(), don't release the cctor lock
8605         if it has already been released. This fixes a crash in the
8606         thread5 test.
8607
8608 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
8609
8610         * gc.c, marshal.c, icall.c: register a delegate for finalization
8611         only when the native function pointer has been allocated for it.
8612
8613 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
8614
8615         * object.c: cleaned up some code, allocate objects that are
8616         pointer free with the atomic malloc variant. Allocate memory
8617         for static data from the mempool if it's pointer-free.
8618         Allocate the bounds array at the end of the array data, when needed.
8619         * object-internals.h, object.h: move a private function in a private
8620         header.
8621         * class.c: handle missing case in tracking references in fields.
8622
8623 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
8624
8625         * class.c, class-internals.h: keep track if a type has
8626         reference fields in either the instance or static fields.
8627
8628 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
8629
8630         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
8631         and renamed to MonoRuntimeInfo. Added fields to store the expected
8632         framework assembly version. Changed mono_get_framework_version and
8633         mono_get_runtime_version for a single mono_get_runtime_info method.
8634         
8635         * assembly.c: Added method to remap system assembly versions to the
8636         current executing runtime version. Removed old mapping code.
8637         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
8638         
8639         * icall.c, reflection.c: Track api changes.
8640
8641 2005-02-06  Miguel de Icaza  <miguel@novell.com>
8642
8643         * loader.c (method_from_memberref): Improve error reporting,
8644         produce the class name instead of the typeref/typedef index. 
8645
8646 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
8647
8648         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
8649
8650 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
8651
8652         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
8653         stdcall and charset name mangling.  Reorganize the code and add
8654         some tracing stuff.
8655
8656 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
8657
8658         * monodiet.c: More iters!
8659
8660         * marshal.c: Iter usage.
8661
8662         * icall.c: Iter usage.
8663
8664         * object.c: Use iters.
8665
8666         * debug-helpers.c: More iters
8667
8668 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
8669
8670         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
8671         under win32.
8672
8673 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
8674
8675         * mono-debug-debugger.c: use iters
8676
8677         * class.c, class-internals.h: mono_class_setup_events is static
8678         now
8679
8680         * All callers: use iters
8681
8682 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
8683
8684         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
8685         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
8686
8687 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
8688
8689         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
8690
8691         * marshal.h: Add prototypes for ldfld/stfld_remote.
8692
8693         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
8694         this is called during startup.
8695         
8696 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
8697
8698         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
8699         MonoThreadsSync struct private in monitor.c. Changed the way
8700         MonoThreadsSync is allocated so it's faster and there is no
8701         need to keep track of it with a finalizer and it uses less memory.
8702         This also finally allows us to allocate mono objects as ptrfree when
8703         there are no reference fields.
8704
8705 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
8706
8707         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
8708         disappearing link to the GC interface and use them to simplify
8709         the gchandles code.
8710
8711 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
8712
8713         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
8714         stfld_remote which call mono_load/store_field_new. This allows methods
8715         calling ldfld/stfld wrappers to be AOTed.
8716
8717         * console-io.c: Include sys/filio.h under solaris.
8718         
8719         * console-io.c: Include curses.h if needed correctly.
8720
8721 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
8722         
8723         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
8724         method->klass as well.
8725
8726         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
8727
8728         * class.c (mono_class_init): Switch on lazy initialization of 
8729         methods.
8730
8731         * class.c (mono_class_get_finalizer): Handle the case when the 
8732         finalizer is inherited.
8733
8734 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8735
8736         * console-io.c: <curses.h> is needed by term.h on solaris.
8737
8738 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
8739
8740         * icall.c, class-internals.h, monodiet.c, class.c: Remove
8741         mono_class_setup_properties where possible. Remove this ftn from
8742         the header file, and make it static.
8743
8744 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
8745
8746         * loader.c: Add missing setup_... call.
8747
8748         * class.c: Add missing setup_... calls.
8749
8750         * class.c (mono_class_init): Switch on lazy initialization of 
8751         the generic vtable.
8752         
8753         * class.c (mono_class_init): Fix generics broken by the recent changes.
8754
8755         * monodiet.c (handle_type): Add missing setup_... calls.
8756
8757         * class.c: Back out garbage in previous patch.
8758         
8759         * class.c: Add missing setup_... calls.
8760
8761         * class.c (mono_class_get_method_from_name_flags): Avoid calling
8762         mono_class_setup_methods () if possible.
8763
8764         * class-internals.h (MonoClass): Add 'has_cctor' flag.
8765
8766         * class-internals.h (MonoCachedClassInfo): New structure.
8767
8768         * class.c: Initialize properties and events fields of MonoClass lazily.
8769
8770         * class.c: Add infrastructure for lazily initializing the methods and
8771         vtable fields of MonoClass. Not yet used.
8772
8773         * class.c (mono_class_get_finalizer): New helper function.
8774
8775         * class.c: Add infrastructure for loading some class related data from
8776         an AOT file.
8777
8778         * object.c: Add infrastructure for initializing the vtable from data
8779         in the AOT file.
8780
8781         * gc.c (run_finalize): Use mono_class_get_finalizer ().
8782
8783         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
8784         appropriate initialization function before accessing parts of the
8785         MonoClass structure.
8786
8787         * marshal.c: Fix warnings.
8788         
8789         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
8790
8791         * mono-debug-debugger.c (get_exception_message): Use 
8792         mono_class_get_method_from_name_flags ().
8793
8794 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
8795
8796         * reflection.c, appdomain.c: Replace a few manual searches that
8797         Zoltan missed. (Paolo approved this part of my initial patch).
8798
8799 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
8800
8801         * profiler.c: disable recording statistical events at report time.
8802
8803 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8804
8805         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
8806         to byteswap arrays of enum values, too (bug #72080).
8807
8808 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
8809
8810         * appdomain.c (set_domain_search_path): Allow this to be called if
8811         domain->setup is not yet set.
8812
8813         * loader.c (mono_method_get_index): New helper function.
8814
8815         * loader.c reflection.c: Use mono_method_get_index ().
8816
8817         * class.c (mono_class_get_method_from_name_flags): New helper method.
8818
8819         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
8820         this.
8821
8822         * class.c (mono_class_get_cctor): New helper method.
8823
8824         * string-icalls.c object.c class.c marshal.c reflection.c: Use
8825         mono_class_get_method () to look up methods.
8826
8827 2005-02-01  Miguel de Icaza  <miguel@novell.com>
8828
8829         * console-io.c: Fix the build, this should work on Windows.
8830
8831 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
8832
8833         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
8834         be set to null to keep things valid
8835
8836 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8837
8838         * icall.c: added Console 2.0 icalls.
8839         * Makefile.am: added console-io.[ch]
8840         * console-io.[ch]: internal calls for Console 2.0 API.
8841
8842 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8843
8844         * class.c: make sure we consider all the interfaces
8845         when calculating max_interface_id (bug found by
8846         Jeroen Frijters running ikvm).
8847
8848 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
8849
8850         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
8851         valuetype fields to null.
8852
8853         * object.c (set_value): Ditto. Fixes #71669.    
8854
8855 2005-01-31  Martin Baulig  <martin@ximian.com>
8856
8857         * metadata.c (mono_metadata_has_generic_params): New public
8858         function; checks whether something is a generic method.
8859
8860 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
8861
8862         * appdomain.c: fix infinite recursion when adding assemblies.
8863
8864 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
8865
8866         * object.c: Fix small typo to return all items for Environment.
8867         GetCommandLineArgs.
8868
8869 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
8870
8871         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
8872         reflection.c: more domain and assembly-unload related fixes
8873         and memory leaks plugs.
8874
8875 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
8876
8877         * 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.
8878
8879 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
8880
8881         * loader.c (mono_method_signature): Make this method lazy
8882         (mono_get_method_from_token): Don't computate the signature here.
8883
8884         Doing this saves quite a bit of memory. I got 90 kb on starting up
8885         monodoc. It should also save some disk reads on startup.
8886
8887         * *: MonoMethod->signature might be NULL now. You *MUST* use
8888         mono_method_signature.
8889
8890 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
8891
8892         * object.c (mono_runtime_get_main_args): Return an array from the
8893         current domain here. Fixes #71938.
8894
8895 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
8896
8897         * monitor.c: formatting changes to comply with the
8898         mono coding style and remove #ifdefs from the code.
8899
8900 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
8901
8902         * metadata.c, private.h: remove some unneeded data
8903         and use a more compact representation for table schemas.
8904
8905 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
8906
8907         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
8908         to get a better distribution in hash tables.
8909         * *.c: use mono_aligned_addr_hash() where appropriate.
8910         * assembly.c: make var static.
8911
8912 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
8913
8914         * domain-internals.h: Put MonoJitInfo on a diet.
8915
8916         * domain.c: Fix a warning.
8917
8918 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8919
8920         * gc.c: rework the gc handles code to reuse handles
8921         when freed.
8922
8923 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
8924
8925         * domain.c: fixed long standing bug in mono_string_equal() which
8926         was brought to light with the ldstr changes.
8927
8928 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
8929
8930         * reflection.c: Remove warning by adding missing include for marshal.h
8931
8932 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8933
8934         * domain.c, object.c: change the ldstr_table to hold
8935         MonoString* as keys: makes the runtime isinterned lookup
8936         faster and simplifies memory management.
8937
8938 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
8939  
8940         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
8941         possible to add imperative security checks before calling the icall.
8942         * reflection.c: Return security attributes on the original MonoMethod
8943         (and not the wrapped one). This fix permissions on icalls.
8944
8945 2005-01-25  Dick Porter  <dick@ximian.com>
8946
8947         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
8948         the check for mktime() support actually test the mktime() return
8949         value.  "Fixes" bug 71682, though the output is still different to
8950         MS.
8951
8952 2005-01-25  Martin Baulig  <martin@ximian.com>
8953
8954         * class.c (mono_class_is_assignable_from): Make this work for
8955         generic instances.
8956
8957 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
8958
8959         * marshal.c (mono_string_utf8_to_builder)
8960         (mono_string_builder_to_utf16): We might not have ownership of the
8961         string. In thise case, we need to create a new buffer.
8962
8963         * object-internals.h (mono_stringbuilder_capacity): sb->str might
8964         be null, in which case, use the default capacity.
8965
8966 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8967
8968         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
8969         GC events to the profiler.
8970
8971 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
8972
8973         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
8974         if you don't want the GC to run.
8975
8976 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
8977
8978         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
8979         start providing a GC API and keeping different implementations in
8980         their own file.
8981         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
8982
8983 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
8984
8985         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
8986         mmap rather than allocating a huge buffer.
8987         (mono_debug_close_mono_symbol_file): Free the buffer allocated
8988         above.
8989
8990 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
8991
8992         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
8993         and CheckExecutionRights.
8994         * reflection.c|h: Keep the index of the declarative security to be 
8995         used, instead of the pointer, when AOT compiler is used. Also add 
8996         class initialization when requesting demands.
8997         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
8998         CheckExecutionRights. Both properties are now FALSE by default, and
8999         unmodifiable, unless the --security option is used.
9000
9001 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
9002
9003         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
9004         reflection.c: properly refcount images and assemblies, many leaks fixed.
9005
9006 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9007
9008         * threadpool.c: increase the timeout for threads in the thread pool to
9009         10s.  Fixes bug #67159.
9010
9011 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
9012
9013         * class-internals.h: Sun's compiler insists on explicit
9014         signed on bit fields to handle then correctly.
9015
9016 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
9017
9018         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
9019         Make the size of the array fit only the number of invalid path
9020         chars that we have.
9021
9022         * class.c (_mono_class_get): Improve the error reporting when a
9023         class referenced is not found, to assist debugging. 
9024
9025 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
9026
9027         * threads.c: fix off-by-one error.
9028         * domain.c: free data allocated in the domain.
9029
9030 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
9031
9032         * reflection.c (mono_method_body_get_object): Fill out exception info
9033         as well.
9034
9035         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
9036         structure.
9037         
9038 2005-01-19  Martin Baulig  <martin@ximian.com>
9039
9040         * loader.c (mono_get_method_constrained): Make this work again.
9041
9042 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
9043
9044         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
9045         guint16 to match the managed side.
9046
9047         * reflection.c (mono_reflection_body_get_object): Fill out local
9048         variables array.
9049
9050         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
9051         as well.
9052
9053         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
9054         'local_var_sig_token'.
9055
9056 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
9057
9058         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
9059         System.Drawing.
9060
9061         * reflection.c (mono_method_body_get_object): Handle abstract and
9062         runtime methods.
9063
9064 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
9065
9066         * marshal.c, loader.c, class-internals.h, reflection.c:
9067         store the emthod data for a wrapper in an array instead of a list.
9068
9069 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
9070
9071         * marshal.c: change the code to allocate memory more
9072         conservatively for method wrappers.
9073
9074 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
9075
9076         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
9077         fields from MonoClass to the marshal info structure where they belong.
9078
9079 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9080
9081         * class.c, object.c, class-internals.h, marshal.c: rearrange
9082         some fields and tweak some types to lower memory usage.
9083
9084 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
9085
9086         * threads.c (signal_thread_state_change): Handle the case when the
9087         target thread is the current thread.
9088
9089         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
9090
9091         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
9092         emit_ptr_to_object_conv. 
9093
9094         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
9095         marshalling. Fixes #71352.
9096
9097 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
9098
9099         * metadata.h, blob.h: move table enum to blob.h so it can be included
9100         in any header.
9101         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
9102         cut the size of MonoImage/MonoDynamicImage.
9103
9104 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
9105
9106         * profiler.c (mono_profiler_install_simple): Fix default arguments.
9107
9108 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
9109
9110         * reflection.c, reflection.h, icall.c: add a function to check
9111         if an attribute type is defined for a metadata object.
9112
9113 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
9114
9115         * object-internals.h: Added some needed fields from StringBuilder class.
9116         * marshal.c: Set the maxCapacity when creating a StringBuilder.
9117
9118 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
9119
9120         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
9121         threads before shutting down the runtime.
9122
9123         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
9124
9125 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
9126
9127         * object-internal.h, threads.c: implement stacksize and 
9128         parameterized thread start functionality (requires
9129         matching corlib). Marked broken code for later removal.
9130
9131 2005-01-12  Martin Baulig  <martin@ximian.com>
9132
9133         * class-internals.h (MonoGenericClass): Moved the `initialized'
9134         flag to MonoDynamicGenericClass, removed `init_pending'.
9135         (MonoGenericInst): Added `is_reference' flag.
9136
9137 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
9138
9139         * reflection.c (mono_image_create_pefile): Only set the pe_offset
9140         inside the MSDOS header. Fixes #71201.
9141
9142         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
9143         gc thread.
9144         (mono_domain_finalize): Ditto.
9145
9146 2005-01-12  Martin Baulig  <martin@ximian.com>
9147
9148         * class.c (mono_get_shared_generic_class): Use the cache for
9149         non-dynamic generic classes.
9150
9151         * class-internals.h (mono_class_create_generic_2): Removed
9152         function prototype, this function is now static inside class.c.
9153
9154         * class.c (mono_class_create_generic_2): Made this static, only
9155         call it from mono_class_init() and mono_class_setup_parent().
9156         (collect_implemented_interfaces_aux): Call mono_class_init() on
9157         the interfaces we collect.
9158         (mono_class_setup_vtable): Call mono_class_init (class->parent).
9159
9160 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
9161
9162         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
9163         it a real thread handle.
9164
9165         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
9166         MonoJitExceptionInfo, since each catch clause needs its own variable.
9167         
9168 2005-01-11  Dick Porter  <dick@ximian.com>
9169
9170         * image.c (mono_pe_file_open): New variant on mono_image_open()
9171         that does not set up the CLI metadata; used for FileVersionInfo so
9172         it can get the data for windows binaries too.
9173         
9174         * process.c (process_read_string_block): Don't read off the end of
9175         the StringTable block.
9176
9177         These both fix bug 70766.
9178
9179 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
9180
9181         * gc.c: set some fields to NULL at GC cleanup time.
9182         * threads.c: if we quit the main thread, call exit ().
9183
9184 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
9185
9186         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
9187
9188 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
9189
9190         * threads.h, threads.c, object.c: added accessor and settor for
9191         main_thread. Handle it specially when exiting from it: wait
9192         for other foreground threads to exit.
9193
9194 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
9195
9196         * process.c, verify.c: remove some bloat.
9197
9198 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
9199
9200         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
9201         the calling convention to cdecl under win32.
9202
9203 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
9204
9205         * object.c (mono_object_get_size): New function to get the size of
9206         an object instance.
9207
9208         * profiler.c (simple_allocation): Use above.
9209
9210 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
9211
9212         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
9213         ves_icall_System_AppDomain_getRootDomain (as it's not required to
9214         get an appdomain by it's id and we can't assume the root's id is 0).
9215         * domain-internals.h: Change the function prototype to match.
9216         * icall.c: Change the icall table for AppDomain.
9217
9218 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
9219
9220         * locales.c (string_invariant_compare_char): Only compute
9221         GUnicodeTypes in the case where we need them.  Test for ordinality
9222         first and return if so.
9223
9224         From the commit:
9225
9226                 /*
9227                  * FIXME: here we must use the information from c1type and c2type
9228                  * to find out the proper collation, even on the InvariantCulture, the
9229                  * sorting is not done by computing the unicode values, but their
9230                  * actual sort order.
9231                  */
9232
9233 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
9234
9235         * loader.c: for P/Invoke methods, allow the "Internal" shared
9236         library name to refer to the calling process symbol namespace.
9237
9238 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
9239
9240         * Makefile.am: Add the security manager to the build.
9241         * security-manager.c|h: New. Initialization of the security manager.
9242
9243 2005-01-07  Dick Porter  <dick@ximian.com>
9244
9245         * threads.c: 
9246         * monitor.c: Update thread state during Monitor and WaitHandle
9247         waits.  Fixes bug 71031.
9248
9249 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
9250
9251         * reflection.c (property_encode_signature): Correctly handle when the
9252         property has no methods.
9253
9254 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
9255
9256         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
9257         
9258         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
9259         fields from mb, not rmb. Fixes #71017.
9260
9261         * marshal.c (emit_ptr_to_str_conv): Add support for 
9262         ByValTStr -> string conversion. Fixes #71015.
9263
9264         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
9265
9266         * mempool.c (mono_mempool_contains_addr): New helper function.
9267
9268 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
9269
9270         * metadata.c (mono_metadata_compute_size): Fix size calculation of
9271         HasSematics encoded fields.
9272         
9273         * metadata.c (mono_type_to_unmanaged): Improve error message for 
9274         invalid string marshalling.
9275
9276         * metadata.c: Fix warnings.
9277         
9278 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
9279
9280         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
9281         profiler support.
9282
9283 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
9284
9285         * domain.c object.c domain-internals.h: Revert part of r38077 since the
9286         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
9287         tests.
9288
9289 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
9290
9291         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
9292         so methods containing these can be AOTed.
9293
9294 2005-01-03  Martin Baulig  <martin@ximian.com>
9295
9296         * loader.c (find_method): Removed the hack for generic instances.
9297         (method_from_memberref): If our parent is a generic instance, pass
9298         its generic type definition to find_method() and then inflate the
9299         method.
9300         (mono_get_method_constrained): Pass the generic type definition to
9301         find_method() and inflate the method later.
9302
9303         * class-internals.h (MonoStats): Added `generic_class_count'.
9304
9305         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
9306         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
9307
9308         * reflection.c (mono_custom_attrs_from_params): Don't ignore
9309         generic type definitions.
9310
9311 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
9312
9313         * loader.c icall.c: Fix warnings.
9314
9315 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
9316
9317         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
9318         blittable types. Fixes #70864.
9319
9320 2004-12-29  Martin Baulig  <martin@ximian.com>
9321
9322         * icall.c
9323         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
9324
9325         * reflection.c (mono_method_get_object): Create a
9326         "System.Reflection.MonoGenericMethod" for inflated methods; don't
9327         call mono_get_inflated_method().
9328
9329         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
9330
9331 2004-12-27  Martin Baulig  <martin@ximian.com>
9332
9333         * class-internals.h (MonoMethod): Added `is_inflated' flag.
9334         (MonoMethodInflated): Added `inflated' field.
9335
9336         * class.c (mono_class_inflate_generic_method): Don't really
9337         inflate the method here; just set the `is_inflated' flag in the
9338         MonoMethod.
9339         (mono_class_get_inflated_method): Actually inflate the method here
9340         if it's not already inflated; we use the MonoMethodInflated's new
9341         `inflated' field as a cache.
9342
9343 2004-12-26  Martin Baulig  <martin@ximian.com>
9344
9345         * class.c
9346         (inflate_generic_class): Moved some code out of inflate_generic_type().
9347         (mono_class_inflate_generic_method): If we're already inflated,
9348         inflate the context and use the declaring method; ie. make sure
9349         the declaring method of an inflated method is always the generic
9350         method definition.
9351         (mono_class_create_from_typedef): Create
9352         `class->generic_container->context->gclass'.
9353
9354 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
9355
9356         * metadata-internals.h, marshal.c, reflection.c: More
9357         MonoGHashTable->GHashTable.
9358
9359         * domain-internals.h, class.c: Change MonoGHashTable's into
9360         GHashTables for some cases where no gc stuff is used
9361
9362         All users: update apis
9363
9364 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
9365
9366         * metadata.c (builtin_types): Make this `const'. Makes this get
9367         put into the shareable section.
9368         (mono_metadata_init): Casts to make gcc happy.
9369
9370 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
9371
9372         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
9373
9374 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
9375
9376         * icall.c: Added an internal call to retrieve the position and length
9377         of assembly-level declarative security attributes (RequestMinimum, 
9378         RequestOptional and RequestRefuse). This is used by the Assembly class
9379         to re-create the corresponding permission sets.
9380
9381 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
9382
9383         * marshal.c: fix the stelemref wrapper to be type correct
9384         (and faster).
9385
9386 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
9387
9388         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
9389         to do key & 0x7fffffff. Hashtable already does this. It just
9390         results in longer code.
9391
9392 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
9393
9394         * appdomain.c: Bump corlib version.
9395         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
9396         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
9397         * reflection.c|h: Add functions to get declarative security infos
9398         (blob position and length) for assemblies, classes and methods.
9399
9400 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
9401
9402         * reflection.c: sort the constant table (bug #70693).
9403
9404 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
9405
9406         * object-internals.h, threads.c, domain.c: add accessors for
9407         the MonoThread and MonoDomain tls keys.
9408
9409 2004-12-18  Martin Baulig  <martin@ximian.com>
9410
9411         * class.c (inflate_generic_type): If we're inflating a generic
9412         instance, set `ngclass->context->container = context->container';
9413         ie. the container we inflated into.
9414
9415         * metadata.c (mono_metadata_parse_generic_param): Reflect above
9416         inflate_generic_type() changes.
9417
9418 2004-12-17  Martin Baulig  <martin@ximian.com>
9419
9420         * class-internals.h
9421         (MonoGenericClass): Replaced `MonoType *generic_type' with
9422         `MonoClass *generic_class'.  Removed `dynamic_info'; if
9423         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
9424         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
9425
9426 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
9427
9428         * exception.c (mono_exception_from_token): New helper function.
9429
9430 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
9431
9432         * assembly.c (mono_assembly_load_with_partial_name): Call 
9433         mono_assembly_loaded before invoking the preload hooks. Fixes
9434         #70564.
9435
9436         * object-internals.h (MonoThread): Change culture_info and 
9437         ui_culture_info into an array.
9438
9439         * threads.c: Cache culture info objects from more than one appdomain.
9440
9441         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
9442         current UI culture.
9443
9444 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
9445
9446         * threads.h threads.c appdomain.c: Clear the culture_info field of
9447         all threads during unloading if they point to an object in the dying
9448         appdomain.
9449
9450 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
9451
9452         * culture-info.h (TextInfoEntry): New struct
9453         * object-internals.h: sync with managed
9454         * locales.c: fill the `text_info_data' field
9455         * culture-info-tables.h: update
9456
9457 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
9458
9459         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
9460         collector.
9461
9462 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
9463
9464         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
9465         (ves_icall_ModuleBuilder_getMethodToken): Ditto
9466
9467 2004-12-12  Martin Baulig  <martin@ximian.com>
9468
9469         * mono-debug-debugger.c (write_type): If we're an enum and the
9470         builtin types have already been initialized, call mono_class_init().
9471
9472 2004-12-11  Martin Baulig  <martin@ximian.com>
9473
9474         * metadata.c (mono_metadata_load_generic_params): Added
9475         `MonoGenericContainer *parent_container' argument; automatically
9476         compute `container->is_method'; pass the correct owner to
9477         get_constraints().      
9478
9479         * reflection.c (compare_genericparam): Sort the GenericParam table
9480         according to increasing owners. 
9481
9482 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
9483
9484         * profiler.c: allow disabling the default profiler.
9485
9486 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
9487
9488         * decimal.c, icall.c: allow disabling System.Decimal support.
9489
9490 2004-12-09  Marek Safar <marek.safar@seznam.cz>
9491
9492         * reflection.c: Add support for null attribute arguments.
9493
9494 2004-12-09  Martin Baulig  <martin@ximian.com>
9495
9496         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
9497         names to get rid of compiler warnings.
9498
9499 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
9500
9501         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
9502         mono_marshal_load_type_info (). Fixes #69625.
9503         (mono_marshal_get_ptr_to_struct): Likewise.
9504
9505 2004-12-08  Martin Baulig  <martin@ximian.com>
9506
9507         * mono-debug.h: Bumped version number to 47.
9508
9509         * mono-debug-debugger.c
9510         (mono_debugger_event_handler, mono_debugger_event): Take two
9511         guint64 arguments insteed of a gpointer and a guint32.  
9512
9513 2004-12-08  Martin Baulig  <martin@ximian.com>
9514
9515         * debug-mono-symfile.h
9516         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
9517         `address' to `native_offset'.
9518
9519 2004-12-08  Martin Baulig  <martin@ximian.com>
9520
9521         * class.c (mono_class_create_from_typespec): Only inflate if we
9522         either have `context->gclass' or `context->gmethod'.
9523
9524 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
9525
9526         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
9527
9528         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
9529
9530         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
9531
9532         * reflection.c (mono_assembly_get_object): Remove the workaround put
9533         in for the release.
9534         
9535         * appdomain.c: Use the corlib_internal field from MonoAssembly.
9536
9537         * appdomain.c: Bump corlib version.
9538
9539         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
9540         be visible in other appdomains.
9541
9542 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
9543
9544         * threads.c: Interlocked inc and dec for longs were messed up,
9545         use a KISS based impl for this. Fixes 70234
9546
9547 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
9548
9549         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
9550
9551 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
9552
9553         * icall.c: fix to follow policy not to allow struct
9554         arguments in icalls.
9555
9556 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9557
9558         * process.c: make the patch that handles spaces in file paths work
9559         on mono/windows too.
9560
9561 2004-12-06  Martin Baulig  <martin@ximian.com>
9562
9563         * class.c (mono_class_create_generic): Call
9564         mono_class_setup_supertypes() if we're dynamic.
9565         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
9566
9567 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
9568
9569         * object-internals.h: Add new fields to MonoThread.
9570
9571         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
9572
9573         * icall.c threads-types.h threads.c: Add new icalls.
9574
9575         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
9576
9577         * object-internals.h (MonoReflectionAssembly): Sync object layout with
9578         managed side.
9579
9580         * appdomain.c: Bump corlib version.
9581
9582         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
9583         internal assemblies. Fixes #69181.
9584
9585 2004-12-05  Martin Baulig  <martin@ximian.com>
9586
9587         * class.c (mono_class_inflate_generic_signature): Make this a
9588         no-op if `context' is NULL or we don't have any type parameters;
9589         also copy `sentinelpos'.        
9590
9591 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
9592
9593         * image.c: Add unbox_wrapper_cache.
9594
9595         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
9596
9597         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
9598         function generator.
9599         
9600         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
9601         Fixes #70173.
9602
9603         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
9604         
9605 2004-12-04  Martin Baulig  <martin@ximian.com>
9606
9607         * loader.c (mono_method_get_signature_full): New public function;
9608         like mono_method_get_signature(), but with an additional
9609         `MonoGenericContext *' argument.
9610
9611         * class.c (mono_class_inflate_generic_signature): Formerly known
9612         as inflate_generic_signature(); make this public.
9613
9614 2004-12-04  Martin Baulig  <martin@ximian.com>
9615
9616         * metadata.c
9617         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
9618         instead of a `MonoGenericContainer *'.  
9619         (mono_metadata_parse_array_full): Likewise.
9620         (mono_metadata_parse_signature_full): Likewise.
9621         (mono_metadata_parse_method_signature_full): Likewise.
9622         (mono_metadata_parse_generic_inst): Likewise.
9623         (mono_metadata_parse_generic_param): Likewise.
9624         (mono_metadata_parse_mh_full): Likewise.
9625         (mono_type_create_from_typespec_full): Likewise.
9626
9627 2004-12-03  Martin Baulig  <martin@ximian.com>
9628
9629         * class-internals.h (MonoGenericContainer): Replaced the
9630         `MonoGenericContext * pointer with a `MonoGenericContext'
9631         structure and made it the first element.
9632
9633 2004-12-03  Martin Baulig  <martin@ximian.com>
9634
9635         * class.c
9636         (inflate_generic_type): Set the `context->container' when creating
9637         a new MonoGenericContext.
9638         (mono_class_inflate_generic_method): Likewise.
9639         (mono_class_create_from_typespec): Just use `context->container'
9640         to get the container.
9641
9642         * loader.c (method_from_methodspec): Set `context->parent' from
9643         `context->container' - and if that's a method container, use its
9644         parent.  Also set the `context->container' when creating a new
9645         MonoGenericContext.
9646         (mono_get_method_from_token): Use just `context->container' to get
9647         the container.
9648
9649         * metadata.c (do_mono_metadata_parse_generic_class): Also set
9650         `gclass->context->container'.
9651
9652         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
9653         the `context->container' when creating a new MonoGenericContext.
9654
9655 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
9656
9657         * reflection.c (compare_genericparam): Sort params with identical
9658         owner by their number. Fixes gen-111 on sparc.
9659
9660 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
9661
9662         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
9663         around the domain changes.
9664
9665         * appdomain.c (mono_domain_unload): Handle the case when the thread
9666         calling Unload is itself being aborted during unloading. Fixes #70022.
9667
9668         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
9669
9670         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
9671         checkpoint_func as an icall so it gets a wrapper.
9672         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
9673         in the cross-appdomain wrappers too.
9674
9675         * threads.c (mono_thread_has_appdomain_ref): Make this public.
9676
9677         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
9678
9679         * reflection.c: Fix some memory leaks.
9680         
9681 2004-12-02  Martin Baulig  <martin@ximian.com>
9682
9683         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
9684
9685         * metadata.c (generic_class_cache): New static hashtable.
9686         (mono_metadata_lookup_generic_class): New public method.
9687
9688 2004-12-02  Martin Baulig  <martin@ximian.com>
9689
9690         * class.c (mono_class_create_from_typedef): Call
9691         mono_class_setup_parent() and mono_class_create_mono_type() before
9692         parsing the interfaces.
9693
9694 2004-12-02  Martin Baulig  <martin@ximian.com>
9695
9696         * metadata.c (generic_inst_cache): New static hashtable.
9697         (mono_metadata_lookup_generic_inst): New public function.
9698         (mono_metadata_inflate_generic_inst): New public function.
9699         (mono_metadata_parse_generic_inst): New public function.
9700         (do_mono_metadata_parse_generic_class): Use the new
9701         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
9702         since this'll also use the cache.
9703
9704         * reflection.c (mono_reflection_bind_generic_method_parameters):
9705         Use mono_metadata_lookup_generic_inst() to use the new cache.
9706
9707         * class.c (inflate_mono_type): Use
9708         mono_metadata_inflate_generic_inst() to inflate a generic
9709         instance; this'll also use the new cache.
9710
9711         * loader.c (method_from_methodspec): Use
9712         mono_metadata_parse_generic_inst() and
9713         mono_metadata_inflate_generic_inst() rather than parsing it
9714         manually, so we can use the new cache.
9715
9716 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
9717
9718         * threads.c (wait_for_tids): Do not incorrectly free threads when 
9719         the wait times out.
9720
9721 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
9722
9723         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
9724         iter->args based on whether parameters are passed in registers (i.e.
9725         MONO_ARCH_REGPARMS is defined)
9726
9727 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
9728
9729         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
9730         the exception message. Fixes #70070.
9731         (method_from_methodspec): Fix warnings.
9732
9733 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9734
9735         * process.c: (complete_path) return the path quoted
9736
9737 2004-12-01  Martin Baulig  <martin@ximian.com>
9738
9739         * class-internals.h (MonoGenericInst): New structure.
9740         (MonoGenericClass): Replaced `type_argc', `type_argv' and
9741         `is_open' with `MonoGenericInst *inst'.
9742         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
9743         `is_open' with `MonoGenericInst *inst'.
9744
9745 2004-11-30  Martin Baulig  <martin@ximian.com>
9746
9747         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
9748
9749         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
9750         to `generic_class_cache'.
9751
9752         * metadata.c
9753         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
9754         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
9755         (mono_generic_inst_is_valuetype): Renamed to
9756         mono_generic_class_is_valuetype().
9757
9758         * class-internals.h
9759         (MonoGenericInst): Renamed to MonoGenericClass.
9760         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
9761         (MonoClass): Renamed `generic_inst' to `generic_class'.
9762         (MonoGenericContext): Renamed `ginst' to `gclass'.
9763
9764         * object-internals.h
9765         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
9766
9767         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
9768         mono_reflection_generic_class_initialize().
9769
9770         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
9771         now known as "System.Reflection.MonoGenericClass".
9772         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
9773
9774 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
9775
9776         * class-internals.h: Added a flag field to MonoClass to cache the
9777         declarative security attributes actions associated with the class.
9778         * domain-internals.h: Added booleans to MonoJitInfo to cache the
9779         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
9780         applicable to the JITted method.
9781         * reflection.c|h: Added functions to extract (as flags) which security
9782         actions are available (declaratively) for a method, class or assembly.
9783         * metadata.c|h: Added functions to search the declarative security
9784         table in the metadata.
9785         
9786 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
9787
9788         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
9789         EXPORTEDTYPES are already in the class name cache, so there is no
9790         need to add extra code here to look at them. Just removes a bit of
9791         cruft.
9792
9793         (ves_icall_System_Environment_get_TickCount): No need for #if
9794         WINDOWS. We already have the code in io-layer.
9795
9796 2004-11-28  Martin Baulig  <martin@ximian.com>
9797
9798         * loader.c
9799         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
9800         Fixes gen-112.cs.
9801
9802 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
9803
9804         * assembly.c (do_mono_assembly_open): Instead of having a
9805         conditional WITH_BUNDLE, incorporate support for bundles here, by
9806         having a global `bundles' variable holding a pointer to the actual
9807         bundles. 
9808
9809         (mono_register_bundled_assemblies): New API call used by the
9810         bundle code. 
9811
9812         See mkbundle.1 for details.
9813         
9814 2004-11-27  Martin Baulig  <martin@ximian.com>
9815
9816         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
9817         the vtable for generic methods.
9818
9819 2004-11-26  Martin Baulig  <martin@ximian.com>
9820
9821         * metadata.c
9822         (mono_metadata_generic_method_hash): New public function.
9823         (mono_metadata_generic_method_equal): Likewise.
9824
9825         * class-internals.h
9826         (MonoGenericContainer): Added `GHashTable *method_hash'.
9827
9828         * reflection.c (ReflectionMethodBuilder): Added
9829         `MonoGenericContainer *generic_container'.
9830         (reflection_methodbuilder_to_mono_method): Don't create a new
9831         MonoGenericContainer each time we're called.
9832         (mono_reflection_bind_generic_method_parameters): Use
9833         `container->method_hash' to cache the results so we don't create a
9834         different method if we're called several times with the same
9835         arguments.
9836
9837         * loader.c (method_from_methodspec): Use the new
9838         `container->method_hash' here, too.
9839
9840 2004-11-26  Martin Baulig  <martin@ximian.com>
9841
9842         * class.c (inflate_generic_signature): Correctly compute
9843         `res->has_type_parameters'.
9844         (mono_class_vtable): Use the `has_type_parameters' flag to
9845         determine whether we're a generic method.
9846
9847         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
9848
9849 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
9850
9851         * object.c (mono_runtime_run_main): Fix a small memory leak.
9852
9853 2004-11-25  Martin Baulig  <martin@ximian.com>
9854
9855         * class.c (set_generic_param_owner): Fixed the loop.
9856
9857 2004-11-25  Martin Baulig  <martin@ximian.com>
9858
9859         * object.c (mono_class_vtable): Don't create any JIT wrappers for
9860         generic methods.
9861
9862 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
9863
9864         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
9865         names. Fixes #69787.
9866
9867 2004-11-24  Martin Baulig  <martin@ximian.com>
9868
9869         * class.c (mono_class_create_generic_2): If we don't have a
9870         `ginst->parent', inflate `gklass->parent' to get our parent.
9871
9872 2004-11-24  Martin Baulig  <martin@ximian.com>
9873
9874         * reflection.c (compare_genericparam): Correctly sort the
9875         GenericParam table; fixes #69779.
9876
9877 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
9878
9879         * reflection.c: When writing a PE file, don't create a huge
9880         buffer in memory. Just write the arrays we have to the file.
9881         This reduces memory usage.
9882
9883         * metadata-internals.h: MonoDynamicStream pefile is no longer used
9884         globally.
9885
9886 2004-11-17  Martin Baulig  <martin@ximian.com>
9887
9888         * class.c (mono_class_init): Don't setup `class->parent' for
9889         dynamic instances; moved this to mono_class_generic_2().
9890         (mono_class_create_generic): Also set `klass->inited' for dynamic
9891         generic instances.
9892         (mono_class_create_generic_2): Don't do anything for dynamic
9893         generic instances.  Set `klass->parent' here and also call
9894         mono_class_setup_parent() here. 
9895
9896         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
9897         `MonoType *parent' argument; set `ginst->parent' before calling
9898         mono_class_create_generic_2(), so we set the correct parent.
9899
9900 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
9901
9902         * reflection.c: allow getting attributes from ModuleBuilder
9903         (used by ikvm).
9904
9905 2004-11-17  Martin Baulig  <martin@ximian.com>
9906
9907         * class.c (mono_class_create_from_typedef): If a type parameter is
9908         inherited from an outer class, set its owner to that class.
9909
9910 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
9911
9912         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
9913           for (int*) written size. This fixes bug #69592.
9914
9915 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
9916
9917         * icall.c: Added IsAuthenticodePresnet internal call.
9918         * image.c|h: New function that check a MonoImage for an Authenticode
9919         signature in the certificate PE data directory.
9920         * security.c|h: New internal call to ask the runtime if an 
9921         Authenticode signature seems referenced in the PE header.
9922
9923 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
9924
9925         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
9926
9927         * reflection.c (mono_image_create_pefile): Free the assembly streams
9928         after writing out the assembly file.
9929
9930         * object.c (mono_runtime_run_main): Fix small memory leak.
9931
9932         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
9933         property access modifiers. Fixes #69389.
9934
9935 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
9936
9937         * domain.c, object.c, object-internals.h, domain-internals.h,
9938         object.h, marshal.c: keep dynamic code info per domain.
9939
9940 2004-11-15  Martin Baulig  <martin@ximian.com>
9941
9942         * class.c (mono_type_get_name_recurse): Put type arguments in
9943         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
9944         see bug #68387.
9945
9946 2004-11-15  Martin Baulig  <martin@ximian.com>
9947
9948         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
9949         (mono_class_setup_vtable): When computing `the_cname' for a
9950         generic instance, don't include the namespace since we'd otherwise
9951         add it twice.
9952
9953 2004-11-15  Martin Baulig  <martin@ximian.com>
9954
9955         * class.c (mono_class_create_generic): Changed return type to void.
9956         (mono_class_create_generic_2): New public function; setup
9957         `class->method', `class->field' and `class->interfaces' here
9958         instead of in mono_class_init().
9959
9960         * class.h (mono_class_create_generic): Moved to class-internals.h.
9961
9962 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
9963
9964         * reflection.c (mono_image_create_pefile): take a file HANDLE.
9965         rather than writing to memory, write to this file. Right now,
9966         we are just writting into a buffer, and copying that. However
9967         we can avoid the buffer later.
9968
9969         (mono_dynamic_stream_reset): new function
9970
9971         * icall.c, object-internals.h: update for the above.
9972
9973 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
9974
9975         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
9976         have been using gc'd memory. First it is slower, unlikely
9977         the comment in the source code said, secondly, it increases
9978         our footprint to do it in the gc.
9979
9980         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
9981         the method so that it does not have to copy to managed code.
9982
9983 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
9984
9985         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
9986
9987 2004-11-12  Martin Baulig  <martin@localhost>
9988
9989         * reflection.c (mono_image_create_token): Allow generic method
9990         definitions here, since they may appear in an `.override'; see
9991         gen-98/gen-99 for an example.
9992
9993 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
9994
9995         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
9996         #69365.
9997
9998         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
9999         descriptive.
10000
10001 2004-11-11  Martin Baulig  <martin@ximian.com>
10002
10003         * class.c (mono_class_setup_vtable): In an explicit interface
10004         implementation, the method name now includes the arity.
10005
10006 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
10007
10008         * object.c (mono_array_full_copy): Fix warning.
10009
10010 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
10011
10012         * appdomain.c: Removed look_for_method_by_name(). Use the new method
10013         mono_class_get_method_from_name() instead.
10014         
10015         * class-internals.h: Added two new types of wrappers. 
10016         Added MonoRemotingTarget enum. Added new trampoline function type, which
10017         takes an additional MonoRemotingTarget value as parameter, so it is
10018         possible to request a trampoline for a specific target.
10019         
10020         * class.c: Added new mono_class_get_method_from_name() method.
10021         
10022         * class.h: In MonoRemoteClass, we can have now to vtables, one for
10023         general remoting sinks and one specific for cross domain calls.
10024         
10025         * debug-helpers.c: Added new wrapper names.
10026         
10027         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
10028         of a remote class.
10029         
10030         * image.c: Porperly delete value objects form the remoting invoke hashtable.
10031         
10032         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
10033         with several other methods (mono_marshal_get_xappdomain_dispatch,
10034         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
10035         and others) can generate a fast remoting wrapper for cross domain calls.
10036         More information can be found in docs/remoting.
10037         Other changes: Removed mono_find_method_by_name, and used
10038         mono_class_get_method_from_name instead.
10039         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
10040         is stored in the remoting invoke hashtable.
10041         
10042         * marshal.h: published the new method for getting the xdomain wrapper,
10043         and also added a method for getting the adequate wrapper for a given
10044         method and target.
10045         
10046         * object-internals.h, object.c: Added a couple of methods for capying and
10047         cloning arrays.
10048         Modified mono_install_remoting_trampoline, which takes the new remoting
10049         trampoline that has a remoting target as parameter.
10050         mono_class_proxy_vtable now also takes a remoting target as parameter, and
10051         will return the most suitable vtable for the target.
10052         Added mono_remote_class_vtable, which returns the vtable of a remote class
10053         (which can be the normal remoting vtable or the xdomain vtable).
10054         
10055         * threads.c: the xdomain invoke and dispatch wrappers must also be
10056         protected against interruptions.
10057
10058 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10059
10060         * icall.c: use memmove in BlockCopyInternal when the source and
10061         destination arrays are the same.
10062
10063 2004-11-09  Martin Baulig  <martin@ximian.com>
10064
10065         * class-internals.h (MonoGenericContainer): Removed `method' and
10066         `signature', replaced them with `is_method' and `is_signature'
10067         flags.  Added `context'.
10068
10069         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
10070         instead of a `MonoGenericContainer *'.
10071
10072         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
10073         for dynamic type parameters.
10074         (mono_metadata_load_generic_params): Setup `container->context'.
10075
10076         * reflection.c (mono_reflection_setup_generic_class): Setup
10077         `tb->generic_container->context'.
10078         (do_mono_reflection_bind_generic_parameters): Use
10079         mono_class_inflate_generic_type() to correctly inflate types,
10080         rather than using our own hack just for MONO_TYPE_VAR.
10081
10082 2004-11-09  Martin Baulig  <martin@ximian.com>
10083
10084         * class.c (mono_class_inflate_generic_method): Small fix; don't
10085         crash here.
10086
10087         * icall.c
10088         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
10089         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
10090         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
10091         (ves_icall_Type_BindGenericParameters): Likewise.
10092         (ves_icall_Type_get_IsGenericInstance): Likewise.
10093         (ves_icall_Type_GetGenericParameterPosition): Likewise.
10094         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
10095         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
10096         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
10097
10098 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
10099
10100         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
10101         assembly versions and public key tokens. Fixes #69113.
10102
10103 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
10104
10105         * metadata.c: fix bug introduced with the type cache changes
10106         on 2004-11-06.
10107
10108 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
10109
10110         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
10111         the MonoClass pointer instead of the token in exception clauses.
10112         * reflection.c: updates for the above and make the code not depend
10113         on the structure of MonoExceptionClause.
10114
10115 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
10116
10117         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10118         Add support for dynamic assemblies. Fixes #69114.
10119
10120         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
10121
10122 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
10123
10124         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
10125         since most only those methods use it. the code member of
10126         MonoMethodPInvoke was dead, so that can be removed too. Also,
10127         remove inline_count (again, not used), and move slot so that it
10128         can share bits with some other flags. This saves 8 bytes in the
10129         structure and gives us about 50 kb back for mcs helloworld.cs
10130
10131         * *.[ch]: Do naming changes for the above.
10132
10133         * loader.c (mono_method_get_header): Lazily init the header
10134         on first access.
10135         (mono_get_method_from_token): don't init the header here
10136         (mono_free_method): the header may never be allocated
10137
10138         Overall, this saves 150 kb of unmanaged allocations
10139         for mcs helloworld.cs. That accounts for 10% of the unmanaged
10140         memory at runtime.
10141         
10142         * loader.c, loader.h (mono_method_get_header): new accessor.
10143
10144         * *.[ch]: use the above method. Prepares us to lazily load
10145         the header.
10146
10147         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
10148         three warnings, which are actual bugs (see 69206).
10149
10150         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
10151         unused. Saves a cool 4 bytes / method.
10152
10153 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
10154
10155         * metadata.c (builtin_types): Add types for System.Object here.
10156         (mono_metadata_parse_type_full): Cache MonoType*'s that are
10157         for a class or valuetype from klass->this_arg or klass->byval_arg.
10158
10159         On mcs for a hello world, this gets us down from 21836 MonoType's
10160         to 14560.
10161
10162         (mono_metadata_free_type): Account for the above change.
10163
10164 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
10165
10166         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
10167         exception instead of asserting if name is null.
10168         (ves_icall_System_AppDomain_GetData): Ditto.
10169
10170 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
10171
10172         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
10173         EnumBuilder.
10174
10175         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
10176         Return NULL when the domain does not have entry_assembly set.
10177
10178         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
10179         Add a 'resource_modules' argument.
10180         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
10181
10182         * reflection.c (mono_reflection_create_runtime_class): Move setting
10183         of wastypebuilder here, so mono_get_type_object () returns a MonoType
10184         for enums too.
10185
10186         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
10187         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
10188         Throw an ArgumentNullException if 'ptr' is null.
10189
10190         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
10191         assemblies here. Fixes #69020.
10192
10193 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
10194
10195         * reflection.c (build_compressed_metadata): Fix the previous patch for
10196         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
10197         the stack.
10198
10199 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
10200
10201         * assembly.c (mono_assembly_names_equal): Allow a match if one of
10202         the cultures is false. Fixes #69090.
10203
10204         * reflection.c (build_compressed_metadata): Fix invalid memory read 
10205         detected by valgrind.
10206         
10207         * reflection.c (mono_reflection_get_type): Avoid triggering a 
10208         TypeResolve multiple times for the same type. Fixes #65577.
10209
10210 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
10211
10212         * marshal.c: Avoid using ldftn to call managed functions. It is
10213         much slower than just a call.
10214
10215         * reflection.c (mono_module_get_object): free the basename we
10216         allocate here from glib.
10217         
10218         * reflection.c (ensure_runtime_vtable): make sure to free
10219         overrides.  Also, we were allocating an array of MonoMethod not an
10220         array of MonoMethod*.
10221
10222         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
10223
10224         * image.c (mono_image_close): free image->guid here.
10225
10226 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
10227
10228         * reflection.c: Fix some spec conformance issues with the PE file
10229         structures so mcs compiled apps run on the Net 2.0 beta.
10230
10231 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
10232
10233         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
10234         Implement this. Fixes #67264.
10235
10236         * debug-helpers.h debug-helpers.c marshal.c: Move 
10237         mono_find_method_by_name to debug-helpers.c.
10238
10239 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
10240
10241         * object.c (mono_release_type_locks): type_initialization_hash is
10242         a GHashTable.
10243
10244         * reflection.c object.c object-internals.h: Fix warnings.
10245
10246         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
10247         without accessors. Fixes #61561.
10248
10249         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
10250         application base from the root domain if not set. Fixes #65641.
10251         (mono_runtime_init): Fix warning.
10252
10253 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10254
10255         * appdomain.c: call mono_thread_pool_init.
10256         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
10257         of worker threads based on the number of CPUs and the environment
10258         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
10259         for non-windows (windows) systems.
10260
10261 2004-10-27  Chris Toshok  <toshok@ximian.com>
10262
10263         * mono-debug-debugger.c (write_class): don't call mono_class_init
10264         here, as even with the check for (!klass->init_pending), we get
10265         into a situation where we're hitting cycles in class
10266         initialization.  Fixes #68816.
10267
10268 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
10269
10270         * image.c: Avoid overwriting values in the loaded_images_hash when an
10271         assembly is loaded multiple times. Fixes #61152.
10272
10273         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
10274         so multiple satellite assemblies for the same name can be loaded.
10275         Fixes #68259.
10276
10277         * mono_domain_assembly_preload: Actually return the loaded assembly, 
10278         not NULL.
10279
10280         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
10281         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
10282
10283         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
10284         pending finalizers are not invoked after the appdomain has been 
10285         unloaded. Fixes #67862.
10286
10287 2004-10-22  Martin Baulig  <martin@ximian.com>
10288
10289         * mono-debug-debugger.c
10290         (mono_debugger_runtime_invoke): Don't box valuetypes.
10291
10292 2004-10-22  Chris Toshok  <toshok@ximian.com>
10293
10294         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
10295         don't hide private methods.
10296
10297 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
10298
10299         * icall.c: Allows the runtime to "share" (when known) the public key
10300         token of an assembly. This avoid the need to recalculate the token 
10301         (from the public key) in managed code.
10302
10303 2004-10-21  Chris Toshok  <toshok@ximian.com>
10304
10305         * debug-helpers.c (append_class_name): argh, revert last patch.
10306         
10307 2004-10-21  Chris Toshok  <toshok@ximian.com>
10308
10309         * debug-helpers.c (append_class_name): use '+' as the delimiter,
10310         not '/', so that it matches what the debugger uses to look up
10311         methods.
10312
10313 2004-10-21  Martin Baulig  <martin@ximian.com>
10314
10315         * mono-debug-debugger.c (mono_debugger_throw_exception): New
10316         public method; this is called each time an exception is thrown and
10317         allows the debugger to use exception catch points.
10318
10319 2004-10-21  Martin Baulig  <martin@ximian.com>
10320
10321         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
10322         the stack pointer and the exception object in some struct and pass
10323         that to the debugger.
10324
10325 2004-10-21  Chris Toshok  <toshok@ximian.com>
10326
10327         * mono-debug-debugger.c (do_write_class): add instance/static
10328         event support.  We don't expose "raise" or "other" yet.
10329         (event_is_static): new method.
10330
10331 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
10332
10333         * mono-debug-debugger.c
10334         (mono_debugger_handle_exception): Remove
10335         bogus return value for fussy compilers.
10336
10337 2004-10-20  Martin Baulig  <martin@ximian.com>
10338
10339         * mono-debug-debugger.c
10340         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
10341         (mono_debugger_handled_exception): Likewise.
10342
10343 2004-10-20  Martin Baulig  <martin@ximian.com>
10344
10345         * mono-debug-debugger.h (MonoDebuggerEvent): Added
10346         MONO_DEBUGGER_EVENT_EXCEPTION.
10347
10348         * mono-debug-debugger.c (mono_debugger_handle_exception): New
10349         public function to send the debugger a notification for an
10350         exception and inform it about a catch/finally clause.
10351
10352 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
10353
10354         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
10355         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
10356         fix 2.95 build. 
10357
10358         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
10359
10360 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
10361
10362         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
10363         marshalled as [In,Out]. Fixes #58325.
10364
10365 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
10366
10367         * reflection.c (mono_method_body_get_object): Implement some fields.
10368
10369 2004-10-12  Martin Baulig  <martin@ximian.com>
10370
10371         * reflection.c (mono_reflection_bind_generic_parameters): Small
10372         fix, correctly retrieve our parent from a generic instance.
10373
10374 2004-10-12  Martin Baulig  <martin@ximian.com>
10375
10376         * metadata.c (mono_metadata_generic_param_equal): We always have
10377         an owner.
10378
10379         * class.c
10380         (mono_class_from_generic_parameter): We need to have an owner.
10381         (my_mono_class_from_generic_parameter): Likewise.
10382
10383         * reflection.c (mono_reflection_setup_generic_class): Renamed to
10384         mono_reflection_create_generic_class() and added a new
10385         mono_reflection_setup_generic_class().  
10386         (mono_reflection_initialize_generic_param): If we're a nested
10387         generic type and inherited from the containing class, set our
10388         owner to the outer class.
10389
10390 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
10391
10392         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
10393
10394         * reflection.c (mono_method_body_get_object): New function to create
10395         a MethodBody object.
10396
10397         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
10398
10399 2004-10-11  Martin Baulig  <martin@ximian.com>
10400
10401         * metadata.c (_mono_metadata_type_equal): Renamed to
10402         do_mono_metadata_type_equal() and made static.
10403
10404 2004-10-11  Martin Baulig  <martin@ximian.com>
10405
10406         * appdomain.c: Bump corlib version number to 28.
10407
10408 2004-10-10  Martin Baulig  <martin@ximian.com>
10409
10410         * class-internals.h
10411         (MonoGenericInst): Added `MonoGenericContainer *container'.
10412         (MonoGenericMethod): Likewise.
10413         (MonoGenericContext): Likewise.
10414         (MonoGenericParam): Added `MonoGenericContainer *owner'.
10415
10416         * metadata.c
10417         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
10418         (do_mono_metadata_parse_generic_inst): Likewise.
10419         (mono_metadata_parse_type_full): New public method.  This is the actual
10420         mono_metadata_parse_type() implementation - with an additional
10421         `MonoGenericContainer *' argument.
10422         (mono_metadata_parse_array_full): Likewise.
10423         (mono_metadata_parse_signature_full): Likewise.
10424         (mono_metadata_parse_method_signature_full): Likewise.
10425         (mono_metadata_parse_mh_full): Likewise.
10426         (mono_type_create_from_typespec): Likewise.
10427         (mono_metadata_interfaces_from_typedef_full): New public method;
10428         this is similar to the other _full() methods, but we take a
10429         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
10430         (mono_metadata_parse_generic_param): Take an additional
10431         `MonoGenericContainer *' argument and lookup the MonoGenericParam
10432         from that container.
10433         (mono_metadata_generic_param_equal): New static method to compare
10434         two type parameters.
10435         (_mono_metadata_type_equal): New static method; takes an
10436         additional `gboolean signature_only' argument - if true, we don't
10437         compare the owners of generic parameters.
10438         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
10439         with a TRUE argument - do a signature-only comparision.
10440
10441         * loader.c: Use the new _full() methods and pass the
10442         MonoGenericContainer to them.
10443
10444         * object-internals.h (MonoReflectionTypeBuilder): Added
10445         `MonoGenericContainer *generic_container' field.
10446         (MonoReflectionMethodBuilder): Likewise.
10447
10448 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
10449
10450         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
10451         case initial images of dynamic assemblies.
10452
10453         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
10454
10455         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
10456
10457         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
10458         length of event->other array.
10459         (typebuilder_setup_events): Ditto.
10460
10461         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
10462         'assembly_by_name' and add an 'assemblies' list.
10463
10464         * assembly.h assembly.c: Add a new search hook for determining whenever
10465         an assembly is already loaded. Use this instead of searching in the
10466         loaded_assemblies list.
10467
10468         * domain.c appdomain.c: Implement the new search hook so loaded 
10469         assemblies are now scoped by appdomain. Fixes #67727.
10470
10471 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
10472
10473         * threads.c (mono_thread_attach): Initialize synch_lock field so
10474         mono_thread_detach works again.
10475
10476         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
10477         'lib' too. Fixes #63130.
10478
10479 2004-10-06  Jackson Harper  <jackson@ximian.com>
10480
10481         * culture-info-tables.h: regenerated.
10482
10483 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
10484
10485         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
10486         implemented by other interfaces in the result. Fixes #65764.
10487         
10488         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10489         Handle unloadable modules without crashing.
10490
10491         * image.c (load_modules): Revert the previous patch since modules must
10492         have a fixed index inside the array.
10493         
10494         * image.c (load_modules): Don't include native modules in the modules
10495         array.
10496
10497 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
10498
10499         * reflection.h: Add param_defaults field.
10500
10501         * reflection.c: Add support for parameter defaults in dynamic methods.
10502         Fixes #64595.
10503
10504         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
10505         an empty string when a type has no namespace. Fixes #64230.
10506
10507 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
10508
10509         * tabledefs.h: Added "internal" security actions to support non-CAS
10510         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
10511         Note: they do not seems to be used anymore in 2.0 (new metadata format)
10512
10513 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
10514
10515         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
10516         constructor of abstract class. Fixes #61689.
10517
10518 2004-10-04  Martin Baulig  <martin@ximian.com>
10519
10520         * class-internals.h (MonoGenericContainer): New type.
10521         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
10522         `MonoGenericContainer *generic_container'.
10523         (MonoClass): Replaced `gen_params' and `num_gen_params' with
10524         `MonoGenericContainer *generic_container'.
10525
10526         * metadata.c (mono_metadata_load_generic_params): Return a
10527         `MonoGenericContainer *' instead of a `MonoGenericParam *';
10528         removed the `num' argument.
10529
10530 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
10531
10532         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
10533         for dynamic images.
10534
10535         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
10536         machine fields.
10537
10538         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
10539
10540         * reflection.c: Save pe_kind and machine values into the generated
10541         image file.
10542
10543         * appdomain.c: Bump corlib version number.
10544
10545         * object-internals.h: Reorganize layout of LocalBuilder.
10546
10547         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
10548         New helper function.
10549
10550         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
10551         created MonoType for dynamic types. Fixes #66180.
10552
10553 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
10554
10555         * threadpool.c: the ares hashtable needs a critical section around it.
10556         this prevents some nasty segfaults
10557
10558 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
10559
10560         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
10561         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
10562         bug 67324).
10563         
10564 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
10565
10566         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
10567         
10568 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
10569
10570         * image.c: Always canonicalize image file names, to avoid loading
10571         the same assembly twice when referenced using a relative path.
10572
10573 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
10574
10575         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
10576
10577         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
10578
10579         * marshal.c: Fix warnings.
10580
10581 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
10582
10583         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
10584         attempting to marshal the delegate_trampoline as the method_addr.
10585         This patch has a static hashtable of marshalled delegates so that 
10586         we can map delegate_trampoline addresses back to delegates.  This
10587         allows a delegate passed to managed code to be passed back into native
10588         code.  Fixes #67039
10589
10590 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
10591
10592         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
10593
10594         * reflection.c (method_encode_code): Align method headers properly.
10595         Fixes #66025.
10596
10597 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
10598
10599         * marshal.c: In the runtime invoke wrapper, reset the abort
10600         exception if it is cached. This avoids the automatic rethrowal of 
10601         the exception after the catch of the wrapper. Also check for pending
10602         interruptions before calling the managed method. This is done using
10603         the new method emit_thread_force_interrupt_checkpoint, since the
10604         normal checkpoint method is ignored when running the invoke wrapper.
10605         * object.c: If the abort exception is rethrown, set the abort_exc
10606         field of the thread, so it will be rethrown aftere every catch.
10607         * threadpool.c: Only run an interruption checkpoint if what has been
10608         requested is a stop of the thread (aborts will be ignored).
10609         * threads.c: By default, a thread will now never be interrumped while
10610         running the runtime invoke wrapper (this ensures that runtime_invoke
10611         will always return to the caller if an exception pointer is provided).
10612         There is a new special method mono_thread_force_interruption_checkpoint()
10613         to force an interruption checkpoint even if running a protected
10614         wrapper, which is used by the same runtime invoke wrapper to do a check
10615         at a safe point.
10616
10617 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
10618
10619         * object.c, object-internals.h: Implemented mono_release_type_locks,
10620         which releases the cctor locks held by a thread.
10621         * threads.c, threads.h: In thread_cleanup, release cctor locks held
10622         by a thread. Added mono_thread_exit() method to be used to safely stop
10623         a thread.
10624
10625 2004-09-28  Raja R Harinath  <rharinath@novell.com>
10626
10627         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10628         Move null check before dereference.  Avoid indexing beyond the end
10629         of the 'modules' array.
10630
10631 2004-09-28  Raja R Harinath  <rharinath@novell.com>
10632
10633         * metadata-internals.h (MonoImage): Add module_count field.
10634         * image.c (load_modules): Set image->module_count.
10635         (mono_image_load_file_for_image): Use image->module_count.
10636         * reflection.c (mono_image_load_module): Append to image->modules array 
10637         of dynamic assembly.
10638         (mono_module_get_object): Fix loop to actually increment index.
10639         Use image->module_count.
10640         * assembly.c (mono_assembly_load_references): Use image->module_count.
10641         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
10642         Likewise.
10643
10644 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
10645
10646         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
10647         Avoid assert on generic types.
10648
10649 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
10650
10651         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
10652
10653         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
10654
10655         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
10656         function to convert a MarshalSpec structure to its managed counterpart.
10657
10658         * reflection.c: Fix warnings.
10659         
10660         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
10661         field.
10662
10663         * icall.c (mono_create_icall_signature): Fix build.
10664
10665 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
10666
10667         * icall.c: Add MakePointType icall.
10668
10669         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
10670         warnings.
10671
10672 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10673
10674         * threadpool.c: reuse allocated slots in the queue.
10675
10676 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
10677
10678         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
10679
10680         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
10681
10682         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
10683         previous change.
10684
10685         * tabledefs.h: Add constants for pinvoke attributes BestFit and
10686         ThrowOnUnmappableChar.
10687
10688         * icall.c (ves_icall_Type_GetPacking): New icall.
10689
10690 2004-09-24  Martin Baulig  <martin@ximian.com>
10691
10692         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
10693
10694 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10695
10696         * appdomain.c:
10697         (mono_domain_set): allow setting a domain that is being unloaded.
10698         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
10699         being unloaded.
10700
10701 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
10702
10703         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
10704         the GetCustomAttributes icall.
10705
10706 2004-09-23  Martin Baulig  <martin@ximian.com>
10707
10708         * object-internals.h (MonoReflectionGenericParam): Replaced
10709         'has_ctor_constraint', `has_reference_type' and `has_value_type'
10710         with `guint32 attrs'.
10711
10712 2004-09-23  Martin Baulig  <martin@ximian.com>
10713
10714         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
10715
10716 2004-09-23  Martin Baulig  <martin@ximian.com>
10717
10718         * object-internals.h (GenericParameterAttributes): New enum.
10719
10720 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
10721
10722         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
10723         
10724         * class.c (init_events): Fill out event->other field.
10725
10726         * class.c: Fix warnings.
10727
10728         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
10729
10730 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
10731
10732         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
10733         walk which doesn't supply the IL offset.
10734
10735 2004-09-22  Martin Baulig  <martin@ximian.com>
10736
10737         * reflection.c (mono_reflection_setup_internal_class): If we're
10738         System.ValueType, System.Object or System.Enum, set
10739         `klass->instance_size' and create the vtable.
10740         (mono_reflection_create_internal_class): If we're an enum type,
10741         get the base class from our current corlib.
10742
10743 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
10744
10745         * reflection.h (MonoResolveTokenError): New type.
10746
10747         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
10748         icall.
10749
10750         * icall.c: Add an 'error' argument to the ResolveToken icalls.
10751
10752 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
10753
10754         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
10755         Support also calling constructors, but only for already allocated objects.
10756
10757 2004-09-17  Geoff Norton <gnorton@customerdna.com>
10758
10759         * reflection.c (type_get_qualified_name): If the klass is null
10760         return the typename to avoid a NullRefEx.
10761         (encode_cattr_value): Get the qualified name of the boxed type,
10762         not the underlying enumtype.  Fixes #62984.
10763
10764 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
10765
10766         * marshal.c: Fix problems with previous checkin.
10767
10768 2004-09-21    <vargaz@freemail.hu>
10769
10770         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
10771         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
10772
10773         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
10774
10775 2004-09-21  Geoff Norton <gnorton@customerdna.com>
10776
10777         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
10778         should only return a type for pointers, arrays, and passbyref types.
10779         Fixes bug #63841.
10780
10781 2004-09-21  Martin Baulig  <martin@ximian.com>
10782
10783         * domain.c (mono_debugger_check_runtime_version): New public
10784         function.
10785
10786         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
10787
10788 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
10789
10790         * reflection.c: Added missing sort to the declarative security 
10791         attributes table. MS implementation stops seeing the attributes if the
10792         token number regress in the table (as shown by ildasm and permview).
10793
10794 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
10795
10796         * object-internals.h (MonoReflectionModule): Add 'token' field.
10797         
10798         * reflection.c (mono_reflection_get_token): Add support for Module
10799         and Assembly.
10800         (mono_module_get_object): Set 'token' field.
10801         (mono_module_file_get_object): Set 'token' field.
10802
10803         * icall.c: Add new Assembly and Module icalls.
10804
10805         * appdomain.c: Bump corlib version.
10806
10807 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
10808
10809         * loader.h loader.c class.h class.c: Add helper functions for obtaining
10810         tokens of metadata objects.
10811
10812         * reflection.h reflection.c (mono_reflection_get_token): New function
10813         to obtain the token of a metadata object.
10814
10815         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
10816
10817 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
10818
10819         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
10820         
10821         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
10822
10823 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
10824
10825         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
10826         * object-internals.h: Added 3 MonoArray* members to MonoReflection
10827         AssemblyBuilder to access the permissions set in the class lib.
10828         * reflection.c: Added security attributes encoding step in 
10829         mono_image_build_metadata.
10830         * tabledefs.h: Added new security actions defined in 2.0:
10831         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
10832
10833 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
10834
10835         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
10836         macro parameter.
10837
10838 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
10839  
10840         * locales.c: nullify the ICU_collator member of CompareInfo when it is
10841           finalized. There where random SIGSEVs at program termination, when
10842           an object being finalized was trying to do a string comparison and
10843           the current culture was already finalized.
10844  
10845 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10846
10847         * threads.c: call thread_cleanup before finishing the thread if we get
10848         there.
10849
10850 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
10851
10852         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
10853         assemblies from the parent. Fixes #65665.
10854
10855 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
10856
10857         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
10858         modifiers.
10859
10860 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
10861
10862         * reflection.h: add prototype for mono_get_dbnull_object
10863         * reflection.c: add prototypes for get_default_param_value_blobs 
10864         and mono_get_object_from_blob for fussier compilers
10865
10866 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
10867  
10868         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
10869         false deadlock checks in class initialization.
10870  
10871 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
10872
10873         * image.c (mono_image_addref): Fix comment.
10874
10875         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
10876         possible.
10877
10878 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
10879
10880         * reflection.c (mono_param_get_objects): Modified to return
10881         ParameterInfo.DefaultValue object.
10882
10883         (get_default_param_value_blobs):
10884         (mono_get_object_from_blob):
10885         (mono_get_dbnull_object): New helper routines. 
10886
10887         * object.c (mono_get_constant_value_from_blob): New helper routine
10888         carved out from get_default_field_value ()
10889
10890         * object-internals.h (mono_get_constant_value_from_blob): Added
10891         function declaration.
10892
10893 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
10894
10895         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
10896         referenced assemblies. Fixes #62135.
10897
10898         * exception.h exception.c (mono_get_exception_file_not_found2): New
10899         helper function.
10900
10901 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
10902
10903         * class.h class.c: Add mono_type_get_underlying_type ().
10904
10905 2004-09-09  Geoff Norton <gnorton@customerndna.com>
10906
10907         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
10908         Fix GetTypes() to support dynamically created assemblies.
10909
10910 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
10911
10912         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
10913         
10914         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
10915         previous patch.
10916
10917         * reflection.h reflection.c loader.c: Allow dynamic construction of
10918         pinvoke methods. Fixes #65571.
10919         
10920         * reflection.c (mono_reflection_get_type): Revert previous change since
10921         it causes regressions.
10922
10923 2004-09-08  Martin Baulig  <martin@ximian.com>
10924
10925         * class.c (class_compute_field_layout): Don't call
10926         mono_class_layout_fields() for open generic instances.
10927
10928 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
10929         * threads.c appdomain.c: fix typo in GC macro
10930
10931 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10932
10933         * threads.c: don't call mono_thread_detach() in start_wrapper(),
10934         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
10935
10936 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
10937
10938         * image.c (mono_image_close): Applied patch from 
10939         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
10940         assembly is loaded multiple times from data.
10941         
10942         * image.c (mono_image_open): Fix warning.
10943
10944 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
10945
10946         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
10947         once. Fixes #58334.
10948         
10949         * reflection.c (mono_reflection_create_runtime_class): Initialize
10950         klass->nested_classes. Fixes #61224.
10951
10952 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
10953
10954         * threads.c: sched_yield() on exit, to allow threads to quit.
10955
10956 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
10957
10958         * object.c (mono_unhandled_exception): Remove leftover debug code.
10959
10960 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
10961
10962         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
10963
10964 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
10965
10966         * marshal.c (emit_marshal_array): Really null terminate string arrays.
10967         
10968         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
10969
10970 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
10971
10972         * marshal.c (emit_marshal_array): Null terminate string arrays.
10973         
10974         * marshal.c (raise_auto_layout_exception): Fix warning.
10975
10976         * reflection.c (mono_param_get_objects): Initialize the default value
10977         with DBNull.Value, not null. Fixes #62123.
10978
10979 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
10980
10981         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
10982         throw an exception with a cute explanation.
10983
10984 2004-09-06  Dick Porter  <dick@ximian.com>
10985
10986         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
10987         Close the new process's thread handle, as we don't use it.  The
10988         handle stays around forever otherwise.
10989
10990 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
10991
10992         * object.c (arith_overflow): Fix warning.
10993
10994         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
10995         calling conventions in method refs. Fixes #65352.
10996
10997         * reflection.c: Fix warnings.
10998
10999 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
11000
11001         * icall.c: Add a new icall for Array.Clear
11002
11003 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
11004
11005         * object.c: When allocating an array, we have to throw
11006         an overflow exception if any of the lengths are < 0.
11007
11008 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11009
11010         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
11011         properly. Also move implementation of string array marshalling to 
11012         managed code. Fixes #42316.
11013
11014 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11015
11016         * assembly.c: provide more information when loading an assembly fails.
11017
11018 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11019
11020         * filewatcher.c: don't expect the development fam package to be
11021         installed.
11022
11023 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
11024
11025         * marshal.c: Make a copy of the signature cookie since it will be
11026         freed by the caller.
11027         
11028         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
11029
11030         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
11031
11032         * metadata.c (mono_metadata_free_marshal_spec): New function to free
11033         marshal specs.
11034
11035         * marshal.c: More refactoring.
11036         
11037         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
11038         smaller functions.
11039
11040 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
11041
11042         * object.c: In mono_message_invoke, fill the output parameter array after
11043           calling the managed method (it was done before the call). This fixes
11044           bug #59299.
11045
11046 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
11047
11048         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
11049         as well.
11050
11051 2004-09-02  Martin Baulig  <martin@ximian.com>
11052
11053         * class.c (mono_class_instance_size): Don't allow generic type
11054         definitions or open generic instances.
11055         (mono_class_array_element_size): If we're a value type, call
11056         mono_class_instance_size() on the original class.
11057
11058         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
11059         handle generic instances.
11060
11061         * mono-debug-debugger.c (write_type): Handle generic instances
11062         like classes.
11063
11064 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
11065
11066         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
11067         the allocation request fails. Fixes #65089.
11068
11069         * object.c (mono_runtime_free_method): Do not call mono_free_method.
11070         
11071         * object.c (mono_runtime_free_method): New function to free a dynamic
11072         method.
11073
11074         * marshal.c (mono_delegate_free_ftnptr): New function to free the
11075         delegate trampoline.
11076
11077         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
11078         with hasthis as dynamic,
11079
11080         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
11081
11082         * domain.c (mono_jit_info_table_remove): New function to remove an
11083         entry from the jit info table.
11084
11085         * class-internals.h (MonoMethod): Add 'dynamic' field.
11086
11087         * loader.c: Fix warnings.
11088
11089 2004-09-01  Martin Baulig  <martin@ximian.com>
11090
11091         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
11092         instead of mono_debugger_lock() because the latter one is a no-op
11093         unless running in the debugger.
11094
11095 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
11096
11097         * class.c (class_compute_field_layout): Classes with auto-layout or
11098         reference fields are not blittable.
11099         
11100 2004-09-01  Dick Porter  <dick@ximian.com>
11101
11102         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
11103         mono_image_get_filename() to get the assembly location.
11104
11105         * icall.c:
11106         * metadata.h: Fix compile warnings
11107
11108 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
11109
11110         * class.c (class_compute_field_layout): System.Object is blittable.
11111
11112         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
11113         as in/out. Fixes #59909.
11114
11115 2004-09-01  Martin Baulig  <martin@ximian.com>
11116
11117         * metadata.h (MONO_TYPE_ISREFERENCE): Call
11118         mono_metadata_generic_inst_is_valuetype() if we're a generic
11119         instance to check whether our underlying type is a reference type.
11120
11121 2004-09-01  Martin Baulig  <martin@ximian.com>
11122
11123         * metadata.c (mono_type_size): If we're a generic instance, call
11124         mono_class_value_size() for value types.
11125
11126 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
11127
11128         * marshal.c: Implement more custom marshalling functionality. Fixes
11129         #64915.
11130
11131 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
11132
11133         * mono-debug.c, debug-mono-symfile.c: add some locking love.
11134
11135 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
11136
11137         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
11138
11139         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
11140
11141         * icall.c: Fix some warnings.
11142
11143         * threads.c (abort_appdomain_thread): Fix unref errors.
11144         (mono_thread_current): Fix THREAD_DEBUG define.
11145
11146 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
11147
11148         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
11149
11150         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
11151
11152 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
11153
11154         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
11155         string arrays.
11156
11157 2004-08-28  Martin Baulig  <martin@ximian.com>
11158
11159         * metadata.c
11160         (mono_metadata_generic_inst_is_valuetype): New public function.
11161
11162         * metadata.h (MONO_TYPE_ISSTRUCT): Call
11163         mono_metadata_generic_inst_is_valuetype() if we're a generic
11164         instance to check whether our underlying type is a valuetype.
11165
11166 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
11167
11168         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
11169         #63768.
11170
11171 2004-08-25  Martin Baulig  <martin@ximian.com>
11172
11173         * loader.c (mono_get_method_from_token): Abstract methods can also
11174         be generic and thus have type parameters.
11175
11176         * metadata-internals.h
11177         (MonoDynamicImage): Added `GPtrArray *gen_params'.
11178
11179         * reflection.c (mono_image_get_generic_param_info): Don't create a
11180         metadata row, just add an entry to the `gen_params' array.
11181         (build_compressed_metadata): Sort the `gen_params' array and then
11182         actually create the metadata.
11183
11184 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11185
11186         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
11187
11188 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
11189
11190         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
11191
11192 2004-08-24  Martin Baulig  <martin@ximian.com>
11193
11194         * class.cs (mono_class_is_subclass_of): Like an interface, a
11195         generic instance also derives from System.Object.
11196
11197 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
11198
11199         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
11200         custom modifiers to be in any order. Fixes #61990.
11201
11202 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
11203
11204         * object.c: Register mono_object_new_fast icall.
11205         
11206         * object.c (mono_class_get_allocation_ftn): Return to calling
11207         mono_object_new_fast, since it seems faster to compute the object 
11208         size in unmanaged code than passing it as a parameter.
11209
11210         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
11211
11212         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
11213         this function with Boehm as the oom handler, so we don't have to check
11214         the result of GC_malloc.
11215
11216         * object.c: Remove checks for oom.
11217
11218         * object.h object.c (mono_class_get_allocation_ftn): New function to
11219         return the icall which can be used to allocate an instance of a given
11220         class. 
11221
11222         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
11223
11224         * class-internals.h: Add 'enabled' field.
11225
11226 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
11227
11228         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
11229
11230 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
11231         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
11232         value 0x0010.
11233
11234 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
11235
11236         * appdomain.c: use the Tls function for appdomain too,
11237         at Zoltan's request. Actually return in mono_context_get
11238
11239         * appdomain.c, profiler.c, threads.c: use __thread
11240
11241 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
11242
11243         * appdomain.c threads.c: Call GC_CreateThread on windows.
11244
11245         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
11246         multiple libraries since this don't work on windows.
11247
11248 2004-08-18  Martin Baulig  <martin@ximian.com>
11249
11250         * class-internals.h
11251         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
11252         MonoMethodHeader.
11253
11254         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
11255         MonoMethodNormal since we also need it for abstract and interface
11256         methods.
11257
11258         * reflection.c
11259         (build_compressed_metadata): Sort the GenericParam table.
11260         (mono_image_create_token): Added `gboolean create_methodspec'
11261         argument; this is false when generating a MethodImpl token.
11262         (reflection_methodbuilder_to_mono_method): Abstract and interface
11263         methods may also have generic parameters.
11264
11265 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
11266
11267         * appdomain.c: thread local alloc
11268
11269 2004-08-17  Martin Baulig  <martin@ximian.com>
11270
11271         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
11272
11273         * icall.c
11274         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
11275         argument.
11276
11277         * class.c (mono_type_get_full_name): New public function.
11278         (mono_type_get_name): Don't include the type arguments.
11279
11280 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
11281
11282         * Makefile.am: Build static versions of libmetadata and libmonoruntime
11283         for inclusion into the mono executable.
11284
11285 2004-08-16  Martin Baulig  <martin@ximian.com>
11286
11287         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
11288         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
11289
11290 2004-08-14  Martin Baulig  <martin@ximian.com>
11291
11292         * class.c (dup_type): Also copy the `byref' field.
11293
11294 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
11295
11296         * reflection.c (create_dynamic_mono_image): Revert the last change 
11297         since it breaks bootstrap.
11298
11299 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
11300
11301         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
11302
11303         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
11304         not free them with g_free.
11305
11306 2004-08-11  Martin Baulig  <martin@ximian.com>
11307
11308         * reflection.c (mono_reflection_setup_internal_class): Also call
11309         mono_class_setup_mono_type() if we already have a `tb->type.type'.
11310
11311 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
11312
11313         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
11314         called during default (first) AppDomain creation. Keep track of
11315         Evidence when loading assemblies.
11316
11317 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
11318
11319         * opcodes.c, opcodes.h: reduce runtime relocations.
11320
11321 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
11322
11323         * culture-info.h, locales.c: fixes and chages to sue the new
11324         optimized format of the locale data.
11325         * culture-info-tables.h: regenerated.
11326
11327 2004-08-06  Geoff Norton <gnorton@customerdna.com>
11328         
11329         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
11330
11331 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
11332
11333         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
11334         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
11335         * domain-internals.h: icall declaration.
11336         * icall.c: icall registration.
11337         * object-internals.h: New fields in MonoAssembly for CAS.
11338
11339 2004-08-05  Duncan Mak  <duncan@ximian.com>
11340
11341         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
11342         CEE_LDELEM_ANY.
11343
11344 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
11345
11346         * reflection.c: fix to deal with object[] arrays in custom ctors
11347         (bug #62550).
11348
11349 2004-08-05  Martin Baulig  <martin@ximian.com>
11350
11351         * class.c (mono_class_array_element_size): Added support for
11352         generic instances and correctly handle "recursive" types.
11353
11354 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
11355
11356         * assembly.c: Fix warnings.
11357
11358 2004-08-04  Martin Baulig  <martin@ximian.com>
11359
11360         * class.c
11361         (mono_type_get_name_recurse): Added `gboolean include_arity'
11362         argument specifying whether or not we should include the generic
11363         arity in the type name.
11364         (_mono_type_get_name): New static function.
11365         (mono_class_setup_vtable): If we're a generic instance, don't
11366         include the generic arity in the names of explicit method
11367         implementations.        
11368
11369 2004-08-03  Martin Baulig  <martin@ximian.com>
11370
11371         * class.c (mono_type_get_name_recurse): Enclose the generic type
11372         arguments in `<', '>'.
11373
11374 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
11375
11376         * gc.c: make GC warning messages use the trace API, they are just
11377         noise to most of the users.
11378
11379 2004-08-03  Martin Baulig  <martin@ximian.com>
11380
11381         * debug-mono-symfile.c (read_string): Correctly read the string.
11382
11383 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
11384
11385         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
11386         
11387         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
11388         icalls.
11389         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
11390
11391 2004-07-30  Martin Baulig  <martin@ximian.com>
11392
11393         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
11394         Reflect latest symbol writer changes.   
11395
11396 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
11397
11398         * object.c: always create an object if null is passed
11399         to Invoke() where a valuetype is expected.
11400
11401 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
11402
11403         * marshal.c (mono_marshal_init): make managed
11404         signatures match native ones better for 64bits.
11405
11406 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11407
11408         * appdomain.c: hack to build correctly the private bin path on windows.
11409         Fixes bug #61991.
11410
11411 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
11412
11413         * assembly.c: Load mscorlib from the correct framework directory
11414           (mono/<version>/mscorlib.dll).
11415         * appdomain.h: Added prototypes for new functions.
11416         * internals.h: Added some prototypes.
11417         * domain.c: When initializing the runtime, get from the executable and
11418           the configuration files the runtime version that the app supports.
11419           Added support methods for reading app.exe.config. Added list of versions
11420           supported by the JIT. Added two new methods: mono_init_from_assembly,
11421           which initializes the runtime and determines the required version from
11422           the provided exe file, and mono_init_version, which initializes
11423           the runtime using the provided version.
11424         * icall.c: Get machine.config from version-specific directory.
11425         * reflection.c: When generating an image, embed the version number
11426           of the current runtime.
11427
11428 2004-07-28  Dick Porter  <dick@ximian.com>
11429
11430         * socket-io.c
11431         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
11432         returned sockaddr size before creating the remote address object.
11433         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
11434         61608.
11435
11436 2004-07-28  Dick Porter  <dick@ximian.com>
11437
11438         * locales.c (string_invariant_compare_char): Fix invariant char
11439         compares between upper and lower cases.  Fixes bug 61458.
11440
11441 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
11442         
11443         * marshal.c: actually cache stelem.ref wrappers.
11444         
11445 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
11446
11447         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
11448         sections and remove the mono_cli_rva_map () function.
11449
11450 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
11451
11452         * debug-mono-symfile.c: fix one more endianess issue, from a patch
11453         by Geoff Norton (<gnorton@customerdna.com>).
11454
11455 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
11456
11457         * class.c: fix class loads for pointer types (typeof(int) !=
11458         typeof(int*)).
11459
11460 2004-07-27  Martin Baulig  <martin@ximian.com>
11461
11462         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
11463         reading the debugging information from an external ".mdb" file.
11464
11465 2004-07-24  Martin Baulig  <martin@ximian.com>
11466
11467         * reflection.c (mono_image_get_type_info): Only write a class
11468         layout entry if we actually have a size or a packing size.
11469
11470 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
11471
11472         * reflection.c (type_get_fully_qualified_name): 
11473         insert cast to get type checking of ?: with non-gcc compilers
11474
11475 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
11476
11477         * rand.c: use g_getenv for both lookups of
11478         MONO_EGD_SOCKET
11479
11480 2004-07-17  Martin Baulig  <martin@ximian.com>
11481
11482         * reflection.c (mono_reflection_bind_generic_method_parameters):
11483         Set `gmethod->reflection_info'.
11484
11485 2004-07-17  Martin Baulig  <martin@ximian.com>
11486
11487         * class.c (mono_class_create_from_typedef): Insert the newly
11488         created class into the hash table before computing the interfaces
11489         since we could be called recursively.
11490
11491 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
11492
11493         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
11494         function to implement stelem.ref in managed code
11495         * class-internals.h, debug-helpers.c: a new wrapper type
11496         for the above.
11497
11498 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
11499
11500         * gc.c: allow GC handles to work even when no GC is compiled in.
11501         Fix part of bug #61134 (GetAddrOfPinnedObject).
11502
11503 2004-07-13  Peter Williams  <peter@newton.cx>
11504  
11505         * process.c (complete_path): Make sure we don't attempt to execute
11506         directories.
11507  
11508 2004-07-12  Geoff Norton <gnorton@customerdna.com>
11509
11510         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
11511           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
11512           and will add/subtract the hour if needed
11513
11514 2004-07-12  Martin Baulig  <martin@ximian.com>
11515
11516         * reflection.c (mono_field_get_object): If we have
11517         `field->generic_info', take the attributes from
11518         `field->generic_info->generic_type'.    
11519
11520 2004-07-12  Martin Baulig  <martin@ximian.com>
11521
11522         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
11523         This function must be called before initializing the runtime.
11524         (mono_debug_init_1): New function; call this after initializing
11525         the runtime, but before loading the assembly.  It tells the
11526         debugger to load corlib and the builtin types.
11527
11528         * mono-debug-debugger.c: Did some larger changes in the debugging
11529         code; support recursive class declarations, make sure we actually
11530         add all classes.
11531
11532 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11533
11534         * debug-helpers.c: undo my previous patch and fixed the real issue in
11535         ../mini/exceptions-x86.c
11536
11537 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11538
11539         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
11540         when no HOME env. variable was set and a NullRef was thrown in a .cctor
11541         called from other .cctors.
11542
11543 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
11544
11545         * loader.c: Removed the mono_loader_wine_init hack now that we are
11546         doing a managed version of Windows.Forms.
11547
11548 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
11549
11550         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
11551         threadpool.c, threads.c: remove static data from rootset.
11552
11553 2004-07-09  Dick Porter  <dick@ximian.com>
11554
11555         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
11556         Don't do any more processing if the matched length was 0.  It was
11557         increasing the size of the string before.  Fixes bug 61167.
11558
11559 2004-07-09  Dick Porter  <dick@ximian.com>
11560
11561         * socket-io.h:
11562         * socket-io.c
11563         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
11564         Add support for SO_PEERCRED if its available.
11565
11566 2004-07-09  Peter Bartok <pbartok@novell.com>
11567         * loader.c: winelib.exe.so error message is now only displayed if
11568         MONO_DEBUG is set. To help us avoid questions when people are trying
11569         out the new Managed.Windows.Forms.
11570
11571 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
11572
11573         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
11574         for isinst and castclass wrappers.
11575
11576         * class-internals.h icall.c: Move registration and lookup of JIT icalls
11577         to libmetadata from the JIT, so they could be used by the marshalling
11578         code and the interpreter.
11579
11580         * marshal.c: Register marshalling related JIT icalls here instead of
11581         in mini.c. Use CEE_MONO_ICALL instead of the family of 
11582         CEE_MONO_PROC<x> opcodes to call marshalling functions.
11583
11584         * metadata.h: Remove unneeded marshalling conversions.
11585
11586         * opcodes.c: Update for new opcodes.
11587         
11588 2004-07-08  Martin Baulig  <martin@ximian.com>
11589
11590         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
11591         (mono_debug_get_domain_data): Make this function static.
11592
11593 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
11594
11595         * gc.c, object.h: add nice GC handle API for embedders.
11596
11597 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
11598
11599         * reflection.c: more changes for the new api
11600
11601         * object.c: When we reflect on a field w/ a constant value, it
11602         will not have a memory location, so we must access metadata. Also,
11603         allow easier reading of strings so that we can read them from
11604         the constant data.
11605
11606         * class.c (mono_class_layout_fields): no need for literal fields here.
11607
11608         * class-internals.h: api changes for const fields
11609
11610         * icall.c (ves_icall_get_enum_info): use new apis for const fields
11611
11612 2004-07-06  Martin Baulig  <martin@ximian.com>
11613
11614         * mono-debug.h: Increment version number to 44.
11615
11616         * mono-debug.c (mono_debug_add_wrapper): The second argument is
11617         now a gpointer, rewrote this whole method.
11618
11619         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
11620         function.  Add information about the wrapper in a new "misc table".
11621
11622         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
11623         for the new misc table.
11624
11625 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
11626
11627         * metadata-internals.h image.c: Add a cache for helper signatures.
11628
11629         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
11630
11631 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
11632
11633         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
11634         delegates from a delegate. Fixes #61033.
11635         
11636         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
11637         marshalling of stringbuilder arrays. Fixes #59900.
11638
11639 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
11640
11641         * icall.c: Add EnumBuilder:setup_enum_type icall.
11642
11643 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
11644
11645         * icall.c: Added a new icall for the property version of
11646         OffsetOfStringData.
11647
11648 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
11649
11650         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
11651         it has a constant size across platforms.
11652
11653         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
11654         stack trace.
11655
11656 2004-06-29  Martin Baulig  <martin@ximian.com>
11657
11658         * mono-debug.c (mono_debug_add_method): Protect the whole function
11659         in mono_debugger_lock(), not just parts of it.
11660
11661 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
11662
11663         * reflection.c: make sure padding bytes in heaps are zeroed.
11664
11665 2004-06-24  David Waite  <mass@akuma.org>
11666
11667         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
11668         image.c, loader.c, locales.c, marshal.c, metadata.c,
11669         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
11670         string-icalls.c, threads.c: change to C90-style comments from C99 /
11671         C++ -style
11672
11673 2004-06-24  Dick Porter  <dick@ximian.com>
11674
11675         * threads.c
11676         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
11677         return createdNew.  Fixes bug 60412.
11678
11679         * threads-types.h: 
11680         * icall.c: Add createdNew parameter to CreateMutex icall
11681
11682 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
11683
11684         * reflection.c, object-internals.h: save default value in params.
11685
11686 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11687
11688         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
11689         no need to build a new path combining that with the application base.
11690         Fixes bug #60442.
11691
11692 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
11693
11694         * reflection.c: fixed minor standard compliance issues.
11695
11696 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
11697
11698         * reflection.c: fixed issue with encoding some custom attributes
11699         (arrays in properties and fields, bug #60411).
11700
11701 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11702
11703         * reflection.c: fix start address when copying the public key token.
11704
11705 2004-06-23  Martin Baulig  <martin@ximian.com>
11706
11707         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
11708         the `exc' object in a static object to put it into the GC's root set.
11709
11710 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
11711
11712         * reflection.c: make mono_reflection_setup_internal_class ()
11713         callable a second time to setup a new parent class.
11714
11715 2004-06-23  Dick Porter  <dick@ximian.com>
11716
11717         * threads.c: Check for WAIT_IO_COMPLETION return values.
11718
11719 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
11720
11721         * appdomain.c: Removed the g_free on the public key token. Now copy 
11722         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
11723         * assembly.c: Added public key token string value when loading 
11724         assemblies. Fix bug #60439.
11725         * icall.c: Added missing informations (like public key) in 
11726         GetReferencedAssemblies. Fix #60519.
11727         * image.h: Changed definition for public key token from const char*
11728         public_tok_value to guchar public_key_token [17];
11729         * reflection.c: Updated for changes to public key token.
11730
11731 2004-06-22  Lluis Sanchez Gual
11732
11733         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
11734         for the field in base classes.
11735
11736 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
11737
11738         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
11739         mark headers as not supported, they are installed only for use by the
11740         debugger.
11741
11742 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
11743
11744         * *.c, *.h: avoid namespace pollution in public headers.
11745
11746 2004-06-21  Martin Baulig  <martin@ximian.com>
11747
11748         * exception.c (mono_get_exception_security): It's in
11749         "System.Security", not in "System".
11750
11751         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
11752         the exception classes.
11753
11754 2004-06-21  Martin Baulig  <martin@ximian.com>
11755
11756         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
11757         Protect the exception object from being finalized.
11758
11759 2004-06-21  Martin Baulig  <martin@ximian.com>
11760
11761         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
11762         public function.
11763
11764 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
11765
11766         * reflection.c: Load the assembly in mono_reflection_type_from_name,
11767         if it was not loaded before. Fix parts of #60439.
11768
11769 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
11770
11771         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
11772         code that was broken since Ben's change: wrappers are now
11773         dependent on the method signature only again.
11774
11775 2004-06-21  Martin Baulig  <martin@ximian.com>
11776
11777         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
11778         added interface support.
11779
11780 2004-06-21  Martin Baulig  <martin@ximian.com>
11781
11782         * class.c (mono_vtable_get_static_field_data): New public method.
11783
11784 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
11785
11786         * filewatcher.c : Windows build fix to be compliant with API changes.
11787
11788 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
11789
11790         * class.h, class.c: more accessors.
11791         * metadata.h, metadata.c: prepare for hiding MonoType and
11792         MonoMethodSignature: people should use the accessors from now on
11793         outside of the tree.
11794
11795 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
11796
11797         * *.c, *.h: more API cleanups.
11798
11799 2004-06-18  Jackson Harper  <jackson@ximian.com>
11800
11801         * assembly.c: Trace loading assemblies.
11802         * loader.c: Trace loading native libraries.
11803         * mono-config.c: Trace loading config files.
11804         
11805 2004-06-18  Dick Porter  <dick@ximian.com>
11806
11807         * locales.c: Tell ICU the lengths of strings, it can cope with
11808         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
11809
11810 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
11811
11812         * image.c: swapped name/filename;
11813
11814 2004-06-18  Martin Baulig  <martin@ximian.com>
11815
11816         * mono-debug-debugger.c (write_class): Write the parent class at
11817         the end of the header.
11818
11819 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
11820
11821         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
11822
11823 2004-06-17  Raja R Harinath  <rharinath@novell.com>
11824
11825         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
11826         (bundle_obj): New conditional define.
11827         (BUILT_SOURCES): Remove.
11828         ($(bundle_srcs)): Make parallel-make safe.
11829         (libmonoruntime_la_LIBADD): Make unconditional.
11830         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
11831         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
11832
11833 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
11834
11835         * culture-info-tables.h: It was inconsistent with the latest
11836           supp info files.
11837
11838 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
11839
11840         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
11841         be loaded.
11842
11843         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
11844         with gcc 2.95.
11845
11846 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
11847
11848         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
11849         cleaned up public header threads.h.
11850
11851 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
11852
11853         * Makefile.am, *.c, *.h: more API cleanups.
11854
11855 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
11856
11857         * Makefile.am: removed monosn from compilation.
11858         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
11859         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
11860         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
11861         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
11862         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
11863         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
11864
11865 2004-06-15  Jackson Harper  <jackson@ximian.com>
11866
11867         * assembly.c: Make locales lower case when searching the GAC for
11868         assemblies. gacutil will always make locales lowercase when
11869         installing so this effectively makes them case insensitive.
11870         
11871 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
11872
11873         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
11874         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
11875           parameter which allows to choose whether the wait can be interrupted or 
11876           not. Also added the method mono_monitor_enter(), which locks the monitor
11877           using an infinite wait and without allowing interruption.
11878           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
11879           interrupted.
11880         * object.h: Added new fields in MonoThread. suspend_event holds the event
11881           used to susped/resume the thread. synch_lock is the lock object to use for
11882           modifying the thread state.
11883         * threads.c: Use the new synch_lock object for locking, instead of "this",
11884           which can generate deadlocks.
11885           Moved thread state change in Thread.Sleep and Thread.Join from managed
11886           to unmanaged code. This avoids a deadlock when the thread was suspended
11887           just after acquiring the thread lock.
11888           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
11889           Implemented Thread.Suspend using an event instead of ThreadSuspend,
11890           which is not fully implemented in the io-layer.
11891         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
11892
11893 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
11894
11895         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
11896         threads-types.h: more API cleanups.
11897
11898 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
11899
11900         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
11901         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
11902         threadpool.c, threads.c: first pass at the exported API cleanup.
11903
11904 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
11905
11906         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
11907
11908 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11909
11910         * icall.c: added internalGetHome.
11911
11912 2004-06-14  Dick Porter  <dick@ximian.com>
11913
11914         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
11915         possible to return successfully when '.' or '..' were the only
11916         entries in a directory, but were skipped.  The MonoIOStat was not
11917         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
11918         Fixes bug 59574.
11919
11920 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
11921
11922         * reflection.c: make binaries run on .Net 1.1 by default.
11923
11924 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
11925
11926         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
11927
11928 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
11929
11930         * marshal.c: keep track of struct size with explicit layout
11931         (bug #59979).
11932
11933 2004-06-12  Martin Baulig  <martin@ximian.com>
11934
11935         * mono-debug-debugger.c: Comment out a debugging g_message().
11936
11937 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
11938
11939         * reflection.c, reflection.h: do not free custom attrs that are cached.
11940         * icall.c: use braces to make code clearer.
11941
11942 2004-06-11  Martin Baulig  <martin@ximian.com>
11943
11944         * class.h (MonoInflatedField): New type.
11945         (MonoClassField): Replaced `MonoType *generic_type' with
11946         `MonoInflatedField *generic_info'.
11947
11948         * icall.c
11949         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
11950
11951 2004-06-11  Martin Baulig  <martin@ximian.com>
11952
11953         * reflection.c (mono_image_create_method_token): Correctly encode
11954         varargs methods.
11955
11956 2004-06-11  Martin Baulig  <martin@ximian.com>
11957
11958         * metadata.c (mono_metadata_parse_method_signature): When parsing
11959         a MethodDef which has VarArgs, also set sentinelpos if we don't
11960         have any parameters.
11961
11962 2004-06-11  Martin Baulig  <martin@ximian.com>
11963
11964         * verify.c (mono_method_verify): In CEE_CALL, use
11965         mono_method_get_signature() to get the method's signature, unless
11966         we're a PInvoke method.
11967
11968 2004-06-10  Jackson Harper  <jackson@ximian.com>
11969
11970         * assembly.c: Use <path>/lib/mono/gac for the extra paths
11971         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
11972         logical name as the supplied path is just a prefix to the gac not
11973         the direct path to it.
11974         
11975 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
11976
11977         * reflection.c: make the token for a created method match
11978         the token of the MethodBuilder it was created from
11979         (IKVM requires this behaviour now).
11980
11981 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
11982
11983         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
11984         reflection.c, socket-io.c: leak fixes.
11985
11986 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
11987
11988         * icall.c: handle sentinel pos in vararg methods in position different
11989         from 0.
11990
11991 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11992
11993         * culture-info-tables.h: freshly generated.
11994
11995 2004-06-09  Martin Baulig  <martin@ximian.com>
11996
11997         * loader.c (mono_get_method_constrained): Call `mono_class_init
11998         (constrained_class)'.   
11999
12000 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
12001
12002         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
12003         any methods. Fixes #59629.
12004
12005 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12006
12007         * culture-info-tables.h: reflecting locale-builder updates.
12008
12009 2004-06-08  Dick Porter  <dick@ximian.com>
12010
12011         * object.h:
12012         * locales.c: Fixed compile warnings, including a real bug in
12013         CompareInfo_internal_compare.
12014         
12015 2004-06-08  Dick Porter  <dick@ximian.com>
12016
12017         * locales.c
12018         (ves_icall_System_Globalization_CompareInfo_internal_index):
12019         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
12020         Double-check the resuls of usearches, because ICU currently
12021         ignores most of the collator settings here.  Fixes bug 59720.
12022         
12023 2004-06-08  Dick Porter  <dick@ximian.com>
12024
12025         * locales.c
12026         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
12027         Fix memory leak and segfault-causing typo.  No idea how this one
12028         lasted so long without being noticed.
12029
12030 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
12031
12032         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
12033         any methods. Fixes #59629.
12034
12035 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12036
12037         * assembly.c:
12038         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
12039         own the critical section before). Removed dead code (that's done
12040         in the preload hook).
12041
12042         (mono_assembly_load_with_partial_name): call the preload hook.
12043
12044 2004-06-08  Martin Baulig  <martin@ximian.com>
12045
12046         * metadata.c (mono_metadata_signature_alloc): Default
12047         `sentinelpos' to -1.
12048
12049         * reflection.c (mono_image_get_array_token): Likewise.
12050
12051 2004-06-08  Martin Baulig  <martin@ximian.com>
12052
12053         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
12054
12055         * metadata.c (mono_metadata_parse_method_signature): When parsing
12056         a MethodDef which has VarArgs, set sentinelpos.
12057
12058         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
12059         `gint16' since we're using -1 for non-varargs methods.
12060
12061         * reflection.c
12062         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
12063         (method_encode_signature): Added varargs support.
12064         (method_builder_encode_signature): Likewise.
12065         (mono_image_get_varargs_method_token): New static method.
12066         (mono_image_create_method_token): New public method; this is
12067         called via an icall instead of mono_image_create_token() when
12068         calling a varargs method.       
12069
12070 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
12071
12072         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
12073
12074 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12075
12076         * culture-info-tables.h : Reflecting the latest locale-builder that
12077           fixed empty array representation ({} to {0}).
12078
12079 2004-06-07  Jackson Harper  <jackson@ximian.com>
12080
12081         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
12082         looking up extra gac paths. This allows MONO_GAC_PATH to act
12083         exactly like a prefix.
12084         
12085 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
12086
12087         * reflection.c (mono_reflection_type_from_name): Make a copy of the
12088         type name before modifying it. Fixes #59405.
12089
12090 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12091
12092         * culture-info.h: added fields for "all datetime patterns".
12093         * locales.c: (  ves_icall_System_Globalization_CultureInfo
12094           _construct_datetime_format ()): fill xxx_patterns fields.
12095         * object.h: added fields for "all datetime patterns" to
12096           MonoDateTimeFormatInfo.
12097         * culture-info-tables.h: reflecting locale-builder updates.
12098
12099 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
12100
12101         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
12102         the event has no add and remove methods. Fixes #59629.
12103
12104 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
12105
12106         * object.c: Fixed possible integer overflow when allocating large
12107         strings.
12108
12109 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
12110
12111         * culture-info-tables.h: reflecting locale-builder updates.
12112
12113 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
12114
12115         * culture-info-tables.h: reflecting locale-builder updates.
12116
12117 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
12118
12119         * culture-info-tables.h: reflecting locale-builder updates.
12120
12121 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
12122
12123         * threads.c: Made Thread.Sleep abortable.
12124
12125 2004-06-02  Martin Baulig  <martin@ximian.com>
12126
12127         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
12128
12129         * debug-mono-symfile.h: Bumped symbol file version number to 37.
12130
12131 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
12132
12133         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
12134
12135 2004-05-30  Jackson Harper  <jackson@ximian.com>
12136
12137         * reflection.c: Do not hardcode assembly versions or public key
12138         tokens anymore. All of this except the corlib section was dead
12139         code anyways.
12140         
12141 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
12142
12143         * object.c (mono_runtime_invoke_array): Automatically create boxed
12144         objects for byref valuetypes if needed. Fixes #59300.
12145         
12146         * object.c (mono_method_return_message_restore): Handle 
12147         MONO_TYPE_OBJECT as well.
12148
12149 2004-05-28  Jackson Harper  <jackson@ximian.com>
12150
12151         * reflection.c: The modified type encoding was causing build
12152         problems. Reverted for now.
12153         
12154 2004-05-28  Jackson Harper  <jackson@ximian.com>
12155
12156         * reflection.c/h: Take an assembly ref so that we dont create
12157         fully qualified names when encoding types in the same assembly as
12158         the custom attribute being emitted.
12159         * appdomain.c: Increment version number.
12160         
12161 2004-05-26  Duncan Mak  <duncan@ximian.com>
12162
12163         * icall.c
12164         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
12165         Set the full version number (major, minor, build, revision).
12166
12167 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
12168
12169         * marshal.c (emit_struct_conv): increment src/dst after blit
12170         (mono_marshal_get_managed_wrapper,
12171         mono_marshal_get_native_wrapper): make sure we have marshalling
12172         info before marshalling params (info computation affects
12173         blittable)
12174
12175         * class.c (class_compute_field_layout): correctly deal with
12176         blittable
12177         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
12178         value types (as per what windows dows by default)
12179         (mono_class_setup_mono_type): System.ValueType is blittable
12180         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
12181         blittable
12182
12183         * marshal.c (mono_marshal_load_type_info): flag types  as
12184         non-blittable if the native layout doesn't match the managed
12185         layout
12186
12187 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12188
12189         * appdomain.c: don't add stuff in the private search path that is
12190         above the application base. If application base is not set, there's
12191         no private search path.
12192
12193 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
12194
12195         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
12196         byref struct arguments in native->managed marshalling.
12197
12198 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
12199
12200         * marshal.c (mono_marshal_get_runtime_invoke): correctly
12201         cache methods using signature (special case for methods
12202         that are value type or string class)
12203         
12204         * image.c (mono_image_close): clean up allocated GSList's
12205         in runtime_invoke_cache.
12206
12207 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12208
12209         * mono-config.c: set the correct path for mono_cfg_dir on windows when
12210         there's no MONO_CFG_DIR environment variable defined.
12211
12212 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12213
12214         * threads.c: windows version must be >= 0x0500 to include OpenThread.
12215
12216 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
12217
12218         * threadpool.c: Really wait for 500ms after the async call, even if the wait
12219           is interrumped.
12220         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
12221           before waiting for it, and call CloseHandle after the wait to unref it.
12222           This will make sure that handles are not disposed too early.
12223
12224 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12225
12226         * appdomain.c:
12227         * appdomain.h:
12228         * icall.c: removed
12229         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
12230         needed now.
12231
12232         * object.c: se the application_base only for the domain that runs
12233         Main. Fixes bug #59216,
12234
12235 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12236
12237         * appdomain.c:
12238         * object.c: only the domain in which Main is run have
12239         SetupInformation.ConfigurationFile set, so moved a few lines from
12240         appdomain.c to object.c.
12241
12242 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12243
12244         * appdomain.c: we tried to load [name].(dll|exe), but according
12245         to bug #57710, we must also try [culture]/[name].(dll|exe) and
12246         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
12247         There's a test case attached to bug #58922.
12248
12249 2004-05-27  Dick Porter  <dick@ximian.com>
12250
12251         * icall.c:
12252         * file-io.c: Implemented icalls for locking and unlocking regions
12253         in a file.
12254         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
12255         FALSE on error (fixes both compiler warning and real bug.)
12256
12257 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
12258
12259         * culture-info-tables.h: reflecting locale-builder updates.
12260
12261           (Added missing ChangeLog entry for 05/26)
12262
12263 2004-05-27  Jackson Harper  <jackson@ximian.com>
12264
12265         * locales.c: Fix some cut and paste errors.
12266         
12267 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12268
12269         * mono-config.c: set the correct path for config. directory on windows.
12270
12271 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
12272
12273         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
12274           on win32.
12275
12276 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
12277
12278         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
12279         from pinvoke functions.
12280         
12281         * marshal.c (mono_ftnptr_to_delegate): Implement this.
12282
12283 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
12284
12285         * culture-info-tables.h: reflecting locale-builder updates.
12286
12287 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
12288
12289         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
12290         #59086.
12291
12292 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
12293
12294         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
12295         * icall.c: Modified icalls for RNG.
12296         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
12297         Windows (CryptoAPI).
12298
12299 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
12300
12301         * locales.c: Fix build.
12302
12303 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
12304
12305         * culture-info-tables.h: reflecting locale-builder updates.
12306
12307 2004-05-25  Jackson Harper  <jackson@ximian.com>
12308
12309         * locales.c: When creating the current culture use the $LANGs
12310         specific culture. So DateTimeFormat and NumberFormat entries are created.
12311         
12312 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
12313
12314         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
12315         a char array as parameter.
12316
12317 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
12318
12319         * image.c: In mono_image_open(), always use an absolute path name to
12320           look for already loaded images.
12321
12322 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
12323
12324         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
12325         missing in the windows build (like older cygwin include files).
12326
12327 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
12328
12329         * icall.c: Fixed check for possible integer overflow in Buffer_
12330         BlockCopy icall. Replaced comments style // by /* */.
12331
12332 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
12333
12334         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
12335         
12336         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
12337         check after MONO_VTADDR. Fixes pinvoke2.exe.
12338
12339         * marshal.h marshal.c metadata.h: Add beginnings of support for
12340         ftnptr -> delegate marshalling.
12341
12342 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
12343
12344         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
12345         * threads.c: Fix warnings.
12346
12347 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
12348
12349         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
12350         * icall.c: Registered icalls for Suspend and Resume.
12351         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
12352           Thread.Abort.
12353         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
12354         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
12355         * process.c: Use WaitForSingleObjectEx.
12356         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
12357           checkpoints.
12358         * threads.c, threads.h: Make use of new Ex wait methods. Improved
12359           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
12360           for Suspend and Resume. Added new mono_thread_stop, used for stoping
12361           background threads. Added basic support for Abort in Windows.
12362           Start new threads using a managed delegate invoke wrapper. This wrapper
12363           has an interruption checkpoint that is needed since an interruption
12364           can be requested before the thread leaves the unmanaged code that starts 
12365           the thread.
12366         * marshal.c: Added interruption checkpoint after every native call, and
12367           also before managed calls for wrappers called from unmanaged code to
12368           go into managed code.
12369         * object.h: Added new field in MonoThread to keep track of interruption
12370           requests.
12371
12372 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
12373
12374         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
12375         calls.
12376
12377 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12378
12379         * appdomain.c:
12380         * assembly.c:
12381         * gc.c:
12382         * locales.c:
12383         * mono-config.c:
12384         * rand.c: getenv -> g_getenv (windows!)
12385
12386         * process.c: complete_path is also used on non-windows platforms.
12387
12388 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12389
12390         * icall.c: new signature for Process_Start.
12391
12392         * process.[ch]: new signature for Process_Start. If we're on windows
12393         and UseShellExecute is false, we have to search for the program by
12394         ourselves if we don't get a full path.
12395
12396 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
12397
12398         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
12399         marshalling and call CleanUpNativeData if needed. Fixes #58646.
12400
12401 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12402
12403         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
12404         Fixes bug #58373.
12405
12406 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12407
12408         * process.c: use double quotes to quote program name and arguments on
12409         windows. Fixes bug #58575.
12410
12411 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12412
12413         * file-io.c: don't return "." and ".." when using windows Find*File.
12414
12415 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
12416
12417         * marshal.c: Don't pass wrappers to message init because method 
12418         addressed used to lookup metadata. part of remoting[2|3] fix.
12419
12420 2004-05-15  Jackson Harper  <jackson@ximian.com>
12421
12422         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
12423         path is essentially the same as MONO_PATH except that it points to
12424         GACs instead of lib directories.
12425         * loader.h: The user gac is gone so we dont need function to
12426         enable/disable it.
12427         * mono-config.c: user gac option is now gone.
12428         
12429 2004-05-15  Jackson Harper  <jackson@ximian.com>
12430
12431         * culture-info.h: Make defines more consistent, add calendar data
12432         to the culture info table.
12433         * culture-info-tables.h: Add basic calendar data. Basically
12434         everyone gets default gregorian until all the data is
12435         updated.
12436         * locales.c: Use the new consistent defines. Set calendar data for
12437         culture info objects.
12438         * object.h: add a field for calendar data to CultureInfo
12439         
12440 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
12441
12442         * image.c: image->runtime_invoke_cache is keyed on signatures now.
12443         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
12444         a signature.
12445         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
12446         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
12447         an extra param that is the pointer of the method to invoke. The IL for
12448         the invoke method is no longer specific to the method, but to the
12449         signature of the method. Thus, we can share the same code for multiple
12450         methods. This reduces the number of methods that have to be compiled.
12451
12452 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
12453
12454         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
12455
12456         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
12457
12458         * icall.c: Optimize Buffer.BlockCopy.
12459
12460 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12461
12462         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
12463         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
12464         quote). Changed them to "MMMM yyyy".
12465
12466 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
12467
12468         * rand.c
12469         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
12470
12471 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
12472
12473         * reflection.h: Updated after changes to managed structures.
12474
12475         * appdomain.c: Bump corlib version.
12476
12477 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12478
12479         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
12480         windows.
12481
12482 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12483
12484         * Makefile.am: link to ../os/libmonoos.la on windows.
12485
12486         * assembly.c:
12487                 -If MONO_DEBUG, warn about non-existing directories in
12488                 MONO_PATH.
12489                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
12490                 compile time variable.
12491                 -Removed init_default_path and call mono_set_rootdir from
12492                 libmonoos.a instead (windows only).
12493
12494         * assembly.h: declare mono_assembly_getrootdir().
12495
12496         * domain.c:
12497         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
12498
12499         * loader.c: s/getenv/g_getenv/
12500
12501 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
12502
12503         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
12504
12505         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
12506
12507         * metadata.h: Add new marshalling conversions.
12508
12509         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
12510         function.
12511
12512         * reflection.c (mono_reflection_get_type): Lookup the type in all
12513         modules of a multi-module assembly. Fixes #58291.
12514
12515 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
12516
12517         * threads.c: Before aborting a background, set the StopRequested
12518         state.  This avoids throwing the Abort exception.
12519         In mono_thread_manage, don't continue with the shutdown until all
12520         aborted threads have actually stopped.
12521
12522 2004-05-10  Jackson Harper  <jackson@ximian.com>
12523
12524         * locales.c: Remove the modifier from culture names.
12525         
12526 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12527
12528         * Makefile.am: monosn is not installed any more. It has been deprecated
12529         in favor of sn.
12530
12531 2004-05-07  Jackson Harper  <jackson@ximian.com>
12532
12533         * locales.c
12534         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
12535         Fix array construction, add bailout if the length is 0.
12536
12537 2004-05-07  Dick Porter  <dick@ximian.com>
12538
12539         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
12540         machine doesn't have a DNS entry.  Patch by Urs Muff
12541         (umuff@quark.com), fixes bug 57928.
12542
12543 2004-05-06  Jackson Harper  <jackson@ximian.com>
12544
12545         * reflection.c: Handle null PublicTokens properly. alloc mem for
12546         assembly names culture so we dont crash when freeing it.
12547         
12548 2004-05-06  Jackson Harper  <jackson@ximian.com>
12549
12550         * assembly.c: Check the usergac when loading with partial names.
12551         
12552 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
12553
12554         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
12555         does nothing for now (not required for Linux/Windows) but the class
12556         library can call it (and a newer or modified runtime could need it).
12557         * icall.c: Registred icall.
12558
12559 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12560
12561         * loader.c: prints a message on module loading error we set MONO_DEBUG
12562         environment variable.
12563
12564 2004-05-05  Jackson Harper  <jackson@ximian.com>
12565
12566         * appdomain.c: Handle PublicKeyToken=null properly.
12567         
12568 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
12569
12570         * environment.c|h: Added icall ves_icall_System_Environment_
12571         GetOSVersionString to get the current OS version as a string.
12572         * icall.c: Registred icall.
12573
12574 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
12575
12576         * object.c: in mono_object_get_virtual_method(), take into account that
12577         non-virtual methods don't have a slot in the vtable. Check needed when
12578         the object is a proxy.
12579
12580 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
12581
12582         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
12583         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
12584
12585         * object.c (mono_class_compute_gc_descriptor): Fix warning.
12586
12587         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
12588         passed when a valuetype is expected.
12589
12590         * object.c (mono_unhandled_exception): Only set the exit code if the
12591         exception happens in the main thread. Fixes thread5.exe.
12592
12593         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
12594         invalid names. Fixes #58047.
12595
12596 2004-05-03  Jackson Harper  <jackson@ximian.com>
12597
12598         * assembly.c: This line was committed accidently and is unneeded.
12599         
12600 2004-05-03  Jackson Harper  <jackson@ximian.com>
12601
12602         * icall.c: Add new icall for Assembly::LoadWithPartialName
12603         * assembly.c/.h: new function that probes the GAC to load partial
12604         assembly names by Paolo Molaro.
12605         
12606 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12607
12608         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
12609         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
12610         (type_get_fully_qualified_name): Added PublicKeyToken when building a
12611         full type name.
12612
12613 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12614
12615         * appdomain.c: fixed check for 'neutral' culture and removed warning.
12616         * reflection.c: fix bug when parsing a full type name and Version is not
12617         the last thing in the string.
12618
12619 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
12620
12621         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
12622         crashes when it is freed.
12623
12624 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12625
12626         * assembly.c: print the compat warning to stderr.
12627
12628 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
12629
12630         * assembly.c (mono_assembly_load_references): Add a compatibility
12631         hack to run old applications that might be still referencing the
12632         3300-based assemblies, only do this for System.xxx.
12633
12634 2004-05-01  Jackson Harper  <jackson@ximian.com>
12635
12636         * appdomain.c: If the culture is neutral we set it to "".
12637         
12638 2004-04-29  Jackson Harper  <jackson@ximian.com>
12639
12640         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
12641
12642 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
12643  
12644         * string-icalls.c: added low overhead function for copying chars
12645         * icall.c: added needed icall for the above function
12646  
12647 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12648
12649         * icall.c: fix return value of get_global_assembly_cache.  Implemented
12650         Environment.GetLogicalDrives.
12651
12652 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
12653
12654         * rand.c: try and talk to egd or prngd
12655         for random bytes if opening devices fail.
12656
12657 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
12658
12659         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
12660         alignment for the type using the native alignment of its members 
12661         instead of using klass->min_align.
12662
12663         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
12664
12665 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12666
12667         * file-io.c:
12668         * socket-io.c: added check for sys/aio.h.
12669
12670 2004-04-28  Dick Porter  <dick@ximian.com>
12671
12672         * threads.c: Don't abort a thread thats already aborting, when
12673         terminating everything.
12674
12675 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12676
12677         * icall.c: added 2 new async calls for Socket.
12678
12679         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
12680         IO on *nix systems.
12681
12682         * threadpool.c: removed unused variable.
12683
12684 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
12685
12686         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
12687
12688 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
12689
12690         * locales.c: put back string_invariant_tolower () and
12691         string_invariant_toupper ().
12692
12693 2004-04-26 David Waite <mass@akuma.org>
12694
12695         * file-io.h:
12696         * socket-io.h:
12697         * threads.h:
12698         * unicode.h: remove comma from end of enumeration declarations
12699
12700 2004-04-26 David Waite <mass@akuma.org>
12701
12702         * debug-mono-symfile.h:
12703         * decimal.c:
12704         * mono_debug.h:
12705         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
12706
12707
12708 2004-04-26  Jackson Harper  <jackson@ximian.com>
12709
12710         * appdomain.c: Increment version number.
12711         
12712 2004-04-26  Jackson Harper  <jackson@ximian.com>
12713
12714         * appdomain.c: Set assembly references public token value when
12715         PublicKeyToken is specified, not the hash_value. Free public token
12716         values when free assembly name data. Previously the public key
12717         token was hex decoded, however we are using hex encoded public key
12718         tokens, so this is not neccasary.
12719         * assembly.c: Lookup assemblies in the gac if their public token
12720         value is set. Add function to allow enabling user gac
12721         lookups. Specify whether or not the assembly was loaded from the
12722         GAC. Compare full assembly names when checking the cache for
12723         assemblies (Temporarily disabled see comment in code). Remove
12724         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
12725         specifies trace-loader they get extra info to stdout on the
12726         loading of assemblies.
12727         * image.h: Add a field for an assembly references public token
12728         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
12729         whether an assembly has been loaded from the GAC.
12730         * image.c: Remove a corlib -> mscorlib name mapping.
12731         * loader.h: Add function to enable/disable the user gac.
12732         * mono-config.c: Check if the usergac is enabled in the config
12733         file.
12734         * icall.c: New icall to determine whether or not an assembly has
12735         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
12736         * tabldefs.h: Add constant for assemblyref flag that specifies a
12737         full public key is used instead of a public token.
12738         * reflection.c: Remove mscorlib -> corlib mappings. Set
12739         PublicTokenValue instead of hash value. This value is a hex
12740         string so it does not need to be expanded.
12741
12742 2004-04-26  Martin Baulig  <martin@ximian.com>
12743
12744         * mono-debug-debugger.c (mono_debugger_initialize): Set
12745         `mono_debugger_initialized' before calling mono_debug_lock().
12746
12747 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
12748
12749         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
12750           InternalToUpper/InternalToLower.
12751         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
12752           removed invariant culture shortcut.  This is now done in managed code.
12753         * locales.c: (string_invariant_toupper/tolower) removed.
12754
12755 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12756
12757         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
12758         Added Poll internal call.
12759
12760         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
12761         call for Poll. Select was too heavy for polling a single socket.
12762
12763         * threadpool.[ch]: added mono_threadpool_cleanup.
12764         * threads.c: use it. Don't use Thread_Abort on windows.
12765
12766 2004-04-23  Martin Baulig  <martin@ximian.com>
12767
12768         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
12769
12770 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
12771
12772         * icall.c: Registred new icalls for key pair protection and added an
12773         icall for Environment.GetFolderPath on Windows.
12774         * security.c|h: Added new icalls for key pair protection.
12775
12776 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12777
12778         * socket-io.c: don't display the non-supported family warning for known
12779         families. Now this is not displayed on windows when checking support
12780         for IPv4/IPv6.
12781
12782 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12783
12784         * class.c: don't display the layout warning for static fields.
12785
12786 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
12787
12788         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
12789         * locales.c, locales.h: Added new icalls for culture-specific
12790         Char.ToLower and Char.ToUpper.
12791
12792 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12793
12794         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
12795         by David Waite.
12796
12797 2004-04-20  Martin Baulig  <martin@ximian.com>
12798
12799         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
12800         of the type name before passing it to mono_reflection_type_from_name().
12801
12802 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
12803
12804         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
12805         encodings here. Fixes #56965.
12806
12807 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
12808
12809         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
12810         fix test on strstr result not that I can see anything that
12811         relies on the result.
12812
12813 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
12814
12815         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
12816         Fixes #57081.
12817
12818         * marshal.c (mono_marshal_get_string_encoding): New helper function.
12819
12820         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
12821         function to determine which marshalling to use for strings. Fixes
12822         #56965.
12823
12824         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
12825
12826         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
12827
12828 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
12829
12830         * icall.c: #include mono-config.h
12831
12832 2004-04-15  Jackson Harper  <jackson@ximian.com>
12833
12834         * culture-info-tables.h: Fix date formats for en-US culture.
12835         
12836 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
12837
12838         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
12839         ThreadPool.SetMinThreads.
12840         * threadpool.c: Implemented ThreadPool.GetMinThreads and
12841         ThreadPool.SetMinThreads.
12842
12843 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
12844
12845         * mono-config.c: also load the .config file in the directory
12846         where the assembly was found.
12847
12848 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
12849
12850         * assembly.c: load per-assembly config files.
12851         * icall.c: decrapified code to get the config dir and moved to
12852         mono-config.c.
12853         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
12854         per-assembly config files. When doing a dll map lookup give precedence
12855         to the per-assembly data.
12856
12857 2004-04-14  Martin Baulig  <martin@ximian.com>
12858
12859         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
12860         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
12861         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
12862
12863         * mono-debugger-debugger.c: While the debugger is locked, remember
12864         whether the symbol tables have changes and send one single
12865         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
12866
12867 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
12868
12869         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
12870
12871         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
12872         function.
12873
12874         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
12875         account when marshalling string arrays. Fixes #56965.
12876
12877 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
12878
12879         * icall.c: Add new icalls mapping for security.
12880         * security.c|h: Add internal calls for WindowsIdentity,
12881         WindowsImpersonationContext and WindowsPrincipal.
12882
12883 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
12884
12885         * class.c: Added comment to ensure the System.MonoDummy class
12886         is removed when no longer necessary
12887
12888 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
12889
12890         * appdomain.c: Pass arguments to the bootstraping exceptions to
12891         minimize JITed methods at boot
12892
12893         * metadata.c (mono_exception_from_name_two_strings): Allow for the
12894         second string to be null.
12895
12896         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
12897         Change the protocol to minimize the JIT methods at startup.  Now
12898         it Returns the internal codepage, if the value of "int_code_page"
12899         is 1 at entry, and we can not compute a suitable code page
12900         number, returns the code page as a string.
12901
12902 2004-04-13  Jackson Harper  <jackson@ximian.com>
12903
12904         * culture-info-tables.h: Fix number of decimal digits for all
12905         english locales.
12906
12907 2004-04-13  Jackson Harper  <jackson@ximian.com>
12908
12909         * icall.c: Clairfy out of sync error message. It is not always
12910         your corlib that is out of sync.
12911
12912 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
12913
12914         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
12915         properties when only the set accessor is overriden. Fixes #55874.
12916
12917 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
12918
12919         * assembly.c (mono_assembly_load_references): Make this thread safe.
12920         Fixes #56327.
12921
12922 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
12923
12924         * monosn.c: Add missing initialization calls.
12925
12926 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
12927
12928         * locales.c:
12929         ves_icall_System_Globalization_CultureInfo_construct_number_format
12930         Fix g_assert so it compiles on fussier compilers re int/ptr
12931         mismatch
12932
12933 2004-04-08  Dick Porter  <dick@ximian.com>
12934
12935         * socket-io.h:
12936         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
12937         53992.  Also rearrange the code so that the internal calls return
12938         an error value and exceptions are thrown from managed code.
12939
12940         * icall.c: Add type info to the socket icalls.
12941
12942 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12943
12944         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
12945         owes me a beer.
12946
12947 2004-04-07  Martin Baulig  <martin@ximian.com>
12948
12949         * class.c (mono_class_from_generic_parameter): Don't default
12950         `klass->parent' to `mono_defaults.object_type'.
12951
12952 2004-04-07  Martin Baulig  <martin@ximian.com>
12953
12954         * reflection.c (mono_reflection_initialize_generic_parameter): Set
12955         `param->pklass->reflection_info'.       
12956
12957 2004-04-07  Jackson Harper  <jackson@ximian.com>
12958
12959         * culture-info-tables.h: Fix date separator symbol.
12960         
12961 2004-04-07  Martin Baulig  <martin@ximian.com>
12962
12963         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
12964         from System.Type to System.MonoType.
12965
12966 2004-04-07  Martin Baulig  <martin@ximian.com>
12967
12968         * reflection.h
12969         (MonoReflectionGenericParam): Added `has_reference_type' and
12970         `has_value_type' fields.
12971
12972         * reflection.c (mono_image_get_generic_param_info): Encode the
12973         correct flags if we have the `class' or `struct' constraint.
12974
12975 2004-04-07  Martin Baulig  <martin@ximian.com>
12976
12977         * reflection.h
12978         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
12979
12980 2004-04-07  Jackson Harper  <jackson@ximian.com>
12981
12982         * appdomain.c: Revert extra patches, just wanted to bump the
12983         version number.
12984         
12985 2004-04-07  Jackson Harper  <jackson@ximian.com>
12986
12987         * Makefile.am: Add culture-info private headers.
12988         * icall.c: Add new icalls for contructing locales.
12989         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
12990         * locales.h: Declare new culture info construction methods.
12991         * object.h: Add new fields used to avoid the CultureMap to
12992         MonoCultureInfo.
12993         * culture-info.h: Definition of structs used in the culture info
12994         tables.
12995         * culture-info-tables.h: Autogenerated tables that contain culture
12996         info data. This file was generated with the locale-builder tool.
12997         * appdomain.c: Incement corlib version number.
12998         
12999 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
13000
13001         * appdomain.c: (mono_runtime_init) move mono_thread_init
13002         to before mono_object_new calls so critical sections
13003         are initialized before use.
13004
13005 2004-04-07  Martin Baulig  <martin@ximian.com>
13006
13007         * icall.c
13008         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
13009         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
13010         (ves_icall_MonoGenericParam_initialize): Removed.
13011         (monogenericparam_icalls): Removed.
13012         (generictypeparambuilder_icalls): Added new table for
13013         System.Reflection.Emit.GenericTypeParameterBuilder.
13014
13015         * reflection.c
13016         (mono_reflection_define_generic_parameter): Removed.
13017         (mono_reflection_initialize_generic_parameter): This is now called
13018         from GenericTypeParameterBuilder's .ctor.
13019
13020 2004-04-06  Martin Baulig  <martin@ximian.com>
13021
13022         * class.c (mono_class_init): Don't inflate nested classes in a
13023         generic instance.
13024         (mono_type_get_name_recurse): Include the generic arguments for
13025         generic instances and generic type declarations.
13026         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
13027         (_mono_class_get_instantiation_name): Removed.
13028         (mono_class_create_generic): Always use `gklass->name' as our name.
13029
13030         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
13031
13032         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
13033         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
13034         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
13035         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
13036         closed generic methods here.
13037
13038         * reflection.c
13039         (mono_reflection_generic_inst_get_nested_types): Removed.
13040         (inflate_mono_method): Copy the generic parameters from the
13041         MonoMethodHeader into out MonoGenericMethod.
13042
13043 2004-04-06  Martin Baulig  <martin@ximian.com>
13044
13045         * row-indexes.h
13046         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
13047
13048         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
13049
13050         * reflection.c (build_compressed_metadata): If we have any entries
13051         in the GenericParam, MethodSpec or GenericParamConstraint tables,
13052         set the header version to 1.1.
13053
13054 2004-04-06  Martin Baulig  <martin@ximian.com>
13055
13056         * class.c (mono_class_init): If we're a generic instance,
13057         initialize our nested classes, too.
13058         (_mono_class_get_instantiation_name): Deal with the new `!%d'
13059         suffix. 
13060
13061 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13062
13063         * process.c: quote the argument passed to the shell on windows.
13064
13065 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
13066
13067         * threads.c (mono_alloc_special_static_data): Allow this to be
13068         called during startup.
13069
13070 2004-04-02  Martin Baulig  <martin@ximian.com>
13071
13072         * icall.c
13073         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
13074
13075 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
13076
13077         * icall.c: Fix build.
13078
13079 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
13080
13081         * Makefile.am: Added security.c|h.
13082         * icall.c: Added icall for get_UserName;
13083         * security.c: New file for security related icalls. Added function
13084         get_UserName for System.Environment (fix #56144).
13085         * security.h: New. Header file for security.c
13086
13087 2004-04-02  Dick Porter  <dick@ximian.com>
13088
13089         * icall.c: Deleted the icalls that were obsoleted some time ago
13090         by the ICU string code, and which were mixed into the icall
13091         rearranging.  Fixes bug 55969.
13092
13093         * string-icalls.h: 
13094         * string-icalls.c: Deleted the code that those icalls reference.
13095
13096 2004-04-01  Martin Baulig  <martin@ximian.com>
13097
13098         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
13099
13100         * class.c (mono_class_from_generic_parameter): Don't set 
13101         TYPE_ATTRIBUTE_INTERFACE.
13102         (my_mono_class_from_generic_parameter): Likewise.
13103
13104 2004-04-01  Martin Baulig  <martin@ximian.com>
13105
13106         * loader.c (find_method): Added an optional `MonoClass *ic'
13107         argument to search in a specific interface.
13108         (mono_get_method_constrained): New public function.
13109
13110 2004-04-01  Martin Baulig  <martin@ximian.com>
13111
13112         * reflection.c (mono_image_get_generic_field_token): Use the
13113         `handleref' cache here.
13114
13115 2004-04-01  Martin Baulig  <martin@ximian.com>
13116
13117         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
13118
13119         * reflection.c (create_generic_typespec): Use the `typespec' hash
13120         here, not the `typeref' one.    
13121
13122 2004-04-01  Martin Baulig  <martin@ximian.com>
13123
13124         * class.c (mono_class_inflate_generic_type): Moved the
13125         functionality into a new static inflate_generic_type() which
13126         returns NULL if it didn't do anything.  Only increment the
13127         `mono_stats.inflated_type_count' if we actually inflated
13128         something.
13129         (mono_class_get_full): Check the classes type to see whether we
13130         need to inflate it; also inflate MONO_TYPE_(M)VAR.
13131
13132 2004-04-01  Jackson Harper  <jackson@ximian.com>
13133
13134         * reflection.c: Set culture for assembly references.
13135         
13136 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
13137
13138         * reflection.[ch], icall.[ch], Fix support for pinning variables.
13139
13140 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13141
13142         * assembly.c:
13143         (do_mono_assembly_open): the critical section also covers
13144         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
13145
13146 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13147
13148         * threads.c:
13149         (mono_manage_threads): abort the background threads when finishing.
13150         Fixes bug #47232.
13151
13152 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13153
13154         * gc.c: only close the done_event handle if there was no timeout.
13155         C-ified comments.
13156
13157 2004-03-30  Martin Baulig  <martin@ximian.com>
13158
13159         * icall.c (icall_entries): It's called "System.Activator", not
13160         "System.Activation".    
13161
13162 2004-03-30  Martin Baulig  <martin@ximian.com>
13163
13164         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
13165         (mono_class_create_from_typespec): Likewise.
13166
13167 2004-03-30  Martin Baulig  <martin@ximian.com>
13168
13169         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
13170         `has_ctor_constraint' and `initialized'.
13171
13172 2004-03-30  Martin Baulig  <martin@ximian.com>
13173
13174         * reflection.c (encode_new_constraint): New static function to add
13175         the constructor constraint attribute to a type parameter.
13176         (encode_constraints): Call encode_new_constraint() if necessary.
13177
13178         * reflection.h
13179         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
13180
13181         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
13182         
13183 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
13184
13185         * reflection.c, icall.c: add support for pinning variables. 
13186
13187 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
13188
13189         * marshal.c (mono_marshal_get_managed_wrapper):
13190         init bool local with zero rather than null.
13191
13192 2004-03-29  Martin Baulig  <martin@ximian.com>
13193
13194         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
13195         the "official" behavior here.
13196         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
13197
13198 2004-03-29  Martin Baulig  <martin@ximian.com>
13199
13200         * icall.c: Reflect latest API changes.
13201
13202 2004-03-29  Martin Baulig  <martin@ximian.com>
13203
13204         * loader.c (mono_get_method_from_token): Also call
13205         mono_metadata_load_generic_params () for abstract and interface
13206         methods; replace the type arguments in the method signature with
13207         the ones which are loaded from the metadata.
13208
13209 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
13210
13211         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
13212         of the lock is not the current thread. MS.NET don't do it, in spite of
13213         what the documentation says. See bug #56157.
13214
13215 2004-03-28  Martin Baulig  <martin@ximian.com>
13216
13217         * class.c (mono_class_init): Don't call init_properties() and
13218         init_events() for generic instances; set `prop->parent' when
13219         inflating properties.
13220
13221         * reflection.c (mono_generic_inst_get_object): Call
13222         `mono_class_init (ginst->klass)'.
13223         (mono_type_get_object): Only create a MonoGenericInst if your
13224         generic type is a TypeBuilder.
13225         (do_mono_reflection_bind_generic_parameters): Only set
13226         `ginst->is_dynamic' if our generic type is a TypeBuilder.
13227
13228 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
13229
13230         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
13231         Fixes #56091.
13232
13233 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13234
13235         * icall.c: added Kill_internal icall.
13236         * process.[ch]: added Kill_internal icall.
13237
13238 2004-03-25  Martin Baulig  <martin@ximian.com>
13239
13240         * class.h (MonoStats): Added `generic_instance_count',
13241         `inflated_method_count', `inflated_type_count' and
13242         `generics_metadata_size'.       
13243
13244 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13245
13246         * reflection.c: no warnings now.
13247
13248 2004-03-25  Martin Baulig  <martin@ximian.com>
13249
13250         * class.c (mono_class_get_full): New public function; does a
13251         mono_class_get(), but also takes a `MonoGenericContext *'.
13252
13253         * loader.c (mono_field_from_memberref): Renamed to
13254         `field_from_memberref', made static and added `MonoGenericContext *'
13255         argument.
13256         (mono_field_from_token): Added `MonoGenericInst *' argument.
13257         (method_from_memberef): Likewise.
13258         (mono_get_method_from_token): Likewise.
13259         (mono_get_method_full): New public function; does a
13260         mono_get_method(), but also takes a `MonoGenericContext *'.
13261
13262         * verify.c (mono_method_verify): Get the method's generic context
13263         and pass it to mono_field_from_token(), mono_get_method_full() and
13264         mono_class_get_full().
13265
13266 2004-03-25  Martin Baulig  <martin@ximian.com>
13267
13268         * class.c (mono_class_inflate_generic_type): Take a
13269         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
13270         `MonoGenericMethod *'.
13271
13272 2004-03-25  Martin Baulig  <martin@ximian.com>
13273
13274         * loader.h (MonoMethodInflated): Store the MonoGenericContext
13275         instead of the MonoGenericMethod here.
13276
13277 2004-03-25  Martin Baulig  <martin@ximian.com>
13278
13279         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
13280         each time we create a new MonoGenericInst, we also create a new
13281         context which points back to us.
13282
13283         * class.c (inflate_method): Use `ginst->context' instead of
13284         creating a new context.
13285
13286         * loader.c (method_from_memberref): Use
13287         `klass->generic_inst->context' instead of creating a new context.
13288
13289 2004-03-25  Martin Baulig  <martin@ximian.com>
13290
13291         * class.h (MonoGenericContext): New struct.
13292         (MonoGenericMethod): Removed `generic_inst'.
13293
13294         * class.c (mono_class_inflate_generic_method): Take a
13295         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
13296
13297 2004-03-25  Martin Baulig  <martin@ximian.com>
13298
13299         * loader.h (MonoMethodInflated): New typedef.
13300
13301         * metadata.h (MonoMethodSignature): Removed `gen_method', make
13302         `generic_param_count' consume just 30 bits, added `is_inflated'
13303         and `has_type_parameters' flags (one bit each).
13304
13305         * class.c (mono_class_inflate_generic_method): Create a
13306         MonoMethodInflated instead of a MonoMethodNormal and set
13307         `is_inflated' in the method signature.
13308
13309         * class.h (MonoGenericMethod): Removed `generic_method'.
13310
13311 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
13312
13313         * image.c: Make sure the name of a MonoImage is always an absolute path.
13314           This fixes bug #54415.
13315
13316 2004-03-24  Martin Baulig  <martin@ximian.com>
13317
13318         * class.c (mono_class_setup_vtable): If we're a generic instance,
13319         use our generic type's vtable size.
13320
13321 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
13322
13323         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
13324         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
13325         problems.
13326
13327 2004-03-23  Martin Baulig  <martin@ximian.com>
13328
13329         * class.h (MonoDynamicGenericInst): Added `int count_events' and
13330         `MonoEvent *events'.
13331
13332         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
13333         (typebuilder_icalls): Added "get_event_info"; calls
13334         mono_reflection_event_builder_get_event_info(). 
13335
13336         * reflection.c (mono_reflection_generic_inst_initialize): Added
13337         `MonoArray *events'.
13338         (mono_reflection_event_builder_get_event_info): New function.
13339
13340 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
13341
13342         * object.h: add mono_type_initialization_init
13343
13344         * object.c (mono_runtime_class_init): 
13345         implement class constructor synchronization rules
13346         to cope with threading issues.  
13347         add mono_type_initialization_init
13348
13349         * appdomain.c (mono_runtime_init): call 
13350         mono_type_initialization_init
13351
13352         * class.h: removing initializing field from MonoVTable
13353
13354 2004-03-23  Martin Baulig  <martin@ximian.com>
13355
13356         * class.c (my_mono_class_from_generic_parameter): Use
13357         `param->name' if it's not NULL. 
13358
13359 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
13360
13361         * class.c: do not insert non-virtual methods in the vtable.
13362         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
13363         that means the method is non-virtual. This never would have
13364         happened before.
13365
13366 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
13367
13368         * profiler.c: Added lock for accessing coverage_hash.
13369
13370 2004-03-22  Martin Baulig  <martin@ximian.com>
13371
13372         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
13373         `method->method->signature->generic_param_count != 0' to make it
13374         work for interface methods.
13375
13376 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13377
13378         * process.c: quote the string passed to the shell using g_shell_quote.
13379
13380 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13381
13382         * threads.c:
13383         (mono_threads_manage): don't remove the finalizer thread and self
13384         from the threads hash table so that mono_thread_manage can be called
13385         more than once.
13386
13387 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13388
13389         * process.c: quote the arguments when UseShellExecute is true. Fixes
13390         bug #55790.
13391
13392 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13393
13394         * threads.c: set mono_thread_detach as a cleanup routine for every
13395         thread. This way it's always executed upon thread termination, either
13396         aborted or finished normally. No more xsp hangs!
13397
13398 2004-03-17  Martin Baulig  <martin@ximian.com>
13399
13400         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
13401         `int count_nested' and a `MonoType **nested'.
13402
13403         * reflection.c (mono_reflection_bind_generic_parameters): Moved
13404         most of the functionality into a new static
13405         do_mono_reflection_bind_generic_parameters() and don't take a
13406         `MonoType *nested_in' argument any more.  Don't compute nested
13407         types here.
13408         (mono_reflection_generic_inst_get_nested_types): New public method
13409         to get nested types.
13410
13411         * class.c (mono_class_create_generic): Set `klass->nested_in' if
13412         we're a nested class.
13413
13414         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
13415         mono_reflection_generic_inst_get_nested_types() to compute the
13416         nested types.
13417
13418 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
13419
13420         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
13421         descriptive error message under windows.
13422         
13423 2004-03-17  Martin Baulig  <martin@ximian.com>
13424
13425         * class.c (dup_type): Added `const MonoType *original' argument;
13426         copy the attrs from the original type.
13427
13428 2004-03-17  Martin Baulig  <martin@ximian.com>
13429
13430         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
13431         `m->generic_inst_cache' here.
13432
13433 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
13434
13435         * exception.h exception.c: Add stack_overflow_exception.
13436
13437 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13438
13439         * threadpool.c:
13440         (overlapped_callback): call SetEvent *after* invoking the callback.
13441         No need to call CloseHandle.
13442
13443 2004-03-16  Martin Baulig  <martin@ximian.com>
13444
13445         * reflection.c (mono_image_get_fieldref_token): Take a
13446         `MonoReflectionField *' instead of a `MonoClassField *' and a
13447         `MonoClass *'; store the `MonoReflectionField *' in the hash.
13448
13449 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13450
13451         * appdomain.c: don't add the culture to the filename we're looking for
13452         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
13453
13454 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13455
13456         * locales.c: don't ignore symbols when doing case insensitive compares.
13457         Thanks Dick! Fixes bug #54046.
13458
13459         * threads.c: surround 'threads' usage with enter/leave in
13460         mono_thread_manage.
13461
13462 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
13463
13464         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
13465         implicitly marshalled as [Out]. Fixes #55450.
13466
13467         (mono_marshal_get_runtime_invoke): Zero out the result if there is
13468         an exception.
13469
13470 2004-03-16  Martin Baulig  <martin@ximian.com>
13471
13472         * class.c (mono_class_from_generic_parameter): Use the actual
13473         parameter name. 
13474
13475 2004-03-16  Martin Baulig  <martin@ximian.com>
13476
13477         * reflection.c (type_get_signature_size): New static function.
13478         Compues the size of the type in a method signature.
13479         (method_get_signature_size): New static function; calls
13480         type_get_signature_size() to compute the actual size of the
13481         method's signature.
13482         (method_encode_signature): Use method_get_signature_size() to get
13483         the signature's size rather than using `nparams * 10'.
13484
13485 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13486
13487         * file-io.h: define here WapiOverlapped on windows. I don't want the
13488         regular OVERLAPPED one.
13489
13490         * file-io.c:
13491         * threadpool.c: somehow, BindIoCompletionCallback is not found.
13492         Disabling AIO on windows.
13493
13494 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13495
13496         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
13497         bug #55385.
13498
13499 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13500
13501         * appdomain.c: upgraded corlib version.
13502
13503         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
13504         and BeginWrite. Allow opening files for asynchrnous operations.
13505
13506         * file-io.h: new struct that maps FileStreamAsyncResult.
13507         * icall.c: added new icalls.
13508         * process.[ch]: support setting child process environment variables
13509         and use the SHELL or COMSPEC when UseShellExecute is true.
13510
13511         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
13512         callback for async. IO is here and also BindHandle.
13513
13514         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
13515         from here.
13516
13517 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
13518
13519         * reflection.c (create_custom_attr): Allow len == 0.
13520
13521         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
13522         computation on big-endian machines.
13523
13524 2004-03-13  Martin Baulig  <martin@ximian.com>
13525
13526         * class.h (MonoGenericInst): Added `int count_ifaces'.
13527
13528         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
13529         `ginst->count_ifaces' instead `klass->interface_count' since we
13530         may get called before the vtable is created.
13531
13532         * loader.c (mono_method_get_param_names): If we're a generic
13533         instance, return and don't initialize the class.
13534
13535         * reflection.c (mono_reflection_setup_generic_class): Don't call
13536         ensure_runtime_vtable().
13537         (mono_reflection_bind_generic_parameters): Set
13538         `ginst->count_ifaces'.
13539
13540 2004-03-11  Jackson Harper <jackson@ximian.com>
13541
13542         * icall.c:
13543         * unicode.c:
13544         * unicode.h: Remove unused System.Char icalls.
13545         
13546 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
13547
13548         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
13549         code when we P/Invoke the first library in Windows.Forms, instead
13550         of when we first open the assembly.
13551
13552         * assembly.c: Drop the lookup from here.
13553
13554 2004-03-10  Martin Baulig  <martin@ximian.com>
13555
13556         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
13557         class for properties, fields and events.  Finally fixes #54945.
13558
13559 2004-03-10  Martin Baulig  <martin@ximian.com>
13560
13561         * metadata.c (mono_metadata_class_equal): New static function;
13562         checks whether two generic instances or two generic parameters are
13563         equal.
13564         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
13565         compare classes.        
13566
13567 2004-03-10  Martin Baulig  <martin@ximian.com>
13568
13569         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
13570
13571         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
13572         argument and write it into the `reflection_info' field.
13573
13574         * icall.c
13575         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
13576         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
13577
13578 2004-03-09  Jackson Harper  <jackson@ximian.com>
13579
13580         * char-conversions.h: use 8 bits for numeric data its all we need
13581         * icall.c: numeric data is only 8 bits now.
13582
13583 2004-03-09  Martin Baulig  <martin@ximian.com>
13584
13585         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
13586
13587         * class.c (init_properties, init_events): Initialize the new
13588         `parent' field.
13589
13590         * reflection.c (typebuilder_setup_properties): Likewise.
13591         (typebuilder_setup_events): Likewise.
13592
13593         * reflection.h (MonoEventInfo): Replaced `parent with
13594         `declaring_type' and `reflected_type'.
13595
13596         * icall.c (ves_icall_get_property_info): Distinguish between
13597         declaring and reflected type.
13598         (ves_icall_get_event_info): Likewise.
13599
13600 2004-03-09  Martin Baulig  <martin@ximian.com>
13601
13602         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
13603         (ves_icall_Type_GetField): Correctly set field->klass.
13604
13605 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
13606
13607         * loader.h: Fix warning.
13608
13609 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
13610
13611         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
13612         library routine if present.  Notice that it will still continue
13613         executing even if its missing, for those working on the Gtk#
13614         edition of Windows.Forms.
13615
13616         * assembly.c (do_mono_assembly_open): If loading the
13617         System.Windows.Forms call mono_loader_wini_init.
13618
13619 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
13620
13621         * class.h: Added MonoRemoteClass struct.
13622         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
13623         function for MonoStrings.
13624         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
13625         Added internal call for getting the proxy type.
13626         * marshal.c: Get the type of transparent proxies from its remote_class.
13627         Added methods that generate the IL for type checks and casts:
13628         mono_marshal_get_isinst, mono_marshal_get_castclass, 
13629         mono_marshal_get_proxy_cancast.
13630         * marshal.h: Declaration of the previous new methods.
13631         * object.c: Added new moethods for creating and updating MonoRemoteClass
13632         instances: mono_remote_class, mono_upgrade_remote_class, 
13633         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
13634         * verify.c: FIx transparent_proxy_fields layout.
13635         * appdomain.c: Bump corlib version.
13636
13637 2004-03-04  Jackson Harper  <jackson@ximian.com>
13638
13639         * icall.c: Add icall to access char conversion tables.
13640         * char-conversions.h: Character conversion tables.
13641         * Makefile.am: Add char-conversions.h private header file.
13642         
13643 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
13644
13645         * appdomain.c (unload_thread_main): Increase unloading timeout to
13646         10 sec as a temporary workaround for Nant problems.
13647
13648 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
13649
13650         * gc.c: Add checks for GC_enable and GC_disable.
13651
13652         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
13653         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
13654         (bug #54988).
13655         
13656 2004-02-27  Martin Baulig  <martin@ximian.com>
13657
13658         * reflection.c (mono_reflection_bind_generic_parameters): Take a
13659         `MonoReflectionType *' instead of a `MonoType *'.
13660
13661 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
13662
13663         * gc.c (run_finalize): Avoid finalizing the object representing the
13664         finalizer thread.
13665         (finalizer_thread): Fix warning.
13666
13667 2004-02-25  Martin Baulig  <martin@ximian.com>
13668
13669         * class.c (_mono_class_get_instantiation_name): Added `int offset'
13670         argument for nested types.
13671         (mono_class_create_generic): Added support for nested generictypes.
13672
13673         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
13674         `GList *nested'.
13675
13676         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
13677
13678         * reflection.c (method_encode_signature): Increase the minimum
13679         value of `size' from 10 to 11.
13680         (mono_reflection_bind_generic_parameters): Take `int type_argc'
13681         and `MonoType **types' arguments instead of the `MonoArray
13682         *types'; added `MonoType *nested_in'.  Recursively instantiate
13683         nested classes. 
13684
13685 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
13686
13687         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
13688         stack_overflow_ex members which are used by exception handling.
13689
13690         * appdomain.c (mono_runtime_init): Initialize the new members.
13691
13692         * gc.c (mono_gc_enable): New helper function.
13693         * gc.c (mono_gc_disable): New helper function.
13694
13695 2004-02-23  Martin Baulig  <martin@ximian.com>
13696
13697         * icall.c: I must have been really stupid - make it actually work
13698         this time ;-)
13699
13700 2004-02-23  Martin Baulig  <martin@ximian.com>
13701
13702         * loader.c (method_from_memberref): Only inflate the method if
13703         it's in another klass.
13704
13705 2004-02-23  Martin Baulig  <martin@ximian.com>
13706
13707         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
13708         (mono_class_init): If we're a generic instance and an interface,
13709         compute `class->interface_id'; also create `class->interfaces'
13710         here and inflate them.
13711
13712         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
13713         `ginst->is_open'.
13714         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
13715
13716         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
13717
13718 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
13719
13720         * reflection.c (method_encode_code): Improved the error message
13721         generated by the exception.
13722
13723 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13724
13725         * icall.c: Martin did not do what he said in the ChangeLog for
13726         2004-02-18, but put back the changes for properties and events.
13727         Commenting those changes out again and adding comment to bug #54518.
13728         
13729         * process.c: removed warning.
13730
13731 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
13732
13733         * marshal.c (emit_struct_conv): Print an error message instead of
13734         asserting when a type does not have the StructLayout attribute.
13735
13736 2004-02-20  Martin Baulig  <martin@ximian.com>
13737
13738         * reflection.c (mono_type_get_object): Also use the cache for
13739         generic instances.
13740         (mono_reflection_bind_generic_parameters): Always compute
13741         `ginst->ifaces'.        
13742
13743 2004-02-20  Martin Baulig  <martin@ximian.com>
13744
13745         * class.h (MonoGenericMethod): Removed `klass'.
13746
13747         * class.c (mono_class_inflate_generic_method): Added `MonoClass
13748         *klass' argument.
13749
13750 2004-02-20  Martin Baulig  <martin@ximian.com>
13751
13752         * reflection.c (method_encode_methodspec): Actually use the
13753         uninflated signature for the memberref.
13754
13755 2004-02-20  Martin Baulig  <martin@ximian.com>
13756
13757         * class.h (MonoGenericMethod): Removed `declaring'.
13758
13759         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
13760         is NULL, compute it here.
13761
13762 2004-02-20  Martin Baulig  <martin@ximian.com>
13763
13764         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
13765
13766         * metadata.c (mono_metadata_generic_inst_hash): New method.
13767         (mono_metadata_generic_inst_equal): New method.
13768
13769         * reflection.c (mono_reflection_bind_generic_parameters): Use the
13770         `klass->image->generic_inst_cache' cache to avoid creating
13771         duplicate MonoGenericInst's.
13772
13773         * class.c (mono_class_inflate_generic_type): Use the cache.
13774
13775 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
13776
13777         * object.c: fixed gc descriptor calculation for embedded valuetypes.
13778
13779 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13780
13781         * icall.c: added Socket.WSAIoctl icall.
13782
13783         * socket-io.[ch]: implemented
13784         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
13785
13786 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
13787
13788         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
13789
13790 2004-02-18  Urs C Muff  <umuff@quark.com>
13791
13792         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
13793         this work on PPC and other big-endian architectures.
13794
13795         * debug-mono-symfile.h: Prepended the names of all the `guint32'
13796         fields with an underscore to make sure they're only accessed by
13797         the read32() macro.
13798
13799 2004-02-18  Martin Baulig  <martin@ximian.com>
13800
13801         * icall.c: Put the klass->refclass changes back for methods and
13802         fields, but not for properties and events.  We're currently not
13803         distinguishing between DeclaringType and ReflectedType for
13804         properties and events, that's what caused the regressions.
13805
13806 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13807
13808         * object.c:
13809         (mono_async_result_new): the handle can be NULL.
13810
13811         * threadpool.c: Use an event instead of a semaphore, don't initialize
13812         it until needed. This saves quite a few semaphores from being created
13813         when using the threadpool.
13814
13815 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
13816
13817         * object.c (mono_string_is_interned_lookup): Fix interning of long
13818         strings. Fixes #54473.
13819
13820         * domain.c (ldstr_equal): Optimize if the two strings are equal.
13821
13822         * icall.c: Revert the klass->refclass changes since they introduce
13823         regressions (bug #54518).
13824
13825 2004-02-18  Martin Baulig  <martin@ximian.com>
13826
13827         * class.c (mono_class_init): If we're a generic instance and don't
13828         come from a TypeBuilder, inflate our members here.
13829         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
13830         (mono_class_create_generic): New public method.
13831         (mono_class_initialize_generic): Removed.
13832         (get_instantiation_name): Renamed to
13833         _mono_class_get_instantiation_name() and made it public.
13834
13835 2004-02-18  Martin Baulig  <martin@ximian.com>
13836
13837         * class.c (mono_class_inflate_generic_type): Clear the new
13838         instance's `nginst->klass' when inflating a generic instance.
13839         (mono_class_is_subclass_of): Added (basic) support for generic
13840         instances.
13841
13842 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
13843
13844         * appdomain.h, domain.c: use a MonoCodeManager instead of a
13845         MonoMempool to hold compiled native code.
13846
13847 2004-02-17  Martin Baulig  <martin@ximian.com>
13848
13849         * class.h (MonoDynamicGenericInst): Added `count_properties' and
13850         `properties'.
13851
13852         * reflection.c (mono_reflection_generic_inst_initialize): Added
13853         `MonoArray *properties' argument.
13854
13855         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
13856
13857 2004-02-17  Martin Baulig  <martin@ximian.com>
13858
13859         * icall.c (ves_icall_Type_GetFields): Renamed to
13860         ves_icall_Type_GetFields_internal() and added a
13861         `MonoReflectionType *rtype' argument; pass it to
13862         mono_field_get_object() to set the field's "reflected" type.
13863         (ves_icall_Type_GetConstructors): Likewise.
13864         (ves_icall_Type_GetEvents): Likewise.
13865         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
13866         argument; pass it to mono_method_get_object() to set the method's
13867         "reflected" type.       
13868
13869 2004-02-17  Martin Baulig  <martin@ximian.com>
13870
13871         * class.h (MonoDynamicGenericInst): New type.
13872         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
13873
13874         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
13875         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
13876         (ves_icall_MonoGenericInst_GetFields): New interncall.
13877
13878         * class.c (mono_class_from_generic): Don't call
13879         mono_class_initialize_generic() if this is a dynamic instance;
13880         ie. it's being created from a TypeBuilder.
13881         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
13882         `class->byval_arg.type'.
13883
13884         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
13885         to `inflate_method' and made static.
13886         (mono_reflection_inflate_field): Removed.
13887         (mono_reflection_generic_inst_initialize): New public method.
13888
13889         * reflection.h (MonoReflectionGenericInst): Removed `methods',
13890         `ctors' and `fields'; added `initialized'.
13891
13892 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
13893
13894         * debug-helpers.c (mono_method_full_name): Fix output for empty
13895         namespaces.
13896
13897 2004-02-12  Martin Baulig  <martin@ximian.com>
13898
13899         * class.h (MonoClassField): Added `MonoType *generic_type'.
13900
13901         * reflection.c (mono_image_get_fieldref_token): Added support for
13902         instantiated generic types.
13903         (field_encode_inflated_field): Removed.
13904         (mono_image_get_inflated_field_token): Removed.
13905         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
13906
13907         * reflection.h (MonoReflectionInflatedField): Removed.
13908
13909 2004-02-12  Martin Baulig  <martin@ximian.com>
13910
13911         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
13912         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
13913
13914         * reflection.c (mono_image_get_methodspec_token): Take a
13915         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
13916         (mono_image_create_token): Check whether we have a
13917         `method->signature->gen_method' and call
13918         mono_image_get_methodspec_token() if appropriate.
13919         (inflated_method_get_object): Removed.
13920         (mono_reflection_bind_generic_method_parameters): Return a
13921         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
13922         (mono_reflection_inflate_method_or_ctor): Likewise.
13923
13924         * reflection.h (MonoReflectionInflatedMethod): Removed.
13925
13926 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
13927
13928         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
13929         for custom valuetype marshalling.
13930
13931         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
13932
13933 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13934
13935         * icall.c: fixed WSAGetLastError_internal name.
13936
13937 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
13938
13939         * threads.c (mono_thread_attach): Allow this to be called multiple
13940         times for a thread.
13941         
13942         * threads.c (build_wait_tids): Do not wait for ourselves.
13943
13944         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
13945         appdomain list is empty.
13946
13947         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
13948         memory returned by mono_string_builder_to_utf16, since it points into
13949         managed memory. Thanks to Bernie Solomon for noticing this.
13950
13951         * icall.c: Add AppDomainSetup icalls.
13952
13953         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
13954
13955         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
13956         types.
13957
13958         * reflection.c (reflection_methodbuilder_to_mono_method): Save
13959         custom attributes to the method_aux struct. Also fix array indexes etc.
13960
13961         * loader.c (mono_method_get_param_names): Make dynamic case work again.
13962         
13963 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
13964
13965         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
13966         (both static and runtime) and reduce startup time.
13967
13968 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
13969
13970         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
13971         AsAny marshalling conversion instead of crashing.
13972
13973         * marshal.c: Fix warnings.
13974
13975 2004-02-09  Martin Baulig  <martin@ximian.com>
13976
13977         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
13978
13979         * reflection.h (MonoReflectionInflatedMethod): Removed the
13980         `declaring' field, it's now in the unmanaged MonoGenericMethod.
13981
13982         * reflection.c (method_encode_methodspec): Removed the `method'
13983         argument; we get it from `gmethod->declaring'.
13984         (inflated_method_get_object): Removed the `declaring' argument.
13985
13986 2004-02-09  Martin Baulig  <martin@ximian.com>
13987
13988         * class.h (MonoGenericMethod): New type.
13989         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
13990         `generic_method'.
13991
13992         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
13993         a `MonoGenericMethod *gen_method' one.
13994
13995         * class.c (mono_class_inflate_generic_type): Take an additional
13996         `MonoGenericMethod * argument.  This is only non-NULL if we're
13997         inflating types for a generic method.   
13998         (mono_class_inflate_generic_signature): Renamed to
13999         inflate_generic_signature() and made static; take a
14000         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
14001         (inflate_generic_header): Take a `MonoGenericMethod *' argument
14002         instead of a `MonoGenericInst *' one.
14003         (mono_class_inflate_generic_method): Likewise.
14004
14005         * reflection.c (encode_generic_method_sig): Take a
14006         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
14007         (method_encode_methodspec): Likewise.
14008         (inflated_method_get_object): Likewise. 
14009
14010         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
14011         field with a `MonoGenericMethod *gmethod' one.  
14012
14013 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
14014
14015         * class.h (mono_class_has_parent): add parens to expansion
14016         so you can ! this.
14017
14018 2004-02-08  Martin Baulig  <martin@ximian.com>
14019
14020         * image.h (MonoImage): Removed `generics_cache'.
14021
14022         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
14023         instead of a `MonoType *' argument; removed the `inflate_methods'
14024         argument.  Don't inflate methods here.
14025
14026         * loader.c (find_method): If it's a generic instance, call
14027         mono_class_init() on the `sclass->generic_inst->generic_type'.
14028
14029         * metadata.c (mono_type_size): Make this work on uninitialized
14030         generic instances; call it on the `ginst->generic_type's class.
14031
14032         * reflection.c (mono_reflection_bind_generic_parameters): Call
14033         mono_class_from_generic() to create the `ginst->klass'.
14034
14035 2004-02-08  Martin Baulig  <martin@ximian.com>
14036
14037         * class.h (MonoClass): Changed type of `generic_inst' from
14038         `MonoType *' to `MonoGenericInst *'.
14039
14040 2004-02-08  Martin Baulig  <martin@ximian.com>
14041
14042         * icall.c (ves_icall_Type_BindGenericParameters): Just call
14043         mono_type_get_object(), this is now creating a `MonoGenericInst'
14044         for MONO_TYPE_GENERICINST.
14045         (ves_icall_MonoGenericInst_GetParentType): Likewise.
14046         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
14047
14048         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
14049         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
14050         (inflated_method_get_object): Added `MonoClass *refclass' argument.
14051         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
14052         and reflected type.
14053
14054         * reflection.h (MonoReflectionInflatedMethod): Removed
14055         `declaring_type' and `reflected_type'.
14056
14057 2004-02-08  Martin Baulig  <martin@ximian.com>
14058
14059         * class.h (MonoGenericInst): Added `MonoType *parent' and
14060         `MonoType **ifaces'.
14061
14062         * reflection.h (MonoReflectionGenericInst): Removed `klass',
14063         `parent' and `interfaces'.
14064
14065         * reflection.c (mono_reflection_bind_generic_parameters): Take a
14066         `MonoType *' argument and return a `MonoType *'.
14067
14068         * icall.c
14069         (ves_icall_MonoGenericInst_GetParentType): New interncall.
14070         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
14071
14072 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
14073
14074         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
14075         valuetype marshalling.
14076
14077 2004-02-06  Martin Baulig  <martin@ximian.com>
14078
14079         * class.c
14080         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
14081         (my_mono_class_from_generic_parameter): Likewise.
14082
14083 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
14084
14085         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
14086         contents of the symbol files lazily.
14087
14088         * object.h (MonoThread): Add 'name' and 'name_len' fields.
14089
14090         * threads.h threads.c icall.c: New icalls for getting and setting the
14091         threads name.
14092
14093 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
14094
14095         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
14096         Raise an exception when the domain is not found.
14097
14098 2004-02-03  Martin Baulig  <martin@ximian.com>
14099
14100         * reflection.c (mono_image_get_methodspec_token): Use the
14101         uninflated signature; fixes gen-33.
14102
14103 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
14104
14105         * gc.c threads.c: Make the finalizer thread a normal managed thread so
14106         the finalizer code can use thread functionality.
14107
14108         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
14109         the finalizer thread.
14110
14111         * threads.c: Make some functions more robust.
14112
14113         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
14114
14115         * metadata.h: Add new marshalling conventions.
14116
14117         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
14118         stringbuilder marshalling. Fixes #53700.
14119
14120         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
14121
14122         * reflection.c (mono_image_get_type_info): Save declarative security
14123         info.
14124
14125         * reflection.c (mono_image_get_field_info): Handle uninitialized 
14126         unmanaged fields as well.
14127
14128         * appdomain.c: Bump corlib version.
14129
14130 2004-02-01  Martin Baulig  <martin@ximian.com>
14131
14132         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
14133         method type arguments.  
14134
14135 2004-01-30  Duncan Mak  <duncan@ximian.com>
14136
14137         * marshal.h: Add prototype for
14138         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
14139         and
14140         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
14141         fix the build.
14142
14143 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
14144
14145         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
14146         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
14147
14148 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
14149
14150         * marshal.c (mono_marshal_get_native_wrapper): Add support for
14151         custom marshalling of valuetypes.
14152
14153         * marshal.c: Fix some warnings.
14154
14155 2004-01-29  Martin Baulig  <martin@ximian.com>
14156
14157         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
14158         for generic method parameters.
14159
14160         * reflection.c (method_encode_methodspec): Write the uninflated
14161         signature into the methodspec table.
14162         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
14163         is always the uninflated method.
14164         (reflection_methodbuilder_to_mono_method): Copy the generic
14165         parameters from the MethodBuilder into `header->gen_params'.
14166
14167 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
14168
14169         * class.c (mono_class_from_generic_parameter): Fix warning.
14170
14171 2004-01-27  Martin Baulig  <martin@ximian.com>
14172
14173         * class.c (mono_class_from_generic_parameter): Don't create
14174         `klass->methods' here.  
14175
14176 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
14177
14178         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
14179         extension since it does not work with libraries named lib<FOO>.dll.so.
14180
14181 2004-01-25  Martin Baulig  <martin@ximian.com>
14182
14183         * class.c (mono_class_inflate_generic_type): Added support for
14184         MONO_TYPE_GENERICINST.
14185
14186         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
14187         inflate methods on open constructed types.      
14188
14189 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14190
14191         * object.c: fire ProcessExit event in the root AppDomain after running
14192         Main. Fixes bug #53299.
14193
14194 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
14195
14196         * socket-io.c: include the new socket-wrappers.h header.
14197         Use the wrappers instead of the unix socket functions to make the code
14198         more clear.
14199
14200 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
14201
14202         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
14203
14204         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
14205         Fixes #22532.
14206
14207 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
14208
14209         * reflection.c (mono_image_create_pefile): Handle the case when the
14210         entry point is not a MethodBuilder.
14211
14212         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
14213         field to ReflectionMethod since it is not allways a builder.
14214
14215         * reflection.c (type_get_fully_qualified_name): New helper function to
14216         return the fully qualified name of a type.
14217
14218         * reflection.c (encode_marshal_blob): Always emit the fully qualified
14219         type name for custom marshallers.
14220
14221         * reflection.c (mono_marshal_spec_from_builder): Ditto.
14222
14223         * class.c (mono_class_setup_vtable): If a parent class already 
14224         implements an interface, use the implementing methods from that class.
14225         Fixes #53148.
14226
14227 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14228
14229         * threadpool.c: just return instead of ExitThread to allow for thread
14230         clean up earlier.
14231
14232 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
14233
14234         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
14235         when closing resource modules.
14236
14237         * reflection.c (mono_image_create_pefile): Handle the case when the
14238         entry point is not a MethodBuilder.
14239
14240         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
14241         field to ReflectionMethod since it is not allways a builder.
14242
14243 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
14244
14245         * marshal.c (mono_marshal_get_managed_wrapper): 
14246         mono_marshal_alloc takes native int so CONV_I
14247         the arg for 64bits.
14248
14249 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
14250
14251         * reflection.c (fixup_cattrs): New function to fixup the methoddef
14252         tokens in the cattr table. Fixes #53108.
14253
14254 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14255
14256         * loader.c: don't trim ".dll" before looking up in the config file.
14257         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
14258
14259 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
14260
14261         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
14262         Return the module which contains the resource as well.
14263         (ves_icall_System_Reflection_Module_Close): New icall.
14264
14265         * appdomain.c: Bump corlib version number.
14266
14267         * image.c (mono_image_addref): New public function.
14268
14269         * assembly.c: Call mono_image_addref.
14270
14271         * reflection.c (mono_module_get_object): Increase reference count of 
14272         the image.
14273
14274         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
14275         Fixes #22532.
14276
14277         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
14278         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
14279         proper exceptions on DllImport problems.
14280
14281 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
14282
14283         * class.c, metadata.c: eliminate CSIZE macro.
14284
14285 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
14286
14287         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
14288         * object.h: Added async_callback field in MonoAsyncResult.
14289         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
14290         * verify.c: Added async_callback in MonoAsyncResult layout.
14291
14292 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
14293
14294         * reflection.c (mono_reflection_get_custom_attrs): Add support
14295         for Modules.
14296
14297 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
14298
14299         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
14300         marshalling.
14301         (mono_marshal_method_from_wrapper): Add null pointer check.
14302
14303 2004-01-16  Martin Baulig  <martin@ximian.com>
14304
14305         * debug-mono-symfile.h: Set version number to 36 and reflect
14306         latest symbol writer changes.
14307
14308 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
14309
14310         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
14311         multi-dimensional arrays.
14312         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
14313         (mono_class_from_mono_type): Use bounded_array_class_get.
14314         
14315         * class.c (mono_bounded_array_class_get): New function which takes
14316         a 'bounded' bool argument to distinguish vectors from one dimensional
14317         arrays.
14318
14319         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
14320         bounded_array_class_get if the array has bounds.
14321
14322         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
14323         Search modules loaded using AssemblyBuilder:AddModule as well.
14324
14325 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14326
14327         * appdomain.c: increased corlib version.
14328         * filewatcher.c: removed g_print.
14329         * icall.c:
14330         (get_property_info): only allocate what is actually requested.
14331         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
14332
14333 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14334
14335         * Makefile.am: added filewatcher.[ch]
14336         * filewatcher.[ch]: FileSystemWatcher runtime support.
14337         * icall.c: added new FSW icalls.
14338
14339 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
14340
14341         * string-icalls.c: fix stringbuilder regression as suggested by
14342         Iain McCoy <iain@mccoy.id.au>.
14343
14344 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
14345
14346         * process.c (process_read_stringtable_block): Recognize '007f' as
14347         a language neutral stringtable block.
14348
14349 2004-01-12  Patrik Torstensson
14350
14351         * object.h (MonoStringBuilder) : Changed layout to support our
14352         new stringbuilder class.
14353         * marshal.c: Change marshalling to support the new layout of 
14354         string builder.
14355         * appdomain.c: increased version number because new layout of
14356         string builder.
14357
14358 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
14359
14360         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
14361         assembly name as an string instead of an AssemblyName, since it is
14362         easier to extract info from it.
14363
14364         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
14365         the culture subdirectories too. Fixes #52231.
14366
14367 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14368
14369         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
14370         It takes 2 new parameters with an optional name for the method to look
14371         for and case ignoring info.
14372
14373         * threadpool.c: removed unused variable.
14374
14375 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14376
14377         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
14378         It takes 2 new parameters with an optional name for the property to look
14379         for and case ignoring info.
14380         Fixes bug #52753.
14381
14382 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
14383
14384         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
14385         Fix #52451.
14386
14387 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14388
14389         * appdomain.c:
14390         * assembly.c: escape the uri before passing it to g_filename_from_uri.
14391         Fixes bug #52630.
14392
14393 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
14394
14395         * reflection.c: Add support for more than one unmanaged resource.
14396
14397         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
14398         in field->def_value, as done in all other cases.
14399
14400         * reflection.c (mono_reflection_get_custom_attrs): Add support for
14401         TypeBuilders.
14402
14403         * reflection.c (mono_reflection_create_runtime_class): Remove 
14404         errorneous assignment to klass->element_class, since it is already
14405         done in mono_reflection_setup_internal_class.
14406
14407 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14408
14409         * gc.c: added missing LeaveCriticalSection.
14410         * icall.c: indented a couple of lines.
14411         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
14412         if we call EndInvoke inside a callback. Fixes bug #52601.
14413
14414 2004-01-07  Martin Baulig  <martin@ximian.com>
14415
14416         * mono-debug-debugger.h
14417         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
14418
14419 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
14420
14421         * appdomain.c: Use messages in NotImplementedException.
14422
14423         * exception.c (mono_get_exception_not_implemented): Now this takes
14424         a message argument.
14425
14426         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
14427         exception instead of g_asserting an aborting when something is not
14428         implemented.
14429
14430         Add some inline docs.
14431
14432 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
14433
14434         * reflection.h: Update after changes to object layout.
14435
14436         * reflection.c: Implement saving of unmanaged aka win32 resources.
14437
14438         * appdomain.c: Bump version number.
14439
14440         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
14441         Handle missing domains gracefully.
14442
14443 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
14444
14445         * file-io.c : On Windows, there are much more invalid_path_chars.
14446
14447 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
14448
14449         * class.h, object.c: prepare for GetType () speedup.
14450
14451 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
14452
14453         * profiler.c: workaround for --profile null reference exception on
14454           cygwin. Patch by Patrik Torstensson.
14455
14456 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
14457
14458         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
14459         make work for unaligned access.
14460
14461 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
14462
14463         * class.c: small cleanup (class->fields [i] -> field).
14464         * image.c: check address of metadata is valid.
14465
14466 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
14467
14468         * assembly.h assembly.c (mono_assembly_loaded): New public function to
14469         search the list of loaded assemblies.
14470
14471         * reflection.c (mono_reflection_type_from_name): Use 
14472         mono_assembly_loaded instead of mono_image_loaded.
14473
14474         * reflection.c: Fix warnings.
14475
14476 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
14477
14478         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
14479         is dynamic. This is needed since an assembly can contain both dynamic and
14480         non-dynamic images.
14481
14482         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
14483         assembly->dynamic.
14484
14485         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
14486
14487         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
14488         to store modules loaded using AddModule.
14489
14490         * reflection.c (mono_image_fill_file_table): Generalize this so it works
14491         on Modules.
14492
14493         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
14494
14495         * reflection.c (mono_image_fill_export_table_from_module): New function to
14496         fill out the EXPORTEDTYPES table from a module.
14497
14498         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
14499         into a separate function. Also handle loaded non-dynamic modules.
14500
14501         * reflection.c (mono_image_basic_init): Fix memory allocation.
14502
14503         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14504
14505         * assembly.c (mono_assembly_load_references): Make this public.
14506
14507 2003-12-19  Martin Baulig  <martin@ximian.com>
14508
14509         * class.c (mono_class_initialize_generic): Made this static, take
14510         a `MonoGenericInst *' instead of a `MonoClass *'.
14511         (mono_class_from_generic): Call mono_class_initialize_generic()
14512         unless we're already initialized or being called from
14513         do_mono_metadata_parse_generic_inst().
14514
14515         * class.h (MonoGenericInst): Added `initialized' and
14516         `init_pending' flags.
14517
14518         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
14519         `mono_class_init (gklass)' or mono_class_initialize_generic()
14520         here; set `generic_inst->init_pending' while parsing the
14521         `type_argv'.
14522
14523 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
14524
14525         * locales.c: include string.h for memxxx prototypes
14526
14527 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
14528
14529         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
14530         constructor when accessing literal fields.
14531
14532 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
14533
14534         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14535
14536         * reflection.c (assembly_add_resource_manifest): New function to fill
14537         the MANIFESTRESOURCE table.
14538
14539         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
14540
14541         * reflection.h: Update to changes in class layout.
14542
14543         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
14544         Reenable call to mono_runtime_is_shutting_down ().
14545
14546         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
14547         determine if the runtime is shutting down.
14548
14549 2003-12-16  Jackson Harper <jackson@ximian.com>
14550
14551         * icall.c: comment out call to mono_runtime_is_shutting_down to
14552         fix build.
14553         
14554 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
14555
14556         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
14557         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
14558
14559 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
14560
14561         * reflection.c: move definition of swap_with_size
14562         to before its first call
14563
14564 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
14565
14566         * appdomain.c (mono_runtime_is_shutting_down): New public function.
14567
14568         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
14569         icall.
14570
14571         * object.c: Fix warnings.
14572
14573         * icall.c (ves_icall_Type_Get...): Only consider inherited static
14574         members if FlattenHierarchy is set.
14575
14576         * reflection.c (mono_image_add_decl_security): New function to emit
14577         declarative security.
14578
14579         * reflection.h reflection.c: Add support for declarative security.
14580
14581         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
14582         
14583 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
14584
14585         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
14586         
14587         * appdomain.c verify.c: Moved corlib version checking into its own
14588         function in appdomain.c since it needs to create vtables etc.
14589
14590 2003-12-13  Patrik Torstensson <p@rxc.se>
14591
14592         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
14593         instead of unwrapped server.
14594
14595 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
14596
14597         * verify.c (check_corlib): Fix field index.
14598
14599 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
14600
14601         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
14602         GetGacPath icall.
14603
14604 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
14605
14606         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
14607         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
14608         cope with sizeof(size_t) != sizeof(guint32).
14609
14610 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14611
14612         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
14613         in case of failure.
14614
14615 2003-12-10  Mark Crichton <crichton@gimp.org>
14616
14617         * icall.c: removed the GetNonZeroBytes.  We now handle this case
14618         in managed code.
14619
14620         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
14621
14622 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
14623
14624         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
14625         marked as deleted.
14626
14627 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
14628
14629         * verify.c (check_corlib): Handle the case when the version field is 
14630         initialized by a static constructor.
14631
14632 2003-12-08  Patrik Torstensson  <p@rxc.se>
14633
14634     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
14635
14636 2003-12-08  Martin Baulig  <martin@ximian.com>
14637
14638         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
14639         a MonoReflectionGenericParameter, also take the parameter index
14640         and name as arguments.
14641         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
14642         (ves_icall_MonoGenericParam_initialize): New interncall.
14643         (ves_icall_Type_make_byref_type): New interncall.
14644
14645         * reflection.h (MonoReflectionGenericParam): Derive from
14646         MonoReflectionType, not just from MonoObject.  Added `refobj' and
14647         `index' fields.
14648
14649         * reflection.c (mono_reflection_define_generic_parameter): Create
14650         and return a new MonoReflectionGenericParam; don't initialize the
14651         constraints here.
14652         (mono_reflection_initialize_generic_parameter): New public method;
14653         initializes the constraints and creates the `param->pklass'.
14654
14655 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
14656
14657         * reflection.h reflection.c: Use the new fields 'num_types', 
14658         'num_fields' and 'num_methods' to track the number of types etc.
14659
14660         * verify.c (check_corlib): Check corlib version number.
14661
14662 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
14663
14664         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
14665         function works on all methods.
14666
14667 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
14668
14669         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
14670         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
14671         the custom_type_info flag of the transparent proxy.
14672         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
14673         objects that supports IRemotingTypeInfo.
14674         * object.h: Added custom_type_info field in transparent proxy.
14675
14676 2003-12-06  Martin Baulig  <martin@ximian.com>
14677
14678         * class.c (mono_class_create_from_generic): Removed.
14679         (mono_class_from_generic): Check `ginst->klass' before doing
14680         anything else.  This is important to fully support "recursive"
14681         generic types.
14682
14683         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
14684         empty `generic_inst->klass' before doing anything else.
14685
14686 2003-12-06  Dick Porter  <dick@ximian.com>
14687
14688         * verify.c: 
14689         * object.h:
14690         * icall.c:
14691         * locales.c: Use C structs to access class fields.  Don't do a
14692         conversion between MonoString and UChar because both are
14693         platform-endian UTF-16.  Compare now takes startindex and count
14694         parameters.  Add a char overload for IndexOf.  Speed up the
14695         invariant string IndexOf.
14696
14697 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
14698
14699         * Makefile.am (monosn_LDADD): Fix parallel build.
14700
14701 2003-12-04  Martin Baulig  <martin@ximian.com>
14702
14703         * icall.c
14704         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
14705         (ves_icall_Type_make_array_type): New interncall.       
14706
14707 2003-12-04  Martin Baulig  <martin@ximian.com>
14708
14709         * locales.c: also change it in the !HAVE_ICU case.
14710
14711 2003-12-04  Dick Porter  <dick@ximian.com>
14712
14713         * icall.c:
14714         * locales.c: construct_compareinfo is now in CompareInfo, not
14715         CultureInfo.
14716
14717 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
14718
14719         * image.c (mono_image_load_file_for_image): Cache loaded images in the
14720         image->files array.
14721
14722         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
14723         table as well.
14724
14725         * assembly.c (mono_assembly_load_references): Only load references
14726         once.
14727
14728         * class.c (mono_class_from_name): Avoid linear search of the 
14729         EXPORTEDTYPE table.
14730
14731         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
14732
14733 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
14734
14735         * image.h (MonoImage): Add 'field_cache' field.
14736
14737         * loader.c (mono_field_from_token): Cache field lookups.
14738         
14739         * reflection.c (mono_module_get_object): Fix name property.
14740
14741         * icall.c (ves_icall_get_enum_info): Update after changes to 
14742         mono_metadata_get_constant_index ().
14743
14744         * icall.c: Get rid of get_type_info icall, use a separate icall for
14745         each type property to avoid needless memory allocations. Fixes #51514.
14746
14747         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
14748         to avoid needless binary searches.
14749
14750         * class.c (class_compute_field_layout): Move the initialization of
14751         field->def_value to mono_class_vtable ().
14752
14753         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
14754         non-corlib types.
14755
14756         * object.c (mono_object_allocate): Make it inline.
14757
14758         * object.c (mono_object_allocate_spec): Make it inline.
14759         
14760 2003-12-02  Dick Porter  <dick@ximian.com>
14761
14762         * locales.c (create_NumberFormat): NumberFormatInfo construction.
14763         Patch by Mohammad DAMT (mdamt@cdl2000.com).
14764
14765 2003-12-01  Dick Porter  <dick@ximian.com>
14766
14767         * threads.c: Fix signature and call in CreateMutex and
14768         CreateEvent.
14769
14770 2003-12-01  Dick Porter  <dick@ximian.com>
14771
14772         * icall.c: 
14773         * locales.c: Implement string compares and searching
14774
14775         * object.h: Add extra Thread field
14776
14777 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
14778
14779         * reflection.c (fixup_method): Add support for MonoCMethod.
14780
14781 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
14782
14783         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
14784
14785         * reflection.c (assembly_name_to_aname): Allow extra characters in
14786         assembly names. Fixes #51468.
14787
14788 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
14789
14790         * exception.c (mono_exception_from_name_domain): New helper function.
14791
14792         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
14793         exception object in the correct domain.
14794
14795         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
14796         formatting + make a copy a the input data.
14797
14798         * loader.c (mono_get_method_from_token): Methods which contain
14799         native code do not have entries in the ImplMap.
14800
14801         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
14802         Thanks to Gonzalo for spotting this.
14803         
14804         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
14805         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
14806
14807         * assembly.h (mono_assembly_load_from): Split the second part of 
14808         assembly loading into a new public function.
14809
14810         * exception.h (mono_get_exception_bad_image_format): New function.
14811
14812 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
14813
14814         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
14815         Enumerate all modules inside a dynamic assembly. Fixes #51293.
14816         
14817         * icall.c: Add new icall for creating dynamic methods.
14818
14819         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
14820
14821         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
14822
14823         * reflection.c (mono_reflection_create_dynamic_method): New icall to
14824         create a dynamic method.
14825
14826         * reflection.c (resolve_object): New helper function.
14827
14828         * reflection.c: Generalize ReflectionMethodBuilder and the functions
14829         which manipulate it so they can also work on dynamic methods.
14830
14831         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
14832         creating the MonoReflectionMethodAux structure if it is not needed.
14833         
14834         * reflection.h verify.c: Update after changes to object layout.
14835
14836         * reflection.c (method_builder_encode_signature): Fix compilation on
14837         gcc 2.95.x.
14838
14839 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
14840
14841         * appdomain.h: Added support for context static fields. Added static_data
14842           field to MonoAppContext and renamed thread_static_fields to a more
14843           generic special_static_fields in MonoAppDomain, since it can now contain
14844           context static fields.
14845         * domain.c: Updated hashtable name.
14846         * object.c: Replaced field_is_thread_static() for a more generic
14847           field_is_special_static() which also checks for context static attribute.
14848           In mono_class_vtable(), added support for static context fields.
14849         * threads.c: Changed methods that manage thread static fields to more
14850           generic methods so they can be reused both for thread and context static
14851           data.
14852         * threads.h: Declared some new methods.
14853
14854 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
14855
14856         * reflection.h: Update after changes to the managed types.
14857
14858         * reflection.c (encode_custom_modifiers): New helper function.
14859
14860         * reflection.c (method_encode_signature): Emit custom modifiers.
14861
14862         * reflection.c (field_encode_signature): Emit custom modifiers.
14863
14864 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
14865
14866         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
14867
14868         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
14869         implementation.
14870
14871         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
14872         icall.
14873
14874         * object.c (mono_field_get_value_object): New function.
14875
14876         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
14877         specific.
14878
14879 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
14880
14881         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
14882         return a preallocated out-of-memory exception instance.
14883
14884         * object.c (out_of_memory): Use the new function.
14885
14886         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
14887         flag is before the custom modifiers. Fixes #49802.
14888
14889 2003-11-16  Martin Baulig  <martin@ximian.com>
14890
14891         * class.c (mono_class_is_open_constructed_type): Implemented the
14892         MONO_TYPE_GENERICINST case.
14893
14894 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
14895
14896         * assembly.c (mono_assembly_fill_assembly_name): New function to
14897         fill out the MonoAssemblyName structure.
14898         (mono_assembly_open): Use the new function.
14899
14900         * icall.c (fill_reflection_assembly_name): New helper function.
14901
14902         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
14903         new function.
14904
14905         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
14906
14907 2003-11-15  Martin Baulig  <martin@ximian.com>
14908
14909         * class.c (mono_class_is_open_constructed_type): New public
14910         function; checks whether a type is an open constructed type,
14911         ie. whether it still contains type parameters.
14912         (mono_class_inflate_generic_type): If we're a type parameter and
14913         the inflated type is also a MONO_TYPE_(M)VAR, return the original
14914         type.
14915
14916         * class.h (MonoGenericInst): Added `guint32 is_open'.
14917
14918         * loader.c (method_from_methodspec): Check whether we're an open
14919         or closed constructed type and set `ginst->is_open'.
14920
14921         * reflection.c (mono_reflection_bind_generic_parameters): Check
14922         whether we're an open or closed constructed type and set
14923         `ginst->is_open'.
14924         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
14925         from open constructed types.
14926
14927 2003-11-15  Martin Baulig  <martin@ximian.com>
14928
14929         * reflection.c (mono_reflection_bind_generic_parameters): If we're
14930         a generic instance (instead of a generic type declaration) with
14931         unbound generic parameters, bind them to our actual types.
14932
14933 2003-11-14  Martin Baulig  <martin@ximian.com>
14934
14935         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
14936
14937         * reflection.c (mono_reflection_bind_generic_parameters): If we're
14938         an interface type, populate `res->interfaces' with instantiated
14939         versions of all the interfaces we inherit.
14940
14941 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
14942
14943         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
14944         when MONO_PATH is set but doesn't contain the install dir.
14945
14946 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14947
14948         * icall.c:
14949         (ves_icall_Type_GetInterfaces): don't return an interface twice when
14950         it's also implemented in base classes. Fixes bug #50927.
14951
14952 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
14953
14954         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
14955         if this method is called from a finalizer. Fixes #50913.
14956
14957 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
14958
14959         * threads.c: Implement VolatileRead/VolatileWrite
14960
14961         * icall.c: Add new icalls for VolatileRead/VolatileWrite
14962
14963 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
14964
14965         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
14966         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
14967         2.95.3.
14968
14969         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
14970         from Peter Ross (pro@missioncriticalit.com).
14971         
14972 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
14973
14974         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
14975
14976 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
14977
14978         * assembly.c (mono_assembly_load_references): Disable check because it
14979         triggers on older corlibs which lots of people have.
14980
14981 2003-11-12  Jackson Harper  <jackson@ximian.com>
14982
14983         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
14984         load corlib.dll if mscorlib.dll is not found.
14985         * assembly.h: Remove corlib name define.
14986         * class.c:
14987         * domain.c:
14988         * image.c: Change corlib name to mscorlib.
14989         
14990 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
14991
14992         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
14993
14994 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
14995
14996         * appdomain.h: Added loader_optimization here to sync with the C#
14997         code, and add disallow_binding_redirects field.
14998
14999 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
15000
15001         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
15002
15003         * reflection.c (mono_image_build_metadata): Fix crash on modules
15004         with no types.
15005
15006         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
15007
15008         * icall.c (ves_icall_get_method_info): Return callingConvention as
15009         well.
15010
15011         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
15012         namespaces from the EXPORTEDTYPE table as well.
15013
15014         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
15015         from all modules inside the assembly.
15016         
15017 2003-11-11  Martin Baulig  <martin@ximian.com>
15018
15019         * reflection.c (mono_reflection_bind_generic_parameters): Make
15020         this work for interfaces.
15021
15022 2003-11-11  Martin Baulig  <martin@ximian.com>
15023
15024         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
15025
15026 2003-11-11  Martin Baulig  <martin@ximian.com>
15027
15028         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
15029         "MonoInflatedMethod" and "MonoInflatedCtor".
15030
15031 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
15032
15033         * reflection.c (resolution_scope_from_image): Use the assembly table
15034         from the manifest module, since other modules don't have it.
15035
15036         * debug-helpers.c (mono_type_full_name): New helper function.
15037
15038         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
15039
15040         * image.c (mono_image_load_file_for_image): New public function which
15041         is a replacement for the load_file_for_image in class.c.
15042
15043         * assembly.c (mono_assembly_load_module): A wrapper for the function
15044         above which does assembly association and reference loading too.
15045
15046         * class.c (mono_class_from_name): Call mono_assembly_load_module.
15047
15048 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15049
15050         * appdomain.c: not all of the attributes for the full assembly name
15051         are required and the order doesn't matter. Fixes bug #50787.
15052
15053 2003-11-10  Dick Porter  <dick@ximian.com>
15054
15055         * locales.c: Use platform-endian UTF16
15056
15057 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
15058
15059         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
15060         
15061 2003-11-10  Martin Baulig  <martin@ximian.com>
15062
15063         * metadata.c
15064         (mono_metadata_load_generic_params): Make this actually work.
15065
15066         * reflection.c (mono_reflection_bind_generic_parameters): If our
15067         parent is a generic instance, pass all the `types' to it, no
15068         matter whether it has the same number of type parameters or not.
15069
15070 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
15071
15072         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
15073
15074         * assembly.c (mono_assembly_load_references): Move the image<->assembly
15075         assignment code to this function so it gets called recursively for all
15076         modules.
15077
15078         * image.c (load_modules): Remove the assembly assignment since it is
15079         now done by mono_assembly_load_references.
15080         
15081         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
15082         Add 'module' argument.
15083         (mono_module_get_types): New helper function.
15084         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
15085
15086 2003-11-08  Martin Baulig  <martin@ximian.com>
15087
15088         * class.c (mono_class_inflate_generic_method): Interface method
15089         don't have a header.
15090
15091         * reflection.c (mono_image_get_methodspec_token): Take an
15092         additional `MonoGenericInst *' argument instead of reading it from
15093         the header; this is necessary to support interfaces.
15094         (mono_image_create_token): Pass the `MonoGenericInst *' from the
15095         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
15096         (inflated_method_get_object): Take an additional `MonoGenericInst *'
15097         argument.
15098
15099         * reflection.h (MonoReflectionInflatedMethod): Added
15100         `MonoGenericInst *ginst'.
15101
15102 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
15103
15104         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
15105
15106 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
15107
15108         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
15109
15110 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
15111
15112         * reflection.c 
15113         (reflection_methodbuilder_from_method_builder):
15114         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
15115         initialize a ReflectionMethodBuilder structure.
15116         (mono_image_get_methodbuilder_token):
15117         (mono_image_get_ctorbuilder_token): New functions to emit memberref
15118         tokens which point to types in another module inside the same assembly.
15119
15120         * reflection.c: Use the new helper functions.
15121         
15122         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
15123
15124         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
15125         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
15126
15127         * reflection.c (resolution_scope_from_image): Emit a moduleref if
15128         neccesary.
15129
15130         * reflection.c (mono_image_build_metadata): Emit metadata only for the
15131         current module. Emit the manifest only for the main module.
15132
15133         * reflection.c (mono_image_create_token): Add assertion when a 
15134         memberref needs to be created.
15135
15136         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
15137
15138         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
15139         larger buffer for the custom attribute blob. Fixes #50637.
15140         
15141 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15142
15143         * threadpool.c: notify listener on async processing handles after
15144         invoking the async callback. Thanks to Zoltan.
15145
15146 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15147
15148         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
15149         avoid code duplication.
15150
15151         * reflection.h (MonoDynamicImage): New type which is currently unused,
15152         but will be used through the ref.emit code in place of 
15153         MonoDynamicAssembly.
15154
15155         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
15156         object layout.
15157
15158         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
15159         a MonoDynamicImage instead of just a MonoImage.
15160         
15161         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
15162         icalls to ModuleBuilder but keep their semantics, so they will work
15163         with moduleb->assemblyb. This will change later.
15164         
15165 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15166
15167         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
15168         object layout.
15169
15170         * reflection.c (mono_image_build_metadata): Avoid creation of a default
15171         main module, since it is now done by the managed code.
15172
15173 2003-11-03  Martin Baulig  <martin@ximian.com>
15174
15175         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
15176         `ginst->klass' here.
15177         (method_encode_methodspec): Don't use the `ginst->generic_method's
15178         klass if it's a generic instance, use `ginst->klass' in this case.
15179
15180 2003-11-03  Martin Baulig  <martin@ximian.com>
15181
15182         * reflection.c (mono_image_get_generic_method_param_info):
15183         Removed, use mono_image_get_generic_param_info() instead.
15184         (mono_image_get_type_info): Write the GenericParam table before
15185         the Method table.  This is neccessary because in the GenericParam
15186         table, type parameters of the class (ie. '!0' etc.) must come
15187         before the ones from its generic methods (ie. '!!0' etc).
15188
15189 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15190
15191         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
15192
15193 2003-11-02  Martin Baulig  <martin@ximian.com>
15194
15195         * reflection.c (create_generic_typespec): Take a
15196         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
15197         the generic parameters from it.
15198
15199 2003-11-02  Martin Baulig  <martin@ximian.com>
15200
15201         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
15202         instead of a `MonoClassField *' since we just need the type.
15203         (create_generic_typespec): New static function.  Creates a
15204         TypeSpec token for a generic type declaration.
15205         (mono_image_get_generic_field_token): New static function.
15206         (mono_image_create_token): If we're a FieldBuilder in a generic
15207         type declaration, call mono_image_get_generic_field_token() to get
15208         the token.
15209
15210 2003-11-02  Martin Baulig  <martin@ximian.com>
15211
15212         * reflection.h
15213         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
15214         `MonoReflectionGenericInst *declaring_type' and
15215         `MonoReflectionGenericInst *reflected_type' fields.
15216
15217         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
15218         `MonoReflectionGenericInst *declaring_type' and a
15219         `MonoReflectionGenericInst *reflected_type' argument instead of a
15220         single `MonoReflectionGenericInst *type' one.  Set
15221         `res->declaring_type' and `res->reflected_type' from them.
15222         (mono_reflection_inflate_field): Likewise.      
15223
15224 2003-11-02  Martin Baulig  <martin@ximian.com>
15225
15226         * class.c (mono_class_setup_vtable): Don't store generic methods
15227         in the vtable.  
15228
15229 2003-11-02  Martin Baulig  <martin@ximian.com>
15230
15231         * reflection.h (MonoReflectionGenericInst): Added
15232         `MonoReflectionType *declaring_type'.
15233
15234         * reflection.c (mono_reflection_bind_generic_parameters): Use
15235         `if (tb->parent)' instead of `klass->parent'.
15236
15237 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
15238
15239         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
15240         with an empty ASSEMBLY table.
15241
15242         * reflection.c (mono_image_build_metadata): Avoid using the same loop
15243         variable in the inner and outer loops.
15244
15245 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
15246
15247         * metadata.h (mono_metadata_make_token): Put parentheses around macro
15248         argument.
15249
15250         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
15251         
15252         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
15253         icalls. Instead, do everything in managed code. This is needed since
15254         it is hard to restore the original domain etc. in unmanaged code in the
15255         presence of undeniable exceptions.
15256
15257         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
15258         New icalls to push and pop appdomain refs.
15259
15260 2003-10-31  Martin Baulig  <martin@ximian.com>
15261
15262         * class.c (inflate_generic_type): Renamed to
15263         mono_class_inflate_generic_type() and made it public.
15264
15265         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
15266         New interncall.
15267
15268         * loader.c (mono_field_from_memberref): Also set the retklass for
15269         typespecs.
15270
15271         * fielder.c (mono_image_get_inflated_field_token): New static
15272         method; creates a metadata token for an inflated field.
15273         (mono_image_create_token, fixup_method): Added support for
15274         "MonoInflatedField".
15275         (fieldbuilder_to_mono_class_field): New static function.
15276         (mono_reflection_inflate_field): New public function.
15277
15278         * reflection.h
15279         (MonoReflectionGenericInst): Added `MonoArray *fields'.
15280         (MonoReflectionInflatedField): New typedef.     
15281
15282 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
15283
15284         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
15285         for Solaris and other platforms without s6_addr16
15286
15287 2003-10-30  Martin Baulig  <martin@ximian.com>
15288
15289         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
15290         argument instead of two.
15291         (mono_class_inflate_generic_signature): Likewise.
15292         (inflate_generic_header): Likewise.
15293         (mono_class_inflate_generic_method): Likewise.  In addition, if
15294         `ginst->klass' is set, it becomes the new `method->klass'.
15295
15296         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
15297         field.
15298
15299         * reflection.c (encode_generic_method_sig): Write a 0xa as the
15300         first byte. [FIXME]
15301         (method_encode_methodspec): If we have generic parameters, create
15302         a MethodSpec instead of a MethodRef.
15303         (fixup_method): Added support for "MonoInflatedMethod" and
15304         "MonoInflatedCtor".
15305         (mono_image_create_token): Added support for "MonoInflatedMethod"
15306         and "MonoInflatedCtor".
15307         (inflated_method_get_object): New static function; returns a
15308         managed "System.Reflection.MonoInflatedMethod" object.
15309         (mono_reflection_bind_generic_method_parameters): Return a
15310         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
15311         (mono_reflection_inflate_method_or_ctor): Likewise.
15312         (mono_image_get_generic_method_param_info): Initialize unused
15313         fields to zero.
15314         (mono_image_get_generic_param_info): Likewise.
15315
15316         * reflection.h (MonoReflectionInflatedMethod): New public
15317         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
15318         "S.R.MonoInflatedCtor" classes.
15319
15320         * loader.c (method_from_memberref): If we're a TypeSpec and it
15321         resolves to a generic instance, inflate the method.
15322
15323 2003-10-28  Dick Porter  <dick@ximian.com>
15324
15325         * object.c (mono_runtime_run_main): Convert command-line arguments
15326         into utf8, falling back to the user's locale encoding to do so.
15327
15328 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
15329
15330         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
15331         at this time.
15332
15333         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
15334
15335         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
15336         up icalls at method definition time. Partially fixes #33569.
15337
15338 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
15339
15340         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
15341         marshalling of arrays. Fixes #50116.
15342
15343         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
15344
15345         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
15346         points to a vtable in the dying appdomain.
15347
15348         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
15349         listeners into unmanaged code inside the lock.
15350
15351         * object.c (mono_class_vtable): Turn off typed allocation in non-root
15352         domains and add some comments.
15353
15354 2003-10-25  Martin Baulig  <martin@ximian.com>
15355
15356         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
15357
15358         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
15359
15360         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
15361         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
15362         currently parsing.  Create the generic class and store it in
15363         `generic_inst->klass' before parsing the type arguments.  This is
15364         required to support "recursive" definitions; see mcs/tests/gen-23.cs
15365         for an example.
15366         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
15367         to support recursive typespec entries.
15368
15369         * class.c (mono_class_setup_parent): If our parent is a generic
15370         instance, we may get called before it has its name set.
15371         (mono_class_from_generic): Splitted into
15372         mono_class_create_from_generic() and mono_class_initialize_generic().
15373
15374 2003-10-25  Martin Baulig  <martin@ximian.com>
15375
15376         * icall.c (ves_icall_Type_BindGenericParameters): Return a
15377         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
15378         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
15379         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
15380
15381         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
15382         (create_typespec): Likewise.
15383         (mono_reflection_bind_generic_parameters): Return a
15384         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
15385         (mono_reflection_inflate_method_or_ctor): New public function.
15386
15387         * reflection.h (MonoReflectionGenericInst): New typedef.        
15388
15389 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
15390
15391         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
15392         inside the domain lock. Fixes #49993.
15393         
15394         * object.c (mono_class_vtable): When typed allocation is used, 
15395         allocate vtables in the GC heap instead of in the mempool, since the
15396         vtables contain GC descriptors which are used by the collector even
15397         after the domain owning the mempool is unloaded.
15398
15399         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
15400
15401         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
15402         reflect what it does. Also invalidate mempools instead of freeing
15403         them if a define is set.
15404
15405         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
15406         of the appdomain.
15407         
15408         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
15409         hold the finalizable objects in this domain.
15410
15411         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
15412         appdomain.
15413
15414         * appdomain.c (mono_domain_set): New function to set the current
15415         appdomain, but only if it is not being unloaded.
15416
15417         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
15418         appdomain which is being unloaded.
15419         
15420         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
15421         unloading of the root appdomain.
15422
15423         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
15424         icall to execute a method in another appdomain. Intended as a 
15425         replacement for InternalSetDomain, which can confuse the code 
15426         generation in the JIT.
15427
15428         * appdomain.c (mono_domain_is_unloading): New function to determine
15429         whenever an appdomain is unloading.
15430
15431         * appdomain.c (mono_domain_unload): New function to correctly unload
15432         an appdomain.
15433
15434         * assembly.c (mono_assembly_load_references): Check that an assembly
15435         does not references itself.
15436
15437         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
15438         domain manually, it asks the finalizer thread to do it, then waits for
15439         the result. Also added a timeout.
15440
15441         * icall.c: Register the new icalls.
15442
15443         * threads.h threads.c: Export the mono_gc_stop_world and 
15444         mono_gc_start_world functions.
15445         
15446         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
15447         function to fill out the mempool with 0x2a.
15448
15449 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
15450
15451         * reflection.h (MonoReflectionMethodAux): New structure to store
15452         information which is rarely used, thus is not in the MonoMethod
15453         structure.
15454
15455         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
15456         store the aux info.
15457
15458         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
15459         and marshalling info into the aux structure.
15460
15461         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
15462         from the aux structure.
15463
15464         * loader.c (mono_method_get_param_names): Retrieve the param names from
15465         the aux structure.
15466         
15467 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
15468
15469         * exception.h exception.c: Add AppDomainUnloadedException && fix 
15470         warning.
15471
15472 2003-10-21  Dick Porter  <dick@ximian.com>
15473
15474         * socket-io.c
15475         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
15476         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
15477
15478 2003-10-21  Martin Baulig  <martin@ximian.com>
15479
15480         * reflection.c (mono_reflection_bind_generic_parameters):
15481         `klass->parent' is NULL for interfaces.
15482
15483 2003-10-21  Martin Baulig  <martin@ximian.com>
15484
15485         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
15486
15487 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
15488
15489         * exception.c (mono_exception_from_name_msg): New helper function for
15490         creating exceptions and initializing their message field.
15491
15492         * exception.c: Simplify functions using the new helper.
15493
15494         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
15495         New function.
15496
15497         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
15498         mono_raise_exception, since otherwise gcc doesn't generate the function
15499         epilog for raise_exception, confusing the stack unwinding in the JIT.
15500         Fixes #45043.
15501
15502         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
15503         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
15504         Fixes #49499.
15505
15506 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15507
15508         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
15509         utf8.
15510
15511 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
15512
15513         * icall.c: Removed GetUninitializedObject method because
15514           AllocateUninitializedClassInstance does the same.
15515
15516 2003-10-18  Martin Baulig  <martin@ximian.com>
15517
15518         * class.c (inflate_generic_signature): Renamed to
15519         mono_class_inflate_generic_signature() and made it public.
15520         (my_mono_class_from_generic_parameter): New static function; if we
15521         don't already have the generic parameter's MonoClass, create a
15522         very simple one which is just used internally in the runtime and
15523         not passed back to managed code.
15524
15525         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
15526
15527         * metadata.h (MonoMethodSignature): Moved the
15528         `MonoGenericParam *gen_params' to the MonoMethodHeader.
15529         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
15530
15531         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
15532         ves_icall_MonoMethod_GetGenericArguments(); this is now an
15533         interncall on the MonoMethod class, not on MethodInfo.
15534         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
15535         calling mono_reflection_bind_generic_method_parameters() directly.
15536
15537         * loader.c (mono_method_get_signature): If this is a MethodSpec;
15538         return the already computed `method->signature'.
15539         (method_from_methodspec): New static function to load a method
15540         from a MethodSpec entry.
15541         (mono_get_method_from_token): Call the new method_from_methodspec()
15542         for MethodSpec tokens.  
15543         (mono_get_method_from_token): If we're a generic method, load the
15544         type parameters.
15545
15546         * reflection.c (mono_image_get_memberref_token): Allow
15547         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
15548         table.
15549         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
15550         (mono_image_create_token): First check whether it's a generic
15551         method (so we'd need to create a MethodSpec), then do the other
15552         two alternatives.
15553         (mono_reflection_bind_generic_method_parameters): Return a
15554         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
15555         called directly from the interncall.
15556
15557 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
15558
15559         * reflection.c (load_public_key): Move loading of the public key
15560         into managed code.
15561
15562         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
15563
15564         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
15565         fields.
15566
15567         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
15568         culture, hash_alg and public_key. Fixes #49555.
15569
15570 2003-10-17  Martin Baulig  <martin@ximian.com>
15571
15572         * class.h (MonoGenericInst): Moved this declaration here and added
15573         `MonoMethod *generic_method'.
15574
15575         * icall.c
15576         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
15577         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
15578
15579         * metadata.c (mono_metadata_type_equal): Two types of
15580         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
15581         index; ie. don't compare the address of the `MonoGenericParam'
15582         structure.
15583         (mono_metadata_load_generic_params): Removed the `MonoMethod
15584         *method' argument.
15585
15586         * metadata.h (MonoGenericInst): Moved declaration to class.h.
15587         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
15588
15589         * reflection.c (method_encode_signature): Encode the number of
15590         generic parameters.
15591         (encode_generic_method_sig): New static function.
15592         (method_encode_methodspec): New static function; creates an entry
15593         in the MethodSpec table for a generic method.
15594         (mono_image_get_methodspec_token): New static function.
15595         (mono_image_create_token): Call mono_image_get_methodspec_token()
15596         for generic methods.
15597         (mono_reflection_bind_generic_method_parameters): New public
15598         function.  Instantiates a generic method.
15599
15600 2003-10-16  Martin Baulig  <martin@ximian.com>
15601
15602         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
15603         *gen_params' here from MonoMethodHeader.
15604
15605         * metadata.c (mono_metadata_parse_method_signature): If we have
15606         generic parameters, initialize `method->gen_params' and then set
15607         the correct `type->data.generic_param' in all the parameters.
15608
15609 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
15610
15611         * threads.c (mono_threads_get_default_stacksize): New function to 
15612         return the default stacksize.
15613
15614         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
15615         termination of the finalizer thread, since the previous method had
15616         race conditions. Fixes #49628.
15617
15618         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
15619         as for the other managed threads.
15620
15621 2003-10-16  Martin Baulig  <martin@ximian.com>
15622
15623         * class.c (inflate_generic_signature): Copy `generic_param_count'
15624         and `gen_params'.
15625
15626         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
15627         New interncall.
15628
15629         * metadata.c (mono_metadata_parse_method_signature): Actually set
15630         the `method->generic_param_count' here.
15631         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
15632
15633 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
15634
15635         * object.h: Add a new field to TypedRef to simplify the implementation
15636         of the REFANY opcodes in the JIT.
15637
15638         * icall.c: Make use of the new field.
15639
15640         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
15641         dynamically.
15642
15643 2003-10-15  Martin Baulig  <martin@ximian.com>
15644
15645         * class.c (mono_class_from_gen_param): Renamed to
15646         mono_class_from_generic_parameter() and moved most of the
15647         functionality from mono_reflection_define_generic_parameter()
15648         here; ie. we create a "real" class here.
15649         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
15650         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
15651         previously been called.
15652
15653         * class.h (MonoGenericParam): Moved the declaration of this struct
15654         here from metadata.h and added `MonoMethod *method'.
15655
15656         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
15657         interncall.
15658
15659         * loader.c (mono_get_method_from_token): If we have any generic
15660         parameters, call mono_metadata_load_generic_params() to read them
15661         from the MONO_TABLE_GENERICPAR.
15662
15663         * metadata.c (mono_metadata_load_generic_params): Added
15664         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
15665
15666         * metadata.h (MonoMethodSignature): Replaced
15667         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
15668         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
15669
15670         * reflection.c (mono_reflection_define_generic_parameter): Moved
15671         most of the functionality into the new
15672         mono_class_from_generic_parameter(); set the `method' field if
15673         we're a method parameter.       
15674
15675 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
15676
15677         * marshal.c (emit_struct_conv): if native size is 0
15678         emit no code.
15679
15680 2003-10-14  Martin Baulig  <martin@ximian.com>
15681
15682         * icall.c: The generics API has changed in the spec since it was
15683         added to System.Type; these modifications make it match the spec
15684         again.
15685         (ves_icall_Type_GetGenericParameters): Renamed to
15686         `ves_icall_Type_GetGenericArguments'.
15687         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
15688         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
15689         `ves_icall_MonoType_get_HasGenericArguments'.
15690         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
15691         `ves_icall_MonoType_get_IsGenericParameter'.
15692         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
15693         this is no interncall anymore.
15694         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
15695         `ves_icall_TypeBuilder_get_IsGenericParameter'.
15696
15697 2003-10-14  Martin Baulig  <martin@ximian.com>
15698
15699         * reflection.c (mono_reflection_bind_generic_parameters): Also
15700         inflate generic methods if we're reading the class from IL.
15701
15702 2003-10-13  Martin Baulig  <martin@ximian.com>
15703
15704         * reflection.c (mono_reflection_define_generic_parameter): This
15705         method isn't called directly from the icall anymore; take a
15706         `MonoReflectionAssemblyBuilder *' so we can use this for type and
15707         method generic parameters.
15708         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
15709         (method_builder_encode_signature): Encode generic parameters.
15710         (mono_image_get_method_info): Write generic params to the
15711         MONO_TABLE_GENERICPARAM table.
15712
15713         * reflection.h (MonoReflectionMethodBuilder): Added
15714         `MonoArray *generic_params'.
15715
15716         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
15717
15718         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
15719         wrapper for mono_reflection_define_generic_parameter().
15720         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
15721
15722 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
15723
15724         * marshal.h: Add missing function to fix build.
15725
15726         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
15727         the SetLastError pinvoke attribute.
15728
15729         * marshal.c (mono_marshal_set_last_error): New helper function called
15730         by the generated code.
15731         
15732         * marshal.c (mono_mb_emit_branch): New helper function.
15733
15734         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
15735
15736         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
15737         classes as parameters and return values of delegates. Fixes #29256. 
15738
15739 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
15740
15741         * locales.c: use gint32 in non HAVE_ICU case
15742
15743 2003-10-11  Martin Baulig  <martin@ximian.com>
15744
15745         * mono-debug.c (mono_debug_add_method): Added a workaround for
15746         bug #48591.
15747
15748 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
15749
15750         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
15751         delegates passed to native code must use the STDCALL calling 
15752         convention. Fixes #35987.
15753
15754 2003-10-10  Martin Baulig  <martin@ximian.com>
15755
15756         * class.c (inflate_generic_type): If we're inflating for a generic
15757         type instance (and not for a generic method), return
15758         MONO_TYPE_MVAR unchanged.
15759
15760 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15761
15762         * string-icalls.c: Join ignores null strings in the source array.
15763         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
15764         * threads.c: GetAvailableTheads is slightly more accurate.
15765
15766 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
15767
15768         * threads.h threads.c : add mono_threads_set_default_stacksize
15769         and pass default to CreateThread calls.
15770
15771 2003-10-09  Dick Porter  <dick@ximian.com>
15772
15773         * icall.c:
15774         * locales.h:
15775         * locales.c: Internal calls for constructing CultureInfo and
15776         related objects from libicu (if its available.)
15777
15778 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
15779
15780         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
15781
15782 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15783
15784         * threadpool.c: added an argument to async_invoke_thread that is the
15785         item to process, pass the MonoAsyncResult to the thread start function
15786         when creating a new thread. This way we don't need to acquire any lock
15787         when we're creating a new thread. Readded a semaphore for faster
15788         response times (instead of that Sleep i added).
15789
15790 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
15791
15792         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
15793         get daylight change dates better on Windows, fix handling
15794         of platforms without tm_gmtoff.
15795
15796 2003-10-06  Martin Baulig  <martin@ximian.com>
15797
15798         * class.c (inflate_generic_method): Renamed to
15799         mono_class_inflate_generic_method() and made public.
15800         (mono_class_init): Don't inflate the generic methods here.
15801         (mono_class_from_generic): Added `gboolean inflate_methods'
15802         argument.  Inflate the methods here.
15803
15804         * loader.c (mono_method_get_param_names): Ignore instances of
15805         generic types for the moment.
15806
15807         * reflection.c (fixup_method): Added support for inflated methods.
15808         (mono_image_create_token): Use mono_image_get_methodref_token()
15809         for inflated methods.
15810         (mono_custom_attrs_from_param): Ignore instances of generic types
15811         for the moment.
15812         (mono_reflection_bind_generic_parameters): New public function.
15813         Moved all the functionality from
15814         ves_icall_Type_BindGenericParameters() here and added support for
15815         dynamic types.
15816         (mono_reflection_define_generic_parameter): Initialize
15817         `klass->methods' here.
15818
15819         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
15820         functionality into mono_reflection_define_generic_parameter().
15821         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
15822         TypeBuilder, return that TypeBuilder.
15823
15824 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15825
15826         * appdomain.c: removed mono_delegate_semaphore.
15827
15828         * threadpool.c:
15829         (mono_thread_pool_add): moved hash table creation inside and the thread 
15830         creation outside of the critical region.
15831         (mono_thread_pool_finish): removed obsolete code.
15832         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
15833         continue or exit the thread depending on the queue.
15834
15835 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
15836
15837         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
15838         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
15839         handle more bool marshalling options
15840
15841 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
15842
15843         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
15844         arrays of structs. Also add a more descriptive error message when
15845         a structure member is marshalled as LPArray.
15846
15847 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
15848
15849         * marshal.c (mono_marshal_get_native_wrapper): Add support for
15850         marshalling arrays of complex types. Fixes #29098. Also remove an
15851         usused and incomplete function.
15852
15853 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
15854
15855         * gc.c: report heap_size - free_bytes as total memory allocated
15856         (bug#49362).
15857
15858 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
15859
15860         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
15861         fix timezone handling problems on Windows.
15862         
15863         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
15864         asserts when the year is outside the range handled by ms the functions.
15865
15866         * class.c (setup_interface_offsets): If the class is an interface,
15867         fill out its interface_offsets slot.
15868
15869 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15870
15871         * threadpool.c: mark threadpool threads as background.
15872
15873 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
15874
15875         * decimal.c - define DECINLINE to nothing if not using GCC
15876
15877 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
15878
15879         * assembly.c: More refcount fixes.
15880
15881 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15882
15883         * string-icalls.c: if we're not trimming, return the same string.
15884         When not splitting, don't create a new string.
15885
15886 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15887
15888         * image.c:
15889         (mono_image_open): increment the ref_count inside the critical section.
15890
15891 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
15892
15893         * image.c (mono_image_open): Fix reference counting bug.
15894
15895 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
15896
15897         * marshal.c (mono_marshal_type_size) struct alignment changed for 
15898         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
15899         64bits. Avoid leak in mono_marshal_get_native_wrapper when
15900         mono_lookup_pinvoke_call throws.        
15901
15902 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
15903
15904         * reflection.c (mono_reflection_parse_type): Fix #49114.
15905
15906         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
15907         temporary workaround for cygwin header problem.
15908
15909         * object.c (mono_object_isinst): Synchronize this with the code
15910         generated by the JIT for casts.
15911
15912 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
15913
15914         * reflection.c (encode_type): Fix #38332.
15915
15916 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
15917
15918         * marshal.c (mono_marshal_method_from_wrapper): New function to return
15919         the original method from the wrapper method.
15920
15921 2003-09-25  Martin Baulig  <martin@ximian.com>
15922
15923         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
15924         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
15925         (ves_icall_Type_get_IsGenericInstance): New interncall.
15926
15927 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
15928
15929         * object.c: fix cast warning in big endian code.
15930
15931 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
15932
15933         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
15934         
15935 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15936
15937         * assembly.c: don't call check_env from mono_assembly_load. It's
15938         already done once in mono_assemblies_init and may cause headaches when
15939         multiple threads are loading assemblies.
15940
15941 2003-09-19  Martin Baulig  <martin@ximian.com>
15942
15943         * reflection.c (mono_reflection_define_generic_parameter): Don't
15944         allocate `klass->methods', set `klass->flags' to
15945         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
15946
15947 2003-09-18  Martin Baulig  <martin@ximian.com>
15948
15949         * class.c (mono_class_init): Don't create `class->methods' if it's
15950         already initialized.
15951
15952         * metadata.c (mono_metadata_load_generic_params): Make this
15953         actually work.
15954
15955         * reflection.c (mono_reflection_define_generic_parameter): Set
15956         parent class and interfaces from the constraints.
15957
15958         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
15959         to keep this struct in sync with the declaration in TypeBuilder.cs.
15960
15961 2003-09-17  Martin Baulig  <martin@ximian.com>
15962
15963         * metadata.h (MonoType): Replaced the data's `int type_param'
15964         field with `MonoGenericParam *generic_param'.
15965         (MonoGenericParam): Added `MonoClass *klass'.
15966
15967         * class.c (mono_class_from_gen_param): Removed the
15968         `MonoImage *image' and `int type_num' arguments.
15969
15970         * metadata.c (mono_metadata_parse_generic_param): New static
15971         method; creates a MonoGenericParam which just contains the index.
15972         (do_mono_metadata_parse_type): Call
15973         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
15974         MONO_TYPE_MVAR.
15975
15976         * reflection.c (mono_image_typedef_or_ref): Generic type
15977         parameters may be in the same assembly, but never use a typedef
15978         for them.
15979         (mono_reflection_define_generic_parameter): We're now creating a
15980         "real" class for the type parameter; it's now safe to call
15981         mono_class_from_mono_type() on the class'es type, it'll do the
15982         right thing.
15983
15984 2003-09-16  Martin Baulig  <martin@ximian.com>
15985
15986         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
15987         `symfile->range_entry_size' and `symfile->class_entry_size' here;
15988         the `symfile' data structure must be fully initialized before it
15989         gets added to the table.
15990
15991 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
15992
15993         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
15994
15995         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
15996         class init trampolines.
15997
15998 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
15999
16000         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
16001         to the built-in profiler to turn off time and allocation profiling
16002         respectively.
16003
16004 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
16005
16006         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
16007         g_direct_equal.
16008
16009         * debug-helpers.c (mono_method_full_name): Print the wrapper type
16010         in human readable form.
16011
16012 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
16013
16014         * reflection.c icall.c: Fixed warnings.
16015
16016         * image.c (load_class_names): Use a temporary hash table to hold the
16017         namespaces in order to avoid doing many string comparisons.
16018
16019         * image.h: Fix typo.
16020
16021         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
16022         Pass NULL instead of g_direct_equal to the GHashTable constructor 
16023         since the NULL case is short-circuited inside g_hash_table_lookup, 
16024         leading to better performance.  
16025
16026         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
16027         obtain the first custom attribute for a given index. Depends on the
16028         CustomAttribute table being sorted by the parent field.
16029
16030         * reflection.c (mono_custom_attrs_from_index): Use the new function 
16031         for better performance.
16032
16033 2003-09-07  Martin Baulig  <martin@ximian.com>
16034
16035         * class.c (mono_class_init): If we're a generic instance, inflate
16036         all our methods instead of loading them from the image.
16037         (mono_class_from_generic): Set `class->methods = gklass->methods'.
16038
16039 2003-09-07  Martin Baulig  <martin@ximian.com>
16040
16041         * mono-debug-debugger.c: Added support for constructors.
16042
16043 2003-09-06  Martin Baulig  <martin@ximian.com>
16044
16045         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
16046         New interncall.
16047
16048         * reflection.c (mono_reflection_setup_generic_class): Call
16049         ensure_runtime_vtable() to create the vtable.
16050
16051 2003-09-05  Martin Baulig  <martin@ximian.com>
16052
16053         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
16054         MONO_TYPE_MVAR.
16055
16056 2003-09-04  Martin Baulig  <martin@ximian.com>
16057
16058         * reflection.c (mono_reflection_define_generic_parameter): Generic
16059         parameters start with zero.
16060
16061 2003-09-04  Martin Baulig  <martin@ximian.com>
16062
16063         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
16064
16065         * reflection.h (MonoReflectionGenericParam): New typedef.
16066         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
16067         the generic parameters from the managed TypeBuilder.
16068
16069         * reflection.c (mono_reflection_define_generic_parameter): New function.
16070         (mono_reflection_create_runtime_class): Encode generic parameters.
16071         (mono_reflection_setup_generic_class): New function; this is
16072         called after adding adding all generic params to the TypeBuilder.
16073         (encode_type): Added MONO_TYPE_VAR.
16074
16075 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
16076
16077         * class.h class.c (mono_class_needs_cctor_run): Moved this method
16078         here from the JIT.
16079
16080         * assembly.h assembly.c: Moved the AOT loading code into an assembly
16081         load hook.
16082
16083 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
16084
16085         * reflection.h reflection.c class.h class.c: Delete duplicate 
16086         definition of mono_type_get_name () from reflection.c and export the
16087         one in class.c.
16088
16089         * class.c: Class loading fixes from Bernie Solomon 
16090         (bernard@ugsolutions.com).
16091
16092         * reflection.c: Endianness fixes from Bernie Solomon 
16093         (bernard@ugsolutions.com).
16094         
16095 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
16096
16097         * assembly.h assembly.c: Define a file format version for AOT
16098         libraries.
16099         
16100         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
16101
16102         * appdomain.h (MonoJitInfo): New field to determine whenever the
16103         code is domain neutral.
16104         
16105 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
16106
16107         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
16108
16109 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
16110
16111         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
16112         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
16113         Avoid caching the result since strings must be domain specific. Fixes
16114         #48050.
16115
16116 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
16117
16118         * marshal.c (mono_marshal_init): Make this callable multiple times
16119         since it is hard to find a correct place to call it.
16120
16121         * object.c (mono_runtime_class_init): Execute static constructors in
16122         the correct appdomain.
16123
16124         * image.c (build_guid_table): Handle the case when multiple images have
16125         the same GUID.
16126
16127 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16128
16129         * icall.c: added a couple of icalls for System.Web.
16130
16131 2003-08-28  Martin Baulig  <martin@ximian.com>
16132
16133         * icall.c (ves_icall_Type_BindGenericParameters): Use
16134         `klass->generic_inst' instead of `&klass->byval_arg' in the
16135         mono_type_get_object() call.  The returned type must be
16136         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
16137
16138 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
16139
16140         * NOTES: New file.
16141
16142         * object.c (mono_class_proxy_vtable): Make it thread safe.
16143
16144         * pedump.c: Fix warning.
16145
16146         * object.c appdomain.h: Get rid of metadata_section. 
16147         It is no longer needed and it was causing deadlocks with domain->lock.
16148
16149         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
16150
16151 2003-08-26  Martin Baulig  <martin@ximian.com>
16152
16153         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
16154
16155 2003-08-26  Martin Baulig  <martin@ximian.com>
16156
16157         * pedump.c (main): Call mono_metadata_init(),
16158         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
16159         and mono_loader_init().
16160
16161 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
16162
16163         * loader.h: Add missing include to fix build.
16164
16165         * image.h: mono_image_load_references is no more.
16166
16167         * assembly.c: Reworked assembly loading to make it really thread safe.
16168         After these changes, the assembly returned by mono_assembly_open is
16169         fully initialized, i.e. all its references assemblies are loaded.
16170
16171         * assembly.c (mono_image_load_references): Renamed to 
16172         mono_assembly_load_references, and made private, since clients no
16173         longer need to call it.
16174
16175         * class.c: Removed calls to mono_assembly_load_references, since it was
16176         a source of deadlocks.
16177
16178         * loader.h loader.c class.h class.c: Protect data structures using a 
16179         new lock, the loader lock.
16180
16181         * class.c (mono_class_setup_vtable): Create temporary hash tables and
16182         GPtrArrays only when needed.
16183
16184         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
16185         into empty structures by mcs. Fixes pinvoke7.cs.
16186         
16187         * domain.c (mono_init): Call a new initialization function.
16188
16189         * appdomain.c (mono_runtime_init): Call the new initializer function
16190         of the marshal module.
16191
16192         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
16193         inserted into empty structures by mcs. Fixes pinvoke7.cs.
16194
16195         * marshal.h marshal.c: Added locks around the wrapper caches to make
16196         this module thread safe.
16197
16198         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
16199         this argument. Fixes pinvoke1.exe.
16200
16201 2003-08-25  Lluis Sanchez <lluis@ximian.com>
16202
16203         * object.h: Added call_type field to MonoMethodMessage and the corresponding
16204         enumeration of values. Removed fields to store remote call output values in
16205         MonoAsyncResult. Not needed any more.
16206         * object.c: Initialize call_type and async_result fields in mono_message_init.
16207         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
16208         dispatching the message.
16209         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
16210         async call to finish. To do it use a message with EndInvoke call type.
16211
16212 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
16213
16214         * loader.h loader.c (mono_method_hash_marhal_info): New function which
16215         determines whenever a method has marshalling info.
16216
16217 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16218
16219         * assembly.c: fix the build on windows.
16220
16221 2003-08-22 Lluis Sanchez <lluis@ximian.com>
16222
16223         * object.cs: Fixed bug #47785.
16224
16225 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
16226
16227         * string-icalls.c (StringReplace): If their are no occurances of
16228         the old string found return a reference to the supplied
16229         string. This saves some memory and matches MS behavoir.
16230         
16231 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16232
16233         * socket-io.c: fixed compilation for systems that define AF_INET6
16234         and don't define SOL_IP/SOL_IPV6.
16235
16236 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
16237
16238         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
16239         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
16240
16241         * rawbuffer.c rawbuffer.h: Make this module thread safe.
16242
16243         * domain.c: Make this module thread safe.
16244
16245         * domain.c (mono_init): Call new initialization function.
16246
16247         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
16248         reference types too. Fixes #38812.
16249
16250         * image.c (mono_image_init): Fixed warnings.
16251
16252         * class.c (mono_class_from_typeref): Handle assembly load failure
16253         correctly.
16254
16255         * appdomain.c (add_assemblies_to_domain): Handle the case when
16256         the references of an assembly are not yet loaded.
16257
16258         * metadata.c image.c assembly.c: Moved initialization of global
16259         variables to a separate function called at startup since lazy 
16260         initialization of these variables is not thread safe.
16261         
16262         * image.c assembly.c: Made this module thread safe by adding locks in 
16263         the appropriate places.
16264
16265         * domain.c (mono_init): Call the new initialization functions of the
16266         three modules.
16267
16268 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
16269
16270         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
16271           make a direct call. It is proxy's work to make the call asynchronous.
16272           mono_delegate_end_invoke(): If the targe is a proxy, just collect
16273           the return values.
16274         * object.cs: mono_method_call_message_new(): read AsyncResult and
16275           state object from parameters list, if this info is requested.
16276         * object.h: Added fields to store remote call output values in
16277           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
16278
16279 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
16280
16281         * object.h: add needed fields to MonoThread.
16282         * threads.c, threads.h: allow registering a function to cleanup data
16283         allocated per thread by the JIT.
16284
16285 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
16286
16287         * loader.h: portability fix by Bernie Solomon
16288         * <bernard@ugsolutions.com>.
16289
16290 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
16291
16292         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
16293         return a MonoArray. This simplifies the code and also ensures that
16294         the cache allways contains an object reference as a value.
16295
16296         * icall.c (ves_icall_get_parameter_info): Simplified using the new
16297         function.
16298
16299 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16300
16301         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
16302         fixes a problem with byte ordering when getting the address family for
16303         a socket.
16304
16305 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
16306
16307         * .cvsignore: Added monosn.
16308
16309         * reflection.h reflection.c loader.c: Added support for parameter
16310         marshalling to dynamically created types. Fixes #47295.
16311
16312 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
16313
16314         * rand.c: remove useless warnings.
16315
16316 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
16317
16318         * class.c: implemented ldtoken for methods and fieldrefs.
16319
16320 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16321
16322         * threadpool.c: when mono_async_invoke was called, no one took care of
16323         monitoring the queue. So if the method invoked took some time and we
16324         got new async invoke requests after 500 ms (the thread created waited
16325         that long in WaitForSingleObject), the new async invoke was not called
16326         until the previous one finished.
16327
16328         This is fixed now. Thanks to Totte for helping with it.
16329
16330 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16331
16332         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
16333
16334 2003-08-11  Martin Baulig  <martin@ximian.com>
16335
16336         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
16337
16338 2003-08-06  Martin Baulig  <martin@ximian.com>
16339
16340         * mono-debug-debugger.c: Added support for static fields,
16341         properties and methods.
16342
16343 2003-08-06  Martin Baulig  <martin@ximian.com>
16344
16345         * mono-debug-debugger.c: Don't store the MonoString's vtable to
16346         make this work for applications with multiple application domains.
16347
16348 2003-08-04  Martin Baulig  <martin@ximian.com>
16349
16350         * mono-debug-debugger.c: Completely reworked the type support; the
16351         most important thing is that we're now just using one single
16352         `MonoType' instance per type.
16353
16354 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
16355
16356         * mono-endian.h, mono-endian.c, icall.c: Added icall
16357         ves_icall_System_Double_AssertEndianity to assert double word endianity
16358         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
16359
16360 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
16361
16362         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
16363         support, icalls and fixes.
16364
16365 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
16366
16367         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
16368         classes that are a punctuation character in .NET is not the same a
16369         g_unichar_ispunct.
16370
16371 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
16372
16373         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
16374
16375 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
16376
16377         * icall.c: Add new MemCopy internalcall.
16378         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
16379         Simplified code; It is not necessary to handle all the cases here,
16380         as the C# code takes care of it.  Only handle the case of the name
16381         resource embedded into the assembly.
16382
16383         Changed signature to return the data pointer and the size of the
16384         data. 
16385
16386 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
16387
16388         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
16389         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
16390
16391 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
16392
16393         * socket-io.c: ignore EINTR error in select.
16394
16395 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
16396
16397         * class.h, class.c: removed unused subclasses field in MonoClass.
16398
16399 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
16400
16401         * icall.c: improve fix of get_base_definition(). If the parent class
16402           doesn't have the mehod, look at the parent of the parent.
16403         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
16404           to check if a parameter is an in or out parameter
16405           (PARAM_ATTRIBUTE_IN is not set by default).
16406           mono_method_return_message_restore(): Use mono_class_value_size to
16407           get the size of a value type. mono_type_stack_size (parameterType)
16408           does not return the correct value if parameterType is byRef.
16409           mono_load_remote_field(), mono_load_remote_field_new(),
16410           mono_store_remote_field(), mono_store_remote_field_new():
16411           raise exception if the remote call returns an exception.
16412
16413 2003-07-28  Martin Baulig  <martin@ximian.com>
16414
16415         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
16416         method.  This is a wrapper around mono_runtime_invoke() which
16417         boxes the instance object if neccessary.
16418
16419 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
16420
16421         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
16422         metadata.h, row-indexes.h, verify.c: first cut of generics support.
16423
16424 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
16425
16426         * icall.c: disable mcs bug workaround.
16427
16428 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
16429
16430         * object.c (mono_runtime_class_init): Take the metadata_section
16431         mutex before obtaining the domain mutex.
16432
16433         * appdomain.h: Added definition of metadata_section mutex here. 
16434
16435         * object.c: define metadata_mutex here.
16436
16437 2003-07-24  Ravi Pratap  <ravi@ximian.com>
16438
16439         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
16440         fixed.
16441
16442 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
16443
16444         * reflection.c: Fix bug #46669
16445
16446 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16447
16448         * exception.c:
16449         * exception.h:
16450         * icall.c:
16451         * object.h: fill in the type name for TypeLoadException.
16452
16453 2003-07-23  Ravi Pratap  <ravi@ximian.com>
16454
16455         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
16456         relationship between TypeBuilders while compiling corlib) and bug
16457         45993 (Array types returned from the runtime while compiling
16458         corlib were from the loaded corlib).
16459
16460 2003-07-22  Martin Baulig  <martin@ximian.com>
16461
16462         * mono-debug-debugger.c: Reworked the type support a bit more;
16463         distinguish between types and classes.
16464
16465 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
16466
16467         * icall.c: add IsArrayImpl icall.
16468
16469 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
16470
16471         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
16472         initializing real_size only once. Also fix bug #46602.
16473
16474 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
16475
16476         * object.c: Renamed mono_metadata_section to metadata_section.
16477
16478 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
16479
16480         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
16481           empty array if the type is an array. Fixed.
16482           ves_icall_MonoMethod_get_base_definition: if the base method
16483           is abstract, get the MethodInfo from the list of methods of
16484           the class.
16485         * reflection.c: ParameterInfo.PositionImpl should be zero-based
16486           and it was 1-based. Fixed in mono_param_get_objects.
16487
16488 2003-07-20  Martin Baulig  <martin@ximian.com>
16489
16490         * mono-debug.h: Set version number to 31.
16491         (mono_debug_init): Added `MonoDomain *' argument.
16492
16493         * mono-debug-debugger.c: Reworked the type support; explicitly
16494         tell the debugger about builtin types; pass the `klass' address to
16495         the debugger.
16496
16497 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
16498
16499         * image.c: Allow new metadata tables to be loaded without a
16500         warning. Also update the warning message to give the new constant value.
16501                 
16502 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
16503
16504         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
16505         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
16506         array type representation changes.
16507
16508 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
16509
16510         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
16511         on Environment.Exit () call.
16512
16513 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
16514
16515         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
16516         requires a matching corlib.
16517
16518 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
16519
16520         * Changelog: My editor decided to add a CR to each line. Sorry about that.
16521           Committed again without the CRs.
16522         
16523 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
16524
16525         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
16526           getting it from the "this" socket instance. Did not work
16527           if the socket is a subclass of Socket.
16528           Also fixed bug #35371.
16529
16530 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
16531
16532         * metadata.c: fixed size for TypedByRef.
16533         * loader.c: when searching for a method, consider the vararg amrker.
16534         * unicode.c, decimal.c: constify some arrays.
16535
16536 2003-07-15  Dick Porter  <dick@ximian.com>
16537
16538         * socket-io.c: Fixed compilation for gcc < 3.2.
16539
16540         Fixed compilation for machines that don't have AF_INET6 (thanks to
16541         Bernie Solomon <bernard@ugsolutions.com> for that part.)
16542
16543         Fixed compile warnings.
16544         
16545         Fixed formatting and line endings.
16546
16547 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
16548
16549         * socket-io.h:
16550         * socket-io.c: Added IPv6 support.
16551
16552 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
16553
16554         * class.c (mono_class_is_assignable_from): New function to implement
16555         the is_assignable_from logic. Used by mono_object_isinst, 
16556         Type::IsAssignableFrom () and the interpreter.
16557
16558         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
16559         Object, even interfaces.
16560         
16561         * object.c (mono_object_isinst): Implement in terms of 
16562         is_assignable_from.
16563
16564         * icall.c (ves_icall_type_is_assignable_from): New icall.
16565
16566 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
16567
16568         * domain.c (foreach_domain): fix compiler warning.
16569
16570 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
16571
16572         * image.c (load_metadata_ptrs): use g_strndup because strndup is
16573         not available on all plattforms
16574
16575 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
16576
16577         * image.h image.c: Store the metadata version string in MonoImage.
16578         * icall.c: New icall to retrieve the image version.
16579         * reflection.c (create_dynamic_image): Fill in the image version field
16580         * reflection.c (build_compressed_metadata): Use the image version
16581         from the image structure.
16582
16583 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16584
16585         * appdomain.c: modified comment.
16586         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
16587         That will be its last iteration when mono_gc_cleanup is called from
16588         mono_runtime_cleanup and before the domain is unloaded.
16589
16590         Fixes bug #45962.
16591
16592 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
16593
16594         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
16595         attributes.
16596
16597 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
16598
16599         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
16600         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
16601         Bernie Solomon <bernard@ugsolutions.com>.
16602
16603 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
16604
16605         * object.c, object.h: provide mono_object_new_fast() for faster
16606         allocation in some special cases.
16607
16608 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
16609
16610         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
16611         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
16612
16613 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
16614
16615         * threadpool.c: fix leaks.
16616
16617 2003-07-01  Dick Porter  <dick@ximian.com>
16618
16619         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
16620         using MonoGHashTables.  Fixes threadpool bug posted to list.
16621
16622 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
16623
16624         * image.h, image.c: added support to load an assembly from a byte array.
16625         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
16626         assembly bundle support.
16627
16628 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
16629
16630         * threadpool.c (mono_thread_pool_add): keep a reference to the
16631         AsyncResult to prevent GC
16632
16633 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
16634
16635         * class.c: leak fix.
16636
16637 2003-06-25  Dick Porter  <dick@ximian.com>
16638
16639         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
16640         for the async object, the WaitHandle object will close the handle.
16641         Fixes bug 45321.
16642
16643 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
16644
16645         * class.c: in mono_array_class_get (), lookup from the hash with the
16646         same type we insert: this works around a bug in
16647         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
16648         lluis. The real fix will have to wait for after the release.
16649
16650 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
16651
16652         * icall.c: fix memory leak when getting type members.
16653
16654 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
16655
16656         * reflection.c: added more pubtoken special cases.
16657
16658 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
16659
16660         * class.c: handle field offset correctly when class size
16661         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
16662
16663 2003-06-20  Martin Baulig  <martin@ximian.com>
16664
16665         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
16666         *image' field.
16667
16668 2003-06-20  Martin Baulig  <martin@ximian.com>
16669
16670         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
16671
16672 2003-06-20  Martin Baulig  <martin@ximian.com>
16673
16674         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
16675         just distinguish between variables in registers and variables at
16676         an offset relative to a register.
16677
16678 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16679
16680         * icall.c: #ifdef out latest changes until mcs is fixed.
16681
16682 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
16683
16684         * icall.c: return members in metadata order.
16685
16686 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
16687
16688         * icall.c: avoid infinite loop in GetTimeZoneData.
16689
16690 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
16691
16692         * icall.c: added Marshal.Prelink/All icalls.
16693
16694 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
16695
16696         * object.c, object.h: fix warnings and do some overflow checking
16697         when creating arrays.
16698
16699 2003-06-17  Dick Porter  <dick@ximian.com>
16700
16701         * file-io.h:
16702         * file-io.c: File attributes need to be tweaked slightly when
16703         passed from the managed to the w32 world.
16704
16705 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
16706         * profiler.h profiler-private.h profiler.c: Rework last patch
16707         based on suggestion by Paolo.
16708         
16709 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
16710
16711         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
16712         instruction level coverage data collection.
16713         * profiler.h profiler.c (: Added new callback function which can be
16714         used by the profiler to limit which functions should have coverage
16715         instrumentation.
16716         * profiler.c (mono_profiler_load): Call g_module_build_path to
16717         generate the file name of the profiler library.
16718
16719 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
16720
16721         * profiler.c, profiler.h, profiler-private.h: added basic block 
16722         coverage profiling API.
16723
16724 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
16725
16726         * reflection.c (mono_reflection_create_runtime_class): Add support
16727         for events in dynamically generated code.
16728
16729         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
16730         not allocated.
16731
16732 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
16733
16734         * icall.c: when getting timezone info, return reasonable values if we
16735         can't get the actual data.
16736
16737 2003-06-14  Dick Porter  <dick@ximian.com>
16738
16739         * threads.c (start_wrapper): Remove the reference to the thread
16740         object in the TLS data, so the thread object can be finalized.
16741         This won't be reached if the thread threw an uncaught exception,
16742         so those thread handles will stay referenced :-( (This is due to
16743         missing support for scanning thread-specific data in the Boehm GC
16744         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
16745
16746 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
16747
16748         * reflection.c: ensure streams and tables are first allocated with
16749         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
16750
16751 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
16752
16753         * icall.c: fixed GetElementType for byrefs (bug# 44792).
16754
16755 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
16756
16757         * reflection.c (mono_reflection_create_runtime_class): Add support for
16758         properties to dynamically created classes.
16759         * reflection.c: Fix a few places where non-MonoObjects were inserted
16760         into the tokens hashtable.
16761
16762 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
16763
16764         * object.c: some support to handle out of memory exceptions.
16765
16766 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
16767
16768         * marshal.c (mono_marshal_get_native_wrapper): support reference
16769         return types
16770
16771 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
16772
16773         * object.h, object.c: more portability stuff from Bernie Solomon.
16774         Unexport mono_object_allocate(). Added mono_object_unbox ().
16775         Set exitcode when an unhandled exception is thrown.
16776
16777 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
16778
16779         * marshal.c (mono_marshal_get_native_wrapper): use custom
16780         marshaler for return types.
16781
16782 2003-06-10  Dick Porter  <dick@ximian.com>
16783
16784         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
16785         ip_mreq is available
16786
16787 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
16788
16789         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
16790         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
16791         by Bernie Solomon <bernard@ugsolutions.com>.
16792
16793 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
16794
16795         * gc.c (mono_gc_init): Avoid error message on shutdown when
16796         GC_DONT_GC=1 is used.
16797
16798         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
16799         New icall to return the GUID of a module.
16800
16801 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
16802
16803         * class.c: ensure instance size always includes the parent's size
16804         even whem class size is set explicitly (fixes bug#44294).
16805
16806 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
16807
16808         * profiler.h, profiler.c: made the simple profiler thread-safe,
16809         get more accurate timing info. Allow the loading of an
16810         externally-developed profiler module.
16811
16812 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
16813
16814         * marshal.c (mono_marshal_get_native_wrapper): improved
16815         class/byref arguments.
16816         (mono_marshal_get_native_wrapper): better string marshaling support.
16817
16818 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
16819
16820         * class.c: ensure .pack and .size are handled correctly and
16821         simplified layout of static fields.
16822
16823 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
16824
16825         * appdomain.c
16826         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
16827
16828         * loader.c (mono_lookup_pinvoke_call): look for modules in the
16829         current directory (fix bug 44008)
16830
16831 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
16832
16833         * marshal.c (mono_marshal_get_native_wrapper): started support for
16834         custom marshalers.
16835         (mono_delegate_to_ftnptr): consider marshalling specifications
16836
16837 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
16838
16839         * reflection.c, reflection.h: emit custom marshal info.
16840
16841 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16842
16843         * object.c: free the GError.
16844         * icall.c: added CloseEvent_internal.
16845         * threads.[ch]:
16846         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
16847         call.
16848
16849 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
16850
16851         * loader.c (mono_method_get_signature): Add support for dynamic
16852         assemblies.
16853
16854 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
16855
16856         * reflection.c: fixed bug #43905.
16857
16858 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
16859
16860         * class.c, domain.c, icall.c, metadata.h, object.h: support for
16861         handling TypedReference and ArgIterator.
16862         * loader.c, loader.h: added function to get signature at call site.
16863
16864 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
16865
16866         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
16867         data readonly. Buglets and warning fixes. Some MethodSpec support.
16868
16869 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
16870
16871         * class.h, class.c, object.c: remove relative numbering support.
16872
16873 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
16874
16875         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
16876         free the string, until we get a chance to fix Gtk#
16877
16878 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16879
16880         * marshal.c: revert last patch.
16881
16882 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
16883
16884         * icall.c: updates for new mono_class_vtable() not calling
16885         the type constructor anymore.
16886
16887 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
16888
16889         * object.h, object.c: separate vtable creation from type
16890         initialization. Make running the .cctor thread safe.
16891
16892 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
16893
16894         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
16895
16896 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
16897
16898         * loader.c (mono_get_method): consider calling convention
16899
16900 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
16901
16902         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
16903         to return the invisible global type for a module.
16904
16905         * reflection.c (mono_image_build_metadata): Emit global fields too.
16906
16907 2003-05-20  Peter Williams  <peterw@ximian.com>
16908
16909         * loader.c (mono_lookup_internal_call): Add a few newlines.
16910
16911 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
16912
16913         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
16914         literal strings.
16915
16916         * appdomain.c (set_domain_search_path): Recalculate search path when
16917         AppDomainSetup.PrivateBinPath changes.
16918
16919         * object.c (mono_class_compute_gc_descriptor): It turns out some
16920         parts of the class libs (like System.Thread) holds pointers to
16921         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
16922         to treat native int a pointer type here.
16923         
16924 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
16925
16926         * appdomain.h, domain.c: add hashtable for jump target resolution.
16927
16928 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
16929
16930         * reflection.h reflection.c icall.c: Added new icalls 
16931         GetManifestResourceInfoInternal, GetModulesInternal and support
16932         infrastructure.
16933
16934 2003-05-16  Dick Porter  <dick@ximian.com>
16935
16936         * icall.c:
16937         * file-io.h:
16938         * file-io.c: Implement System.IO.MonoIO::GetTempPath
16939
16940 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
16941
16942         * object.c: mono_store_remote_field: little fix to previous patch.
16943
16944 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
16945
16946         * class.c: add constructors to array classes.
16947         * icall.c: special case array construction for InternalInvoke (),
16948
16949 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
16950
16951         * class.h class.c reflection.c object.c: Added support for field
16952         defaults in dynamically generated classes.
16953
16954 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
16955
16956         * reflection.c: properly encode charset for ddlimport.
16957
16958 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
16959
16960         * threads.c: allow compiling without GC.
16961
16962 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
16963
16964         * appdomain.h, object.c, object.h, threads.c, threads.h: added
16965         handling of thread static data.
16966
16967 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
16968
16969         * reflection.h, reflection.c: added mono_custom_attrs_free ().
16970
16971 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
16972
16973         * class.c (mono_array_class_get): always set the serializable flags
16974         (mono_array_class_get): always set the SEALED attribute for array types
16975
16976 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
16977
16978         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
16979         attributes (fix for bug 42021).
16980
16981 2003-05-12  Dick Porter  <dick@ximian.com>
16982
16983         * gc.c: Don't run finalizers when the finalizer thread is
16984         finishing up, because the default domain has already been
16985         destroyed.
16986
16987 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
16988
16989         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
16990         value is null, we should throw an exception.   This is slightly
16991         different than the other conventions used for the constructor.
16992
16993 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16994
16995         * socket-io.c: fixed windows build.
16996
16997 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16998
16999         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
17000
17001 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
17002
17003         * object.c (mono_string_new_wrapper): Compatibility fix for MS
17004         compilers.
17005
17006 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
17007
17008         * class.c (mono_class_layout_fields): Add experimental GC aware
17009         auto layout facility. Requires class library changes to work correctly.
17010
17011         (mono_class_setup_vtable): Avoid overriding explicit interface
17012         method implementations. Fixes iface3.exe test.
17013
17014         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
17015         object reference.
17016         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
17017         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
17018
17019         * metadata.h: Add new type classification macro which determines
17020         whenever the type holds an object reference.
17021
17022 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
17023
17024         * marshal.c (mono_marshal_get_native_wrapper): cleanups
17025
17026 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
17027
17028         * gc.c (finalizer_thread): Work around a GC bug.
17029
17030 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
17031
17032         * marshal.c (emit_struct_conv): allow unions
17033
17034         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
17035
17036 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
17037
17038         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
17039
17040 2003-05-06  Martin Baulig  <martin@ximian.com>
17041
17042         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
17043
17044 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17045
17046         * socket-io.c:
17047         (Select_internal): allow NULLs, don't create arrays if not needed.
17048         Coupled with Socket.cs changes.
17049
17050         * threadpool.c:
17051         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
17052         register a finalizer for it that will close the semaphore handle. This
17053         fixes the leak and make Lupus' test run with > 4080 loops.
17054
17055 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
17056
17057         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
17058         Jerome Laban (bug #42287)
17059
17060 2003-05-02  Martin Baulig  <martin@ximian.com>
17061
17062         * debug-mono-symfile.h
17063         (MonoSymbolFile): Moved declaration into mono-debug.h.
17064         (MonoDebugMethodJitInfo): Likewise.
17065         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
17066         argument.
17067         (_mono_debug_address_from_il_offset): Take a
17068         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
17069
17070         * mono-debug.h
17071         (MonoDebugDomainData): New struct.
17072         (mono_debug_get_domain_data): New function.
17073         (mono_debug_add_method): Take an additional `MonoDomain *'
17074         argument.
17075         (mono_debug_source_location_from_address): Likewise.
17076         (mono_debug_il_offset_from_address): Likewise.
17077         (mono_debug_address_from_il_offset): Likewise.
17078
17079 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
17080
17081         * reflection.c: one more check for null type in custom attrs.
17082
17083 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17084
17085         * reflection.c: avoid warning (comparison is always false due to limited
17086         range of data type).
17087
17088 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17089
17090         * icall.c: throw an exception in Type.GetField if the argument 'name'
17091         is NULL.
17092
17093 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
17094
17095         * reflection.c: fixed handling of enums in named arguments to custom
17096         attributes (bug #42123).
17097
17098 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
17099
17100         * reflection.c: use the right array element type and handle
17101         a null for a Type argument, too.
17102
17103 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
17104
17105         * reflection.c: handle arrays as arguments to custom attributes.
17106
17107 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
17108
17109         * reflection.c: handle a string value in a custom attr
17110         ctor that takes an object.
17111
17112 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
17113
17114         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
17115         (fix bug #42063)
17116
17117 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
17118
17119         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
17120
17121 2003-04-27  Martin Baulig  <martin@ximian.com>
17122
17123         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
17124         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
17125         MONO_DEBUGGER_EVENT_BREAKPOINT.
17126         (mono_breakpoint_trampoline_code): Removed.
17127         (mono_debugger_event_handler): The last argument is now a
17128         `guint32'.
17129         (mono_debugger_insert_breakpoint_full): Removed the
17130         `use_trampoline' argument.
17131         (mono_debugger_method_has_breakpoint): Likewise.
17132         (mono_debugger_trampoline_breakpoint_callback): Renamed to
17133         mono_debugger_breakpoint_callback(); take the method and
17134         breakpoint number as arguments.
17135
17136 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
17137
17138         * metadata.c: fix off by one when loading parameters attributes.
17139
17140 2003-04-24  Martin Baulig  <martin@ximian.com>
17141
17142         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
17143
17144 2003-04-24  Martin Baulig  <martin@ximian.com>
17145
17146         * mono-debug-debugger.c: Moved all code which interacts with the
17147         Mono Debugger here.
17148
17149         * debug-mono-symfile.c: This code now just deals with the symbol
17150         file itself, the debugger code is now in mono-debug-debugger.c.
17151
17152 2003-04-23  Martin Baulig  <martin@ximian.com>
17153
17154         * mono-debug.c (mono_debug_source_location_from_il_offset):
17155         New method; like mono_debug_source_location_from_address(), but
17156         takes an IL offset instead of a machine address.
17157
17158 2003-04-23  Martin Baulig  <martin@ximian.com>
17159
17160         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
17161         `line' field; this is now computed by the debugger.
17162
17163 2003-04-23  Martin Baulig  <martin@ximian.com>
17164
17165         * mono-debug.[ch]: New files.  This is the new debugging interface.
17166
17167         * mono-debug-debugger.[ch]: New files.  Moved all code which
17168         interacts with the Mono Debugger here.
17169
17170 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
17171
17172         * domain.c (mono_init): initialize mono_defaults.monitor_class
17173
17174 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
17175
17176         * reflection.c (method_encode_code): Add a spicy exception to help
17177         future compiler authors.
17178
17179 2003-04-21  Martin Baulig  <martin@ximian.com>
17180
17181         * icall.c
17182         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
17183         Make this work with relative pathnames; g_filename_to_uri() needs
17184         an absolute filename.
17185
17186 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
17187
17188         * icall.c: Track name changes in Object and ValueType.
17189
17190 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
17191
17192         * metadata.c (mono_type_stack_size): size should be a multiple of
17193         sizeof (gpointer)
17194
17195 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17196
17197         * gc.c:
17198         (internal_domain_finalize): moved into mono_domain_finalize. No need
17199         to create another thread because the finalizers will be run in the
17200         finalizer thread.
17201         
17202         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
17203         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
17204         to be run (MS does this too).
17205
17206 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
17207
17208         * object.c (mono_class_compute_gc_descriptor): Update comment.
17209
17210         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
17211
17212         * image.h: Add synchronized wrapper cache.
17213
17214         * image.c (do_mono_image_open): Initialize cache.
17215
17216         * reflection.c (create_dynamic_mono_image): Initialize cache.
17217
17218 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17219
17220         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
17221         ves_icall_System_Buffer_ByteLengthInternal.
17222
17223 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
17224
17225         * reflection.c: setup klass->nested_in earlier. Allow
17226         a dash in the assembly name.
17227
17228 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
17229
17230         * metadata.c (mono_type_to_unmanaged): dont access
17231         type->data.klass for MONO_TYPE_OBJECT
17232         (mono_type_to_unmanaged): consider System.Delegate class
17233
17234 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
17235
17236         * class.c: just setup supertypes in the proper place instead of
17237         initializing the full element class for arrays.
17238
17239 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
17240
17241         * class.c: ensure the element class of arrays is initialized.
17242         Setup the supertype info for array classes, too.
17243
17244 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
17245
17246         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
17247
17248 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17249
17250         * Makefile.am: re-added -m option when running cygpath. This way,
17251         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
17252         separator.
17253         * mono-config.c: same codepath for locating mono config file for WIN32
17254         and the rest.
17255         * assembly.c: if mono_assembly_setrootdir is called, don't override
17256         the value set.
17257
17258 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17259
17260         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
17261         MONO_ASSEMBLIES variable.
17262
17263 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
17264
17265         * icall.c: added Assembly::GetNamespaces() icall.
17266
17267 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17268
17269         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
17270
17271 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
17272
17273         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
17274         * object.c: fixed bug in the construction of vtable for proxies
17275
17276 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
17277
17278         * object.c (mono_array_new): Mark mono_array_new as an icall.
17279
17280 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17281
17282         * class.c: fixed test for public method when overriding interfaces.
17283         Closes bug #40970.
17284
17285 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
17286
17287         * appdomain.h, domain.c: added mono_domain_foreach() to
17288         be able to access the currently loaded appdomains.
17289         * object.c: make string interning work across sppdomains.
17290         Mark some functions for use as icalls.
17291
17292 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
17293
17294         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
17295
17296         * reflection.h reflection.c: Allocate long living data using 
17297         GC_MALLOC_ATOMIC so the collector does not need to scan it.
17298
17299         * reflection.c: Double the allocation size in streams instead of
17300         increasing it, to prevent unneccesary copying on large assemblies.
17301         
17302         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
17303         creation if the assembly does not have the Run flag set.
17304
17305 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
17306
17307         * class.h: avoid the C++ keywords in header files (Jerome Laban
17308         spotted and fixed this).
17309
17310 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17311
17312         * object.c:
17313         (mono_unhandled_exception): fill in the arguments for the
17314         UnhandledException event. Only trigger that event for the default
17315         domain (as MS does).
17316
17317 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
17318
17319         * object.c: Improve typed allocation stuff based on suggestions from
17320         Paolo. Also turn it on if the GC library supports it.
17321
17322 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
17323
17324         * object.c object.h class.h: Added experimental typed allocation
17325         facility using the interfaces in gc_gcj.h.
17326
17327         * os/gc_wrapper.h: Added new include files.
17328         
17329 2003-04-03  Martin Baulig  <martin@ximian.com>
17330
17331         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
17332         which is not yet enabled by default.
17333
17334         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
17335         functions.
17336         (mono_gc_lock, mono_gc_unlock): New static functions.
17337
17338         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
17339         functions; stop/start the world for the garbage collector.  This
17340         is using the windows API; we need to complete the SuspendThread()/
17341         ResumeThread() implementation in the io-layer to make this work on Unix.
17342         (mono_gc_push_all_stacks): New public function; tells the garbage
17343         collector about the stack pointers from all managed threads.
17344
17345 2003-04-03  Martin Baulig  <martin@ximian.com>
17346
17347         * object.h (MonoThread): Added `gpointer stack_ptr'.
17348
17349         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
17350
17351 2003-04-03  Martin Baulig  <martin@ximian.com>
17352
17353         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
17354
17355 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
17356
17357         * reflection.c (typebuilder_setup_fields): Initialize field.first and
17358         field.last.
17359
17360 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
17361
17362         * loader.c (mono_lookup_internal_call): Report the corlib that is
17363         out of sync.
17364
17365 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
17366
17367         * icall.c (ves_icall_type_GetTypeCode): fixed check for
17368         System.DBNull (it's class not valuetype).
17369
17370 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
17371
17372         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
17373         if the array method was already assigned a token (fixes bug#40646).
17374
17375 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
17376
17377         * reflection.c (mono_reflection_get_type): Attempt type resolve even
17378         if no assembly is given.
17379
17380 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
17381
17382         * metadata.h: Added the new tables.
17383
17384         * row-indexes.h: Added definitions for new tables.
17385
17386         * metadata.c: Add schemas for new tables, and add support for
17387         computing the sizes of them.
17388
17389         * class.c: Update for handling the new type cases.
17390
17391 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
17392
17393         * metadata.h (MONO_TYPE_IS_VOID): new macro
17394
17395 2003-03-31  Martin Baulig  <martin@ximian.com>
17396
17397         * threads.h (MonoThreadCallbacks): Added `thread_created'.
17398
17399         * threads.c (mono_thread_new_init): Call `thread_created' in the
17400         mono_thread_callbacks.
17401
17402 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
17403
17404         * loader.h: added marshalbyrefobject_class to mono_defaults
17405         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
17406         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
17407           generation of output parameters.
17408           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
17409         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
17410           contextbound and the target object belongs to the context of the caller.
17411         * object.h: added context and unwrapped_server variables in MonoRealProxy.
17412         * object.c: Implemented support for interfaces and abstract classes
17413           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
17414           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
17415
17416 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
17417
17418         * class.h class.c (mono_class_is_subclass_of): New function.
17419         
17420         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
17421         routines for most common case (calls from ArrayList::ToArray).
17422
17423         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
17424         routine so programs which call Environment::Exit() can be profiled.
17425
17426         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
17427         Added MONO_ARCH_SAVE_REGS.
17428
17429         * icall.c (ves_icall_type_is_subtype_of): Use new function.
17430
17431 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
17432
17433         * blob.h: Add a couple of new MonoType types definitions.
17434
17435         * tabledefs.h: Add a couple of new call convs.
17436
17437 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
17438
17439         * reflection.h (MonoReflectionDynamicAssembly): track changes in
17440         the layout of the class.
17441
17442         * reflection.c (alloc_table): double the size on overflow to avoid
17443         unnecessary copying.
17444
17445         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
17446         avoid filling out metadata tables and blobs. Also set mb->ilgen to
17447         null so it can be garbage collected.
17448         
17449 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
17450
17451         * reflection.c (mono_reflection_get_type): Return the resolved type
17452         only if it is in the assembly we searched.
17453
17454         * reflection.c (ensure_runtime_vtable): Initialize method slots.
17455
17456         * class.c (mono_class_setup_vtable): Set the slot of the overriding
17457         method.
17458
17459 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17460
17461         * appdomain.c:
17462         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
17463         the right one is 'file:///blah', but MS allows it.
17464         * assembly.c:
17465         (mono_assembly_open): allow 'file://blah'
17466
17467         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
17468
17469 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
17470
17471         * socket-io.c: fixes bug #40310.
17472
17473 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
17474
17475         * reflection.c (mono_reflection_parse_type): handle deeply nested
17476         types correctly.
17477
17478         * reflection.c (mono_image_create_token): Use unique token values
17479         since they will be put into a hash table.
17480
17481         * class.c (mono_class_setup_vtable): If a method occurs in more than
17482         one place in the vtable, and it gets overriden, then change the
17483         other occurances too.
17484
17485         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
17486         object as return type.
17487
17488 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
17489
17490         * icall.c: Deleted "ToString" implementation for double and float
17491         because they are full implemented in managed code.
17492
17493 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
17494
17495         * reflection.c, reflection.h: implemented and exported functions
17496         to retrieve info about custom attributes.
17497
17498 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17499
17500         * appdomain.c: moved Uri handling to assembly.c
17501         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
17502         work when using a file Uri in *nix and windows.
17503
17504         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
17505         GetReferencedAssemblies.
17506
17507 2003-03-18  Dick Porter  <dick@ximian.com>
17508
17509         * icall.c: Rename a couple of internal calls
17510
17511         * threads.c: Set the thread state to Stopped when a thread exits.
17512         Fixes bug 39377.
17513
17514 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
17515
17516         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
17517         New icall.
17518
17519         * object.c (mono_class_vtable): fix warning.
17520
17521 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
17522
17523         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
17524
17525         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
17526         memory.
17527         (method_encode_clauses): Create exception info structures in the right
17528         order.
17529         (mono_reflection_setup_internal_class): Initialize supertypes field.
17530
17531         * class.c object.c: Handle interfaces which implement other interfaces 
17532         correctly.
17533
17534         * class.h class.c: Move the supertypes array initialization code into 
17535         a separate function so it can be used for dynamic types too. Also call
17536         it earlier, in mono_class_init(), since it can be used before the
17537         type is initialized.
17538
17539 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17540
17541         * Makefile.am:
17542         * assembly.c:
17543         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
17544
17545         * appdomain.c:
17546         * appdomain.h:
17547         * marshal.c:
17548         * object.c: remove warnings.
17549
17550 2003-03-13  Martin Baulig  <martin@ximian.com>
17551
17552         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
17553         (MonoDebugLexicalBlockEntry): New types.
17554
17555         * debug-mono-symfile.c
17556         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
17557
17558 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17559
17560         * process.c: ret can be any non-zero value accroding to MS doc.
17561
17562 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
17563
17564         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
17565         fixing a warning for a miss-used prototype, would have cause
17566         random memory corruption.
17567
17568 2003-03-07  Martin Baulig  <martin@ximian.com>
17569
17570         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
17571         getting really annoying ....
17572
17573 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
17574
17575         * reflection.c (fixup_method): added support for array methods.
17576
17577 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
17578
17579         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
17580         (pointed out by Michael Adams).
17581
17582 2003-03-04  Dick Porter  <dick@ximian.com>
17583
17584         * icall.c: Temporarily reverted the Double and Single ToString()
17585         change, because it broke nunit.
17586
17587 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
17588
17589         * object.h, threads.h: make include files compatible with C++
17590         (patch by Jerome Laban <jlaban@wanadoo.fr>).
17591
17592 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
17593
17594         * icall.c: Erased ToString helper functions for Double and Single.
17595         Now, that implementations ar all in managed code (Double and Single
17596         Formatters).
17597
17598 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
17599
17600         * appdomain.c: Added method for initializing the default context of
17601         a domain. Added internal call for getting the default context.
17602         * appdomain.h: Added context variable in MonoDomain struct.
17603         * domain.c: mono_domain_set also sets the default context of the domain
17604         * icall.c: Mapped internal method InternalGetDefaultContext.
17605         * object.c: mono_object_get_virtual_method returns always a remoting
17606         wrapper if the object is a transparent proxy.
17607         mono_runtime_invoke_array: when creating an object by calling the
17608         constructor, if the created object is a proxy, then the constructor should
17609         be called using the a remoting wrapper.
17610
17611 2003-03-03  Dick Porter  <dick@ximian.com>
17612
17613         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
17614         variable so it compiles on solaris.  Problem spotted by
17615         Christopher Taylor <ct@cs.clemson.edu>
17616
17617 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17618
17619         * appdomain.c:
17620         (get_info_from_assembly_name): don't leak value.
17621
17622         * icall.c:
17623         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
17624         result.
17625
17626 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
17627
17628         * assembly.c: export mono_image_load_references ().
17629         * class.c: handle function pointers. mono_class_from_name() now
17630         supports nested type names directly.
17631
17632 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
17633
17634         * reflection.h reflection.c: Encode already created dynamic methods 
17635         and fields correctly as a DEF instead of a REF.
17636
17637         * reflection.c: Get rid of the force_ref argument to 
17638         mono_image_typedef_or_ref since it was wrong in the first place.
17639
17640         * string-icalls.c: add error checking to string constructors according
17641         to the MSDN docs.
17642
17643         * reflection.c: Emit types in the order their TypeBuilders were 
17644         created. Previously, a new table index was assigned to each type before
17645         the tables were emitted. This was wrong because the signature blob
17646         might already refer to a type by its original table index.
17647
17648 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
17649
17650         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
17651         change.
17652         
17653 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17654
17655         * Makefile.am: make assemblies dir have \ instead of / on windows.
17656
17657 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
17658
17659         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
17660         iterate over the NESTEDCLASS table using a linear search since the
17661         table is not guaranteed to be sorted by the secondary key.
17662
17663         * class.c (mono_class_create_from_typedef): fixed up call to
17664         mono_metadata_nesting_typedef.
17665         
17666 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
17667
17668         * marshal.c (mono_string_to_byvalstr): clear the memory as
17669         suggested by Jerome Laban <jlaban@wanadoo.fr>
17670
17671 2003-02-26  Dick Porter  <dick@ximian.com>
17672
17673         * process.c: Cope with padding in .rsrc blocks
17674
17675 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
17676
17677         * metadata.h: reverted the filter_len change, it breaks reflection
17678         
17679 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
17680
17681         * metadata.h: added a new field to store the filter_len
17682         
17683
17684 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
17685
17686         * reflection.c: handle custom attributes for types and members
17687         created with Reflection.Emit (bug#38422).
17688
17689 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
17690
17691         * reflection.c: define RTSpecialName automatically for constructors for
17692         compatibility with MS.NET.
17693
17694         * reflection.c (mono_reflection_create_runtime_class): initialize
17695         nested_in field of dynamically created classes.
17696
17697 2003-02-22  Martin Baulig  <martin@ximian.com>
17698
17699         * debug-mono-symfile.h: Incremented version number.
17700
17701 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
17702
17703         * object.h icall.c process.c: fix warnings.
17704
17705 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
17706
17707         * appdomain.h appdomain.c:
17708         (mono_domain_try_type_resolve): split the 
17709         name_or_tb argument into a name and a tb argument.
17710         (mono_domain_has_type_resolve): new function to check whenever the
17711         application has registered a TypeResolve event handler.
17712         
17713         * icall.c reflection.h reflection.c: move the type resolve logic into
17714         mono_reflection_get_type () so it will be invoked when 
17715         Assembly::GetType () is called.
17716
17717         * reflection.c:
17718         (mono_reflection_get_type): renamed to get_type_internal.
17719         (mono_reflection_get_type): fixed type name generation so it works 
17720         for nested types too.
17721         (mono_reflection_get_type): call has_type_resolve () to avoid the 
17722         costly type name generation if there is no resolve event handler.
17723
17724 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
17725
17726         * class.c, image.c: load exported types from file references.
17727
17728 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
17729
17730         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
17731           used to cache the managed methods used to create proxies and make 
17732           remote invocation of methods.
17733         * class.h: Added in MonoVTable a flag to indicate that a class needs 
17734           to be remotely created.
17735         * object.c: Modified the method mono_class_vtable(). It now initializes 
17736           the remote flag of the vtable. Modified mono_object_new_specific(), 
17737           so now it checks the remote flag.
17738         * icall.c: Added a couple of internal methods, one for enabling instance 
17739           creation interception for a type, and one for creating objects bypassing
17740           the remote check.
17741
17742 2003-02-18  Martin Baulig  <martin@ximian.com>
17743
17744         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
17745         New interncall to get a method's metadata token.
17746
17747         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
17748         New interncall for the debugger.
17749
17750 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
17751
17752         * class.c (mono_class_setup_vtable): allocate supertype array
17753
17754 2003-02-18  Martin Baulig  <martin@ximian.com>
17755
17756         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
17757
17758 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17759
17760         * reflection.c:
17761         (assembly_name_to_aname): jump over unknown properties (i've found
17762         something like: 'type, assembly, version=xxx, custom=null, public...',
17763         so now will ignore custom=null and still get the rest of the values).
17764
17765 2003-02-17  Dick Porter  <dick@ximian.com>
17766
17767         * threads.c: Have Thread.Start() wait for a semaphore to signal
17768         that the thread has set up all its local data.  This fixes bug
17769         34323, where Abort() raced the new thread's TLS data.
17770
17771         Also removes the handle_store() call from start_wrapper, because
17772         threads are now always created suspended and there is no longer a
17773         race between the parent and child threads to store the info.
17774
17775 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
17776
17777         * image.c: explain the #- heap issue in a message, hopefully
17778         avoiding FAQs on mono-list.
17779
17780 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17781
17782         * icall.c:
17783         (GetEntryAssembly): if the domain has not invoked
17784         AppDomain.ExecuteAssembly yet, return the assembly of the default
17785         AppDomain.
17786
17787 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
17788
17789         * class.c (mono_ldtoken): make it work in dynamic assemblies.
17790
17791 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
17792
17793         * metadata.c, reflection.c: simple speedup to type hash
17794         and equals code.
17795
17796 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
17797
17798         * image.c, image.h, class.c, assembly.c: move module loading
17799         to MonoImage. When loading metadata, consider alignemnet from
17800         the start of metadata, not from the metadata address in memory.
17801
17802 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
17803
17804         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
17805         AssemblyBuilder objects. Factored out custom attribute creation into
17806         a separate function.
17807         (create_custom_attr): new function to create custom attributes.
17808
17809 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
17810
17811         * Makefile.am: Got tired of typing the full pathname to pedump.
17812         Until there is another option, am installing this.
17813
17814 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
17815
17816         * class.c (class_compute_field_layout): always set field->parent 
17817         (mono_ldtoken): use mono_defaults.fieldhandle_class;
17818
17819 2003-02-11  Dick Porter  <dick@ximian.com>
17820
17821         * threads-types.h:
17822         * monitor.c: Rewrote Monitor, making lock much faster and
17823         Pulse/Wait work as specified.  Also uses much fewer handles, and only
17824         creates them as needed.
17825
17826         * exception.c: Added SynchronizationLockException
17827
17828         * threads.c: Deleted old Monitor implementation.  The new one is
17829         in a new file.
17830
17831 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
17832
17833         * class.c: handled TypedReference type code. Set the correct size for
17834         class data. Setup interface_offsets for interface classes, too.
17835
17836 2003-02-09  Martin Baulig  <martin@ximian.com>
17837
17838         * debug-mono-symfile.h: Reflect latest symbol writer changes.
17839
17840 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
17841
17842         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
17843         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
17844         * object.c: fixed mono_object_get_virtual_method () for interfaces.
17845         * verify.c: check for code that runs after the end of the method.
17846
17847 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
17848
17849         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
17850         "System.Math::Round2".
17851         * sysmath.h: Added Floor, Round and Round2 definitions.
17852         * sysmath.c: Modified certain functions that were not 100% compliant
17853         with MS.NET (math precision) and added the implementation of Floor,
17854         Round and Round2.
17855
17856 2003-02-07  Martin Baulig  <martin@ximian.com>
17857
17858         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
17859
17860 2003-02-07  Martin Baulig  <martin@ximian.com>
17861
17862         * debug-mono-symfile.c: Reflected latest symwriter changes.
17863         (mono_debug_create_mono_symbol_file): Removed.
17864         (mono_debug_open_mono_symbol_file): Take an argument which
17865         specifies whether to create a dynamic symbol file.
17866
17867 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
17868
17869         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
17870
17871 2003-02-05  Martin Baulig  <martin@ximian.com>
17872
17873         * reflection.c (mono_image_build_metadata): Make this public,
17874         protect it against being called multiple times, don't create
17875         resources and don't build the compressed metadata here.
17876         (mono_image_create_pefile): Do this here.
17877
17878         * icall.c
17879         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
17880
17881 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17882
17883         * socket-io.c: fixed bug #36322.
17884
17885 2003-02-06  Piers Haken <piersh@friskit.com>
17886
17887         * appdomain.[ch]:
17888         * class.h:
17889         * debug-mono-symfile.c:
17890         * icall.c:
17891         * loader.c:
17892         * mono-config.c:
17893         * monosn.c:
17894         * reflection.c:
17895         * socket-io.c: warning cleanups
17896
17897 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
17898
17899         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
17900         function. works like remoting invoke, but does a check for the Proxy first.
17901
17902 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
17903
17904         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
17905
17906 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
17907
17908         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
17909         array of pointers.
17910         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
17911         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
17912
17913         * object.c (mono_store_remote_field_new): used by the new jit
17914         instead of mono_store_remote_field
17915         (mono_load_remote_field_new): used by the new jit
17916         instead of mono_load_remote_field
17917
17918 2003-02-05  Patrik Torstensson
17919
17920         * appdomain.c: changed unload to take the domain id instead
17921         of domain
17922         
17923         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
17924
17925
17926 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17927
17928         * appdomain.c: don't look for assemblies in ApplicationBase if
17929         PrivateBinPathProbe is set.
17930
17931 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17932
17933         * object.c: make the first argument in main_args contain the absolute
17934         path to the assembly. Fixes bug #37511.
17935
17936 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17937
17938         * icall.c: get correct UTC offset for countries not using daylight
17939         time saving. Fixes bug #30030.
17940
17941 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17942
17943         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
17944         and 1 are the family).
17945
17946 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
17947
17948         * icall.c (ves_icall_InternalExecute): removed wrong assertion
17949
17950         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
17951
17952 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
17953
17954         * reflection.c: added support for SignatureHelper tokens, which is
17955         needed by the Calli opcode.
17956
17957         * reflection.h: track changes to SignatureHelper class.
17958
17959         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
17960
17961 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17962
17963         * appdomain.c: fixed loading assemblies from PrivateBinPath.
17964
17965 2003-02-03  Patrik Torstensson
17966         * appdomain.[c|h], domain.c : 
17967          - Added support for getting a domain via domain id
17968          - Support for setting and getting domain from System.AppDomain 
17969            (used in cross appdomain channel)
17970          - Added support for get/set for a MonoAppContext on a thread 
17971            (Context class in System.Runtime.Remoting.Contexts),
17972          - Removed hack in Get/SetData and ExecuteAssembly.
17973         
17974         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
17975         the managed world to get control when a proxy is created.
17976
17977         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
17978         
17979 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
17980
17981         * icall.c
17982         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
17983         Populate the codebase field as well.
17984
17985 2003-02-02  Martin Baulig  <martin@ximian.com>
17986
17987         * debug-mono-symfile.c
17988         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
17989         (mono_debug_symfile_add_method): Allow interncalls.
17990
17991 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17992
17993         * icall.c: throw parse exception if strtod fails or the string is empty.
17994
17995 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
17996
17997         * marshal.c: handle object type separately from defined
17998         class types.
17999
18000 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
18001
18002         * marshal.c: handle NATIVE_LPSTR for strings when it's
18003         explicitly specified.
18004
18005 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
18006
18007         * reflection.c, reflection.h, icall.c: setup the reflection
18008         handle cache for ModuleBuilders and AssemblyBuilders.
18009
18010 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
18011
18012         * reflection.c (reflection_methodbuilder_to_mono_method): set
18013         pinvoke flag
18014
18015 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18016
18017         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
18018
18019 2003-01-29  Dick Porter  <dick@ximian.com>
18020
18021         * threads.c: No need for the fake_thread kludge now that Thread
18022         doesn't run a class constructor
18023         
18024 2003-01-29  Dick Porter  <dick@ximian.com>
18025
18026         * threads.c: Use g_direct_hash instead of the rather bogus
18027         g_int_hash
18028
18029 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
18030
18031         * marshal.c (mono_marshal_get_native_wrapper): add check for null
18032         (fix pinvoke12.exe)
18033         (mono_marshal_get_struct_to_ptr): generate valid IL code
18034         (mono_marshal_get_ptr_to_struct): generate valid IL code
18035         (*): correctly set sig->pinvoke, we need to memdup the signature
18036         to do that
18037
18038 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
18039
18040         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
18041         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
18042
18043 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
18044
18045         * profiler.c: provide more callers information.
18046
18047 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
18048
18049         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
18050
18051         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
18052
18053         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
18054
18055 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18056
18057         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
18058         exception instead of going into an infinite loop on dates which it 
18059         can't yet handle.
18060
18061         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
18062         out-of-range exception if needed.
18063
18064         * class.c (mono_class_setup_vtable): allow a virtual method to provide
18065         an implementation for an interface method and to override an inherited
18066         method at the same time. 
18067         Imagine a scenario when a virtual method is used to override a
18068         virtual abstract method in a parent class, and this same method 
18069         provides an implementation for an method inherited from an interface. 
18070         In this case, the interface resolution code will set im->slot, which 
18071         means that the virtual method override pass will skip this method 
18072         which means a pointer to the abstract method inherited from the parent
18073         will remain in the vtable of this non-abstract class.
18074
18075         * class.c: (mono_class_setup_vtable): continue search for a real 
18076         method if only an abstract method is found.     
18077
18078 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
18079
18080         * reflection.c: add size to encoding for ByValStr and ByValArray
18081         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
18082
18083 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18084
18085         * class.c (mono_class_setup_vtable): pass the override info as an
18086         argument.
18087
18088         * class.c (mono_class_setup_vtable): set the slot of overriding methods
18089         correctly.
18090         
18091         * reflection.c (ensure_runtime_vtable); add support for method 
18092         overrides.
18093         
18094 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18095
18096         * reflection.c (resolution_scope_from_image): Hack to work to work with
18097         dynamic assemblies.
18098
18099         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
18100         added a 'force_ref' argument to force this function to allways return 
18101         a TypeRef. This is needed by mono_image_get_memberref_token ().
18102         
18103 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18104
18105         * reflection.c (mono_image_get_type_info): interfaces really don't have
18106         a parent.
18107
18108         * reflection.c (mono_image_basic_init): fill out missing fields of
18109         image structure.
18110
18111         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
18112         dynamic assemblies. This is required so dynamic assemblies show up in
18113         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
18114         Type::GetType() etc. This is consistent with MS behaviour.
18115
18116         * image.c image.h reflection.c: add newly created classes to the name 
18117         cache so mono_class_get () will find them.      
18118
18119 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18120
18121         First part of changes to get IKVM.NET running under mono.
18122         
18123         * appdomain.h, appdomain.c: added new function 
18124         mono_domain_try_type_resolve() which will emit TypeResolve events. 
18125         This function will call AppDomain::DoTypeResolve to do the actual work.
18126
18127         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
18128         moved existing code dealing with dynamic tokens to a new function 
18129         called mono_reflection_lookup_dynamic_token (). This function will 
18130         raise TypeResolve events when appropriate. Since reflection.c is not 
18131         part of libmetadata, a new hook function called 
18132         mono_lookup_dynamic_token() is added to class.c which will call this.
18133
18134         * assembly.h assembly.c: make the invoke_load_hook function public,
18135         so it can be called for dynamic assemblies.
18136
18137         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
18138
18139         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
18140         type isn't found.
18141
18142         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
18143         MonoGHashTable, since it contains pointers to objects which the GC 
18144         needs to track.
18145
18146         * assembly.c (search_loaded): remove unused variable.
18147         
18148 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
18149
18150         * object.c: fixed issue exposed by gcc-generated IL programs
18151         that use RVA data for pointers.
18152
18153 2003-01-25  Martin Baulig  <martin@ximian.com>
18154
18155         * threads.c (start_wrapper): Moved the initialization of
18156         `start_func' above the mono_new_thread_init() call to which we
18157         pass it as argument.
18158
18159 2003-01-24  Martin Baulig  <martin@ximian.com>
18160
18161         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
18162         the MonoThread pointer.
18163
18164 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
18165
18166         * icall.c: Rename `PowImpl' to Pow.
18167
18168 2003-01-23  Dick Porter  <dick@ximian.com>
18169
18170         * threads.c (start_wrapper): Create a Thread object if needed, so
18171         the Main() thread can do the class initialisation in a subthread
18172         that has been set up to allow managed code execution.
18173
18174         Pass the thread ID instead of the MonoThread pointer to the thread
18175         start and attach callbacks.  This change is required, because the
18176         jit thread start callback must be called _before_ the Thread
18177         object can be created.
18178         
18179         (mono_thread_init): Removed much object creation code that is no
18180         longer needed.  No managed code is called from here now.
18181
18182         * object.c (mono_runtime_exec_managed_code): Create a subthread
18183         for Main, and call back to the runtime to use it.
18184         Set the exit code when Main exits.
18185
18186         * gc.c: Make sure domain finalisation happens in a subthread.
18187         Re-enable threaded GC, fixing bug 31333 (again).
18188
18189         * environment.c: System.Environment internall calls (so far just
18190         ExitCode is here, the others are still in icall.c)
18191
18192         * appdomain.c (mono_runtime_cleanup): All threads running managed
18193         code should have finished before mono_runtime_cleanup() is
18194         reached, so no need to clean up threads.
18195
18196 2003-01-22  Martin Baulig  <martin@ximian.com>
18197
18198         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
18199         `gpointer func' arguments.      
18200         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
18201         but added `MonoThread *thread' argument.
18202         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
18203
18204         * threads.c (mono_new_thread_init): Added `gpointer func' argument
18205         and pass it to the mono_thread_start_cb callback.
18206         (mono_install_thread_callbacks): New public function to install a
18207         set of callbacks which are set by the debugger.
18208         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
18209
18210 2003-01-22  Martin Baulig  <martin@ximian.com>
18211
18212         * Makefile.am: Install debug-mono-symfile.h.
18213
18214 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
18215
18216         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
18217
18218 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
18219
18220         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
18221         * class.c (mono_ptr_class_get): correctly set access levels of pointers
18222         (mono_array_class_get): correctly set access levels of arrays
18223
18224 2003-01-20      Patrik Torstensson
18225         * image.h (MonoAssemblyName): changed major, minor, build, revision
18226         from signed to unsigned.
18227
18228 2003-01-20  sean kasun <skasun@azstarnet.com>
18229
18230         * reflection.c (load_cattr_value): Now this handles
18231         MONO_TYPE_SZARRAY.  Fixes bug #35629
18232
18233 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
18234
18235         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
18236         integer value
18237
18238 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18239
18240         * decimal.c: fixed bug #26056.
18241
18242 2003-01-17  Martin Baulig  <martin@ximian.com>
18243
18244         * gc.c: Raise an ExecutionEngineException instead of using g_error().
18245
18246 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18247
18248         * exception.[ch]:
18249         (mono_get_exception_type_initialization): new function.
18250
18251         * object.c: throw a TypeInitializationException when an exception is
18252         thrown invoking the class constructor.
18253
18254 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18255
18256         * reflection.c: fixed attribute reading.
18257
18258 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18259
18260         * icall.c:
18261         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
18262         provided, look for the type in the calling assembly and then in
18263         mscorlib; if the assembly name is provided, only try that one.
18264
18265 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
18266
18267         * object.c: register the vtable before there is a chance it's
18268         queried again recursively.
18269
18270 2003-01-13  Duncan Mak  <duncan@ximian.com>
18271
18272         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
18273         gc-internal.h. 
18274         
18275 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
18276
18277         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
18278
18279 2003-01-11  Martin Baulig  <martin@ximian.com>
18280
18281         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
18282         this to 20 for the release.
18283
18284 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
18285
18286         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
18287
18288         * loader.c (mono_method_get_marshal_info): bug fix
18289
18290         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
18291         structures with explicit layout
18292
18293 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
18294
18295         * profiler.c: made the output more readable (and sorted). 
18296         Added caller information for the allocation profiler.
18297
18298 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
18299
18300         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
18301
18302 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18303
18304         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
18305         to get value types.
18306         
18307 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
18308
18309         * object.c, profiler.h, profiler.c, profiler-private.h:
18310         Added object allocation profiler.
18311
18312 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
18313
18314         * reflection.h, reflection.c: handle global methods.
18315         Compress blob entries.
18316
18317 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
18318
18319         * marshal.c: fix compilation.
18320
18321 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
18322
18323         * loader.c (mono_method_get_marshal_info): impl.
18324
18325         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
18326
18327 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18328
18329         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
18330         for reference types.
18331
18332 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
18333
18334         * loader.c: fixed off by one error in loaded parameter names.
18335
18336 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
18337
18338         * marshal.c (mono_marshal_get_icall_wrapper): like
18339         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
18340         instead of a MonoMethod.
18341
18342 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18343
18344         * decimal.c: fixed bug #36537.
18345
18346 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
18347
18348         * marshal.c: throw a missing method exception if a
18349         P/Invoke method is not found.
18350
18351 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
18352
18353         * icall.c: allow a null this for constructors.
18354
18355 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
18356
18357         * icall.c: raise the proper exceptions if the arguments to the
18358         internal Invoke are incorrect.
18359
18360 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
18361
18362         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
18363
18364 2003-01-03  Martin Baulig  <martin@ximian.com>
18365
18366         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
18367
18368 2002-12-31  Martin Baulig  <martin@ximian.com>
18369
18370         * debug-mono-symfile.c: Completely rewrote the type section.
18371         Instead of using individual malloc()ed fields, we use one big
18372         continuous memory area and offsets into this area.
18373         See the comments in the source code for details.
18374
18375 2002-12-30  Martin Baulig  <martin@ximian.com>
18376
18377         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
18378
18379 2002-12-30  Martin Baulig  <martin@ximian.com>
18380
18381         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
18382         line number table in this data blob instead of using an external
18383         pointer.
18384
18385 2002-12-28  Martin Baulig  <martin@ximian.com>
18386
18387         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
18388
18389 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
18390
18391         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
18392         as a boxed return type.
18393
18394 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
18395
18396         * appdomain.c
18397         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
18398         g_build_filename to properly get separators on the filename created.
18399
18400         * object.h: Small change, introduce MonoMarshalByRefObject to
18401         track the layout of that structure in the C# universe as we make
18402         changes there.
18403
18404 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
18405
18406         * object.c: removed assert to allow static fields on interfaces.
18407         * loader.c: a TypeSpec may be used for any type, not just arrays.
18408
18409 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
18410
18411         * class.c, class.h: added mono_class_array_element_size ().
18412         Ignore static methods in interfaces.
18413
18414 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18415
18416         * threads.c: fixed the build under cygwin.
18417
18418 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
18419
18420         * reflection.c: handle nullref constants. Allocate keys for
18421         reflection handles with the GC.
18422
18423 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
18424
18425         * threads.c, threads.h: added mono_thread_get_abort_signal()
18426         to get a suitable signal for thread abort.
18427
18428 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
18429
18430         * metadata.c: fix handling of ExportedType table.
18431
18432 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18433
18434         * icall.c: added WriteWindowsDebugString internal call.
18435
18436 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18437
18438         * reflection.h: added fields to match C# implementation.
18439
18440 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18441
18442         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
18443
18444 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
18445
18446         * gc.h, gc-internal.h: Rename header for GC internal calls to
18447         gc-internal.h from gc.h as to not clash with Boehm GC having its
18448         header installed as <gc.h> in outside include paths.
18449         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
18450         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
18451
18452 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18453
18454         * icall.c: assign minor, build and revision in FillName.
18455
18456 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
18457
18458         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
18459         Added support for running code generated by Reflection.Emit.
18460
18461 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18462
18463         * appdomain.c: check for NULL argument in LoadFrom.
18464
18465 2002-12-10  Dick Porter  <dick@ximian.com>
18466
18467         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
18468
18469 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18470
18471         * appdomain.c: fix buglet when building exe file name.  Handle full
18472         assembly name (needed after latest changes to AssemblyName).
18473         * image.c:
18474         (mono_image_close): free some hashtables.
18475
18476 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
18477
18478         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
18479         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
18480         on some systems (redhat 7.3) 
18481
18482 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
18483
18484         * threads.c: delete the critical section of a sync block,
18485         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
18486
18487 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
18488
18489         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
18490
18491 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18492
18493         * appdomain.[ch]: handle the assembly preload event to try loading the
18494         assemblies using the paths we have in the current domain.
18495
18496         * assembly.[ch]: created an assembly preload hook that is called to try
18497         loading the assembly by other means that the ones provided here.
18498
18499         * domain.c: initialize the domain search path.
18500
18501         From now on, assemblies (TODO: except corlib and System) are loaded
18502         according to these rules when using mono_assembly_load ():
18503
18504                 1. It tries to load the assembly from the ApplicationBase
18505                 of the current domain appending .dll and .exe (TODO: have to
18506                 try loading from name/name.dll and name/name.exe).
18507
18508                 2. It tries the search path specified in PrivateBinPath for the
18509                 current domain (if any).
18510
18511                 3. Previous behavior.
18512
18513 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
18514
18515         * icall.c: implemented GetInterfaceMap() related icall.
18516         * domain.c, loader.h: load MethodInfo in mono_defaults.
18517
18518 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
18519
18520         * gc.c: disable the finalizer thread for now, untill all the issues
18521         with it are resolved.
18522
18523 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
18524
18525         * string-icalls.c: handle embedded nulls in string ctor when the
18526         length is specified.
18527
18528 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
18529
18530         * class.c: look for explicit interface implementation in parent
18531         classes, too.
18532
18533 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
18534
18535         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
18536
18537 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
18538
18539         * gc.c: protect handles with a critical section.
18540
18541 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18542
18543         * icall.c:
18544         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
18545         parameters. If no assembly specified, try getting the type from all
18546         the assemblies in the current domain, else, load the assembly and get
18547         the type from it.
18548
18549 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18550
18551         * marshal.c: applied patch from Aleksey Demakov that fixes
18552         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
18553
18554 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18555
18556         * icall.c: fixed get_location.
18557
18558 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
18559
18560         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
18561         declarations to make it work with older gcc. 
18562
18563         * loader.c (mono_get_method): set signature->pinvoke for native calls
18564
18565 2002-11-20  Dick Porter  <dick@ximian.com>
18566
18567         * threads.c (mono_thread_init): Set the main thread's handle
18568
18569 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
18570
18571         * gc.c: allow compilation without GC support. Changed to match the
18572         mono coding style.
18573
18574 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
18575
18576         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
18577
18578 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
18579
18580         * reflection.c: set a public key token on the core assemblies.
18581
18582 2002-11-18  Dick Porter  <dick@ximian.com>
18583
18584         * threads.c: Split out some thread initialisation so that other
18585         files can set the start callback function.
18586
18587         * gc.c: Run finalisers in a separate thread, to avoid stack
18588         overflow.  Fixes bug 31333.
18589
18590         * appdomain.c: Set up GC finalisation thread.
18591
18592         * reflection.c: 
18593         * object.c: 
18594         * domain.c: Use gc.h macros for GC_malloc
18595         
18596 2002-11-15  Dick Porter  <dick@ximian.com>
18597
18598         * threadpool.c: 
18599         * threads.c:
18600         * appdomain.c: Removed mono_runtime_init_with_attach(),
18601         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
18602         merging the extra parameter with the existing function.  Removed
18603         unneeded code in mono_thread_attach().
18604
18605 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
18606
18607         * image.c (mono_image_loaded_by_guid): a method to get loaded
18608         images by guid. 
18609         (load_metadata_ptrs): we store the guid as string.
18610
18611 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
18612
18613         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
18614
18615         * metadata.c (mono_guid_to_string): imported method form Zoltan
18616         Varga (slightly modified)
18617
18618         * assembly.c (mono_assembly_open): load precompiled code
18619
18620         * loader.h (MonoMethod): we store the method token for use in the
18621         aot compiler. 
18622
18623 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18624
18625         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
18626         the hook function called when an assembly is loaded.
18627         
18628         * domain.c: Modified file.
18629         (mono_domain_assembly_load): removed hash table insertion of assemblies.
18630
18631         Fixes bug #33196.
18632
18633 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
18634
18635         * reflection.c: Map PEFileKind to the value expected by the WinNT
18636         image loader. 
18637
18638 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18639
18640         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
18641         Read until the buffer is filled completely.
18642
18643 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18644
18645         * icall.c: implemented MonoType.InternalGetEvent ().
18646
18647 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18648
18649         * appdomain.c: implemented InitAppDomainSetup. Delayed
18650         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
18651         the entry_assembly.
18652
18653         * assembly.c: base_dir is now an absolute path ending with
18654         G_DIR_SEPARATOR.
18655
18656         * icall.c: modified get_location according to the above changes.
18657
18658         * object.c: init AppDomain.SetupInformation for the default domain after
18659         we have the entry assembly.
18660
18661         * domain.c: when unloading a domain, setup = NULL.
18662
18663 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
18664
18665         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
18666
18667 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
18668
18669         * object.h, object.c: introduced mono_object_get_virtual_method ()
18670         to lookup the method invoked on an object when a callvirt is done on
18671         a method.
18672         * icall.c: make MethodInfo::Invoke() always do a virtual call.
18673
18674 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18675
18676         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
18677         current domain when loaded an assembly and failed to load it.
18678
18679         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
18680
18681 2002-10-31  Dick Porter  <dick@ximian.com>
18682
18683         * icall.c: 
18684         * file-io.h: 
18685         * file-io.c: Return the error status in a parameter, as the
18686         GetLastError() value has long since been blown away if we try and
18687         look it up in a subsequent internal call invocation.  Delete the
18688         GetLastError() internal call, because it's useless.
18689
18690 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
18691
18692         * class.[ch]: added cast_class to fix bug 29517
18693
18694 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
18695
18696         * marshal.c: create valid IL code in the filter clause:
18697         the new JIT is less forgiving:-)
18698
18699 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18700
18701         * icall.c: removed get_property internal call.
18702
18703 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
18704
18705         * appdomain.h domain.c: Added an ID to appdomains.
18706         
18707         * threads.c threads.h icall.c: Implement icall
18708         Thread:GetDomainID(), and remove unused icall 
18709         CurrentThreadDomain_internal.
18710
18711 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18712
18713         * icall.c: Don't recurse through the base types in GetConstructor.
18714         Fixes bug #32063. 
18715
18716 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
18717
18718         * mempool.h, mempool.c: added mono_mempool_empty() and
18719         mono_mempool_stats().
18720
18721 2002-10-23  Dick Porter  <dick@ximian.com>
18722
18723         * file-io.c: 
18724         * file-io.h: 
18725         * icall.c: Added MonoIO.GetFileType internal call
18726
18727 2002-10-17  Dick Porter  <dick@ximian.com>
18728
18729         * appdomain.c (mono_runtime_cleanup): Don't signal the async
18730         delegate semaphore before waiting for all threads to finish,
18731         because new threads can also call async delegates.  Fixes bug
18732         32004.
18733
18734         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
18735         of 3 seconds, in case another async job is queued.  (This part is
18736         needed because the bug fix reintroduced the 3s exit lag.)  This
18737         makes the mono_runtime_shutdown flag superfluous.
18738
18739 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
18740
18741         * reflection.c: include ehader size in method section headers.
18742         Really check for suplicated modules entries.
18743
18744 2002-10-17  Martin Baulig  <martin@gnome.org>
18745
18746         * debug-mono-symfile.c: Added back support for locals.
18747
18748 2002-10-14  Martin Baulig  <martin@gnome.org>
18749
18750         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
18751         MONO_TYPE_VOID.
18752
18753 2002-10-14  Martin Baulig  <martin@gnome.org>
18754
18755         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
18756         mono_class_get() instead of looking in the class cache. 
18757
18758 2002-10-13  Martin Baulig  <martin@gnome.org>
18759
18760         * debug-mono-symfile.c: Set version number to 28, include the
18761         signature in method names.
18762
18763 2002-10-13  Martin Baulig  <martin@gnome.org>
18764
18765         * debug-mono-symfile.h: Set version number to 27.
18766
18767 2002-10-11  Martin Baulig  <martin@gnome.org>
18768
18769         * gc.c: Don't register/unregister NULL pointers as disappearing links.
18770
18771 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
18772
18773         * metadata.c, metadata.h: added helper function to allocate signatures.
18774
18775 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18776
18777         * icall.c: added internal call to get the location of machine.config.
18778
18779 2002-10-08  Martin Baulig  <martin@gnome.org>
18780
18781         * debug-mono-symfile.c: Ignore classes with a pending init for the
18782         moment.
18783
18784 2002-10-03  Dick Porter  <dick@ximian.com>
18785
18786         * threads.c: Freebsd pthread_t is a pointer
18787
18788 2002-10-03  Dick Porter  <dick@ximian.com>
18789
18790         * socket-io.c: Implemented GetHostName_internal
18791
18792 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18793
18794         * mono-config.c:
18795         (mono_config_parse_file): don't leak the text.
18796
18797 2002-10-02  Martin Baulig  <martin@gnome.org>
18798
18799         * debug-mono-symfile.c: Added support for methods.
18800
18801 2002-10-01  Martin Baulig  <martin@gnome.org>
18802
18803         * debug-mono-symfile.c: Don't emit methods and line numbers for
18804         the dynamic symbol file, just write the type table.  We can easily
18805         have an external helper program which creates a symbol file for an
18806         IL file.        
18807
18808 2002-10-01  Dick Porter  <dick@ximian.com>
18809
18810         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
18811         Only add the handle to the cleanup array when we're about to
18812         launch the thread.  Bug 31425 deadlocked when the test was run on
18813         mono under w32.
18814
18815 2002-10-01  Martin Baulig  <martin@gnome.org>
18816
18817         * debug-mono-symfile.c: Added support for properties.
18818
18819 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
18820
18821         * reflection.c: unaligned store fix from Mark Crichton
18822         <crichton@gimp.org>.
18823
18824 2002-09-27  Martin Baulig  <martin@gnome.org>
18825
18826         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
18827         New interncall.
18828
18829 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
18830
18831         * assembly.h, assembly.c: use a sane API to hook into the assembly
18832         loading process instead of a useless special-purpouse hack
18833         (ngen needs a hook, too, for example).
18834
18835 2002-09-27  Dick Porter  <dick@ximian.com>
18836
18837         * threads.c (mono_thread_init): Call GetCurrentProcess() so
18838         io-layer can set up some process handle info.  Not needed on w32,
18839         but doesn't hurt either.
18840
18841         * process.c: Pass the program name in the second parameter to
18842         CreateProcess, so the path is searched.  Include the working
18843         directory. Implemented process name, process enumeration, and some
18844         process detail internal calls.
18845         
18846         * icall.c: Added internal calls for process lookup, and some
18847         process details
18848
18849 2002-09-26  Martin Baulig  <martin@gnome.org>
18850
18851         * assembly.c (mono_install_open_assembly_hook): New global
18852         function to install a function to be invoked each time a new
18853         assembly is loaded.
18854         (mono_assembly_open): Run this callback function if set.
18855
18856         * debug-mono-symfile.c: Put back line numbers for the dynamic
18857         symbol file and also record the .il file as source file.  This
18858         allows us to install the temporary symbol file as `file.dbg' just
18859         like a compiler-generated one.
18860
18861 2002-09-26  Nick Zigarovich <nick@chemlab.org>
18862
18863         * Corrected typo in gc.c (BOHEM vs BOEHM).
18864
18865 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18866
18867         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
18868         GetProperties. Also avoid calling g_slist_length in GetProperties and
18869         GetMethods.
18870
18871 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
18872
18873         * reflection.c: avoid unaligned stores (bug spotted by
18874         Mark Crichton  <crichton@gimp.org>).
18875
18876 2002-09-25  Martin Baulig  <martin@gnome.org>
18877
18878         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
18879         instead of guint64 for addresses and added prologue/epilogue info.
18880
18881 2002-09-25  Martin Baulig  <martin@gnome.org>
18882
18883         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
18884         store line number info.  For the dynamic symbol file, we only need
18885         to provide the JIT generated dynamic line number info for the dynamic
18886         symbol file.
18887
18888 2002-09-25  Martin Baulig  <martin@gnome.org>
18889
18890         * debug-mono-symfile.h: Incremented version number.
18891
18892 2002-09-24  Martin Baulig  <martin@gnome.org>
18893
18894         * class.c (mono_debugger_class_init_func): New global function
18895         pointer variable.
18896         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
18897         call it.
18898
18899         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
18900         function.  This is called via the mono_debugger_class_init_func
18901         hook to add all types to the dynamic type table.
18902         (ves_icall_MonoDebugger_GetType): New interncall to get a class
18903         from its metadata token.
18904
18905         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
18906         New interncall for the debugger.
18907
18908 2002-09-24  Nick Drochak <ndrochak@gol.com>
18909
18910         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
18911         before using it in case it is null.
18912         
18913 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
18914
18915         * metadata.c: allow custom modifiers in local var signatures
18916         (bug spotted by Zoltan Varga).
18917
18918 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
18919
18920         * class.c: deal with the <Module> class that may have a NULL vtable.
18921         Eliminate warnings.
18922
18923 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
18924
18925         * image.c, image.h: more strong name helpers.
18926         * monosn.c: more work: convert pem keys to cryptoapi format.
18927
18928 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
18929
18930         * string-icalls.c: speedup IndexOf.
18931
18932 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
18933
18934         * icall.c: updates from Zoltan.2.Varga@nokia.com.
18935
18936 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
18937
18938         * icall.c: cleanup: use mono_object_domain ().
18939
18940 2002-09-23  Martin Baulig  <martin@gnome.org>
18941
18942         * debug-mono-symfile.c: Improved type support.
18943
18944 2002-09-22  Martin Baulig  <martin@gnome.org>
18945
18946         * debug-mono-symfile.c: Added support for reference types and strings.
18947
18948 2002-09-22  Martin Baulig  <martin@gnome.org>
18949
18950         * debug-mono-symfile.c: Started to work on the type table.
18951
18952 2002-09-21  Martin Baulig  <martin@gnome.org>
18953
18954         * debug-mono-symfile.c: Largely reworked the symbol table format.
18955         The symbol table is now incrementally updated each time a new
18956         method is added.  We're now also using our own magic and version
18957         so that you don't need to recompile all your classes if the
18958         dynamic table changes.
18959         (mono_debug_update_mono_symbol_file): Removed.
18960         (mono_debug_symfile_add_method): New function to add a method.
18961
18962 2002-09-21  Martin Baulig  <martin@gnome.org>
18963
18964         * icall.c
18965         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
18966         New interncall.
18967
18968         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
18969         New interncall to get a method from its metadata token.
18970
18971 2002-09-21  Martin Baulig  <martin@gnome.org>
18972
18973         * debug-mono-symfile.c: Create type table.
18974
18975 2002-09-20  Martin Baulig  <martin@gnome.org>
18976
18977         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
18978
18979 2002-09-20  Martin Baulig  <martin@gnome.org>
18980
18981         * debug-mono-symfile.c: Provide information about params and locals.
18982
18983 2002-09-20  Martin Baulig  <martin@gnome.org>
18984
18985         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
18986         New interncall.
18987
18988         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
18989         interncall to get a method from its metadata token.
18990
18991 2002-09-20  Martin Baulig  <martin@gnome.org>
18992
18993         * debug-mono-symfile.c: Added a few checks for method->header
18994         being non-NULL.  This should never happen, but for the moment
18995         let's use a g_warning() rather than a g_assert().
18996
18997 2002-09-19  Mark Crichton  <crichton@gimp.org>
18998
18999         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
19000         even if support for it isn't present.  Added an #ifdef to fix this.
19001
19002         * socket-io.c: Added checks back for Solaris support.
19003
19004 2002-09-19  Martin Baulig  <martin@gnome.org>
19005
19006         * debug-mono-symfile.c (read_string, write_string): Reflect latest
19007         changes in the symbol file format.
19008
19009 2002-09-18  Martin Baulig  <martin@gnome.org>
19010
19011         * debug-mono-symfile.c: Set version number to 21.
19012
19013 2002-09-18  Dick Porter  <dick@ximian.com>
19014
19015         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
19016         on netbsd.  Fixes bug 30051.
19017
19018 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19019
19020         * reflection.c:
19021         (set_version_from_string): little fix.
19022
19023 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19024
19025         * monosn.c, Makefile.am: added strong name utility.
19026         * reflection.h, reflection.c: implemented delayed signing,
19027         locale, version and hash id assembly attributes.
19028
19029 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
19030
19031         * loader.c, metadata.c: load param attributes in signatures.
19032
19033 2002-09-16  Martin Baulig  <martin@gnome.org>
19034
19035         * debug-mono-symfile.c: Added string table with all method names.
19036
19037 2002-09-14  Martin Baulig  <martin@gnome.org>
19038
19039         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
19040         fast method lookup.
19041
19042 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
19043
19044         * reflection.c: record the public key token of referenced assemblies.
19045
19046 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19047
19048         * image.c, image.h: added functions to get the strong name and the
19049         public key of an assembly.
19050         * pedump.c: use them.
19051
19052 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
19053
19054         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
19055
19056 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
19057
19058         * marshal.c (mono_marshal_get_managed_wrapper): Added
19059         MONO_TYPE_BOOLEAN 
19060
19061 2002-09-11  Martin Baulig  <martin@gnome.org>
19062
19063         * gc.c: Call GC_unregister_disappearing_link() on all links when
19064         finalizing them, this is necessary to aviod a crash in boehm's
19065         finalize handler.
19066
19067 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19068
19069         * gc.c: handle GetTarget for finalized objects spotted and fixed by
19070         nick@chemlab.org.
19071
19072 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
19073
19074         * icall.c: implemented MonoType::Module.
19075         * reflection.c, reflection.h: mono_module_get_object () from
19076         Tomi Pakarinen <tomi.pakarinen@welho.com>.
19077
19078 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
19079
19080         * icall.c: ignore overridden methods in GetMethods ().
19081         Fix for FieldInfo::SetValue().
19082         * object.c: handle float/double in runtime invoke.
19083
19084 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
19085
19086         * object.c: allow a constructor to be called again on an object.
19087
19088 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19089
19090         * class.h, class.c: move field layout code to it's own function and
19091         export it. Get an interface id earlier. Move fields in MonoClass
19092         so they are more cache friendly and align the bitfields.
19093         * loader.c: temporary handle get_param_names() for a runtime method.
19094         * reflection.c, reflection.h: more code to handle runtime creation of
19095         types.
19096
19097 2002-09-09  Martin Baulig  <martin@gnome.org>
19098
19099         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
19100         signature with the pinvoke field being set for the actual call.
19101
19102 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19103
19104         * icall.c: removed some unused icalls. Start of map of glib charsets
19105         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
19106
19107 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
19108
19109         * debug-helpers.c: break infinite loop (found and fixed by
19110         Holger Arnold <harnold@gmx.de>).
19111
19112 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
19113
19114         * icall.c: target may be null in create_delegate.
19115
19116 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19117
19118         * marshal.c: handle a boolean return type.
19119
19120 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19121
19122         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
19123
19124 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
19125
19126         * gc.c: fix weakreferences.
19127
19128 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
19129
19130         * icall.c: added icall to get default codepage.
19131
19132 2002-09-03  Dick Porter  <dick@ximian.com>
19133
19134         * threads.h: 
19135         * threads.c: Use MonoThread instead of MonoObject where
19136         apropriate.
19137
19138         Store running thread objects in a hash table, so that we have all
19139         the info to hand when waiting for them to finish
19140         (means we don't need OpenThread() any more, so mingw builds should
19141         be fully functional again.)
19142
19143         * verify.c:
19144         * object.h: Added thread ID to MonoThread
19145
19146 2002-09-03  Martin Baulig  <martin@gnome.org>
19147
19148         * icall.c (System.Reflection.Assembly::get_location): New interncall.
19149
19150 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19151
19152         * icall.c: fixed leak in get_temp_path. Thanks lupus.
19153
19154 2002-09-03  Martin Baulig  <martin@gnome.org>
19155
19156         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
19157         argument to store the end address of the disassembled instruction.
19158
19159         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
19160         here from debug-symfile.h.
19161         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
19162         JIT into this struct.
19163         (MonoSymbolFile): Added `char *image_file' field.
19164         (MonoDebugGetMethodFunc): Removed.
19165         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
19166         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
19167         (mono_debug_find_method): New method.
19168
19169         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
19170         create a full symbol file.
19171         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
19172         and static symbol files.
19173         (mono_debug_find_method): The symbol file keeps an internal method hash,
19174         call this to get a MonoDebugMethodInfo from a MonoMethod.
19175
19176         * debug-symfile.[ch]: Removed.
19177
19178 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
19179
19180         * image.c (do_mono_image_open): Remove linker version check.
19181
19182 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
19183
19184         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
19185         wrappers for instance methods.
19186         
19187 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19188
19189         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
19190
19191 2002-08-28  Dick Porter  <dick@ximian.com>
19192
19193         * Makefile.am: Export HOST_CC for w32 builds
19194
19195 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
19196
19197         * file-io.c process.c: MonoString are null terminated, no
19198         need for mono_string_to_utf16() anymore.
19199
19200 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19201
19202         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
19203
19204 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
19205
19206         * icall.c, reflection.h: speedup System.MonoType.
19207
19208 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
19209
19210         * reflection.c: allow null as the value of a string argument in
19211         custom attributes constructors.
19212
19213 2002-08-27  Martin Baulig  <martin@gnome.org>
19214
19215         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
19216         `trampoline_address' field.
19217
19218 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
19219
19220         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
19221         check (fixes bug #29486) 
19222
19223 2002-08-27  Martin Baulig  <martin@gnome.org>
19224
19225         * debug-mono-symfile.c: Changed the file format in a way that allows us
19226         open it read-only and to use a specially malloced area for all the
19227         dynamic data.  We can now also generate a symbol file on-the-fly if we're
19228         debugging IL code and there is no MCS generated symbol file for it.
19229
19230 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
19231
19232         * object.c: added a define for a good string and array
19233         creation speedup (not enabled by default because we need to deal with
19234         the synch stuff).
19235
19236 2002-08-26  Martin Baulig  <martin@gnome.org>
19237
19238         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
19239         function to create a dynamic symbol file.  This is used by the
19240         debugger to create a symbol file for IL code on-the-fly.
19241
19242 2002-08-26  Martin Baulig  <martin@gnome.org>
19243
19244         * loader.c (mono_lookup_pinvoke_call): Include the error message
19245         from g_module_error() in the error message.
19246
19247 2002-08-24  Martin Baulig  <martin@gnome.org>
19248
19249         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
19250         function to update the symbol file.  The symbol file is mmap()ed
19251         writable, but private.  This allows us to install the symbol file
19252         together with the assembly.
19253
19254 2002-08-24  Martin Baulig  <martin@gnome.org>
19255
19256         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
19257         but they can read the new symbol file format which mcs is now creating.
19258
19259         * debug-symfile.c (mono_debug_find_source_location): Moved to
19260         debug-mono-symfile.c; this is now operating on the new symbol file.
19261
19262 2002-08-23  Martin Baulig  <martin@gnome.org>
19263
19264         * debug-helpers.c (mono_method_desc_from_method): New function to get
19265         a MonoMethodDesc from a MonoMethod.
19266
19267 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
19268
19269         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
19270         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
19271
19272 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
19273
19274         * string-icalls.[ch]: make helper methods static.
19275
19276 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19277
19278         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
19279         types to it and to SetValueInternal.
19280
19281         * object.c: Moved handle_enum label to its proper place. This was the
19282         f... bug! ;-)
19283
19284         This time i compiled mcs and gtk-sharp and they both work.
19285
19286 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19287
19288         * icall.c: reverted partially my previous patch until 
19289         object.c:set_value handles enums correcly.
19290
19291 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19292
19293         * icall.c:
19294         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
19295         (ves_icall_System_Environment_get_MachineName): removed warning when
19296         compiling under cygwin.
19297
19298 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
19299
19300         * object.c: fixed field_get_value() for reference types.
19301
19302 2002-08-22  Dick Porter  <dick@ximian.com>
19303
19304         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
19305         Don't free a buffer while it's still needed.  Patch from Jonathan
19306         Liger <Jonathan.liger@wanadoo.fr>
19307
19308 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
19309
19310         * icall.c (ves_icall_System_Environment_get_Platform): Add new
19311         internal call.
19312
19313 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
19314
19315         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
19316         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
19317
19318         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
19319         we call unmanaged code which throws exceptions.
19320
19321 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19322
19323         * appdomain.h: added per-domain entry_assembly.
19324         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
19325         arguments.
19326         * icall.c: Assembly::GetEntryAssembly icall.
19327         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
19328         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
19329
19330 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19331
19332         * appdomain.h, gc.c: added mono_domain_finalize ().
19333
19334 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19335
19336         * object.c:
19337         (mono_print_unhandled_exception): changed g_warning by g_printerr
19338         because g_log has a 1024 characters limit (yeah, i got a big stack
19339         trace). Don't print exception name, that should be in ToString 
19340         returned string.
19341
19342 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19343
19344         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
19345         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
19346
19347 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19348
19349         * object.c:
19350         (mono_print_unhandled_exception): after previous commit, i realized
19351         that MS calls ToString on the exception. I changed this function to
19352         do that. This way we get stack_trace for free.
19353
19354 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19355
19356         * object.c:
19357         (mono_print_unhandled_exception): invoke Message property instead of
19358         getting 'message' field from Exception. Don't allocate memory for
19359         'trace' and 'message' if not needed.
19360
19361 2002-08-18  Dick Porter  <dick@ximian.com>
19362
19363         * unicode.c: Fix asserts to match Encoder.cs checks
19364
19365 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
19366
19367         * marshal.c: fix unaligned store issue and a few wrong
19368         opcode argument types.
19369
19370 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19371
19372         * icall.c: added GetUninitializedObjectInternal internal call.
19373
19374 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
19375
19376         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
19377         to the right domain.
19378
19379 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
19380
19381         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
19382
19383         * class.c (class_compute_field_layout): set blittable to false for Strings
19384
19385         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
19386
19387 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19388
19389         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
19390         first chunk of code to create types at runtime. Code to
19391         handle ReflectedType/DeclaringType. Make reflection handles
19392         domain specific.
19393
19394 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
19395
19396         * class.c: set correct name in arrays.
19397
19398 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
19399
19400         * appdomain.c (mono_domain_transfer_object): make it work with
19401         valuetypes. bug fixes.
19402
19403 2002-08-12  Dick Porter  <dick@ximian.com>
19404
19405         * object.h: Rename some parameters to avoid c++ keywords (Patch
19406         from Joseph Wenninger <kde@jowenn.at>)
19407
19408 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
19409
19410         * icall.c: added icall to implement Assembly.GetFile*.
19411
19412 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
19413
19414         * reflection.h, reflection.c: code to embed managed resources.
19415
19416 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
19417
19418         * class.c: move all the type size stuff into
19419         class_compute_field_layout().
19420
19421 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19422
19423         * class.c: ensure enums have always the correct instance size.
19424         * unicode.c: remove wrong assert.
19425
19426 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
19427
19428         * assembly.c: fix mem corruption issue.
19429         * image.h, image.c: added mono_image_get_resource () to access
19430         managed resources.
19431         * icall.c: implemented Assembly.EntryPoint property and some
19432         Managed Resources related internalcalls.
19433
19434
19435 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
19436
19437         * image.c, image.h: impemented mono_image_get_entry_point ().
19438         * appdomain.c: use mono_image_get_entry_point.
19439
19440 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19441
19442         * reflection.c: support the object type argument when loading
19443         custom attributes.
19444
19445 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
19446
19447         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
19448         String as return type.
19449
19450 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
19451
19452         * reflection.c: fix encoding of named args for custom attrs to match
19453         the ms implementation. Read them back when instantiating custom
19454         attributes.
19455
19456 2002-08-02  Radek Doulik  <rodo@ximian.com>
19457
19458         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
19459         by Dietmar as quick fix
19460         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
19461         16 as stack size, used on more places as quick fix before Dietmar
19462         will fix it properly
19463
19464 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
19465
19466         * object.h, object.c: added accessors for fields and properties.
19467
19468 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19469
19470         * class.c, class.h: made mono_class_get_field_from_name ()
19471         loop on parent types.
19472         Added mono_class_get_property_from_name ().
19473
19474 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
19475
19476         * class.c, class.h: move the code to setup the type vtable in its own
19477         function so that it can be reused also for types created at runtime.
19478         Eliminate the "class" identifier from the header file.
19479         * reflection.c: setup the vtable for enums so that we can create
19480         objects for use in SetConstant ().
19481
19482 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
19483
19484         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
19485         instead of the delegate itself as this pointer (bug #28383)
19486
19487 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
19488
19489         * marshal.c (mono_marshal_get_managed_wrapper): added return type
19490         conversions.
19491
19492 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19493
19494         * loader.c: don't set the pinvoke bit on icalls.
19495
19496 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
19497
19498         * debug-helpers.c (mono_method_full_name): only print a number to
19499         indicate wrapper type (so that the output is more readable in traces).
19500
19501 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
19502
19503         * class.c (mono_class_init): include method override patch from Paolo
19504
19505 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
19506
19507         * icall.c: fixed GetTypeCode().
19508
19509 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
19510
19511         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
19512         use real delegate invoke function to make it work with multicast
19513         delegates (fix bug# 28291).
19514
19515 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
19516
19517         * object.c: load constant strings.
19518
19519 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
19520
19521         * reflection.c: no magic numbers.
19522         * tabledefs.h: security action enum.
19523
19524 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
19525
19526         * assembly.c: fix possible memory corruption.
19527
19528 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
19529
19530         * reflection.h, reflection.c: added support for linking resources.
19531         * verify.c: check we have an updated corlib.
19532
19533 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
19534
19535         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
19536         string arrays.
19537         (mono_marshal_string_array): null terminate unmanaged string arrays.
19538         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
19539
19540 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
19541
19542         * icall.c: Type.GetType () can now return also types from the
19543         calling assembly.
19544
19545 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
19546
19547         * loader.h, loader.c: stack walking support.
19548         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
19549         GetCallingAssembly.
19550
19551 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
19552
19553         * marshal.c: added optimisations for blittable types 
19554
19555         * class.c (mono_array_class_get): do not set blittable attribute on arrays
19556         (mono_class_setup_mono_type): set blittable attribute for single
19557         and double.
19558
19559         * marshal.c (mono_string_utf8_to_builder): impl.
19560         (mono_string_builder_to_utf8): impl.
19561         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
19562
19563 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
19564
19565         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
19566         (mono_marshal_get_managed_wrapper): impl. byref types
19567
19568 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19569
19570         * icall.c:
19571         (search_method): don't display debug message. 
19572
19573 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
19574
19575         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
19576
19577 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
19578
19579         * appdomain.c: set the missing filename when throwing exception.
19580
19581 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
19582
19583         * metadata.c (mono_type_size): code cleanup
19584         (mono_type_stack_size): removed some test code
19585
19586 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
19587
19588         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
19589         mono_get_exception_file_not_found now.
19590
19591         * exception.c (mono_exception_from_name_two_strings): New version
19592         that will call a constructor with two string arguments. 
19593         (mono_get_exception_file_not_found): New helper routine, used to
19594         report file-not-found errors.
19595
19596 2002-07-20  Dick Porter  <dick@ximian.com>
19597
19598         * process.h:
19599         * process.c: Pass file handles to CreateProcess
19600         
19601         * icall.c:
19602         * file-io.h:
19603         * file-io.c: Implemented CreatePipe
19604
19605 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
19606
19607         * metadata.c (mono_get_param_info): set alignment for value types
19608
19609 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19610
19611         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
19612         Constify mono_domain_assembly_open().
19613         * loader.c: handle null namespace in icalls.
19614
19615 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
19616
19617         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
19618         (emit_str_to_ptr_conv): marshal object as structs
19619
19620         * metadata.c (mono_type_to_unmanaged): marshal object as structs
19621
19622         * marshal.c (mono_marshal_get_runtime_invoke): support value types
19623
19624 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
19625
19626         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
19627         (mono_marshal_get_native_wrapper): we an now return value types
19628
19629 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19630
19631         * verify.c: more checks implemented.
19632
19633 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
19634
19635         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
19636         (fix bug #27695)
19637         (mono_marshal_get_native_wrapper): allow byref arguments
19638         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
19639         impl. PtrToStringXXX methods
19640         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
19641         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
19642         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
19643         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
19644         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
19645
19646 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
19647
19648         * reflection.c: fix buglet in parsing an assembly name.
19649
19650 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
19651
19652         * marshal.c (emit_ptr_to_str_conv): first impl.
19653
19654 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
19655
19656         * object.c, class.h: cache the vtable in the class as suggested by
19657         vargaz@freemail.hu (Zoltan Varga).
19658
19659 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
19660
19661         * class.h, loader.c: added mono_field_from_token().
19662         * verify.c: first cut of type checking code.
19663
19664 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
19665
19666         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
19667
19668 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
19669
19670         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
19671         (fix bug #27782)
19672         (mono_marshal_get_remoting_invoke): impl.
19673         (mono_delegate_begin_invoke): impl.
19674         (mono_mb_emit_save_args): impl.
19675         (mono_delegate_end_invoke): impl.
19676         (mono_marshal_get_delegate_begin_invoke):
19677         (mono_marshal_get_delegate_end_invoke):
19678         (mono_marshal_get_delegate_invoke): generate a special name for
19679         those methods (including the signature) and associate them whith
19680         the delegate class. 
19681
19682 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
19683
19684         * reflection.[ch]: 
19685         (mono_reflection_type_from_name): now it has a MonoImage parameter
19686         which is used as the default image to search the type in. If the image
19687         is NULL or getting the type from it fails, it defaults to corlib.
19688
19689         * icall.c: changed 1 call to mono_reflection_type_from_name to match
19690         new parameter.
19691
19692 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19693
19694         * reflection.c: update the parameter table index.
19695
19696 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
19697
19698         * domain.c: don't include the mark byte in the string hash.
19699
19700 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
19701
19702         * icall.cs: icall for Type.GetTypeCode ().
19703         * verify: a couple of fixes and disabled local initialization checks.
19704
19705 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
19706
19707         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
19708
19709         * debug-helpers.c (mono_method_full_name): print the type of the
19710         runtime wrapper
19711
19712         * metadata.c (mono_signature_hash): a hash function for signatures
19713         (mono_signature_hash): better hash algorithm
19714
19715         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
19716
19717         * debug-helpers.c (mono_method_full_name): this can now generate
19718         method names with signatures
19719
19720         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
19721         method dont have this pointers.
19722
19723 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
19724
19725         * reflection.c: fixup typebuilder tokens.
19726         * image.c: fix buglet.
19727         * marshal.h: remove whitespace.
19728         * metadata.h, metadata.c: reinstate code that was removed.
19729         * verify.c: handle catch directives and fix another couple of bugs.
19730
19731 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
19732
19733         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
19734         (mono_marshal_get_native_wrapper): make it comp. with the old code
19735         (mono_marshal_get_native_wrapper): support boolean
19736         (mono_marshal_get_managed_wrapper): support more types
19737
19738 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
19739
19740         * class.c (class_compute_field_layout): compute class->blittable attribute.
19741
19742 2002-07-09  Dick Porter  <dick@ximian.com>
19743
19744         * threads.c: Make the thread cleaning up cope with threads that
19745         call ExitThread()
19746
19747 2002-07-08  Radek Doulik  <rodo@ximian.com>
19748
19749         * reflection.c (method_encode_code): use non-translated values to
19750         compute finally_start, this fixes exception handling on ppc, yay!
19751
19752         * decimal.h (struct signscale): fix endianess
19753
19754 2002-07-07  Radek Doulik  <rodo@ximian.com>
19755
19756         * reflection.c: swap box_val and not val
19757
19758 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
19759
19760         * reflection.c, reflection.h: handle full assembly info in type name.
19761         Handle Type arguments when loading custom attributes.
19762         * icall.c: updated to use new mono_reflection_type_from_name () method.
19763
19764 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19765
19766         * loader.c:
19767         (method_from_memberref): also print assembly name when method not found.
19768
19769 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19770
19771         * icall.c:
19772         (ves_icall_TypeGetProperties): fixed bug #27473. 
19773
19774 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19775
19776         * reflection.c: display image name and token when cannot find the
19777         .ctor for an attribute.
19778
19779 2002-07-05  Martin Baulig  <martin@gnome.org>
19780
19781         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
19782
19783 2002-07-04  Dick Porter  <dick@ximian.com>
19784
19785         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
19786         compile on mingw.  This will cause mingw builds to not wait for
19787         subthreads to terminate after the main thread does.  I've lodged a
19788         bug with the mingw developers for them to wrap OpenThread().
19789
19790 2002-07-03  Dick Porter  <dick@ximian.com>
19791
19792         * threads.c: Store thread IDs instead of handles, because
19793         GetCurrentThread() returns a pseudohandle and therefore stores
19794         useless values.  mono_thread_cleanup() continues checking the
19795         array of threads until it is empty, to cope with subthreads
19796         spawning new threads after the main thread has finished.
19797
19798         * profiler.h:
19799         * profiler.c:
19800         * profiler-private.h: Pass the thread ID to thread profiler
19801         functions, instead of a handle
19802
19803 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
19804
19805         * verify.c: fixes to make it more usable.
19806         * pedump.c: added --verify code to verify IL code in an assembly.
19807
19808 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19809
19810         * reflection.c: turn errors into warnings to allow compiling corlib.
19811
19812 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
19813
19814         * reflection.c: add special cases to compile corlib.
19815
19816 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19817
19818         * reflection.c: handle properties with only a set method.
19819
19820 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
19821
19822         * opcodes.h: add enum with opcodes in opval order.
19823
19824 2002-07-01  Dick Porter  <dick@ximian.com>
19825         
19826         * object.h:
19827         * object.c (mono_runtime_run_main): Removed unneeded argument
19828
19829 2002-06-28  Martin Baulig  <martin@gnome.org>
19830
19831         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
19832
19833 2002-06-27  Dick Porter  <dick@ximian.com>
19834
19835         * threads.c: Store the handle in both the parent thread and in the
19836         subthread, to minimise the time between starting a new thread and
19837         storing its ID.
19838
19839 2002-06-26  Dick Porter  <dick@ximian.com>
19840
19841         * appdomain.c (mono_runtime_cleanup): Close the socket library
19842         after all the threads have finished, not before
19843
19844 2002-06-26  Martin Baulig  <martin@gnome.org>
19845
19846         * debug-symfile.c (mono_debug_find_source_location): Added
19847         `guint32 *line_number' argument.  If it's not NULL, store the line number
19848         there and return the file name without the line number.
19849
19850 2002-06-25  Dick Porter  <dick@ximian.com>
19851
19852         * icall.c:
19853         * process.h:
19854         * process.c: Process forking and other support functions
19855
19856 2002-06-25  Dick Porter  <dick@ximian.com>
19857
19858         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
19859         things dont happen when the image is closed.
19860         (mono_image_lookup_resource): Walk the resource section looking
19861         for a particular entry
19862
19863         * cil-coff.h: PE resource section decoding
19864
19865 2002-06-25  Dick Porter  <dick@ximian.com>
19866         
19867         * assembly.h:
19868         * assembly.c: 
19869         (mono_assembly_foreach): Accessor functions to walk the list of
19870         loaded assemblies
19871         (mono_assembly_set_main):
19872         (mono_assembly_get_main): Process methods need to know which
19873         assembly is the "main" one
19874
19875         * object.c (mono_runtime_run_main): Record the main assembly
19876
19877         * debug-helpers.c: Fix typo
19878
19879 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
19880
19881         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
19882         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
19883
19884 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
19885
19886         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
19887
19888 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
19889
19890         * image.c (do_mono_image_open): Initialize reference count,
19891         otherwise we leak the MonoImage.
19892
19893 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
19894
19895         * reflection.c: small tweak to handle self-hosting.
19896
19897 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19898
19899         * reflection.c: fix type name parse code.
19900
19901 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
19902
19903         * reflection.c: break out of the loop.
19904         * image.c: special case corlib.
19905
19906 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19907
19908         * reflection.c: add all the custom attrs at the end to ensure the
19909         ctors have been properly initialized when the attributes are defined
19910         in the current assembly.
19911
19912 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19913
19914         * reflection.c: handle correctly multiple-nested types.
19915
19916 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
19917
19918         * row-indexes.h: fix typos.
19919         * reflection.c: adjust for typos and fix method_def_or_ref
19920         encoding in MethodImpl table.
19921
19922 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
19923
19924         * reflection.c: fix entry point patching (thanks Serge!).
19925
19926 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
19927
19928         * verify.c: add check for System.Exception
19929
19930 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
19931
19932         * image.c, class.c: minifix for code just c&p'ed.
19933         * reflection.c: warning fix.
19934         * object.h, loader.h, domain.c: load also StringBuilder.
19935
19936 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19937
19938         * marshal.h, marshal.c: some support code to handle complex marshaling.
19939
19940 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19941
19942         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
19943         Better signatures with vtable error dump.
19944
19945 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
19946
19947         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
19948
19949 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
19950
19951         * icall.c (ves_icall_Type_GetField): impl.
19952
19953 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19954
19955         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
19956         to retrieve a marshal description blob for a field or param.
19957
19958 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
19959
19960         * reflection.h, reflection.c: change order of nested type emission
19961         to avoid table corruption. The NestedTypes table is sorted.
19962         * icall.c: change order of GetConstructor results to workaround mcs bug.
19963
19964 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
19965
19966         * reflection.h, reflection.c: handle field and param marshal
19967         information.
19968
19969 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
19970
19971         * icall.c, marshal.c marshal.h: more Marshal class implementation.
19972
19973 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19974
19975         * reflection.c: fix call convention.
19976
19977 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19978
19979         * reflection.h, reflection.c: mono_image_get_memberref_token()
19980         takes a type instead of a class, now. Added
19981         mono_image_get_array_token() to create tokens for the special
19982         multi-dim array methods.
19983
19984 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
19985
19986         * assembly.c: handle modules (no assembly table). Split
19987         loading references in its own function.
19988         * class.c: handle moduleref resolution scope.
19989         * image.c, image.h: cache module name in image.
19990
19991 2002-06-07  Martin Baulig  <martin@gnome.org>
19992
19993         * reflection.c (mono_image_get_type_info): Only add a class layout entry
19994         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
19995
19996 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
19997
19998         * icall.c: more signature fixes that used uint instead of int.
19999
20000 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20001
20002         * reflection.c: fixed signature of field refs.
20003
20004 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20005
20006         * class.c, reflection.c: handle typerefs of nested types
20007         (both on read and when writing files).
20008
20009 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
20010
20011         * icall.c: fix method signatures that tried to workaround the previous
20012         typo, d'oh!
20013
20014 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
20015
20016         * debug-helpers.c: fix typo.
20017
20018 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
20019
20020         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
20021         rewrote the PE/COFF writing code (our programs are understood by the
20022         ms runtime, now).
20023
20024 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
20025
20026         * gc.c, gc.h, icall.c: weakreference support.
20027
20028 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20029
20030         * Makefile.am, mono-config.c: use $(sysconfdir).
20031
20032 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20033
20034         * icall.c: changed default precision of Double.ToString() to 15.
20035         Fixed memory leak. Unified with Single.ToString.
20036
20037 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
20038
20039         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
20040
20041 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
20042
20043         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
20044         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
20045         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
20046         and myself.
20047
20048 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20049
20050         * debug-symfile.c, sysmath.c: yet more compilation fixes.
20051
20052 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20053
20054         * reflection.c, socket-io.c: more compilation fixes.
20055
20056 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20057
20058         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
20059         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
20060         unicode.c: warning and compiler compatibility fixes.
20061
20062 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20063
20064         * class.h, metadata.c: fixed warnings/compilation errors.
20065
20066 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20067
20068         * Makefile.am, mono-config.c, mono-config.h: configuration file
20069         support routines.
20070         * loader.c, loader.h: make Dll mapping configurable at runtime in the
20071         config file. Export methods to insert and lookup mappings.
20072
20073 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
20074
20075         * reflection.c: handle types and boxed objects in custom attr
20076         constructors.
20077
20078 2002-05-30  Martin Baulig  <martin@gnome.org>
20079
20080         * debug-symfile.c
20081         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
20082
20083 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
20084
20085         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
20086         to lookup the implmap row for a P/Invoke method.
20087         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
20088         P/Invoke method from the runtime on an as needed basis.
20089
20090 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
20091
20092         * metadata.c (mono_metadata_parse_signature): impl.
20093
20094 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20095
20096         * class.c: handle .pack directive.
20097
20098 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
20099
20100         * object.c: initialize static fields with RVA data.
20101
20102 2002-05-25  Martin Baulig  <martin@gnome.org>
20103
20104         * debug-symfile.c
20105         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
20106
20107 2002-05-24  Martin Baulig  <martin@gnome.org>
20108
20109         * debug-symfile.c
20110         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
20111         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
20112         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
20113
20114 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
20115
20116         * object.c: special case string ctros in invoke.
20117         * gc.c: silly whitespace changes.
20118
20119 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
20120
20121         * threadpool.[ch]: impl. a threadpool that can
20122         be used by mint and mono.
20123
20124 2002-05-22  Martin Baulig  <martin@gnome.org>
20125
20126         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
20127         The first argument is now a `MonoReflectionModuleBuilder *', the return
20128         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
20129         `methods' field to get the method builder.  The `token' argument is the
20130         unfixed token.
20131
20132         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
20133         invalid characters instead of g_assert_not_reached()ing.  This seems
20134         to be the behaviour of mscorlib.
20135
20136 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
20137
20138         * object.c (mono_runtime_invoke_array): applied patch from Rachel
20139         Hestilow to fix bug #25104
20140
20141 2002-05-21  Martin Baulig  <martin@gnome.org>
20142
20143         * debug-symfile.c (mono_debug_find_source_location): New function.
20144         Looks up an IL offset in the line number table and returns the source
20145         location as a string.
20146
20147 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20148
20149         * icall.c:
20150         (mono_double_ToStringImpl): changed %f by %g until we have something
20151         better.
20152
20153 2002-05-21  Nick Drochak  <ndrochak@gol.com>
20154
20155         * icall.c : Use different name for Math.Pow's icall.  Needed to check
20156         parameters first in C#.
20157
20158 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20159
20160         * icall.c, reflection.h: added icall to get info about an event.
20161
20162 2002-05-20  Radek Doulik  <rodo@ximian.com>
20163
20164         * object.c (mono_value_box): don't use memcpy for boxing on BIG
20165         endian
20166         (mono_value_box): don't use memcpy for small sizes on
20167         architectures with unaligned access
20168
20169 2002-05-20  Martin Baulig  <martin@gnome.org>
20170
20171         * reflection.c (mono_reflection_setup_internal_class): Don't crash
20172         if `tb->parent == NULL'.
20173         (mono_reflection_create_internal_class): New function.  This is
20174         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
20175         for enum types.
20176
20177         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
20178         New interncall.
20179
20180 2002-05-19  Martin Baulig  <martin@gnome.org>
20181
20182         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
20183         argument to get the length, don't default to the array length.
20184
20185 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
20186
20187         * assembly.c (mono_assembly_setrootdir): New function used to
20188         override the MONO_ASSEMBLIES directory.
20189
20190 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20191
20192         * icall.c: ValueType_GetHashCode() initialize local var.
20193
20194 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20195
20196         * reflection.c: sort custom attributes table.
20197
20198 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
20199
20200         * reflection.c: support named args in custom attributes (write support).
20201
20202 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
20203
20204         * reflection.c: fix finally position calculation.
20205
20206 2002-05-15  Radek Doulik  <rodo@ximian.com>
20207
20208         * reflection.c: fixed endianess at many places
20209
20210         * icall.c (ves_icall_InitializeArray): comment out debug msg
20211
20212 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
20213
20214         * object.c (mono_unhandled_exception): new function to handle
20215         unhandled exceptions.
20216         (mono_unhandled_exception): call the UnhandledException event.
20217         (mono_runtime_delegate_invoke): impl.
20218
20219 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
20220
20221         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
20222         returns the RVA, not the direct pointer to the data. Handle the case
20223         when the class size is fixed.
20224
20225 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
20226
20227         * reflection.c: fix some endianess issues.
20228
20229 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
20230
20231         * object.c (mono_runtime_invoke): is now able to catch exceptions.
20232
20233         * threads.c (mono_thread_init): added a callback which is invoked
20234         at thread start.
20235
20236 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
20237         
20238         * icall.c: make GetHashCode return non-negative values.
20239
20240 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
20241
20242         * object.c, icall.c, gc.c: revert to address-based hashcode.
20243
20244 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
20245
20246         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
20247
20248 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20249
20250         * icall.c, class.c: special case <Module>.
20251
20252 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
20253
20254         * icall.c: fix bug in GetNow().
20255
20256 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
20257
20258         * object.c (mono_runtime_class_init): make sure that we call all
20259         static class constructors.
20260
20261 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
20262
20263         * reflection.c: sort methodsemantics table.
20264
20265 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
20266
20267         * reflection.h, reflection.c: honour init locals setting.
20268
20269 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
20270
20271         * icall.c: copied Double ToStringImpl for Single ToStringImpl
20272
20273 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
20274
20275         * reflection.c: support ContructorBuilders in attribute blob creation.
20276
20277 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20278
20279         * reflection.c: some changes to build a binary that can be run
20280         directly in windows.
20281
20282 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
20283
20284         * loader.c: print a big message when an icall can't be found.
20285
20286 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20287
20288         * string-icalls.c: fix bug 24248.
20289
20290 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
20291
20292         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
20293         icall.c, reflection.h: separate assembly loading by pathname and by
20294         assembly name. Use the MONO_PATH env var to search for assemblies.
20295
20296 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20297
20298         * assembly.c, image.h: add some support for assemblies
20299         with multiple modules.
20300         * class.c, class.h: export mono_class_from_typeref().
20301         * loader.c: remove duplicated code and use mono_class_from_typeref(),
20302         instead.
20303
20304 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20305
20306         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
20307         documentation says (the ECMA one is correct).
20308
20309 2002-05-02  Dick Porter  <dick@ximian.com>
20310
20311         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
20312         Don't name the synchronisation mutex.
20313
20314 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
20315
20316         * rand.c
20317         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
20318         Make the prototypes match.
20319         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
20320         Same.
20321
20322         * icall.c
20323         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
20324         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
20325         all systems have tm.tm_zone, so use strftime() with %Z to print
20326         the timezone abreviation into a temp string.
20327
20328         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
20329         rather than mono_array_addr() on a MonoString on Big Endian
20330         machines.
20331
20332 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
20333
20334         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
20335         fix bug 24041
20336
20337 2002-04-30  Dick Porter  <dick@ximian.com>
20338
20339         * socket-io.c: Cope with SOCKET being an integer rather than a
20340         pointer now.
20341
20342         * threads.c: Added Thread_free_internal, to deal with thread
20343         handle cleanup.  Moved calls to handle_store() and handle_remove()
20344         to start_wrapper(), so each can only be called once.  Allocate
20345         synchronisation blocks with GC_malloc(), and use GC finalisation
20346         to close the handles.
20347
20348         * icall.c: added System.Threading.Thread::Thread_free_internal
20349
20350 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20351
20352         * icall.c: support Environment.Exit, CommandLineArgs().
20353
20354 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20355
20356         * object.c, object.h: added mono_runtime_run_main () and
20357         mono_runtime_get_main_args () for use in System.Environment.
20358
20359 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20360
20361         * gc.c: fix thinko, enable actual finalization since the jit is now
20362         fixed.
20363
20364 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20365
20366         * gc.c, object.c: take into account that an object may be offset wrt the address
20367         returned by GC_malloc().
20368
20369 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
20370
20371         * image.c: handle files without entries in the assembly table (modules).
20372
20373 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
20374
20375         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
20376         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
20377         allowed to be null when it's System.Object class setup.
20378
20379 2002-04-27  Martin Baulig  <martin@gnome.org>
20380
20381         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
20382         if `tb->parent == NULL' rather than crashing.
20383
20384 2002-04-28  Nick Drochak  <ndrochak@gol.com>
20385
20386         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
20387         calling acos() where asin() should have been called.
20388
20389 2002-04-26  Martin Baulig  <martin@gnome.org>
20390
20391         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
20392         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
20393         there's a subdirectory called `System', but we don't want to read that
20394         subdirectory as an assembly.
20395
20396 2002-04-25  Martin Baulig  <martin@gnome.org>
20397
20398         * debug-symfile.c: Reflect latest MonoString changes.
20399
20400 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
20401
20402         * rand.c, rand.h: instance method icalls need to have an explicit
20403         this pointer as first argument in the C implementation.
20404
20405 2002-04-25  Nick Drochak <ndrochak@gol.com>
20406
20407         * icall.c: Fix typo in map for GetNonZeroBytes
20408
20409 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
20410
20411         * string-icalls.c : String does now passes unit tests without any 
20412         errors, the following changes has been made:
20413         
20414         Implemented replace methods.
20415         Renaming of methods to (try) follow the standard.
20416         Fixed compare ordinal
20417         Made all memory allocated directly to function instead of via icall function.
20418         Small performance fix in is_in_array function
20419                         
20420  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
20421
20422         c (mono_string_Internal_ctor_charp_int_int):
20423         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
20424         sindex < 0, throw ArgumentOutOfRangeException instead of
20425         ArgumentNullException.
20426
20427         Added new check for length == 0, however
20428         I need to make it return String.Empty from the C code.
20429         
20430         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
20431         that calculate the length for us here.
20432         
20433         (mono_string_Internal_ctor_sbytep_int_int): Replaced
20434         mono_string_new_utf16 with mono_string_new, since value is utf8.
20435
20436 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20437
20438         * object.c: register the object for finalization if needed.
20439         Allocate one more char in the string for the terminating 0 char.
20440
20441 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20442
20443         * class.c, class.h, image.c: check if a type implemenst a destructor.
20444         Use the proper key for array class lookups.
20445         * icall.c: register the icalls in the System.GC class.
20446         * gc.c, gc.h: GC-related functions and icalls.
20447
20448 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20449
20450         * icall.c:
20451         * socket-io.c:
20452         * unicode.c: free some strings gotten from mono_string_to_utf8 and
20453         changed a couple of free () by g_free ().
20454
20455         * decimal.c: one-liner in the comments for decimal2string ().
20456
20457 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
20458
20459         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
20460
20461 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
20462
20463         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
20464         * object.c (mono_runtime_invoke_array) : handle null in params
20465
20466 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
20467
20468         * string-icalls.c: fixed bug in split (one off bug)
20469
20470 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
20471
20472         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
20473         * icalls.c: added String::Equals as internal method
20474
20475 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
20476
20477         * threads.c: fixed bug in the double interlocked functions
20478
20479 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
20480
20481         * threads.c: implemented all of the new interlocked icalls.
20482         * string-icalls.c: fix a bug in insert.
20483         * icalls.c: added the icalls for interlocked, removed old string functions.
20484         
20485 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
20486
20487         * loader.c: fix off-by-one error when reading argument names.
20488
20489 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20490
20491         * profiler.c: win32 counter implementation (untested).
20492         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
20493         (the latter needs testing and more complete impl. from win32 folks).
20494
20495 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
20496
20497         * object.c: mono_array_new_full workaround mono_array_class_get
20498         problem.
20499
20500 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20501
20502         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
20503         * object.h (mono_string_chars): Changed casting type.
20504
20505 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20506
20507         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
20508                            method signatures to use gunichar2 instead of gint16.
20509
20510 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
20511
20512         * object.h, object.c: domain-specific versions of mono_object_new and
20513         mono_array_new.
20514
20515 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
20516
20517         * object.c: changed String layout
20518
20519         * string-icalls.c (mono_string_Internal_ctor_chara): added
20520         internal string constructors.
20521
20522 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
20523
20524         * threads.c: pass 'this' to the thread start routine.
20525
20526 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20527
20528         * string-icalls.c: fix IndexOf and LastIndexOf. Now
20529         InternalCompareStr don't call twice mono_string_cmp_char for the last
20530         character. Improved performance in mono_string_cmp_char.
20531
20532 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
20533
20534         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
20535         code into its own library: libmonoruntime.
20536
20537 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
20538
20539         * object.h, object.c: changed array format so that szarrays do not
20540         require a bounds structure.
20541         * icall.c, appdomain.c: support for new szarray format.
20542
20543 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
20544
20545         * metadata.c: compare also the retuns type when comparing signatures:
20546         we didn't do this as an optimization since really overloaded methods
20547         must differ also in the arguments, but this doesn't work with
20548         low-level IL code (or when using explicit conversion operators: see
20549         bug#23498 for an example).
20550
20551 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20552
20553         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
20554
20555 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
20556
20557         * icall.c: make MonoType::GetElementType its own icall.
20558
20559 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20560
20561         * icall.c: remove MonoMethod_get_Name().
20562         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
20563         object.
20564
20565 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20566
20567         * string-icalls.c: optimized a few methods.
20568
20569 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20570
20571         * icall.c: added all new string internal calls
20572         * string-icalls.c: added, new string internal call implementation.
20573         * object.c: added mono_string_new_size for allocating a string a size
20574
20575 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
20576
20577         * object.c (mono_object_isinst): use the same code as in the
20578         optimized x86 version.
20579
20580 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20581
20582         * profiler.c: TSC-based timer code (faster and more accurate).
20583         Not hooked up in configure, yet (set USE_X86TSC to 1).
20584
20585 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
20586
20587         * profiler.c, profiler.h: track time spent compiling methods.
20588         * threads.c: track thread creation/destruction.
20589
20590 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
20591
20592         * profiler.c, profiler.h, profiler-private.h: profiling interface
20593         and sample implementation. Moved here so that it can be used also by
20594         the jit.
20595
20596 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
20597
20598         * reflection.c, reflection.h: keep types and other handles separate in
20599         the hash tables for referred tokens. Add guid for modules.
20600
20601 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
20602
20603         * assembly.c: fix bugs found with valgrind.
20604         * metadata.h, metadata.c: added mono_metadata_guid_heap().
20605
20606 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
20607
20608         * threads: added icall support for getting current domain for
20609                    the thread.
20610  
20611 2002-04-13  Martin Baulig  <martin@gnome.org>
20612
20613         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
20614         (MonoDebugVarInfo): Added `index' field for register based addresses.
20615         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
20616         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
20617         `MonoDebugVarInfo *params' and `guint32 this_offset' with
20618         `MonoDebugVarInfo *this_var'.
20619
20620         * debug-symfile.c (relocate_variable): New static function to write
20621         a location description for a local variable or method parameter.
20622
20623 2002-04-12  Martin Baulig  <martin@gnome.org>
20624
20625         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
20626         stack offset and begin/end scope address of a local variable.
20627         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
20628         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
20629         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
20630
20631         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
20632         Added new relocation types for start/end scope of a local variable.
20633
20634 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20635
20636         * object.h: add mono_object_domain() macro.
20637         * reflection.c: handle typespecs.
20638         * icall.c: MonoMethod::get_Name() implementation.
20639
20640 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20641
20642         * icall.c: String::GetHashCode() icall implementation.
20643
20644 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20645
20646         * icall.c: String::IndexOfAny icall.
20647         * object.c, object.h: make array->max_length more useful.
20648         Intrduced mono_object_class() and mono_string_length() macros.
20649
20650 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20651
20652         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
20653         instead of g_unichar_isdigit.
20654
20655 2002-04-11  Nick Drochak  <ndrochak@gol.com>
20656
20657         * icall.c: Implement a simple Double.ToString().
20658
20659 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
20660
20661         * appdomain.h: only io-layer.h is supposed to be included.
20662         * icall.c: explicitly import environ. Fix warning.
20663
20664 2002-04-10  Nick Drochak  <ndrochak@gol.com>
20665
20666         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
20667                 return true even if it's not Daylight Savings time.
20668                 Only return false for the case where the function isn't
20669                 implemented for a plaform (read Windows).
20670
20671 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20672
20673         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
20674         data with a mutex.
20675
20676 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
20677
20678         * mempool.c (mono_mempool_alloc): only use g_malloc when
20679         absolutely necessary.
20680
20681 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
20682
20683         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
20684
20685         * class.c (mono_class_vtable): use domain mempool to allocate vtable
20686         (mono_class_proxy_vtable): use domain mempool
20687
20688 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
20689
20690         * appdomain.h, appdomain.c: split initialization that requires the
20691         execution engine support into mono_runtime_init().
20692
20693 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
20694
20695         * class.c (mono_class_init): don't include vtable inside MonoClass
20696         to save some memory, gather some statistics.
20697         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
20698
20699 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
20700
20701         * icall.c: internalcall implementation for ValueType.Equals().
20702
20703 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
20704
20705         * object.c (mono_message_init): moved 
20706         (mono_runtime_exec_main): new arch. independent impl.
20707         (mono_runtime_invoke_array): new method - like
20708         mono_runtime_invoke, but you can pass an array of objects.
20709         (mono_remoting_invoke): new arch. independent impl.
20710         (mono_message_invoke): new arch. independent impl.
20711         (mono_runtime_class_init): new arch. independent impl.
20712         (mono_runtime_object_init): new arch. independent impl.
20713
20714 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20715
20716         * metadata.c, object.c, reflection.c: documented the exported
20717         functions.
20718
20719 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
20720
20721         * icall.c: simpler code to pass the assembly builder data to corlib.
20722         Implement GetNestedTypes() internalcall.
20723
20724 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
20725
20726         * class.c: warn if a type can't be loaded.
20727
20728 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
20729
20730         * image.h: typedef MonoImageOpenStatus
20731         * types.h: removed unused file
20732         
20733 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
20734
20735         * icall.c: Enum_ToObject accepts enum value arguments.
20736
20737 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
20738
20739         * class.c: move initialization of properties, events and nested
20740         classes, so that they happen for interfaces, too.
20741
20742 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20743
20744         * icall.c: cleanup some ugly casts in Array_SetValue*.
20745
20746 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20747
20748         * icall.c: the values array fro enums is of the correct type, now.
20749         Implement (correctly) getFullName instead of assQualifiedName for
20750         MonoType.
20751         * reflection.h, reflection.c: added mono_type_get_name ().
20752
20753 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20754
20755         * assembly.c, image.h: for each MonoImage, record from wich assembly
20756         it was loaded.
20757         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
20758         Make Type.Assembly work.
20759
20760 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
20761
20762         * debug-symfile.h: use char* instead of gpointer to avoid
20763         unnecessary casts.
20764
20765         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
20766
20767         * icall.c (ves_icall_InternalExecute): impl. FielSetter
20768         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
20769
20770 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
20771
20772         * icall.c (mono_message_init): impl. (code cleanup)
20773         (ves_icall_InternalExecute): impl. FieldGetter
20774
20775         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
20776         defined we call all (non-static)methods through the vtable. 
20777
20778 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
20779
20780         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
20781         finalizer even though the memory is still referenced (and the chunk of
20782         memory is not freed).
20783
20784 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
20785
20786         * assembly.c: fix brokeness.
20787
20788 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
20789
20790         * class.c: kill some warnings. Check explicit interface method
20791         implementation also without considering the namespace.
20792         Load also literal strings in static class data.
20793
20794 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
20795
20796         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
20797         (default_assembly_name_resolver): Make the resolver take the
20798         "base" directory where the assembly was originally defined, so we
20799         can load DLLs that are in the same directory as the assembly that
20800         is being referenced.
20801
20802 2002-03-28  Dick Porter  <dick@ximian.com>
20803
20804         * file-io.h: 
20805         * file-io.c:
20806         * socket-io.c: 
20807         * unicode.h: 
20808         * unicode.c: Warning cleanups
20809
20810 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
20811
20812         * object.h, reflection.h: use the correct type instead of MonoObject.
20813
20814 2002-03-28  Martin Baulig  <martin@gnome.org>
20815
20816         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
20817         (mono_debug_update_symbol_file): Initialize classes if necessary.
20818
20819 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
20820
20821         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
20822         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
20823
20824 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
20825
20826         * assembly.h: fix function prototype.
20827         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
20828         * mono-endian.h: use const cast.
20829
20830 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
20831
20832         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
20833
20834 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
20835
20836         * loader.c: don't assert when a typeref can't be loaded, give
20837         a chance to the runtime to trow an exception instead.
20838         * loader.h: fix warning.
20839
20840 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
20841
20842         * class.c (mono_class_proxy_vtable): added proxy support
20843
20844 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
20845
20846         * icall.c: removed last of PAL calls, added System.Environment
20847         * file-io.h, file-io.c: MonoIO implementation
20848         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
20849
20850 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
20851
20852         * appdomain.c: do not use the byte marker in ldstr table lookup.
20853         * debug-helpers.c: allow two ':' to separate class and method name.
20854         * object.c: allocate arrays bounds with the GC, too.
20855         * verify: add a few more checks.
20856
20857 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
20858
20859         * reflection.c: output also literal strings. Allocate parameter data
20860         with GC_malloc() (thanks, Martin, for catching this!).
20861
20862 2002-03-26  Martin Baulig  <martin@gnome.org>
20863
20864         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
20865         include the `this' offset in the `param_offsets'.
20866
20867 2002-03-25  Martin Baulig  <martin@gnome.org>
20868
20869         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
20870         mono_debug_get_class() function to get the classes. Added new
20871         relocation types for arrays and strings.
20872         (mono_debug_get_class): New static function to search in all
20873         referenced assemblies for a metadata token.
20874
20875         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
20876
20877 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
20878
20879         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
20880         hold gc-allocated objects. Make the string heap a stream like the
20881         others. Removed duplicated code when writing stream info.
20882         Added asserts to catch possible buffer overflows. Set the sorted map
20883         for tables that need sorting. Added some documentation.
20884
20885 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
20886
20887         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
20888         for interned strings and vtables.
20889
20890 2002-03-24  Martin Baulig  <martin@gnome.org>
20891
20892         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
20893         it in the array since it was created with g_slist_prepend().
20894
20895 2002-03-24  Martin Baulig  <martin@gnome.org>
20896
20897         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
20898         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
20899         (mono_debug_method_from_token): Renamed to
20900         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
20901         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
20902
20903         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
20904         relocation types.
20905
20906         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
20907
20908 2002-03-24  Martin Baulig  <martin@gnome.org>
20909
20910         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
20911         (mono_debug_method_from_token): New func.
20912
20913         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
20914         New interncall, calls mono_debug_local_type_from_signature().
20915         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
20916         calls mono_debug_method_from_token().
20917
20918 2002-03-23  Martin Baulig  <martin@gnome.org>
20919
20920         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
20921         specifies the number of bytes to be converted, not the array size.
20922         Return the number of chars, not the number of bytes.
20923         (ves_icall_iconv_get_chars): The `byteCount' argument
20924         specifies the number of bytes to be converted, not the array size.
20925
20926 2002-03-23  Martin Baulig  <martin@gnome.org>
20927
20928         * reflection.h (MonoReflectionSigHelper): New type.
20929
20930         * reflection.c (mono_reflection_sighelper_get_signature_local),
20931         (mono_reflection_sighelper_get_signature_local): New functions.
20932
20933         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
20934         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
20935         interncalls.
20936
20937 2002-03-23  Martin Baulig  <martin@gnome.org>
20938
20939         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
20940         is_writeable is set.
20941         (mono_raw_buffer_update): New function to write the modified map
20942         back to disk.
20943
20944         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
20945
20946         * debug-symfile.c (mono_debug_update_symbol_file): Call
20947         mono_raw_buffer_update() when done writing.
20948
20949 2002-03-23  Martin Baulig  <martin@gnome.org>
20950
20951         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
20952
20953         * debug-symfile.c: Added support for arguments and local variables.
20954
20955 2002-03-23  Dick Porter  <dick@ximian.com>
20956
20957         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
20958         protected by ifdefs, hence breaking the w32 build.
20959
20960 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
20961
20962         * object.c: implement is_interned() the right way.
20963
20964 2002-03-21  Martin Baulig  <martin@gnome.org>
20965
20966         * debug-symfile.[ch]: New files to handle debugging information
20967         files. There's also support to dynamically update these symbol
20968         files to include machine dependent information.
20969
20970 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
20971
20972         * threads.c (mono_thread_create): new function to create thread
20973         from C
20974
20975 2002-03-20  Martin Baulig  <martin@gnome.org>
20976
20977         * icall.c (ves_icall_InternalInvoke): Create a new object if the
20978         method is a constructor.
20979         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
20980         points to ves_icall_InternalInvoke().
20981
20982 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
20983
20984         * file-io.c: Flush shouldn't throw exceptions.
20985
20986 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
20987
20988         * file-io.c: FileStream flush support; FileSetLength now
20989         restores file pointer.
20990
20991 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
20992
20993         * class.c: set image for pointer classes.
20994
20995 2002/03/19  Nick Drochak <ndrochak@gol.com>
20996
20997         * sysmath.c: Forgot one.
20998
20999 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
21000
21001         * sysmath.c: Avoid redefining existing names.
21002
21003 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
21004
21005         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
21006         handled by runtime as icall rather than dllimport from libm.so
21007         * file-io.c, file-io.h: fixed handle argument type.
21008
21009 2002-03-18  Dick Porter  <dick@ximian.com>
21010
21011         * reflection.c (mono_image_get_type_info): rename interface to
21012         iface, because of "#define interface struct" on windows.
21013
21014 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
21015
21016         * class.c, class.h: rename and export mono_ptr_class_get().
21017         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
21018         * reflection.c, reflection.h, icall.c: better/saner type name
21019         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
21020         method signatures.
21021
21022 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
21023
21024         * class.c (mono_class_init): removed hardcoded GHC_SLOT
21025
21026         * icall.c (ves_icall_InternalInvoke): impl.
21027
21028 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
21029
21030         * reflection.c: output the interface map table, too.
21031
21032 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
21033
21034         * class.c (class_compute_field_layout): separate computation of 
21035         static field layout
21036
21037 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
21038
21039         * icall.c: added System.Buffer support.
21040         * file-io.c: moved file icalls from PAL to FileStream.
21041
21042 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
21043
21044         * icall.c (ves_icall_System_Object_GetHashCode): impl.
21045
21046 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
21047
21048         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
21049
21050 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21051
21052         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
21053
21054 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
21055
21056         * debug-helpers.{c,h}: moved here from monograph some useful functions
21057         to locate a method by name/signature in a class or image. Included
21058         also a small and flexible IL disassembler.
21059
21060 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21061
21062         * reflection.c: fixup tokens in methods with small header size, too.
21063
21064 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
21065
21066         * object.c (mono_string_to_utf8): remove assert(!error), instead
21067         print a warning. 
21068
21069 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
21070
21071         * icall.c: update to the new mono_Array_class_get interface.
21072
21073 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
21074
21075         * appdomain.c, object.c: Boehm-GC enable.
21076         * icall.c: make get_data_chunk() support split data requests.
21077         Ensure a class is initialized in more cases. Return only the first
21078         property found in GetProperties() or the compiler gets confused. 
21079         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
21080         * reflection.h, reflection.c: add fixup mechanism for field and method
21081         tokens. Initialize assembly->typeref in a single place. Output
21082         properties after events. Support custom attributes for events, too.
21083         Typo fix for paramter custom attrs.
21084
21085 2002-03-07  Martin Baulig  <martin@gnome.org>
21086
21087         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
21088
21089 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
21090
21091         * class.c (mono_array_class_get): fix. for multi. dim. arrays
21092
21093 2002-03-06  Martin Baulig  <martin@gnome.org>
21094
21095         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
21096         non-zero lower bounds. See testcases #F10-#F13.
21097
21098 2002-03-05  Martin Baulig  <martin@gnome.org>
21099
21100         * exception.c (mono_get_exception_argument_out_of_range): New exception.
21101
21102         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
21103         ves_icall_System_Array_GetValue(), only calculate the absolute array position
21104         here.
21105         (ves_icall_System_Array_SetValue): Likewise.
21106         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
21107         as argument and does the actual work. This function is used when copying a
21108         multi-dimensional array.
21109         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
21110         now do all the widening conversions of value types.
21111         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
21112
21113 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21114
21115         * class.c: remove some magic numbers and use the smbolic names,
21116         instead. Added init_events() to load event info at class init time.
21117         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
21118         and mono_metadata_methods_from_event().
21119         * reflection.h, reflection.c: added support for writing out the evnets
21120         related information.
21121
21122 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
21123
21124         * reflection.h, icall.c: use a different method (GetInterfaces)
21125         to gather interface info and add isbyref, isprimitive and
21126         ispointer to the ves_icall_get_type_info() return value.
21127
21128 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
21129
21130         * class.h: stared adding support for events.
21131         * icall.c: split find_members implementation. Added debug icall to get
21132         the address of an object.
21133         * reflection.c: handle TypeBuilders in mono_type_get_object().
21134
21135 2002-03-01  Martin Baulig  <martin@gnome.org>
21136
21137         * icall.c (ves_icall_System_Array_GetLength): This must throw an
21138         ArgumentOutOfRangeException(), not an ArgumentException().
21139         (ves_icall_System_Array_GetLowerBound): Likewise.
21140         (ves_icall_System_Array_GetValue): Improved argument checking.
21141         (ves_icall_System_Array_SetValue): Improved argument checking.
21142
21143 2002-03-01  Martin Baulig  <martin@gnome.org>
21144
21145         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
21146         called with invalid arguments rather than just dying with g_assert().
21147         (ves_icall_System_Array_SetValue): Likewise.
21148         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
21149         raise a NotImplementedException instead.
21150         (ves_icall_System_Array_GetLength): Added argument checking.
21151         (ves_icall_System_Array_GetLowerBound): Added argument checking.
21152
21153 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
21154
21155         * object.h (mono_assert): new macros mono_assert and
21156         mono_assert_not_reached
21157
21158 2002-02-28  Martin Baulig  <martin@gnome.org>
21159
21160         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
21161         and "System::String::IsInterned" to "System::String::_IsInterned".
21162
21163 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
21164
21165         * icall.c: remove hacks for typebuilder. Added icall to create a
21166         modified type from a tybebuilder.
21167         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
21168         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
21169         to create a backing MonoClass for a TypeBuilder.
21170
21171 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21172
21173         * class.c, class.h: more refactoring of class init.
21174         Export mono_class_setup_mono_type() and mono_class_setup_parent().
21175
21176 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
21177
21178         * marshal.c, marshal.h: start of marshaling interface.
21179
21180 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
21181
21182         * icall.c: fix order in assembly qualified name icall.
21183
21184 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
21185
21186         * class.c: do not free str, since we store it in the hash table.
21187         * reflection.h: add label field to MonoILExceptionInfo.
21188         * reflection.c: handle references to more than one assembly. Handle
21189         case when there isn't a module created in the assembly.
21190
21191 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
21192
21193         * class.c: Fix typo. Start refactoring of class init code.
21194
21195 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
21196
21197         * appdomain.c: exit with 1 on error.
21198         * class.c: we already have the name in MonoClassField.
21199         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
21200         MonoStreamHeader instead of an offset of image->raw_metadata.
21201
21202 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
21203
21204         * appdomain.c (mono_init): Be even more descriptive about the error.
21205
21206 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
21207
21208         * appdomain.c: give the user an informative message when corlib can't
21209         be loaded.
21210
21211 2002-02-26  Martin Baulig  <martin@gnome.org>
21212
21213         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
21214         New icall to get the time zone data.
21215
21216 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21217
21218         * reflection.c: set virtual and raw size of section correctly.
21219         * threads.c: transfer domain information to newly created threads.
21220
21221 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
21222
21223         * class.c: when instancing a class in a domain, load the default
21224         vaules for static fields from the constant table. Fix System.Enum to
21225         not be an enum.
21226         * icall.c: implement Object::GetType() internalcall. Implemented
21227         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
21228         Fixed checking of binding flags in find_members().
21229         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
21230         * reflection.c: handle enumerations when writing to the constant
21231         table. Use a different object cache for types.
21232
21233
21234 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
21235
21236         * object.c (mono_object_isinst): fix for arrays
21237
21238         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
21239
21240 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
21241
21242         * object.c: don't use mprotect ()  and fix intern pool hash table
21243         lookup for big endian systems.
21244
21245 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21246
21247         * icall.c: change type_is_subtype_of () signature.
21248
21249 2002-02-21  Mark Crichton  <crichton@gimp.org>
21250
21251         * rand.c, rand.h: Added random number generator for
21252         System.Security.Cryptography classes.
21253
21254         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
21255
21256         * icall.c: Added System.Security.Cryptography calls.
21257
21258 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
21259
21260         * class.c, icall.c, metadata.c: better support for pointer types.
21261         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
21262         * reflection.c: Add support for getting custom attrs for properties
21263         and simplify some code.
21264
21265 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21266
21267         * icall.c: change getToken () and add custom attribute GetBlob()helper
21268         method.
21269         * reflection.h: add custom attrs array to the reflection builder structures.
21270         * reflection.c: encode and emit custom attributes for all the relevant
21271         reflection objects. Cache fieldref and methodref tokens. Change
21272         mono_image_create_token() interface to take a MonoDynamicAssembly.
21273         More complete custom attributes decoder. Load custom attributes for
21274         Assembly, Field, Method and Constructor objects, too. Make the
21275         returned array an Attribute[] one, not object[]. Added
21276         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
21277         custom attribute constructor.
21278
21279 2002-02-20  Dick Porter  <dick@ximian.com>
21280
21281         * icall.c:
21282         * rawbuffer.c:
21283         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
21284         problem code out for now).
21285
21286 2002-02-19  Radek Doulik  <rodo@ximian.com>
21287
21288         * object.c (mono_ldstr): use hash table to avoid multiple swapping
21289
21290 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
21291
21292         * icall.c: register the GetCustomAttributes method.
21293         * object.c, object.h: add mono_string_new_len ().
21294         * reflection.h, reflection.c: added mono_runtime_invoke(),
21295         mono_install_runtime_invoke(). Added
21296         mono_reflection_get_custom_attrs () to load custom attributes and
21297         create the attribute objects.
21298
21299 2002-02-19  Dick Porter  <dick@ximian.com>
21300         * threads-dummy-types.c:
21301         * threads-dummy-types.h:
21302         * threads-dummy.c:
21303         * threads-dummy.h:
21304         * threads-pthread-types.c:
21305         * threads-pthread-types.h:
21306         * threads-pthread.c:
21307         * threads-pthread.h:  Deleted obsolete files
21308
21309 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
21310
21311         * class.c (mono_class_vtable): runtime init the class when we
21312         allocate static class data.
21313
21314         * icall.c (ves_icall_System_Array_SetValue): check for null values.
21315
21316         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
21317         and String - but we will need generic marshalling support in the
21318         future. 
21319         (mono_init): set the domain name in a ms compatible way
21320
21321         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
21322         String[].
21323
21324 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
21325
21326         * object.c (mono_array_clone): use alloca() instead of g_malloc  
21327         for sizes
21328
21329         * appdomain.c (mono_domain_unload): impl.
21330
21331 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
21332
21333         * appdomain.c, object.c: fix intern pool implementation.
21334         * class.c: fix alignment code.
21335
21336 2002-02-16  Radek Doulik  <rodo@ximian.com>
21337
21338         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
21339         and s2 > s1, just copy lower bytes to be compatible with little
21340         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
21341         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
21342
21343         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
21344         force big_endian to be 1 for big endian machines 
21345         (ves_icall_iconv_new_decoder): ditto
21346
21347 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
21348
21349         * socket-io.c (convert_sockopt_level_and_name): If the system
21350         doesn't define SOL_IP or SOL_TCP, get them by hand using
21351         getprotobyname() and caching the values (because this could be a
21352         slow operation).
21353         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
21354         Use the appropriate struct when the system does support it. Ie,
21355         not all systems have struct ip_mreqn so use struct ip_mreq when
21356         appropriate.
21357
21358 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
21359
21360         * reflection.c: handle finally clauses.
21361
21362 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
21363
21364         * socket-io.c: use g_snprintf() instead of snprintf.
21365
21366 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
21367
21368         * reflection.c (mono_param_get_objects): Cast second argument to
21369         mono_method_get_param_names to a const char** to silence the
21370         compiler warning.
21371
21372         * appdomain.c (mono_domain_assembly_open): Put parens around the
21373         truth statement in the for-loop.
21374
21375         * unicode.c (iconv_convert): Got rid of a compiler warning about
21376         int i being unused when the system has a new iconv.
21377         (iconv_get_length): Same.
21378
21379         * image.c (load_class_names): Cast the second argument to
21380         g_hash_table_insert() to char* to hush compiler warnings about the
21381         arg being a const.
21382         (mono_image_open): Same here.
21383
21384         * socket-io.c: Don't conditionally include sys/filio.h or
21385         sys/sockio.h here anymore since we now get them from
21386         io-layer/io-layer.h
21387         (inet_pton): If the system doesn't support inet_aton, implement
21388         using inet_addr and also #define INADDR_NONE if it isn't defined
21389         by the system.
21390
21391 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
21392
21393         * metadata.c, metadata.h: added function to get packing and size info
21394         of a typedef.
21395         * reflection.h, reflection.c: handle field RVA data. Save info about
21396         the table layout if needed. Assign typedef indexes to all the types
21397         before dumping the info about them to avoid forward reference problems.
21398
21399 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
21400
21401         * socket-io.c (convert_sockopt_level_and_name): ifdef
21402         SO_ACCEPTCONN because it is not defined on my system (old debian)
21403
21404 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
21405
21406         * opcode.c: use stddef.h to get NULL.
21407
21408 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
21409
21410         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
21411         for FIONBIO, FIONREAD and SIOCATMARK.
21412         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
21413         define INADDR_NONE and besides, inet_addr() is deprecated and
21414         should not be used. Use inet_pton() instead - it also has the
21415         added bonus that it can easily handle IPv6 addresses as well.
21416         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
21417
21418 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
21419
21420         * decimal.c: remove _MSC_VER conditional.
21421
21422 2002-02-13  Dick Porter  <dick@ximian.com>
21423
21424         * socket-io.c: 
21425         * icall.c: Internal calls for Blocking, Select, Shutdown,
21426         GetSocketOption and SetSocketOption
21427
21428 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21429
21430         * assembly.cs: better resolver: use it instead of some kludgy
21431         code.
21432
21433 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
21434
21435         * reflection.c: the best way to speed-up the compiler is to avoid
21436         infinite loops.
21437
21438 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
21439
21440         * class.c (mono_class_vtable): changed the object layout
21441         (obj->vtable->class). 
21442         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
21443
21444 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21445
21446         * assembly.c: look for assemblies in the assembly dir, too.
21447
21448 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21449
21450         * class.c: fix thinko in mono_class_from_type().
21451
21452 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21453
21454         * exception.h, exception.c: added TypeLoadException.
21455         * object.h, object.c: added mono_array_clone ().
21456         * icall.c: handle throwOnError in AssemblyGetType().
21457         Added Array.Clone().
21458         * opcode.h, opcode.c: use a single value for the opcode val.
21459         Compile fix for non-gcc compilers.
21460
21461 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
21462
21463         * opcodes.c, opcodes.h: export interesting info about opcodes.
21464
21465 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
21466
21467         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
21468         icalls. 
21469
21470         * class.c (class_compute_field_layout): set element_class for enums
21471         (mono_class_create_from_typedef): set element_class for normal classes
21472
21473         * icall.c (ves_icall_System_Enum_get_value): impl.
21474
21475         * class.c (mono_class_create_from_typedef): do not set valuetype
21476         flag for System.ValueType and System.Enum
21477
21478 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
21479
21480         * unicode.c (iconv_convert): fix big endian problem.
21481
21482 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
21483
21484         * class.c: add asserts if we are ever going to scribble over memory.
21485         * socket-io.c: not all systems have AF_IRDA defined.
21486
21487 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
21488
21489         * class.c (class_compute_field_layout): do not consider static
21490         fields to compute alignment
21491
21492 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
21493
21494         * appdomain.c (mono_appdomain_get): impl.
21495         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
21496
21497 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
21498
21499         * icall.c: ignore "file://" prefix when loading an assembly.
21500
21501 2002-01-23  Dick Porter  <dick@ximian.com>
21502
21503         * socket-io.c:
21504         * icall.c:
21505         * Makefile.am: Added socket support
21506
21507 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
21508
21509         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
21510         code back.  This should return the assemblies that are loaded by
21511         the runtime on behalf of an application domain. 
21512
21513         The current implementation is still broken, it just returns every
21514         assembly loaded, but until we get real applications domain this
21515         will do.
21516
21517 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
21518
21519         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
21520         AppDomain object.
21521
21522 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
21523
21524         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
21525         the mono_class_from_name lookup.
21526         (ves_icall_get_parameter_info): ditto.
21527         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
21528         method.
21529         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
21530
21531 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
21532
21533         * class.c: load also nested classes on class init.
21534         System.ValueType instance methods gets passed boxed
21535         values, unless methods in derived classed that get a pointer to the
21536         data.
21537         * icall.c: use better name parsing code in GetType().
21538         * image.c, image.h: add mono_image_loaded ().
21539         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
21540         * reflection.c, reflection.h: added mono_reflection_parse_type().
21541
21542 2002-01-22  Veronica De Santis <veron78@interfree.it>
21543
21544         * icall.c : Added mapping of internal calls for Manual and Auto reset events
21545         * threads.c : Added the implementation of internal calls for events
21546         * threads.h : Added prototypes of internal calls for events
21547         
21548 2002-01-21  Radek Doulik  <rodo@ximian.com>
21549
21550         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
21551
21552 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
21553
21554         * class.c (mono_class_init): set min_align to 1 (instead of 0)
21555         (mono_class_value_size): use min_align
21556
21557 2002-01-20  Dick Porter  <dick@ximian.com>
21558
21559         * threads.h:
21560         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
21561         so it compiles on w32.
21562
21563 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
21564
21565         * metadata.c (mono_type_stack_size): impl.
21566
21567         * class.c (mono_class_get_field): impl. memberref token
21568
21569 2002-01-16 Veronica De Santis <veron78@@interfree.it>
21570
21571         * icall.h : Added the internal calls mapping for CreateMutex_internal
21572                     and ReleaseMutex_internal.
21573         * threads.h : Added the prototype of mutexes internal calls.
21574         * threads.c : Added the implementations of mutexes internal calls.
21575
21576 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
21577
21578         * metaparse.h: removed unused file.
21579         * reflection.c, reflection.h: added stream_data_align () function 
21580         to align data in streams and keep stream aligned. Add support for
21581         exception support in method headers.
21582
21583 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
21584
21585         * unicode.c: make iconv_convert () return the number of bytess written
21586         in the output buffer.
21587
21588 2002-01-15  Dick Porter  <dick@ximian.com>
21589         * threads.c: Make the runtime's idea of infinite timeouts coincide
21590         with the class library's
21591
21592         Fix a particularly egregious bug in mono_thread_cleanup(). That
21593         code was so utterly bogus it must have been written on a Monday.
21594
21595 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
21596
21597         * reflection.h: add subtypes field to TypeBuilder.
21598         * reflection.c: encode constants for literal fields.
21599         Handle subtypes. Fix user string token (and add a zero byte)
21600         at the end.
21601         
21602 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
21603
21604         * class.c (mono_class_init): bug fix: assign slot numbers for
21605         abstract methods.
21606
21607 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21608
21609         * reflection.c: don't try to output a code RVA for abstract methods.
21610         Small fixes for method header format. Output parameter info to the
21611         ParamDef table. Save method overriding info to MethodImpl table.
21612         Fix property support. Allow typedef.extends to be a type in the
21613         building assembly.
21614         * verify.c: fix off-by-one error.
21615
21616 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
21617
21618         * class.c: fix mono_class_from_mono_type () for szarray types.
21619         Remove unused cache check in mono_class_from_type_spec().
21620         * icall.c: *type_from_name () functions handle simple arrays and byref.
21621         * reflection.c: handle byref and szarray types. Handle methods without
21622         body (gets P/Invoke compilation working). Handle types and fields in
21623         get_token ().
21624         * reflection.h: add rank to MonoTypeInfo.
21625
21626 2002-01-10  Dick Porter  <dick@ximian.com>
21627
21628         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
21629         internal calls
21630
21631 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
21632
21633         * icall.c: initialize class in type_from_handle ().
21634         Loop also in parent classes for get_method ().
21635         * reflection.c: properly encode class and valuetype types.
21636         Start on encoding TypeBuilder types. Handle fieldrefs.
21637         Use correct length when registering a user string.
21638         Handle ConstructorBuilder and MonoMethod in get_token ().
21639         Make mono_type_get_object () aware of cached types.
21640         * object.c: back out change to mono_string_new ().
21641
21642 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
21643         * object.c: mono_string_new should return a NULL when the string 
21644         passed in is NULL -- not try to deference it.
21645         
21646 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
21647
21648         * icall.c: hack to make IsSubType work for TypeBuilders.
21649         * reflection.c: emit constructors before methods.
21650         Retrieve param names in mono_param_get_objects().
21651
21652 2002/01/05  Nick Drochak  <ndrochak@gol.com>
21653
21654         * Makefile.am: fix list of headers and sources so automake 1.5
21655         doesn't complain. Removed \# at end of list.
21656
21657 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
21658
21659         * reflection.c: get token for a method ref. Set return type of
21660         constructor to void.
21661         * loader.c: debug message.
21662         * class.c: typo fix.
21663
21664 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
21665
21666         * icall.c: fix array init with rank > 1. FindMembers
21667         loops in parent class as well.
21668         * image.c: do not insert nested types in name cache.
21669         * reflection.c: warning fix.
21670         * reflection.h: add override method (for interface impl).
21671
21672 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
21673
21674         * metadata.c: fix customattr decoding.
21675
21676 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
21677
21678         * rawbuffer.cs: Added native Win32 implementation, avoids using
21679         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
21680
21681 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
21682
21683         * class.c: make the low-level routines handle the cache.
21684
21685 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
21686
21687         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
21688
21689 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
21690
21691         * class.c: fix mono_array_element_size() for objects.
21692         * class.h, class.c: add properties to MonoClass and load them
21693         at init time.
21694         * icall.c: check with isinst() when assigning a value to an array
21695         instead of requiring the classes to match exactly.
21696         Implemented icall for System.Type::GetType().
21697         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
21698         enums. Handle bindingflags when looking for methods and fields.
21699         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
21700         and mono_metadata_methods_from_property().
21701         * reflection.h, reflection.c: added structures for propreties,
21702         parameters and enums. Implemented mono_property_get_object() and
21703         mono_param_get_objects().
21704
21705 2001-12-18  Dick Porter  <dick@ximian.com>
21706
21707         * file-io.c: Use mono_string_to_utf16() instead of
21708         mono_string_chars()
21709
21710         * object.c: Added mono_string_to_utf16(), which copies the non
21711         NULL-terminated MonoString into a new double-null-terminated
21712         buffer.
21713
21714 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
21715
21716         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
21717
21718 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
21719
21720         * file-io.c: raise exceptions if handle is invalid.
21721
21722 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
21723
21724         * assembly.c: yet another check for mscorlib.
21725         * class.c, class.h: load nesting info for classes.
21726         * icall.c: many new functions to support the Reflection classes.
21727         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
21728         * reflection.h, reflection.c: mono_image_create_token(),
21729         mono_assembly_get_object(), mono_type_get_object(),
21730         mono_method_get_object(), mono_field_get_object(): methods to return
21731         objects that parallel the C representation of assemblies, types,
21732         methods, fields.
21733
21734 2001-12-11  Dick Porter  <dick@ximian.com>
21735
21736         * icall.c:
21737         * file-io.c: Internal calls for file IO.
21738
21739 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
21740
21741         * tabledefs.h: missing FileAttributes.
21742         * verify.h, verify.c: use is_valid_string () to simplify and check for
21743         valid strings more correctly. Fix warnings and speeling.
21744         Check more tables: Filed, File, ModuleRef, StandAloneSig.
21745         Check code: branches, maxstack, method calls.
21746
21747 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
21748
21749         * object.c (mono_object_allocate): removed static, so that the jit
21750         can allocate value types.
21751
21752         * icall.c (ves_icall_System_DateTime_GetNow): impl.
21753
21754 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
21755
21756         * class.c: init enum types right away and register the
21757         token->MonoClass map in mono_class_create_from_typedef ().
21758         * verify.h, verify.c: first cut of the verifier.
21759         * pedump.c: add --verify switch to verify metadata tables.
21760         * tabledefs.h: add some missing enums.
21761
21762 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
21763
21764         * class.c (mono_install_runtime_class_init): impl.
21765         (mono_class_init): renamed mono_class_metadata_init to
21766         mono_class_init, also removed the metadata_inited flag
21767
21768         * object.c (mono_object_isinst): use faster algorithm
21769
21770 2001-11-30  Radek Doulik  <rodo@ximian.com>
21771
21772         * mono-endian.h: reverted last change
21773         added function prototypes
21774
21775         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
21776         add mono-endian.c back
21777
21778         * mono-endian.c: returned back, as Paolo pointed out, it's needed
21779         for unaligned access, I've mistaked it with endianess. I am
21780         sorry.
21781         (mono_read16): fix reverted endianess
21782         (mono_read64): ditto
21783         (mono_read32): ditto
21784
21785 2001-11-30  Dick Porter  <dick@ximian.com>
21786
21787         * exception.c: Implement mono_exception_from_name()
21788
21789 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
21790
21791         * metadata.h, metadata.c: remove params_size and locals_size and their
21792         calculation from the metadata code: they are only usefult to the
21793         interp.
21794
21795 2001-11-29  Radek Doulik  <rodo@ximian.com>
21796
21797         * object.c (mono_ldstr): swap bytes here, it's probably not the
21798         best place, but works for me now, I'll redo it once I know mono
21799         better, also note that I add PROT_WRITE and don't reset back, also
21800         note that it's only affects big endians, so x86 should be OK
21801
21802         * mono-endian.h (read16): use just glib macros for both endians
21803
21804         * mono-endian.c: removed as glib macros are used in in
21805         mono-endian.h so we don't need to care about endianess for read
21806         macros as glib does that for us already
21807
21808 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
21809
21810         * class.h, class.h: take minimum alignment into consideration so
21811         that the fields of a class remain aligned also when in an array.
21812
21813 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
21814
21815         * loader.h, loader.c: add mono_method_get_param_names().
21816         * class.c: 0-init class fields.
21817
21818 2001-11-26  Dick Porter  <dick@ximian.com>
21819
21820         * icall.c:
21821         * threads-types.h:
21822         * threads.c: New file that handles System.Threading on all platforms
21823
21824         * object.c: 
21825         * object.h: Remove the synchronisation struct from MonoObject,
21826         replace it with a pointer that gets initialised on demand
21827
21828         * Makefile.am: Replace all the system-specific threading code with
21829         a single file that uses the new wrapper library
21830
21831 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
21832
21833         * class.c, class.h: add mono_install_trampoline() so that the runtime
21834         can register a function to create a trampoline: removes the ugly
21835         requirement that a runtime needed to export arch_create_jit_trampoline.
21836         * object.h, object.c: added mono_install_handler() so that the runtime
21837         can install an handler for exceptions generated in C code (with
21838         mono_raise_exception()). Added C struct for System.Delegate.
21839         * pedump.c: removed arch_create_jit_trampoline.
21840         * reflection.c: some cleanups to allow registering user strings and
21841         later getting a token for methodrefs and fieldrefs before the assembly
21842         is built.
21843         * row-indexes.h: updates and fixes from the new ECMA specs.
21844
21845 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
21846
21847         * class.h, class.c: add enum_basetype field to MonoClass.
21848         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
21849         to get index in the constant table reated to a field, param or
21850         property.
21851         * reflection.h, reflection.c: handle constructors. Set public-key and
21852         version number of the built assembly to 0.
21853         * row-indexes.h: update from new ECMA spec.
21854
21855 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
21856
21857         * class.h, class.c: add a max_interface_id to MonoClass.
21858         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
21859         since it's used to do that. Added mono_type_type_from_obj().
21860         Make GetType() return NULL instead of segfaulting if the type was not
21861         found. Handle simple arrays in assQualifiedName.
21862         * object.h: add a struct to represent an Exception.
21863         * reflection.c: output call convention in method signature.
21864         Add code to support P/Invoke methods and fixed offsets for fields.
21865
21866 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
21867
21868         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
21869         the value.
21870         * icall.c: use mono_array_addr instead of array->vector: fixes the
21871         reflection image writing.
21872         * reflection.c: init call convention byte to 0 in method signature.
21873         Encode the property signature. Don't output property-related methods
21874         twice. Really process the properties for a type (don't cast a field to
21875         a property, my mom always told me that).
21876         Fix 64 bit issues in pointer alignment in a different and more
21877         readable way.
21878
21879 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
21880
21881         * loader.h: Removed type class from MonoDefaults, added monotype
21882
21883         * loader.c: Loaded MonoType, removed loading of Type
21884
21885         * icall.c (my_mono_new_object): Now returns a System.MonoType,
21886         and fills in System.Type._impl with a RuntimeTypeHandle rather
21887         than the actual MonoClass *
21888
21889         (ves_icall_type_from_handle): change from type_class to
21890         monotype_class
21891
21892         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
21893         implemented
21894
21895         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
21896         implemented
21897
21898         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
21899
21900         (ves_icall_System_Reflection_Assembly_GetType): implemented
21901
21902         (ves_icall_System_MonoType_assQualifiedName): implemented
21903
21904         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
21905
21906 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
21907
21908         * assembly.c (mono_assembly_open): Implement a cache for the
21909         assemblies. 
21910
21911         (mono_assembly_close): only destroy the assembly when the last
21912         reference is gone.
21913         
21914 2001-11-09  Dick Porter  <dick@ximian.com>
21915
21916         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
21917
21918 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
21919
21920         * class.c (mono_class_metadata_init): bug fix: compute the right slot
21921
21922 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
21923
21924         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
21925         from Martin Weindel.
21926         * object.h: add mono_string_chars ().
21927
21928 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
21929
21930         * reflection.c (build_compressed_metadata): Eliminates warnings
21931         and uses 64-bit clean code.
21932
21933         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
21934         (mono_type_equal): Change signature to eliminate warnings.
21935
21936 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
21937
21938         * icall.c, loader.c: remove the internalcall array constructors.
21939         Changes to match the new MonoArray structure.
21940         * object.h, object.c: an array object doesn't allocate an extra
21941         vector. Add mono_array_new_full () to create jagged arrays easily.
21942
21943 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
21944
21945         * metadata.h, metadata.c: add mono_metadata_field_info () to
21946         retreive all the info about a field from vairous tables.
21947         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
21948         * class.h, class.c: augment MonoClassField with more info.
21949         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
21950         policy and load a field's RVA if needed.
21951
21952 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
21953
21954         * class.c (mono_class_metadata_init): create a trampoline for all
21955         virtual functions instead of actually compiling them.
21956
21957 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
21958
21959         * class.h, class.c: include name in MonoClassField.
21960         * class.c: fix fundamental type of System.Object and System.String.
21961         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
21962         tokens in ldtoken.
21963         * icall.c: remove internalcalls for the Reflection stuff that is now
21964         done in C# code.
21965         * loader.c: mono_field_from_memberref () implementation.
21966         * mono-endian.c: thinko (s/struct/union/g).
21967         * object.c, object.h: make the mono_string_* prototypes actually use
21968         MonoString instead of MonoObject.
21969         * reflection.c, reflection.h: updates for changes in the reflection
21970         code in corlib: we use C structures that map to the actual C# classes.
21971         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
21972         fat method header if needed and use the info from the ILGenerator for
21973         methods. Handle fields in types. Misc fixes.
21974
21975 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
21976
21977         * class.c (mono_class_metadata_init): bug fix: always allocate
21978         space for static class data
21979
21980 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
21981
21982         * class.c (mono_compute_relative_numbering): use relative
21983         numbering to support fast runtime type checks.
21984
21985 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
21986
21987         * class.c (mono_class_create_from_typeref): added debugging output
21988         to print class name when MonoDummy is returned instead of real class
21989
21990 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
21991
21992         * class.c (mono_class_metadata_init): interface offset table now
21993         contains pointers into the vtable - this is more efficient for the jit
21994
21995 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
21996
21997         * class.c (mono_class_metadata_init): use a temporary vtable (the
21998         old algorithm only worked for the interpreter, but not for the jit)
21999
22000 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
22001
22002         * loader.c (method_from_memberref): use mono_class_get to get the
22003         class of an array instead of using System.Array directly.
22004         (mono_get_method): also add MEMBERREF methods to the method cache
22005         which usefull for arrays.
22006
22007 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
22008
22009         * pedump.c (arch_compile_method): added to compute vtable entry
22010
22011         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
22012         number of interfaces.
22013         
22014         * class.h: merged MonoArrayClass into MonoClass
22015
22016         * class.c (mono_class_create_from_typedef): compute the vtable size and
22017         allocate space to include the vtable inside MonoClass
22018         (mono_class_metadata_init): initialize the vtable
22019
22020 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
22021
22022         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
22023         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
22024         * image.c: endian fixes by Laurent Rioux.
22025         * object.h, object.c: rename MonoStringObject to MonoString and
22026         MonoArrayObject to MonoArray. Change some function names to conform to
22027         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
22028         guint16* as first argument, so don't use char*.
22029         Provide macros to do the interesting things on arrays in a portable way.
22030         * threads-pthread.c: updates for the API changes and #include <sched.h>
22031         (required for sched_yield()).
22032         * icall.c: updates for the API changes above.
22033         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
22034         platforms that need them.
22035
22036 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
22037
22038         * class.c: set the correct type for all the fundamental
22039         type when loading the class.
22040
22041 2001-10-05  Dick Porter  <dick@ximian.com>
22042
22043         * threads-pthread.c (pthread_mutex_timedlock): Simple
22044         compatibility version for C libraries that lack this call.
22045
22046 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22047
22048         * class.c: MonoTypes stored in MonoClass are stored as
22049         fundamental MonoTypes when the class represents a
22050         fundamental type (System.Int32, ...).
22051         The TypeHandle return by ldtoken is a MonoType*.
22052         * icall.c: ves_icall_get_data_chunk () write out all the
22053         PE/COFF stuff. Implement ves_icall_define_method (),
22054         ves_icall_set_method_body (), ves_icall_type_from_handle ().
22055         * image.c: properly skip unknown streams.
22056         * loader.h, loader.c: add type_class to mono_defaults.
22057         * metadata.c, metadata.h: export compute_size () as
22058         mono_metadata_compute_size () with a better interface.
22059         Typo and C&P fixes.
22060         * pedump.c: don't try to print the entry point RVA if there is no entry point.
22061         * reflection.c, reflection.h: many cleanups, fixes, output method
22062         signatures and headers, typedef and typeref info, compress the metadata
22063         tables, output all the heap streams, cli header etc.
22064         * row-indexes.h: typo fixes.
22065
22066 2001-10-04  Dick Porter  <dick@ximian.com>
22067
22068         * object.h: Add a synchronisation mutex struct to MonoObject
22069
22070         * object.c (mono_new_object): Initialise the object
22071         synchronisation mutexes
22072
22073         * icall.c: System.Threading.Monitor internal calls
22074         
22075         * threads-pthread.h:
22076         * threads-pthread.c: System.Threading.Monitor internal calls
22077
22078         * threads-types.h: New file, includes the system-specific thread
22079         structures
22080         
22081         * threads-pthread-types.h:
22082         * threads-pthread-types.c: New files, handle pthread-specific
22083         synchronisation types
22084
22085         * threads-dummy-types.h: 
22086         * threads-dummy-types.c: New files of dummy support for
22087         thread-specific types
22088
22089         * metadata.c:
22090         * image.c:
22091         * pedump.c: include mono-endian.h not endian.h
22092         
22093         * Makefile.am: More threads files.
22094         Name mono-endian.h not endian.h
22095
22096 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
22097
22098         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
22099         stuff and implement a few more bits.
22100         * icall.c: a field needs to be dereferenced twice. Do not use the same
22101         name for two variables in the same scope.
22102         * image.c, image.h: cleanups.
22103
22104 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
22105
22106         * class.c (mono_class_metadata_init): bug fix: compute the right size
22107
22108 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
22109
22110         * icall.c: implemented some of the Reflection internalcalls.
22111         * image.c, image.h: start writing out the PE/COFF image.
22112         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
22113         that does the reverse than decode_blob_size ().
22114         * object.c: use mono_metadata_encode_value (). Move here
22115         temporary implementation of mono_string_to_utf8 ().
22116         * rawbuffer.c: make malloc_map static.
22117
22118 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22119
22120         * metadata.c: fix type comparison for arrays.
22121         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
22122         Added a couple of new classes to monodefaults.
22123         * icall.c: added a couple of Reflection-related internalcalls.
22124         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
22125         Added a byval_arg MonoType to MonoClass.
22126
22127 2001-09-28  Dick Porter  <dick@ximian.com>
22128
22129         * icall.c:
22130         * threads-pthread.h: 
22131         * threads-pthread.c: Implemented internal calls for
22132         LocalDataStoreSlot operations.  Applied mutexes around all shared
22133         data.  Reworked the thread creation and Start() operations to
22134         avoid a race condition.
22135         
22136         * threads-dummy.h:
22137         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
22138
22139 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
22140
22141         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
22142
22143 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
22144
22145         * class.c, loader.c: warn and return NULL instead of erroring out.
22146         * icall.c: added System.AppDomain::getCurDomain().
22147         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
22148
22149 2001-09-25  Dick Porter  <dick@ximian.com>
22150
22151         * threads-pthread.h:
22152         * threads-pthread.c: Implemented timed thread joining and added
22153         System.Threading.Thread::Join_internal internal call
22154
22155         * icall.c: Added System.Threading.Thread::Join_internal internal call
22156
22157         * threads-dummy.h:
22158         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
22159
22160 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
22161
22162         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
22163         mono_string_intern () to implement the semantics of the ldstr opcode
22164         and the interning of System.Strings.
22165         * icall.c: provide hooks to make String::IsIntern and String::Intern
22166         internalcalls.
22167
22168 2001-09-23  Dick Porter  <dick@ximian.com>
22169
22170         * threads-dummy.c: 
22171         * threads-dummy.h: New files of dummy threading routines
22172
22173         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
22174         support code based on system specifics
22175
22176         Rename PTHREAD_LIBS to THREAD_LIBS
22177         
22178 2001-09-23  Dick Porter  <dick@ximian.com>
22179
22180         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
22181         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
22182         internal calls.
22183         (mono_thread_init): Set up a Thread object instance to return when
22184         the main thread calls Thread.CurrentThread
22185         (mono_thread_cleanup): Wait for all subthreads to exit
22186
22187         * icall.c: New internal calls for System.Threading.Thread::Sleep
22188         (including Schedule) and CurrentThread
22189
22190         * threads.h: New file, to insulate thread-specific stuff from the
22191         rest of the code
22192
22193 2001-09-21  Dick Porter  <dick@ximian.com>
22194
22195         * threads-pthread.h: 
22196         * threads-pthread.c: New file, for handling pthreads-style
22197         threading support.  Start() now starts a new thread and executes
22198         the ThreadStart delegate instance.
22199
22200         * icall.c: Added the internalcall for
22201         System.Threading.Thread::Start_internal
22202
22203         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
22204
22205 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
22206
22207         * loader.c: work around the different signatures for delegates
22208         constructors csc generates in compiled code vs the ones compiled in mscorlib.
22209
22210 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
22211
22212         * class.h, class.c: add mono_class_get_field_from_name ().
22213         * *: Fix C comments and other ANSI C issues.
22214
22215 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
22216
22217         * endian.h, assembly.c: fix some endianness issues.
22218
22219 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
22220
22221         * loader.h, load.c: add delegate_class to mono_defaults.
22222         Handle runtime provided methods in mono_get_method ().
22223
22224 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
22225
22226         * loader.c (mono_get_method): use pinvoke for internal call
22227
22228         * icall.c: use pinvoke for internal call
22229
22230         * loader.c (method_from_memberref): set the method name
22231
22232 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
22233
22234         * metadata.c: help the compiler generate better code for
22235         mono_class_from_mono_type ().
22236
22237 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
22238
22239         * class.c (mono_class_metadata_init): delayed computing of the
22240         class size to mono_class_metadata_init ()
22241
22242 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
22243
22244         * class.c, class.h: add an interfaces member to MonoClass.
22245         * image.c, image.h: add assembly_name field to MonoImage
22246         from the assembly table.
22247         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
22248
22249 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
22250
22251         * class.c: Handle Array in mono_class_from_mono_type ().
22252         * metadata.c, pedump.c: some endian fixes.
22253
22254 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
22255
22256         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
22257         * metadata.c: fix small problem introduced with the latest commit.
22258
22259 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
22260
22261         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
22262         We don't need a MonoMetadata pointer anymore to compare signatures in
22263         mono_metadata_signature_equal (), update callers.
22264         Reduced memory usage an number of allocations for MonoMethodHeader and
22265         MonoMethodSignature.
22266
22267 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
22268
22269         * metadata.c: added compare for szarray.
22270
22271 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
22272
22273         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
22274         and add a couple more types to it and mono_defaults. Give an hint on
22275         classes that need implementing in our corlib and are referenced
22276         in mscorlib.
22277
22278 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
22279
22280         * class.h, class.c: keep track if a class is also an Enum.
22281         * loader.c: Implement a couple more types for use in libffi
22282         marshalling. Gives better diagnostics when failing to dlopen
22283         a library. Set method->klass for P/Invoke methods, too.
22284
22285 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
22286
22287         * class.c, class.h: add a MonoType this_arg to MonoClass that
22288         represents a pointer to an object of the class' type that
22289         can be used by the interpreter and later the type cache.
22290         Add best guess alignment info for valuetype objects.
22291
22292 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
22293
22294         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
22295         into MonoType: one less level of indirection and allocation and
22296         simplifies quite a bit of code. Added cache for MonoTypes that are
22297         used frequently, so that we don't need to allocate them all the time.
22298
22299 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
22300
22301         * class.c (mono_class_create_from_typedef): System.Enum is also a
22302         value type, although it does not derive from System.ValueType
22303         (maybe a bug in the ms compiler?)
22304
22305         * metadata.c (mono_type_size): return the right size for value types
22306
22307         * loader.c (mono_get_method): only initialize method header if not abstract
22308
22309         * class.c (mono_class_from_mono_type): use mono_default values. 
22310
22311 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
22312
22313         * *: use MonoClass pointers instead of <type_tokens>
22314         
22315         * class.h: new flag: metadata_inited.
22316
22317         * class.c (mono_class_metadata_init): impl.
22318         (mono_class_instance_size): impl.
22319         (mono_class_data_size): impl.
22320
22321 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22322
22323         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
22324         MonoClass now has the name and name_space fields. 
22325         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
22326         mono_get_method () takes and optional MonoClass as argument.
22327         Removed mono_typedef_from_name() and added mono_class_token_from_name()
22328         instead that takes advantage of a map from class names to typedef
22329         tokens in MonoImage.
22330
22331 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
22332
22333         * metadata.c: zero is not a valid alignment boundary.
22334         Merge MONO_TYPE_VOID in default decoding code.
22335
22336 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
22337
22338         * image.h: merged MonoMetadata into MonoImage
22339
22340         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
22341         identify the type of elements.
22342
22343 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
22344
22345         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
22346         * cil-coff.h: split MonoMSDOSHeader and add size info.
22347         * image.c: add some consistency checks.
22348         * metadata.c: fix row size computation: one programmer
22349         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
22350         add explanation for the locator routine.
22351         Fix decoding of size in method header.
22352         
22353 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
22354
22355         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
22356         (g_concat_dir_and_file): Bring g_concat_dir_and_file
22357         function from gnome-libs.  This uses the right path separator
22358         based on the OS, and also works around a bug in some systems where
22359         a double slash is not allowed. 
22360         (default_assembly_name_resolver): Use g_concat_dir_and_file
22361         (mono_assembly_open): ditto.
22362
22363 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
22364
22365         * metadata.c (mono_metadata_signature_equal): impl.
22366
22367         * *: void is now a realy MonoType (instead of using NULL)
22368         
22369         * metadata.c (do_mono_metadata_parse_type): use
22370         mono_metadata_parse_type to parse void value.
22371
22372 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
22373
22374         * metadata.c, metadata.h: in the signature and method header store
22375         only the space required for holding the loca vars and incoming arguments.
22376
22377 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
22378
22379         * metadata.c (do_mono_metadata_parse_type): treat void like any
22380         other type (instead of assigning NULL);
22381
22382 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
22383
22384         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
22385
22386 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
22387
22388         * image.c (do_mono_image_open): added a cache for arrays.
22389
22390 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
22391
22392         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
22393         decode a single column from a row in a metadata table and changes
22394         to take advantage of it in the typedef locator (gives a nice speed up).
22395         Store offset info for function params.
22396
22397 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
22398
22399         * image.h (MONO_IMAGE_IS_CORLIB): removed 
22400
22401 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
22402
22403         * assembly.c: how could mono_assembly_close () had ever worked?
22404         * metadata.c, metadata.h: provide offset info for local vars.
22405         Implement mono_type_size () to take care of alignment as well
22406         as size (it was mono_field_type_size in cli/class.c before).
22407
22408 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
22409
22410         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
22411
22412         * assembly.h (CORLIB_NAME): set to corlib.dll
22413
22414         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
22415
22416 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
22417
22418         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
22419         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
22420         tokentype.h: massive namespace cleanup.
22421
22422 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
22423
22424         * metadata.h, metadata.c: decode exception clauses when parsing method header.
22425
22426 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
22427
22428         * metadata.c (mono_metadata_free_type): added check for type !=
22429         NULL (void) before calling mono_metadata_free_type()
22430
22431 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
22432
22433         * metadata.h, row_indexes.h: added header with enumerations to use
22434         to index in the columns from tables in metadata and to decode coded
22435         tokens: we should start using this instead of embedding magic numbers
22436         all over the code.
22437
22438 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
22439
22440         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
22441         Move metadata_t info from cli_image_info_t to MonoImage, where
22442         it's easily accessible. Changed all the uses accordingly.
22443         Added the method and class caches to MonoImage.
22444         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
22445         and mono_metadata_decode_value () signature to be more consistent
22446         with the other parse functions (and simplify code). Taken advantage
22447         of zero-length array allocation with GCC. Removed reduntant (and
22448         wrong) MonoFieldType struct and use MonoParam instead. Changed
22449         mono_metadata_parse_field_type () to use common code for parsing.
22450         Added mono_metadata_typedef_from_field () and
22451         mono_metadata_typedef_from_method () to lookup a typedef index from a
22452         field or method token.
22453         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
22454
22455 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
22456
22457         * metadata.c (mono_metadata_parse_field_type): Implement. 
22458         (do_mono_metadata_parse_type): Split engine from
22459         mono_metadata_parse_type, so that we can create smaller structures
22460         for things that just have one pointer to the MonoType (look at
22461         the MonoFieldType)
22462
22463 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
22464
22465         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
22466         as Jan Gray found out, it is incorrect. 
22467
22468 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
22469
22470         * assembly.c: Implement asssembly loading.  This loads an image
22471         and loads all the referenced assemblies.  Come to think of it, we
22472         could always do lazy loading of the assemblies. 
22473
22474         * image.c (mono_image_open): Keep loaded images in a hashtable.
22475
22476         * image.h (MonoImage): Add reference count.
22477
22478 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
22479
22480         * assembly.c (mono_assembly_open): Keep track of the file name in
22481         case the assembly has no ASSEMBLY table.
22482
22483         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
22484         from get.c here.
22485
22486 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
22487
22488         * metadata.c, metadata.h: decode local vars in method header
22489         parse function. Change callers accordingly.
22490
22491 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
22492
22493         * metadata.h, cil-coff.h: protect against multiple inclusion.
22494         Added some new structures to hold information decoded from metadata:
22495         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
22496         and relevant decoding/free functions.
22497         * metadata.c: implement decoding functions. Add warning for out of bounds
22498         index in mono_metadata_locate(). Implement mono_get_method () to retreive
22499         all the info about a method signature and invocation. Remove check on
22500         uninitialized local var in parse_mh() and fix memory leak.
22501
22502 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
22503
22504         * metadata.h: More macros.
22505
22506         * tokentype.h: New file.
22507
22508 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
22509
22510         * assembly.c: added a consistency check and initialize
22511         some structures with g_new0().
22512         * metadata.c: fixed a couple more bugs in table size computation
22513         and add other checks for out-of bound access to metadata.
22514
22515 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
22516
22517         * metatada.c: fix bugs computing table sizes. Spew a
22518         warning when index in string heap is out of bounds.
22519
22520 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
22521
22522         * metadata.h: Add a couple of macros to manipulate tokens. 
22523
22524 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
22525
22526         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
22527         cli_section_tables).
22528
22529 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
22530
22531         * metadata.c (mono_metadata_user_string): New function, provides
22532         access to the UserString heap. 
22533
22534 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
22535
22536         * metadata.c: Add inline documentation.
22537
22538 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
22539
22540         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
22541         files. 
22542
22543 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
22544
22545         * typeattr.h: New file, TypeAttribute flags. 
22546
22547 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
22548
22549         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
22550         mono_assembly_ensure_section): Section loading code.
22551         (load_section_tables): Load the sections.
22552
22553         * mono/metadata/metadata.c (mono_metadata_locate_token,
22554         mono_metadata_locate): Functions to locate the information
22555         definition given a token or a table and an index.
22556         (mono_metadata_compute_table_bases): New.
22557         (compute_size): New function to compute the sizes of the various
22558         tables.
22559
22560         * mono/metadata/metadata.h: Finish listing the different index
22561         types. 
22562
22563         * mono/metadata/pedump.c: Improve to dump new information.
22564
22565 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
22566
22567         * mono/metadata/metadata.c: Entered all the tables matching
22568         Beta2. 
22569
22570         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
22571
22572
22573