2007-09-25 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / metadata / ChangeLog
1 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
2
3         * verify.c: Support for verifying VAR and MVAR types, 
4
5 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
6
7         * icall.c (ves_icall_get_property_info): Set the reflected type of the
8         accessors correctly.
9
10 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
11
12         * threads.c: support OSX and other systems in
13         mono_thread_get_stack_bounds (bug #328026).
14
15 2007-09-25  Martin Baulig  <martin@ximian.com>
16
17         * mono-debug.h
18         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
19
20 2007-09-24  Martin Baulig  <martin@ximian.com>
21
22         * mono-debug.h
23         (MonoDebugClassEntry): Moved the definition of this struct into
24         mono-debug.c to make it private.
25
26         * mono-debug.c
27         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
28         type table per symbol file, we don't need to store the symfile id
29         any longer.
30
31 2007-09-24  Martin Baulig  <martin@ximian.com>
32
33         Create one type table per symbol file, since a `MonoClass *' gets
34         invalid when its image is unloaded.
35
36         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
37         (MonoDebugHandle): Added `type_table'.
38
39 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
40
41         * mempool.c, mempool.h: added mono_mempool_new_size () API
42         to be able to specify a smaller initial size for the pool.
43         Adjusted the code to slowly increase pool size before using
44         the previous default size.
45         * image.c: use a small initial size for image mempools.
46
47 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
48
49         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
50         Fixes ##320990.
51
52         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
53         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
54
55 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
56
57         * metadata.c (mono_type_create_from_typespec): Remove an invalid
58         free. Fixes #327438.
59
60 2007-09-21  Raja R Harinath  <harinath@gmail.com>
61
62         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
63         generic instantiations, etc.
64         <MONO_TYPE_ARRAY>: Likewise.
65
66 2007-09-21  Martin Baulig  <martin@ximian.com>
67
68         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
69         these structs were never defined.
70         (MonoDebugHandle): Removed the `_priv' field, it was never used.
71
72 2007-09-21  Martin Baulig  <martin@ximian.com>
73
74         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
75
76 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
77
78         * image.c: removed the guid hash tables: we can get the same info
79         without the additional memory usage hit (partially fixes also bug #327052).
80
81 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
82
83         * profiler.h, profiler-private.h, profiler.c: add a new profiler
84         event to handle unloading methods. After the event is called, the
85         corresponding MonoMethod* must be considered invalid.
86         * loader.c (mono_free_method): call the new mono_profiler_method_free
87         event.
88
89 2007-09-20  Mark Probst  <mark.probst@gmail.com>
90
91         * domain-internals.h: New flag in MonoJitInfo which marks shared
92         generic methods.  New hash table (shared_generics_hash) in
93         MonoDomain to keep track of shared generic methods.  Prototypes
94         for functions to register and lookup shared generic methods.
95
96         * domain.c: Support for registering and looking up shared generic
97         methods via a hash table (shared_generics_hash) in MonoDomain.
98
99         * class-internals.h: New exception to signal failure of shared
100         compilation of a generic method.  New counters for generics
101         sharing in MonoStats.
102
103 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
104
105         * image.c, metadata-internals.h: don't keep a file descriptor open
106         for loaded assemblies (bug#325988).
107
108 2007-09-19  Raja R Harinath  <rharinath@novell.com>
109
110         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
111         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
112         use the corresponding datatypes.
113         (type_in_image): Update to changes.
114         (CleanForImageUserData): Simplify.
115         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
116         Avoid quadratic behaviour in handling the "stolen" list by
117         separating the filter predicate out, and by prepending the stolen
118         items rather than appending them.
119         (steal_ginst_in_image): Likewise.
120         (mono_metadata_clean_for_image): Update to changes.
121
122 2007-09-19  Martin Baulig  <martin@ximian.com>
123
124         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
125
126 2007-09-19  Martin Baulig  <martin@ximian.com>
127
128         * mono-debug.c (mono_debug_cleanup): Don't call
129         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
130
131 2007-09-19  Raja R Harinath  <harinath@gmail.com>
132
133         Fix crash on 'make run-test' in mcs/errors
134         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
135         Avoid more potential allocations in mono_class_from_mono_type.
136         (ginst_in_image): Update to changes.
137         (gclass_in_image): Rearrange slightly.
138
139 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
140
141         * class.c (mono_class_init): Move the code that sets up class->methods to 
142         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
143
144         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
145         canonical instance of an inflated generic signature.
146         (mono_type_create_from_typespec): Remove an invalid free.
147
148         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
149
150 2007-09-18  Marek Habersack  <mhabersack@novell.com>
151
152         * domain-internals.h: added a declaration of the
153         mono_assembly_load_full_nosearch internal function.
154
155         * assembly.c (mono_assembly_load_with_partial_name): use
156         mono_try_assembly_resolve return value properly.
157         (mono_assembly_load_full_nosearch): copied the function body from
158         mono_assembly_load_full, without the code to invoke assembly
159         search hooks.
160         (mono_assembly_load_full): calls the above new function and if the
161         assembly is not resolved, invokes the search hooks.
162
163         * appdomain.c (mono_runtime_init): restore the global postload
164         assembly search handlers.
165
166 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
167
168         * class.c (mono_class_init): Make sure class->methods and class->properties
169         are never NULL in the generics case.
170
171         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
172
173 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
174
175         * metadata.c (free_generic_class): Disable some code to fix the build.
176
177         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
178
179         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
180         from the image mempool.
181
182         * metadata.c (free_generic_class): Free more data from the inflated class.
183
184         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
185
186         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
187         mempool.
188         (mono_type_create_from_typespec): Ditto.
189
190         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
191         MonoImage to the caller.
192         (mono_init_internal): Save the opened image in a global variable.
193         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
194
195         * reflection.c (resolve_object): Fix a leak.
196
197         * metadata.c: Fix the freeing of data in the generics caches.
198         
199         * metadata.c (free_generic_inst): Comment this out to fix the build.
200         (free_generic_class): Ditto.
201
202         * metadata.c: Free cached generic methods, instantinations and classes when
203         they are removed from the caches.
204         (mono_metadata_free_type): Free the type itself.
205
206         * class.c: Free the result of mono_class_inflate_generic_type () in a few
207         places.
208
209 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
210
211         * boehm-gc.c: restrict managed allocs to __thread supporting
212         architectures.
213
214 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
215
216         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
217         (mono_generic_class_get_class): Fix a leak.
218
219         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
220         mono_metadata_free_type ().
221         (mono_metadata_inflate_generic_inst): Fix a leak.
222
223 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
224
225         * mono-debug.c (free_header_data): Fix a leak missed earlier.
226
227         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
228         mempool.
229
230         * mono-debug.c (mono_debug_close_image): Fix call to 
231         g_hash_table_remove ().
232
233 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
234
235         * icall-def.h: redirect all the string ctor to the managed
236         CreateString () methods.
237         * string-icalls.c, string-icalls.h: removed dead code for string
238         ctors and icalls.
239
240 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
241
242         * mono-debug.c: Fix memory leaks.
243
244 2007-09-14  Jonathan Chambers <joncham@gmail.com>
245
246         * threads-types.h: Implement mono_hazard_pointer_set and 
247         mono_hazard_pointer_clear macros using do/while(0) to fix
248         compilation with MSVC.
249         
250         Code is contributed under MIT/X11 license.
251
252 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
253
254         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
255         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
256
257 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
258
259         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
260         icalls.
261
262 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
263
264         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
265         managed-code allocated as well.
266
267 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
268
269         * class.c (mono_class_is_assignable_from): Add support for generic variance.
270
271 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
272
273         * boehm-gc.c: fixed the build after the AOT changes.
274
275 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
276
277         * wrapper-types.h: Add an ALLOC wrapper type.
278
279         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
280         reference managed allocator methods.
281
282 2007-09-12  Marek Safar  <marek.safar@gmail.com>
283
284         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
285         of Type array and not MonoType, a fix suggested by Hari.
286         
287 2007-09-12  Jonathan Chambers <joncham@gmail.com>
288
289         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
290         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
291         
292         Code is contributed under MIT/X11 license.
293
294 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
295
296         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
297
298 2007-09-12  Marek Habersack  <mhabersack@novell.com>
299
300         * image.c (do_mono_image_open): if assembly file fails to open and
301         MONO_IOMAP is in effect, try to find the path in a
302         case-insensitive way.
303
304         * appdomain.c (mono_runtime_init): do not install postload hooks -
305         tests show that MS.NET doesn't use anything of that sort to
306         trigger the AppDomain.AssemblyResolve event.
307         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
308         made non-static.
309         (mono_runtime_init): init portability helpers here.
310
311         * assembly.c (mono_assembly_load_with_partial_name): if other   
312         attempts fail, trigger the AppDomain.AssemblyResolve event handler
313         to resolve the assembly.
314
315         * domain-internals.h: added mono_try_assembly_resolve and marked
316         it as internal.
317
318 2007-09-11  Jb Evain  <jbevain@novell.com>
319
320         * object-internals.h (MonoReflectionDynamicMethod): add
321         a `MonoReflectionType *owner` field. The owner is used
322         * reflection.c:
323         (mono_reflection_create_dynamic_method): use the owner of the dynamic
324         method as the class declaring the dynamic method.
325         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
326         dynamic method to the declaring type of the methodbuilder.
327
328 2007-09-11  Mark Probst  <mark.probst@gmail.com>
329
330         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
331         rules for calling methods via reflection.
332
333 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
334
335         * reflection.c (resolve_object): Add support for MonoGenericClass. 
336         Inflate MonoType's.
337
338 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
339
340         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
341         provide a managed method that does fast allocations without needing
342         a managed->unmanaged transition. Boehm GC implementation currently
343         enabled for ptrfree objects on sane architectures.
344
345 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
346
347         * marshal.c, marshal.h: exported a couple of useful functions and
348         added mono_mb_get_label () to easily handle backward branches.
349
350 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
351
352         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
353
354 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
355
356         * loader.c (find_method): Fixed the regression introduced while
357         fixing bug #81466.
358
359 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
360
361         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
362         well.
363         
364         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
365         icall.c reflection.c: Pass a MonoGenericContext argument to 
366         mono_lookup_dynamic_token ().
367
368         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
369         #82744.
370         
371 2007-09-09  Robert Jordan  <robertj@gmx.net>
372
373         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
374         for generic methods.
375
376         * object.c (mono_object_get_virtual_method): Handle generic methods.
377         Fixes bug #78882.
378
379         Code is contributed under MIT/X11 license.
380
381 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
382
383         * image.c: fix locking in mono_image_load_file_for_image ().
384
385 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
386
387         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
388         used only as a cache: added an icall to fill it.
389
390 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
391
392         * reflection.h: exposed mono_reflection_free_type_info
393         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
394         since mono_reflection_bind_generic_parameters makes a copy of it.
395         * reflection.c (free_type_info): subinfos should be freed.
396         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
397         made non static.
398         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
399         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
400         this fixes #82695 and #81726.
401    
402
403 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
404
405         * process.h, process.c:  added support for user profile/info in
406           ProcessStartInfo. For now only Windows works.
407
408 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
409
410         * metadata.c: consider the generic arguments when comparing
411         signatures (bug #82614).
412
413 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
414
415         * cil-coff.h, image.c: updated assembly loader to cope with the
416         PE32+ 64 bit file format.
417
418 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
419
420         * assembly.c, class.c, domain.c, loader.c: remove useless
421         inclusion of cil-coff.h.
422
423 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
424
425         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
426         if interface is marked with CoClassAttribute. 
427    
428         Code is contributed under MIT/X11 license.
429
430 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
431
432         * sgen-gc.c: ensure no object from the to space is copied again or finalized
433         if it's seen twice in major collections.
434
435 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
436
437         * sgen-gc.c: big objects are not copied to the gray area, but they
438         need to be considered for scanning, too, if they are brought alive
439         by an object ready for finalizations or a survived one.
440
441 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
442
443         * sgen-gc.c: properly account the number of disappearing links when
444         they are nullified.
445
446 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
447
448         * sgen-gc.c: share the code to scan the registered roots between the
449         different types of collections.
450
451 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
452
453         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
454
455 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
456
457         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
458         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
459
460 2007-08-28  Mark Probst  <mark.probst@gmail.com>
461
462         * security-manager.c (mono_security_manager_get_methods):
463         LinkDemandSecurityException now has 2 arguments instead of 3.
464
465 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
466
467         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
468         platforms which need it.
469
470 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
471
472         * sgen-gc.c: unregister thread data structures with a pthread_key_t
473         dtor.
474
475 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
476
477         * threads.c: free the thread static data on thread exit.
478
479 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
480
481         * class.c: walk the hierarchy to find the generic definition for
482         a class (fixes runtime part of bug #82498).
483
484 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
485
486         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
487         ...
488
489         * image.c (mono_image_close): Here. Hopefully fixes #82510.
490
491 2007-08-24  Mark Probst  <mark.probst@gmail.com>
492
493         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
494
495 2007-08-24  Robert Jordan  <robertj@gmx.net>
496
497         * appdomain.c: don't perform the ':'->';' substitution on Win32.
498
499 2007-08-24  Jb Evain  <jbevain@novell.com>
500
501         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
502         for byref types.
503
504 2007-08-24  Mark Probst  <mark.probst@gmail.com>
505
506         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
507         #82286.
508
509 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
510
511         * assembly.c: Fix a warning.
512         
513 2007-08-23  Marek Habersack  <mhabersack@novell.com>
514
515         * appdomain.c: parse the <runtime> section looking for the probing
516         element with the 'privatePath' attribute, which sets additional
517         directories in which the runtime should look for assemblies.
518
519 2007-08-23  Robert Jordan  <robertj@gmx.net>
520
521         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
522         Fixes #82499.
523
524 2007-08-23  Martin Baulig  <martin@ximian.com>
525
526         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
527         _mono_debug_init_corlib() and remove it from the header file.
528
529 2007-08-23  Martin Baulig  <martin@ximian.com>
530
531         * mono-debug-debugger.c
532         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
533         don't notify the debugger about it.
534
535         * mono-debug-debugger.h
536         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
537
538 2007-08-23  Robert Jordan  <robertj@gmx.net>
539
540         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
541         Code is contributed under MIT/X11 license.
542
543 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
544
545         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
546
547 2007-08-22  Martin Baulig  <martin@ximian.com>
548
549         * mono-debug.c: Store debugging info on a per-domain basis and
550         free it on domain unload.  Add support for unloading symbol files.
551
552         * mono-debug.h
553         (MonoDebugList): New typedef.
554         (MonoSymbolTable):
555         - add `data_tables and `type_table'.
556         - replace 'symbol_files' and `num_symbol_files' with a
557           `MonoDebugList *'.
558         (mono_debug_data_table): Removed.
559         (mono_debug_list_add): New public function.
560         (mono_debug_list_remove): New public function.
561         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
562         (mono_debug_init_2_memory): Renamed into
563         mono_debug_open_image_from_memory().
564         (mono_debug_close_image): New public function.
565         (mono_debug_domain_create): Likewise.
566         (mono_debug_domain_unload): Likewise.
567         (MONO_DEBUGGER_VERSION): Bump to 60.
568
569         * mono-debug-debugger.h
570         (MonoDebuggerEvent):
571         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
572         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
573         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
574         - rename `THREAD_CREATED' and `THREAD_EXITED' into
575           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
576         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
577           meaning.
578         (mono_debugger_add_symbol_file): Removed.
579         (mono_debugger_add_type): Removed.
580         (mono_debugger_lookup_type): Removed.
581         (mono_debugger_lookup_assembly): Removed.
582
583         * domain.c
584         (mono_domain_create): Call mono_debug_domain_create().
585         (mono_init_internal): Call mono_debug_init_corlib().
586
587         * assembly.c
588         (mono_assembly_close): Call mono_debug_close_image().
589
590 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
591
592         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
593         mmap call.
594
595 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
596
597         * sgen-gc.c: ensure section->pin_queue_end is initialized
598         correctly when non pinning objects in the section have been found.
599
600 2007-08-22  Marek Habersack  <mhabersack@novell.com>
601
602         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
603         containing a list of directories separated by ':'. MSDN docs say
604         the directories should be separated with ';'. Part of a bugfix for
605         bug #81446
606
607 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
608
609         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
610         it should MonoType and not MonoClass.
611
612 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
613
614         * culture-info-table.h : regenerated.
615
616 2007-08-20  William Holmes  <billholmes54@gmail.com>
617
618         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
619          to call ReplaceFile Kernel32 on windows or in io-layer.
620         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
621         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
622          as an internal call.
623
624         Code is contributed under MIT/X11 license.
625
626 2007-08-20  Jb Evain  <jbevain@novell.com>
627
628         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
629         and MONO_EXCEPTION_FIELD_ACCESS.
630
631         * debug-helpers.[c|h]: new mono_field_full_name function.
632
633 2007-08-20  Mark Probst  <mark.probst@gmail.com>
634
635         * class.c: Removed class_security_level() and moved it to
636         security-core-clr.c.
637
638         * security-core-clr.c, security-core-clr.h: class_security_level()
639         is now public and renamed to mono_security_core_clr_class_level().
640         It also looks for security attributes in the classes a class is
641         nested in.
642
643 2007-08-20  Mark Probst  <mark.probst@gmail.com>
644
645         * security-core-clr.c, security-core-clr.h: CoreCLR security
646         utility functions.
647
648         * Makefile.am: Added security-core-clr.[ch].
649
650         * security-manager.c, security-manager.h: Functions and enum for
651         setting and getting the security mode.
652
653         * class.c: CoreCLR security checks.
654
655 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
656
657         * icall-def.h, process.c, process.h: implemented icall to get
658         user/system processor times.
659
660 2007-08-17  Mark Probst  <mark.probst@gmail.com>
661
662         * domain.c, threads.c, class-internals.h, domain-internals.h: New
663         reader-lock-free jit_info_table.
664
665 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
666
667         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
668
669         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
670
671         * object-internals.h (MonoException): Add missing _data member.
672
673 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
674
675         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
676         checking that only methods with matching qname or fqname are picked
677         from implemented interfaces.
678
679 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
680
681         * verify.c (do_newarr):added, do type verification of
682         newarr ops, push the right value on the eval stack.
683         * verify.c (mono_method_verify): use do_newarr
684
685
686 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
687
688         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
689         factored the common code into get_boxable_mono_type, which
690         is now using mono_type_get_full, this fixed byref related tests.
691
692 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
693
694         * class.c: added mono_type_get_full, this function has the same
695         behavior of mono_class_get_full but the returned MonoType has
696         all metadata of the associated token in case of a typespec token.
697         * class.c: added mono_type_retrieve_from_typespec, used by 
698         mono_type_get_full to retrieve the token type.
699         * class.c (mono_class_create_from_typespec): changed to use
700         mono_type_retrieve_from_typespec.
701         * class.c (mono_ldtoken): changed to use mono_type_get_full
702         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
703         * class-internals.h: exported mono_type_get_full for internal use.
704
705 2007-08-16  Jb Evain  <jbevain@novell.com>
706
707         * domain.c (supported_runtimes): add entry for
708         the 'moonlight' runtime version.
709
710 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
711
712         * verify.c (mono_method_verify): small typo sliped in.  
713
714 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
715
716         * verify.c (do_unbox_value): added, do type verification of
717         unboxing ops
718         * verify.c (mono_method_verify): use do_unbox_value
719
720
721 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
722
723         * verify.c (dump_stack_value): fixed typo, was printing string
724         instead of object on stack.
725         * verify.c (do_box_value): moved the byref check up as it leads
726         to invalid code and should be done earlier.
727         * verify.c: improved error messages for and ldobj
728
729 2007-08-15  William Holmes  <billholmes54@gmail.com>
730
731         * marshal.c (emit_marshal_custom): Omit the call to 
732           marshal_native_to_managed when calling native to managed 
733           and the argument is specified as an out argument.
734
735         Code is contributed under MIT/X11 license.
736
737 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
738
739         * verify.c: fixed the type checks for generics, function pointers and vectors.
740         Added type verification for ldobj and ldtoken. The verifier
741         would segfault if header or signature of a method contained references
742         to non-existant types.
743
744 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
745
746         * marshal.c (cominterop_get_ccw): Patch from
747         Bill Holmes to no walk up interface hierarchy. 
748         All parent methods should be present in the interface for COM.
749    
750         Code is contributed under MIT/X11 license.
751
752 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
753
754         * marshal.c (emit_marshal_com_interface): Patch from
755         Bill Holmes to handle COM Interfaces as return values
756         for native->managed calls.
757    
758         Code is contributed under MIT/X11 license.
759
760 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
761
762         * marshal.c (cominterop_get_idispatch_for_object): Implement
763         for runtime callable wrappers.
764    
765         Code is contributed under MIT/X11 license.
766
767 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
768
769         * pedump.c (main): changed from mono_init to mono_init_from_assembly
770         so 2.0 types are accessible
771
772
773 2007-08-13  Miguel de Icaza  <miguel@novell.com>
774
775         * domain.c (mono_init_internal): Call mono_assembly_load_friends
776         once we load mscorlib.   Due to the order in which we initialize,
777         the mono_assembly_load_full routine that loads mscorlib did not
778         load friends.   We now load it once we load the
779         mono_defaults.internals_visible_class class. 
780
781         * assembly.c: Expose the mono_load_friend_assemblies method.
782
783 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
784
785         * verify.c: improved the handling of boxing, better
786         type checking for unary ops and conversion. Fix bug
787         regarding managed pointer compatibility checking
788
789 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
790
791         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
792
793         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
794
795 2007-08-09  Raja R Harinath  <rharinath@novell.com>
796
797         * reflection.c (dup_type): Remove.
798         * class.c (dup_type): Remove.
799         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
800         instead of the dodgy 'dup_type'.
801         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
802         handle the case where 'dup_type' needed the second argument.
803
804 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
805
806         * domain.c: Fix a warning.
807
808 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
809
810         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
811         checking that methods with the same fqname are not overridden
812         with a method from an ancestor.
813
814 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
815
816         * threads.c (free_thread_static_data_helper): Avoid a crash if
817         thread->static_data is not yet set.
818
819 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
820
821         * marshal.c: Use correct image when emitting
822         native wrapper for COM calls.
823    
824         Code is contributed under MIT/X11 license.
825
826 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
827
828         * icall-def.h, security.c, security.h :
829           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
830
831 2007-08-07  Martin Baulig  <martin@ximian.com>
832
833         * mono-debug-debugger.h
834         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
835
836         * domain.c (mono_domain_free): Call
837         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
838
839 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
840
841         * verify.c (check_underflow, check_overflow): error message now returns IL offset
842         * verify.c (in_same_block): code should test if either offset is inside the clauses
843         * verify.c (mono_method_verify): push the exception into the eval stack of exception
844         and filter blocks
845
846 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
847
848         * image.c (mono_image_close): Fix a leak.
849
850         * object.c (mono_runtime_invoke_array): Avoid using alloca.
851
852         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
853
854 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
855
856         * domain.c, threads.c, threads-types.h: fix memory retention issue
857         with thread static variables not being cleared on domain unload.
858         Reuse thread static slots after domain unload.
859
860 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
861
862         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
863         nullable type.
864
865         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
866         now done in mono_runtime_invoke_array.
867
868         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
869         receiver is a nullable type.
870
871         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
872         generic parameter.
873
874 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
875
876         * marshal.c: Implement COM Objects as return type for 
877         managed->unmanaged calls. Added Release calls for COM Object
878         out/return values in managed->unmanaged calls.
879
880         Code is contributed under MIT/X11 license.
881
882 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
883
884         * threads.h, threads-type.h: move the hazard pointer declarations
885         to the private header.
886
887 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
888
889         * file-io.c, appdomain.c: memory leak fixes.
890
891 2007-08-02  Dick Porter  <dick@ximian.com>
892
893         * socket-io.c
894         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
895         SO_REUSEADDR setting into io-layer/sockets.c.
896
897 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
898
899         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
900         from Object when called on a generic parameter. Fixes #82211.
901
902 2007-08-01  Dick Porter  <dick@ximian.com>
903
904         * file-io.c (convert_share): Test FileShare values bit-by-bit.
905         Fixes bug 79250 yet again.
906
907 2007-07-30  Martin Baulig  <martin@ximian.com>
908
909         Merged the `debugger-dublin' branch.
910
911         * mono-debug.h
912         (MonoDebugDataTable): New typedef.
913         (MonoDebugMethodAddressList): New typedef.
914         (MonoDebugWrapperData): Removed.
915         (MonoDebugSymbolTable): Removed `current_data_table',
916         `current_data_table_size', `current_data_table_offset'.
917         (MonoDebugDataItemType): Moved into mono-debug.c.
918         (MonoDebugMethodJitInfo): Remove `address'.
919         (mono_debug_data_table): New global variable.
920         (mono_debug_lookup_method_addresses): New public function.
921         (mono_debug_find_method): Take a `MonoMethod *', not a
922         `MonoDebugMethodInfo *'.
923
924         * mono-debug.c: Drop support for the old symbol tables.
925
926 2007-06-28  Martin Baulig  <martin@ximian.com>
927
928         * mono-debug.c (mono_debug_debugger_version): New public variable.
929
930 2007-07-31  William Holmes  <billholmes54@gmail.com>
931
932         * metadata.c Changed mono_type_create_from_typespec to not insert
933           the type into the hash map until after
934           do_mono_metadata_parse_type has completed.
935         Fixes Bug #82194
936         Code is contributed under MIT/X11 license.
937
938 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
939
940         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
941         generic parameter. Fixes #82211.
942
943 2007-07-27  Jb Evain  <jbevain@novell.com>
944
945         * pedump.c (dump_metadata, dump_metadata_header): dump
946         versions contained in the metadata header.
947
948 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
949
950         * threads.c: register small_id_table with the GC.
951
952 2007-07-27  Mark Probst  <mark.probst@gmail.com>
953
954         * threads.c, threads.h, class-internals.h, object-internals.h:
955         Hazard pointers, to be used by lock-free parallel algorithms.
956
957 2007-07-26  Dick Porter  <dick@ximian.com>
958
959         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
960         routine on non-windows platforms, as I've not managed to think of
961         a non-kludgy way of doing this.  Finishes off bug 78739.
962
963 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
964
965         * object.c: properly setup interface_bitmap in proxy vtables.
966
967 2007-07-25  Marek Habersack  <mhabersack@novell.com>
968
969         * appdomain.c (get_shadow_assembly_location): do not use TickCount
970         to create unique shadow copy target directories, use the domain's
971         serial number instead. Each domain gets a unique target directory
972         that way.
973
974         * domain.c (mono_domain_create): added code to increment domain
975         shadow copy serial number and cache the value in the current
976         domain structure.
977
978         * domain-internals.h (struct _MonoDomain): added a new field -
979         shadow_serial to hold the serial number used in generation of
980         shadow-copy directories. This is to make sure that the directory
981         name is unique for each and every domain created. We avoid a race
982         condition with overriding assemblies already in use by other app
983         domains.
984
985 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
986
987         * class.c (mono_bounded_array_class_get): fixed memory leak when 
988         binding generic parameters.
989
990 2007-07-24  Raja R Harinath  <rharinath@novell.com>
991
992         * metadata.c (do_mono_metadata_parse_generic_class): Use
993         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
994         error.
995
996 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
997
998         * loader.c, class-internals.h, reflection.c: removed the per-method
999         generics hashtable: we use the global one through the call of
1000         mono_class_inflate_generic_method ().
1001
1002 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
1003
1004         * class.c, metadata.c, class-internals.h: introduce yet another
1005         generics global cache for inflated methods (fixes 98% of the perf
1006         issue in bug #81806).
1007
1008 2007-07-23  Raja R Harinath  <rharinath@novell.com>
1009
1010         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
1011         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
1012         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
1013         return a MonoGenericInst containing (a copy) of those types.
1014         (mono_metadata_inflate_generic_inst): Update to changes.
1015         (mono_metadata_parse_generic_inst): Likewise.
1016         (mono_get_shared_generic_inst): Likewise.
1017         * reflection.c (mono_class_bind_generic_parameters): Likewise.
1018         (mono_reflection_bind_generic_method_parameters): Likewise.
1019         * metadata-internals.h: Likewise.
1020         * icall.c (free_generic_context): Kill.
1021         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
1022
1023         * reflection.c (reflection_methodbuilder_to_mono_method): Use
1024         mono_metadata_type_dup.
1025         * marshal.c (mono_mb_create_method): Likewise.
1026
1027         * metadata.c (mono_metadata_type_dup): Rename from
1028         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
1029         MonoImage.  Handle a few more cases, esp. when no mempool is given.
1030         * marshal.c, metadata-internals.h: Update to changes.
1031
1032 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
1033
1034         * class.c: fixed a small leak for array classes and removed warning.
1035
1036 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
1037
1038         * loader.c (mono_method_get_param_token): Make this work on generic methods.
1039         Return 0x8000000 for return parameters. Fixes #82161.
1040
1041 2007-07-21  Marek Habersack  <grendello@gmail.com>
1042
1043         * appdomain.c (get_shadow_assembly_location): append the current
1044         ticks value to the path. Avoids overwriting the same assemblies by
1045         several threads at the same time.
1046
1047 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
1048         and Raja R Harinath  <rharinath@novell.com>
1049
1050         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
1051         Simplify slightly.
1052         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
1053         property for testing if a method is a generic method definition.
1054
1055 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
1056
1057         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
1058
1059 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1060
1061         * verify.c: used function from private branch, reverted to the one in class.h 
1062
1063 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1064
1065         * verify.c: a typo slipped in and the code wont compile
1066
1067 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1068
1069         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
1070         disabled box instruction as it is doing the wrong thing
1071         improved stack dump messages, now it is easier to debug type related issues
1072
1073
1074 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
1075
1076         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
1077
1078 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1079
1080         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
1081         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
1082         grouped with class and valuetype. This change will simply 
1083         the code as it should be handled just like unmanaged pointers.
1084
1085 2007-07-19  Mark Probst  <mark.probst@gmail.com>
1086
1087         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
1088
1089 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1090
1091         * verify.c: several stack merge issues fixed, reference comparisons now
1092         check the type size. strict type check now works correctly.
1093         added more uses of IS_MANAGED_POINTER macro.
1094         fixed issues pointed by running the test suite against .net.
1095         
1096
1097 2007-07-19  Mark Probst  <mark.probst@gmail.com>
1098
1099         * class.c, loader.c, class-internals.h: Removed the
1100         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
1101         defines.
1102
1103         * icall.c: Better error checking in some internal reflection
1104         methods.
1105
1106 2007-07-18  William Holmes  <billholmes54@gmail.com>
1107
1108         * filewatcher.c : removed unused variable 'filename' in 
1109           ves_icall_System_IO_FSW_SupportsFSW
1110
1111 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
1112
1113         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
1114         obsolete, removed.
1115
1116 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
1117
1118         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
1119         
1120         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
1121
1122 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
1123
1124         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
1125         Implement generics support.
1126         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
1127
1128         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
1129         type_args and method_args arguments.
1130         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
1131         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
1132         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
1133
1134 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
1135
1136         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
1137           It adds a rootimage parameter to mono_reflection_get_type_internal,
1138           adds new function mono_reflection_get_type_with_rootimage and use
1139           the rootimage to resolve the types instead of the current image
1140
1141 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1142
1143         * culture-info-table.h: Forgot to update after r78304.
1144
1145 2007-07-13  Raja R Harinath  <rharinath@novell.com>
1146
1147         * class.c (mono_class_is_open_constructed_type)
1148         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
1149
1150 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
1151
1152         * class.c (mono_bounded_array_class_get):  method fails if used with
1153         an incomplete TypeBuilder enum (no basetype field), fixed it by 
1154         avoiding calculating the size for such array as it cannot be instantiated.
1155         Fix bug #82015
1156
1157 2007-07-12  Raja R Harinath  <rharinath@novell.com>
1158
1159         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
1160         field.
1161         * metadata.c, reflection.c: Update to changes.
1162
1163 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
1164
1165         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
1166         mono_class_is_valid_enum, they are used to valide a enum when loading.
1167         * reflection.c: used new functions to throw TypeLoadException when and
1168         invalid enum is build with TypeBuilder. Fixes #82018
1169   
1170 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
1171
1172         * object.c: forgot commit of mono_class_setup_methods () to access
1173         iface->methods.
1174         * object-internals.h: added a few more handy fields to
1175         MonoIMTCheckItem.
1176
1177 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
1178
1179         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
1180         iface->methods.
1181
1182 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
1183
1184         * class-internals.h, object-internals.h, object.c: IMT-based
1185         interface invocation core from Massimiliano Mantione
1186         (massi@ximian.com) with a reworked arch-specific interface,
1187         bsearch implementation and a few bugfixes and memory savings by me.
1188
1189 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
1190
1191         * class.c (mono_class_create_from_typedef): mono would segfault if 
1192         an enum did not have a __value field. It now throws a TypeLoadException
1193         for such cases. Fix bug #82022
1194
1195 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
1196
1197         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
1198
1199 2007-07-09  Mark Probst  <mark.probst@gmail.com>
1200
1201         * class.c (mono_class_init): If a class is already inited but has
1202         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
1203
1204 2007-07-09  Mark Probst  <mark.probst@gmail.com>
1205
1206         * class.c: Properly handle the case of an unimplemented interface
1207         method.  Fixes: 81673.
1208
1209 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
1210
1211         * class-internals.h, object.c: cleanup patch from massi: use
1212         MonoVTable->interface_bitmap since the vtable interfaces offset array
1213         is going away.
1214
1215 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
1216
1217         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
1218         GetMDStreamVersion icall instead.
1219
1220 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
1221
1222         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
1223         not use mono_dl_build_path() with a full library name: makes
1224         fallbacks to libgaim and libfam work.
1225
1226 2007-07-06  William Holmes  <billholmes54@gmail.com>
1227
1228         * assembly.c: Added a continue statement in probe_for_partial_name when
1229          parse_assembly_directory_name fails.  Fixes : 82002
1230
1231 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
1232
1233         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
1234         and added a verification  for TYPEDBYREF.
1235         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
1236         make native int interchangeable with int32 and some small cleanup and formating.
1237         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
1238         handle byref of byref.
1239         * verify.c (push_local): handle byref of byref.
1240         * verify.c (do_binop): invalid mix of values is unverifiable
1241         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
1242         added visibility checks
1243         * verify.c (field related method): added visibility checks
1244         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
1245
1246 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
1247
1248         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
1249         string.
1250
1251 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
1252
1253         * profiler.c (mono_profiler_load): Fix an off-by-one error.
1254
1255         * marshal.c (emit_marshal_string): When returning a string from managed code,
1256         allways make a copy even for unicode strings. Fixes #81990.
1257
1258 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
1259
1260         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
1261         of byref generic inst types (bug #81997).
1262
1263 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
1264
1265         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
1266         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
1267
1268 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
1269
1270         * marshal.c (emit_marshal_string): Add support for unicode strings in
1271         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
1272
1273 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
1274
1275         * verify.c: field load/store are now verified, missing only access checks now
1276
1277 2007-06-28  Martin Baulig  <martin@ximian.com>
1278
1279         * mono-debug.c (mono_debug_debugger_version): New public variable.
1280
1281 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
1282
1283         * locales.c: When constructing DateTimeFormat or NumberFormat for
1284         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
1285         MonoCultureInfo contructed from the current locale is always
1286         read-only and has UseUserOverride set to true. All MonoCultureInfo
1287         instances returned for GetCultures have both IsReadOnly and
1288         UseUserOverride set to true. Fixes part of bug #81930.
1289
1290 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
1291
1292        * icall-def.h: Update System.__ComObject icalls
1293        * marshal.c: Avoid managed transition (and object creation)
1294        when looking up COM interface in RCW.
1295        * marshal.h: Ditto.
1296        
1297        Code is contributed under MIT/X11 license.
1298
1299 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
1300
1301         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
1302         to avoid crashes during assembly unloading.
1303
1304 2007-06-22  Raja R Harinath  <rharinath@novell.com>
1305
1306         Fix MethodInfo.IsGenericMethodDefinition
1307         * reflection.c (mono_reflection_bind_generic_method_parameters):
1308         Rearrange code to ensure we always uses a generic method definition.
1309         * class.c (mono_class_inflate_generic_method_full): Set
1310         'generic_container' field only for generic method definitions.
1311         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
1312         Use presense of 'generic_container' field as indication of being a
1313         generic method definition.
1314
1315 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
1316
1317         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1318
1319         * object-internals.h: Reflect changes in the layout of the managed Delegate
1320         class.
1321         
1322         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
1323         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
1324         runtime memory used by the dynamic method. Fixes #77146.
1325
1326 2007-06-21  Dick Porter  <dick@ximian.com>
1327
1328         * file-io.h: 
1329         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
1330         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
1331         81767.
1332
1333 2007-06-21  Raja R Harinath  <rharinath@novell.com>
1334
1335         * reflection.c (method_encode_methodspec): Add a tripwire.
1336         * class.c (inflate_generic_type): The fully open generic type is
1337         not the same as the generic type definition.
1338
1339 2007-06-21  Martin Baulig  <martin@ximian.com>
1340
1341         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
1342
1343         * mono-debug-debugger.h
1344         (MonoDebuggerBreakpointInfo): Removed.
1345         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
1346         (mono_debugger_remove_breakpoint): Likewise.
1347         (mono_debugger_breakpoint_callback): Likewise.
1348         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
1349
1350 2007-06-21  Raja R Harinath  <rharinath@novell.com>
1351
1352         * metadata.c (mono_metadata_lookup_generic_class): The fully open
1353         generic type is not the same as the generic type definition.
1354         * class.c (mono_generic_class_get_class): Likewise.
1355
1356 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
1357
1358         * icall.c: The second argument to 
1359         System.Reflection.MethodBase.GetMethodFromHandleInternalType
1360         is a MonoType not a MonoClass.
1361
1362 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
1363
1364         * verify.c: support for function pointers in the verifier
1365
1366 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
1367
1368         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
1369
1370 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
1371
1372         * assembly.c: removed Mono.Data.SqliteClient from the list of
1373         forward-compatible assemblies as it breaks the ABI (bug #81899).
1374
1375 2007-06-19  Raja R Harinath  <rharinath@novell.com>
1376
1377         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
1378         lookup/update with the loader lock.
1379         * reflection.c (mono_class_bind_generic_parameters): No need to
1380         protect mono_metadata_lookup_* with the loader lock.
1381         * class.c (inflate_generic_type): Likewise.
1382         
1383         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
1384         on a generic instantiated type.
1385
1386 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
1387
1388         *verify.c: produce meanfull error messages on verification error
1389         *verify.c: fixed some cases of verification errors reported as validation errors
1390         *pedump.c: fixed the error name array, now it shows validation errors properly
1391         *verify.h: fixed the contant that should be used for verification errors
1392
1393 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
1394
1395         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
1396         for bug #77596, 81858 and 80743 (generics data structures on domain
1397         unload).
1398
1399 2007-06-15  Raja R Harinath  <rharinath@novell.com>
1400
1401         Avoid allocating 'MonoGenericContext' on the heap.
1402         * class-internals (_MonoMethodInflated::context): Make field
1403         inline, not a pointer.
1404         * loader.c (method_from_methodspec): Allocate 'new_context' on the
1405         stack.  Use the context embedded within the inflated method as the
1406         hash key, rather than 'new_context'.
1407         * class.c (inflate_generic_context): Simplify.  Return a struct
1408         rather than allocating on the heap.
1409         (mono_class_inflate_generic_method_full): Update to changes.  Now,
1410         doesn't salt away a copy of the context -- simplifying the
1411         lifetime rules of a 'MonoGenericContext *'.
1412         (mono_method_get_context): Return pointer to embedded context.
1413         (setup_generic_array_ifaces): Allocate temporary context on stack.
1414         * reflection.c (inflate_mono_method): Likewise.
1415         (mono_reflection_bind_generic_method_parameters): Likewise.
1416         Use the context embedded within the inflated method as the hash key.
1417
1418         Avoid a source of allocation of 'MonoGenericContext'.
1419         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
1420         and 'cached_context' fields into embedded 'MonoGenericContext' field.
1421         * class.c: Update to changes.
1422         (mono_generic_class_get_context): Simplify drastically.  Now just
1423         returns a pointer to the field.
1424         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
1425         argument as a const pointer.
1426         (mono_metadata_generic_context_equal): Likewise.
1427         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
1428         Update to changes.
1429
1430 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
1431
1432         * verify.c improved the handling of brtrue/brfalse, factored out common code
1433
1434 2007-06-14  Raja R Harinath  <rharinath@novell.com>
1435
1436         Kill MonoGenericMethod.
1437         * class-internals.h (MonoGenericContext::method_inst): Rename from
1438         'gmethod' and convert to a MonoGenericInst.
1439         (MonoGenericMethod): Remove.
1440         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
1441         * loader.c (method_from_methodspec): Update to changes.  Use a
1442         MonoGenericContext as the key to the hashtable.
1443         * metadata.c (mono_metadata_generic_context_equal): Rename from 
1444         'mono_metadata_generic_method_equal' and take MonoGenericContext.
1445         (mono_metadata_generic_context_hash): Likewise from
1446         'mono_metadata_generic_method_hash'.  Change hash function.
1447         (mono_metadata_load_generic_params): Update to changes.
1448         (mono_get_shared_generic_method): Remove.
1449         * metadata-internals.h (mono_get_shared_generic_method): Remove.
1450         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
1451         (inflate_generic_context): Likewise.
1452         (mono_class_inflate_generic_method_full): Likewise.
1453         (setup_generic_array_ifaces): Likewise.
1454         (mono_class_create_from_typespec): Likewise.
1455         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
1456         (method_encode_methodspec): Update callsite.
1457         (reflection_methodbuilder_to_mono_method): Update to changes.
1458         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
1459         MonoGenericContext as the key to the hashtable.
1460         (inflate_mono_method): Update to changes.
1461
1462         * class-internals.h (MonoGenericMethod::container): Remove.
1463         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
1464
1465 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
1466
1467         * profiler-private.h, profiler.c, profiler.h: added API to profile
1468         exception events.
1469
1470 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
1471
1472         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
1473
1474 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
1475
1476         * verify.c: method invocation is now validated, now we verify parameter types on stack.
1477         Fixed overflow and underflow not aborting the verification process.
1478
1479 2007-06-13  Mark Probst  <mark.probst@gmail.com>
1480
1481         * class-internals.h (MonoStats): Added stats entries for dynamic
1482         code allocations.
1483
1484 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
1485
1486         * loader.c (mono_free_method): Free header->locals and header->clauses.
1487
1488         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
1489         dynamic case.
1490
1491         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
1492
1493         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
1494
1495 2007-06-12  Raja R Harinath  <rharinath@novell.com>
1496
1497         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
1498         the tables.
1499
1500 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1501
1502         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
1503
1504 2007-06-11  Raja R Harinath  <harinath@gmail.com>
1505
1506         MonoGenericMethod on a diet
1507         * class-internals.h (_MonoMethodInflated::reflection_info): Move
1508         here ...
1509         (_MonoGenericMethod::reflection_info): ... from here.
1510         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
1511         Update to changes.
1512         * reflection.c (inflate_mono_method): Likewise.
1513         (mono_reflection_bind_generic_method_parameters): Likewise.
1514
1515 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1516
1517         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
1518         *verify.c: factored long ldarg forms to share code with short forms
1519
1520 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1521
1522         *verify.c: fixed code formating factored some duplicate code
1523         into a new function
1524
1525         *verify.h: fixed binary incompatibility introduced earlier
1526
1527         *pedump.c: fixed formating
1528
1529 2007-06-11  Raja R Harinath  <harinath@gmail.com>
1530
1531         Fix assertion when disassembling Mono.C5.dll
1532         * loader.c (method_from_methodspec): Avoid inflating a method
1533         twice with the same context.  If the methodref is inflated, use
1534         the declaring method instead.
1535
1536         * class.c (mono_class_from_generic_parameter): Fix case similar to
1537         bug #81830 handled below, but for method containers.
1538
1539 2007-06-10  Raja R Harinath  <harinath@gmail.com>
1540
1541         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
1542         get_shared_generic_class.  Directly inflate the instance.
1543         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
1544         (inflate_generic_class): Delete.
1545         (get_shared_generic_class): Delete.  Move setting of
1546         'cached_class' and 'cached_context' ...
1547         * metadata.c (mono_metadata_lookup_generic_class): ... here.
1548
1549         * metadata.c (mono_metadata_lookup_generic_class): Change
1550         signature to take the components of a MonoGenericClass rather than
1551         an allocated MonoGenericClass.  Change semantics to be intern-like.
1552         * reflection.c (mono_class_bind_generic_parameters): Update to
1553         changes.  Make locking region tighter.
1554         * class.c (inflate_generic_class): Update to changes.
1555         (get_shared_generic_class): Likewise.
1556         * metadata-internals.h: Likewise.
1557
1558         * reflection.c (mono_class_bind_generic_parameters): Take and
1559         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
1560         (mono_reflection_bind_generic_parameters): Use
1561         'mono_class_bind_generic_parameters' rather than duplicate the code.
1562         * class.c (mono_bounded_array_class_get): Update to changes.
1563         * object-internals.h: Likewise.
1564
1565         * reflection.c (mono_class_bind_generic_parameters): Only support
1566         parameterizing generic type definitions.  Remove support for other
1567         open types.
1568
1569 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
1570
1571         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
1572
1573         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
1574         in the dynamic case.
1575
1576 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
1577
1578         * threads.c: When cleaning up thread, reset the Background bit.
1579         Fixes bug #81720.
1580
1581 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
1582
1583        * metadata.c: Move variable declarations to top of scope.
1584        * verify.c: Move variable declarations to top of scope.
1585
1586        Code is contributed under MIT/X11 license.
1587
1588 2007-06-08  Raja R Harinath  <rharinath@novell.com>
1589
1590         * reflection.c (mono_class_bind_generic_parameters): Replace
1591         open-coded loop with mono_metadata_inflate_generic_inst.
1592
1593         * class.c (get_shared_generic_class): Don't call
1594         mono_get_shared_generic_inst.  Use the container's own
1595         'class_inst'.
1596
1597         * metadata.c (mono_metadata_load_generic_params): Move
1598         initialization of 'context' field here from ...
1599         * class.c (mono_class_create_from_typedef): ... here, and ...
1600         * loader.c (mono_get_method_from_token): ... here.
1601
1602         * class.c (get_shared_generic_class): Rename from
1603         mono_get_shared_generic_class and make static.
1604         (mono_get_shared_generic_inst): Move to metadata.c.
1605         * loader.c (mono_get_shared_generic_method): Likewise.
1606         * class-internals.h, metadata-internals.h: Update to changes.
1607
1608         Fix #81830
1609         * class.c (mono_class_from_generic_parameter): Don't assume a
1610         generic container owner exists.  Generic containers from monodis
1611         don't have any.
1612
1613 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
1614
1615         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
1616         * verify.h: new typedefs to returns the non-verifiable status
1617         * verify.c: initial implementation of generics, stack merging and object compatibility check
1618
1619 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1620
1621         * class.c, image.c, class-internals.h (MonoImage): class_cache is
1622         a MonoInternalHashTable again (fixed bug in internal hash table
1623         code).
1624
1625 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1626
1627         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
1628         MonoInternalHashTable again (fixed bug in internal hash table
1629         code).
1630
1631 2007-06-06  Mark Probst  <mark.probst@gmail.com>
1632
1633         * class.c, image.c, class-internals.h, domain.c,
1634         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
1635         changes.  Have to figure out what makes them break the SWF
1636         regression.
1637
1638 2007-06-04  Mark Probst  <mark.probst@gmail.com>
1639
1640         * class.c, image.c, class-internals.h (MonoImage): class_cache is
1641         a MonoInternalHashTable now.
1642
1643 2007-06-04  Mark Probst  <mark.probst@gmail.com>
1644
1645         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
1646         MonoInternalHashTable now.
1647
1648 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
1649
1650         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
1651         invoke_impl code.
1652
1653         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
1654
1655         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
1656         dependent trampoline.
1657
1658         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1659
1660         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
1661
1662 2007-05-29  Robert Jordan  <robertj@gmx.net>
1663
1664         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
1665
1666 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
1667
1668         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
1669
1670 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
1671
1672        * marshal.c: Fix interface lookup loops for
1673        cominterop_get_com_slot_for_method and 
1674        cominterop_get_method_interface. Only need to lookup
1675        if type is a class, else use interface type method is on.
1676
1677        Code is contributed under MIT/X11 license.
1678
1679 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
1680
1681         * reflection.c: HasSecurity can be present even if no specially 
1682         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
1683         SecurityAttribute). Fix CAS regression tests on buildbot.
1684
1685 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
1686
1687        * appdomain.c: Add configure checks for header files.
1688        * image.c: Add configure checks for header files.
1689        * file-io.c: Add configure checks for header files.
1690        * debug-mono-symfile.c: Add configure checks for header files.
1691        * threadpool.c: Add configure checks for header files.
1692        * console-io.c: Add configure checks for header files.
1693        * profiler.c: Add configure checks for header files.
1694        * rawbuffer.c: Add configure checks for header files.
1695        * icall.c: Add configure checks for header files.
1696        * rand.c: Add configure checks for header files.
1697        * socket-io.c: Add configure checks for header files.
1698
1699        Code is contributed under MIT/X11 license.
1700
1701 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
1702
1703         * reflection.c (mono_custom_attrs_from_builders): Remove the 
1704         assertion as it breaks the build.
1705         
1706         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
1707
1708         * reflection.c (lookup_custom_attr): Make a copy here too.
1709
1710         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
1711         dynamic images.
1712
1713         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
1714         images.
1715
1716         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
1717         info.
1718
1719 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
1720
1721         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
1722         (load_cattr_value): Ditto.
1723
1724 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
1725
1726         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
1727
1728 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
1729
1730         * threads.c: In "start_wrapper", set apartment_state to MTA if
1731         apartment_state is Unknown and we're running on 2.0 profile or
1732         higher.
1733         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
1734         to main method, then set apartment_state to Unknown on 1.0 profile,
1735         and MTA on 2.0 profile.
1736
1737 2007-05-16  Jb Evain  <jb@nurv.fr>
1738
1739         * class-internals.h (MonoDefaults): Add an attribute_class and
1740           customattribute_data_class.
1741         * domain.c (mono_init_internal): Populate them.
1742         * reflection.c: Use them to remove duplicates. Make a vew
1743         MonoClass variables `static'.
1744
1745 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
1746
1747         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
1748         step in implementing IMT, so that all isinst checks now can go
1749         through the bitmap.
1750         This was needed because vtables for TransparentProxy need to look
1751         like the vtable of the "target" class, so they need to point to
1752         its interface bitmap directly.
1753
1754         * object.c: inside "mono_class_create_runtime_vtable" and
1755         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
1756
1757 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
1758
1759         * object-internals.h
1760           culture-info.h : added territory field in MonoCulture and
1761           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
1762         * locales.c : fill territory field above too.
1763         * culture-info-table.h : regenerated.
1764
1765 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
1766
1767         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
1768         Fixes #81599.
1769
1770 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
1771
1772         * object.c: Always initialize apartment, even if 
1773         there is no custom attributes on entry point.
1774         
1775         Code is contributed under MIT/X11 license.
1776
1777 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
1778
1779         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
1780         * metadata.c: If no encoding is set, check for unicode
1781         on class.
1782         
1783         Code is contributed under MIT/X11 license.
1784
1785 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
1786
1787         * threads.c: Handle if mono_thread_current returns NULL 
1788         
1789         Code is contributed under MIT/X11 license.
1790
1791 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
1792
1793         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
1794         in start_wrapper. Added mono_thread_init_apartment_state and
1795         mono_thread_cleanup_apartment_state.
1796         * object.c: Initialize thread apartment state on main thread
1797         by checking for STAThreadAttribute on entry point.
1798         * object-internals.h: Add apartment_state field to MonoThread.
1799         * threads-types.h: Add unmanaged definition of 
1800         System.Threading.ApartmentState, MonoThreadApartmentState.
1801         
1802         Code is contributed under MIT/X11 license.
1803         
1804 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
1805
1806         * class.c: Fix windows build.
1807         * class-internals.h: Fix windows build.
1808         
1809         Code is contributed under MIT/X11 license.
1810
1811 2007-05-08  Robert Jordan  <robertj@gmx.net>
1812
1813         * process.c (CreateProcess_internal):
1814         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
1815         .CreateNoWindow was specified. Fixes #81496.
1816
1817 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
1818
1819         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
1820         step in implementing IMT, replaced it with two compact arrays
1821         (interfaces_packed and interface_offsets_packed) and a bitmap that
1822         is used for isinst checks (interface_bitmap).
1823
1824         * class.c: (compare_interface_ids): compare function to pass to
1825         bsearch when looking for an interface with a given id.
1826         (mono_class_interface_offset): reimplemented using bsearch on
1827         interfaces_packed, getting the offset from interface_offsets_packed.
1828         (print_implemented_interfaces): utility debugging function.
1829         (setup_interface_offsets): reworked to initialize interfaces_packed,
1830         interface_offsets_packed and interface_bitmap.
1831
1832         * object.c: replaced all accesses to "MonoClass.interface_offsets"
1833         with uses of interfaces_packed and interface_offsets_packed.
1834
1835 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
1836
1837         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
1838         mono_class_interface_offset prototype to wrap all accesses to
1839         "MonoClass.interface_offsets".
1840
1841         * class.c: Implemented mono_class_interface_offset, and wrapped all
1842         accesses to "MonoClass.interface_offsets".
1843
1844         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
1845         "MonoClass.interface_offsets".
1846
1847 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
1848
1849         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
1850         GetMethodFromHandle overloads (bug #78637).
1851
1852 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
1853
1854         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
1855         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
1856
1857 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
1858
1859         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
1860         #81498.
1861
1862         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
1863         gracefully.
1864         (mono_custom_attrs_from_index): Ditto.
1865
1866         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
1867         Fixes #81501.
1868
1869 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
1870
1871         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
1872         is now allocated from a mempool.
1873
1874 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
1875
1876         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
1877         caller holds threads_lock, leading to deadlocks. Fixes #81476.
1878
1879 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
1880
1881         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
1882         mono_loader_clear_error () too late. Fixes #81463.
1883
1884 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
1885
1886         * culture-info-table.h : regenerated.
1887
1888 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
1889
1890         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
1891         is missing.
1892
1893 2007-04-25  Dick Porter  <dick@ximian.com>
1894
1895         * Makefile.am: Put the mingw enforced-optimisation back into the
1896         PLATFORM_WIN32 section.
1897
1898 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
1899
1900         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
1901         patch.
1902
1903         * image.c (mono_image_load_module): New API function to load a module reference.
1904
1905         * image.c (load_modules): Load modules lazily. Fixes #80812.
1906
1907         * class.c (mono_class_from_typeref): Use mono_image_load_module.
1908         
1909         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
1910
1911         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
1912         to mono_image_load_module_dynamic.
1913
1914 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
1915
1916         * marshal.c: Fix calling convention for CCW on non-windows
1917         platforms. STDCALL on windows, CDECL everywhere else to work 
1918         with XPCOM and MainWin COM.
1919         
1920         Code is contributed under MIT/X11 license.
1921
1922 2007-04-23  Martin Baulig  <martin@ximian.com>
1923
1924         Fix #80969.
1925
1926         * loader.c
1927         (method_from_memberref): Added `gboolean *used_context' argument.
1928         (mono_get_method_from_token): Likewise.
1929         (mono_get_method_full): Don't insert the method in the cache when
1930         `used_context' is true.
1931
1932 2007-04-23  Raja R Harinath  <rharinath@novell.com>
1933
1934         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
1935
1936         * reflection.c (mono_reflection_bind_generic_parameters): Don't
1937         create new MonoTypes for returned types.
1938         * class.c (mono_generic_class_get_class): Export mono-internal.
1939         * class-internals.h: Update to changes.
1940
1941 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
1942
1943         * threadpool.c, threadpool.h, icall-def.h: patch from
1944         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
1945
1946 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
1947
1948         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
1949         
1950         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
1951
1952         * threads.c (mono_thread_get_stack_bounds): New helper function.
1953
1954         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
1955         Correctly compute stack bounds when attaching. Fixes #81394.
1956
1957 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
1958
1959         * reflection.c: fix handling of doubles in custom attributes
1960         for the arm-fpa format (bug #81368).
1961
1962 2007-04-18  Raja R Harinath  <rharinath@novell.com>
1963
1964         * reflection.c (assembly_add_win32_resources): Mildly relax an
1965         bounds check to let the end pointer point just past the end of the
1966         allocated buffer.  (may fix #81384)
1967
1968 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
1969
1970         * culture-info-table.h : regenerated.
1971
1972 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
1973
1974         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
1975         the thread is aborted early.
1976
1977 2007-04-05  Dick Porter  <dick@ximian.com>
1978
1979         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
1980         FindFirstFile()/FindNextFile() to find entries.  This lets the
1981         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
1982         81038.
1983
1984         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
1985         the parameters of
1986         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
1987
1988 2007-04-04  Martin Baulig  <martin@ximian.com>
1989
1990         * debug-helpers.c
1991         (mono_method_desc_full_match): Add support for nested classes.
1992
1993 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
1994
1995         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
1996
1997 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
1998
1999         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
2000         waiting for too many threads.
2001
2002 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
2003
2004         * environment.c: Fix return value check on uname so we can get the 
2005         executing version on Solaris operating systems.
2006
2007 2007-03-28  Jb Evain  <jbevain@gmail.com>
2008
2009         * class.c (mono_type_get_name_recurse): Complete the
2010         fix for the creation of assembly qualified names for
2011         pointer types. Fixes #81208.
2012
2013 2007-03-27  Dick Porter  <dick@ximian.com>
2014
2015         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
2016         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
2017         changed.
2018
2019         * threads.c
2020         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
2021         the value of ReleaseMutex().
2022
2023 2007-03-27  Dick Porter  <dick@ximian.com>
2024
2025         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
2026         in little-endian order, not network endian, so must be converted
2027         to host endian here.  Fixes bug 80593.
2028
2029 2007-03-22  Jb Evain  <jbevain@gmail.com>
2030
2031         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
2032         qualified names for pointer types. Fixes #81208.
2033
2034 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
2035
2036         * marshal.c: Add support for PreserveSigAttribute. 
2037         
2038         Code is contributed under MIT/X11 license.
2039
2040 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
2041
2042         * process.c: Fix endianness issues. Fixes #81126.
2043
2044         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
2045         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
2046
2047         * image.c (mono_image_lookup_resource): Make this work on big-endian
2048         machines.Change API contract so the caller needs to free the return value.
2049         
2050         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
2051         API change.
2052         
2053 2007-03-14  Martin Baulig  <martin@ximian.com>
2054
2055         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
2056         mono_type_get_desc() as well.
2057
2058 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
2059
2060         * icall.c:  Fix environ access in VS.  
2061         
2062 2007-03-13  Alp Toker  <alp@atoker.com>
2063
2064         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
2065         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
2066         #63841.
2067
2068 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
2069
2070         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
2071         circular references among dynamic methods. Fixes #81091.
2072
2073         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
2074
2075 2007-03-09  Martin Baulig  <martin@ximian.com>
2076
2077         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
2078
2079 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
2080
2081         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
2082         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
2083         
2084         Code is contributed under MIT/X11 license.
2085         
2086 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
2087
2088         * loader.c: Reapply patch for bug #79424.
2089
2090 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
2091
2092         * metadata.c (mono_type_to_unmanaged): Only convert object to
2093         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
2094
2095 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
2096
2097         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
2098         (and incorrectly set) is_reference field from MonoGenericInst.
2099
2100 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
2101
2102         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
2103         a little earlier.
2104
2105         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
2106
2107         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
2108
2109 2007-03-05  Miguel de Icaza  <miguel@novell.com>
2110
2111         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
2112         FileOptions.1 value to mean "temporary", map that to
2113         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
2114
2115         Fixes 80688
2116
2117 2007-03-03  Marek Habersack  <mhabersack@novell.com>
2118
2119         * appdomain.c: implement MS .Net style shadow copying. Copies of
2120         the assemblies are made in a subdirectory of the dynamic base
2121         directory, the assembly names are preserved.
2122         Copy .mdb and .config files along with the assemblies being shadowed.
2123
2124 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
2125
2126         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
2127         (emit_marshal_handleref): Ditto.
2128
2129         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
2130         on Visual C++. Fixes #80671.
2131
2132 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
2133
2134         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
2135         for clone operations.
2136
2137 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
2138
2139         * marshal.c: Fix warnings.
2140
2141 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
2142
2143         * loader.c: allow case-insensitive matching of the dll name
2144         in dllmap handling when prefixed with "i:".
2145
2146 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
2147
2148         * threads.c: Fix #ifdef for dummy_apc function for VS.
2149
2150 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
2151
2152         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
2153
2154 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
2155         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
2156         giving precedence to the methods with a fully qualified name
2157         (InterfaceName.MethodName) when building the interface sections
2158         of the vtable.
2159
2160 2007-02-16  Dick Porter  <dick@ximian.com>
2161
2162         * threadpool.c (append_job): Fix fast-path array handling, so it's
2163         less likely the array will grow exponentially when the load is
2164         heavy.
2165
2166 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
2167
2168         * metadata-internals.h, loader.c: fix dllmap lookup order
2169         for non-function maps, too, and prepare for fallback code.
2170
2171 2007-02-12  Robert Jordan  <robertj@gmx.net>
2172
2173         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
2174         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
2175         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
2176         GlobalFree. Fixes a part of bug #77075.
2177
2178 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
2179
2180         * loader.c: implemented typedef parent in field memberref.
2181
2182 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
2183
2184         * marshal.c: Fix warnings and remember to call Release on
2185         IUnknown of RCW.
2186         
2187         Code is contributed under MIT/X11 license.
2188
2189 2007-02-10  Miguel de Icaza  <miguel@novell.com>
2190
2191         * class-internals.h: Add MonoHandleRef definition, and
2192         handleref_class to mono_defaults. 
2193
2194         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
2195         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
2196
2197         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
2198         (do nothing on this stage)
2199         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
2200         (emit_marshal_handleref): New method, used for argument handling
2201         of HandleRefs. 
2202
2203 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
2204
2205         * class.c (mono_class_setup_parent): Lazily init com types.
2206         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
2207         init com types.
2208         * object.c (mono_remote_class_vtable): Lazily init com types.
2209         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
2210         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
2211         * domain-internals.h: Expose mono_init_com_types.
2212         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
2213         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
2214         Add support for COM Callable Wrapper marshalling.
2215         * marshal.h: Add icall definitions.
2216         * gc.c: Handle freeing of CCWs in finalizer code.
2217         
2218         Code is contributed under MIT/X11 license.
2219
2220 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
2221
2222         * reflection.c: changed all the signature encoding code to use
2223         a variable-sized buffer.
2224
2225 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
2226
2227         * marshal.c: locking fixes: never take the loader lock
2228         or other runtime locks when holding the marshal lock
2229         (fixes bug#80664).
2230
2231 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
2232
2233         * marshal.c: make the delegate function pointer mapping
2234         work for the moving GC.
2235
2236 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
2237
2238         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
2239         for bug #80618.
2240
2241 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
2242
2243         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
2244         gmodule.
2245
2246 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
2247
2248         * threadpool.c: made the code moving-GC safe.
2249
2250 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
2251
2252         * assembly.c, boehm-gc.c, class-internals.h, class.c,
2253         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
2254         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
2255         warning cleanup.
2256         * reflection.c: warning cleanup, some threading and moving GC fixes.
2257
2258 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
2259
2260         * class.c, loader.c: create the needed Set/Get/Address array methods
2261         as well as the .ctors in mono_class_init (), fixes bug #80567.
2262
2263 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
2264
2265         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
2266         we doesn't decrease its alignment. Should fix the sparc build.
2267
2268 2007-01-24  Dick Porter  <dick@ximian.com>
2269
2270         * socket-io.c
2271         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
2272         Create the returned object if we need to ignore an unsupported
2273         socket option.  Fixes a segfault reported by Atsushi.
2274
2275 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
2276
2277         * class.c, object.c: restrict GC-tracked fields to
2278         UIntPtr fields used inside corlib, so we provide better
2279         type info to the GC and also allow broken packing as in
2280         bug #80580.
2281
2282 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
2283
2284         * sgen-gc.c: removed duplicated function.
2285
2286 2007-01-19  Miguel de Icaza  <miguel@novell.com>
2287
2288         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
2289         value that means that the value is not supported, but that we
2290         should not return a failure, but instead report this as a
2291         successful operation.
2292
2293 2007-01-19  Raja R Harinath  <rharinath@novell.com>
2294
2295         Fix tests/bug79956.2.il
2296         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
2297         (mono_generic_class_get_class): If the generic definition in an
2298         enum, copy over other fields related to it.
2299
2300 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
2301
2302         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
2303         genericinst enums (bug #79215).
2304
2305 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
2306         * class.c: Fix bug 80307.
2307
2308 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
2309
2310         * image.c: if the file table is not present, try to load
2311         all the modules, since we don't have info about them
2312         having or not metadata (bug #80517).
2313         * assembly.c: allow mono_assembly_load_references () to
2314         work for netmodules.
2315
2316 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
2317
2318         * image.c, metadata-internals.h, object.c: execute module
2319         cctors when running on the 2 runtime if present (bug #80487).
2320
2321 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
2322
2323         * icall.c: optimized InitializeArray() on bigendian.
2324
2325 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
2326
2327         * icall.c: fix for the broken ARM FPA double format.
2328
2329 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
2330
2331         * icall.c: handle endian issues for r4 and r8 types, too, in
2332         the InitializeArray() icall.
2333
2334 2007-01-15  Miguel de Icaza  <miguel@novell.com>
2335
2336         * loader.c (mono_loader_error_prepare_exception): Clear the error
2337         once we have extracted the information from it, do this before we
2338         call into the JIT's class loading mechanisms.
2339
2340         * object.c (mono_class_create_runtime_vtable): Do not clear the
2341         loader error before calling mono_class_get_exception_for_failure
2342         as the loader error is needed inside
2343         mono_class_get_exception_for_failure to throw the error (thinko).
2344
2345         Fixes #80521
2346         
2347 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
2348
2349         * reflection.c: align fields rva data so it's faster to load at
2350         runtime.
2351
2352 2007-01-12  Raja R Harinath  <rharinath@novell.com>
2353
2354         Prepare to simplify GenericMethod handling.
2355         * class-internals.h (mono_method_get_context): New accessor function.
2356         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
2357         rather than directly accessing '->context' field.
2358
2359         * class-internals.h (_MonoGenericParam.method): Move ...
2360         (_MonoGenericContainer): ... here.  Add into union with klass field.
2361         * class.c, icall.c, loader.c, metadata.c, reflection.c:
2362         Update to changes.
2363
2364 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
2365
2366         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
2367         the wrapper type enum and reduce relocations.
2368
2369 2007-01-12  Raja R Harinath  <rharinath@novell.com>
2370
2371         * reflection.c (inflate_mono_method): Reuse method instantiation
2372         from the generic method, if available.
2373
2374 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2375
2376         * marshal.c (emit_marshal_variant): Fix conv_arg
2377         type in last commit, based on whether parameter is byref.
2378         
2379 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2380
2381         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
2382         marshalling.
2383         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
2384         MONO_TYPE_OBJECT back for VARIANT support.
2385
2386 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2387
2388         * marshal.c, marshal.h, icall-def.h: Implement 
2389         Marshal.ReAllocCoTaskMem.
2390
2391 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
2392
2393         * marshal.c: memory retention fixes: use the proper
2394         image cache for runtime_invoke method lookups.
2395
2396 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
2397
2398         * mempool.c: added code to help debug mempool allocations.
2399
2400 2007-01-11  Dick Porter  <dick@ximian.com>
2401
2402         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
2403         support (experimenting with faking it with IP_MTU_DISCOVER for
2404         systems that don't have IP_DONTFRAGMENT.)
2405         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
2406         icall.
2407
2408         * icall-def.h: new System.Net.Sockets.Disconnect icall.
2409
2410         * socket-io.h: Add new fields to MonoSocketAsyncResult
2411         corresponding to the new ones in Socket.cs.
2412
2413 2007-01-11  Raja R Harinath  <rharinath@novell.com>
2414
2415         Fix IronPython regression mentioned in #80249
2416         * metadata.c (do_mono_metadata_parse_generic_class): Clear
2417         'cached_context' field, since it may have been initialized as a
2418         side-effect of metadata parsing.
2419
2420         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
2421         (_MonoGenericClass.cached_class): Move here and rename from lone
2422         remaining field of ...
2423         (_MonoInflatedGenericClass): ... this.  Remove.
2424         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
2425         to changes.
2426
2427         Fix mcs/tests/test-128.cs regression.
2428         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
2429         2007-01-10 change below.
2430         [MONO_TYPE_OBJECT]: Recurse into array case.
2431
2432 2007-01-11  Raja R Harinath  <harinath@gmail.com>
2433
2434         * class-internals.h (mono_get_inflated_generic_class): Remove.
2435         * class.c (mono_get_inflated_generic_class): Remove.
2436         (mono_generic_class_get_class): Rename from
2437         mono_class_create_generic.
2438         (mono_class_from_mono_type) [GENERICINST]: Use it.
2439         * reflection.c, metadata.c: Update to changes.  Use
2440         'mono_class_from_mono_type'.
2441
2442 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
2443
2444         * reflection.c: use passed type when encoding an array element
2445         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
2446
2447 2007-01-09  Robert Jordan  <robertj@gmx.net>
2448
2449         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
2450         result arguments (someDelegate.EndInvoke (unrelatedAres)).
2451         Fixes bug #80392.
2452
2453 2007-01-09  Raja R Harinath  <rharinath@novell.com>
2454
2455         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
2456
2457         * object.c (set_value): Avoid aliasing between type->data.klass
2458         and type->data.generic_class.
2459
2460         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
2461
2462 2007-01-08  Raja R Harinath  <rharinath@novell.com>
2463
2464         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
2465         between type->data.klass and type->data.generic_class.
2466
2467 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
2468
2469         * marshal.c: In MS.NET, StringBuilder objects are not copied by
2470         value in out parameters.
2471
2472 2007-01-08  Raja R Harinath  <rharinath@novell.com>
2473
2474         Simplify invariant for MonoGenericClass::klass field.
2475         * class.c (mono_class_create_generic): Verify 'klass' is null.
2476         * metadata.c (do_mono_metadata_parse_generic_class): Don't
2477         initialize 'klass' field.
2478
2479 2007-01-05  Raja R Harinath  <rharinath@novell.com>
2480
2481         Ongoing work to avoid redundant data and simplify invariants.
2482         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
2483         'generic_class', and change type to a GenericInst.
2484         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
2485         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
2486
2487 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
2488
2489         * class.c : skip io-layer under PLATFORM_WIN32.
2490
2491 2007-01-03  Tor Lillqvist  <tml@novell.com>
2492
2493         Fix #80305: In a bundled executable, look in the bundled exe
2494         assembly to determine the runtime version. Add the possibility to
2495         bundle also the machine.config file.
2496         
2497         * assembly.c (mono_assembly_open_from_bundle): Make
2498         non-static. Allow being called even if we have no bundled
2499         assemblies, and return NULL right away in that case.
2500
2501         * domain-internals.h: Declare mono_assembly_open_from_bundle()
2502         here.
2503
2504         * domain.c (app_config_parse): Take an assembly exe file name as
2505         parameter instead of a config file name. Check for a bundled
2506         config file for that assembly by calling
2507         mono_config_string_for_assembly_file() (see below) before looking
2508         for one in the file system.
2509         (get_runtimes_from_exe): Corrsponding change to call of
2510         app_config_parse().
2511         (get_runtimes_from_exe): Check for bundled assembly exe file first
2512         by calling mono_assembly_open_from_bundle(). If no bundled
2513         assembly exe file is found, call mono_image_open() as before to
2514         look it up in the file system.
2515
2516         * mono-config.c: Add variable bundled_machinec_onfig.
2517         (mono_config_string_for_assembly_file): New function.
2518         (mono_config_for_assembly): Move code snippet that looks for a
2519         bundled assembly .config file into the above new function. Call
2520         it.
2521         (mono_register_machine_config, mono_get_machine_config): New
2522         functions to set and retrieve
2523
2524         * assembly.h: Declare mono_register_machine_config().
2525
2526         * mono-config.h: Declare mono_get_machine_config() and
2527         mono_config_string_for_assembly_file().
2528
2529         * icall.c: No declaration of environ necessary on Win32. It is
2530         declared (as a macro expanding to a function call) in stdlib.h.
2531         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
2532         New internal mono function. Returns the value of
2533         mono_get_machine_config() as a Mono string.
2534
2535         * icall-def.h: Add get_bundled_machine_config().
2536
2537 2007-01-04  Raja R Harinath  <rharinath@novell.com>
2538
2539         Remove redundant field
2540         * class-internals.h (_MonoGenericContext.container): Remove field.
2541         * loader.c (mono_method_get_signature_full): Don't parse a
2542         "container" for a signature parse when the signature is inflated
2543         immediately.
2544         (method_from_methodspec): Likewise, for a generic_inst.
2545         * class.c, metadata.c, reflection.c: Update to changes.
2546
2547 2006-01-04  Raja R Harinath  <rharinath@novell.com>
2548
2549         * class-internals.h (_MonoGenericClass): Rename 'context' field to
2550         'cached_context', and change semantics -- it starts off NULL, and
2551         is initialized on demand.
2552         * class.c (mono_generic_class_get_context): New accessor to
2553         replace 'context' field accesses.
2554         (mono_class_get_context): New helper.
2555         (*): Update to changes.
2556         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
2557
2558 2007-01-03  Miguel de Icaza  <miguel@novell.com>
2559
2560         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
2561         before the memcpy.   Fixes Marshal2 regression.
2562
2563 2007-01-02  Jb Evain  <jbevain@gmail.com>
2564
2565         * blob.h: add a MONO_TYPE_ENUM definition
2566         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
2567         fix the encoding of arrays of enums in custom attributes.
2568
2569         Fixes #79666.
2570
2571 2007-01-01  Miguel de Icaza  <miguel@novell.com>
2572
2573         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
2574         string is null terminated, but only cut the string short if it
2575         overflows the buffer.   
2576         
2577         (mono_string_to_byvalstr): Also fix this routine.   The code here
2578         was not properly terminating a string (it was only terminated
2579         because of the previous catch-all memset). 
2580
2581         I left the memset, because I do not know if applications expect
2582         the runtime to clear this region. 
2583
2584         Fixes #79944.
2585
2586         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
2587         Clear the error before returning to unmanaged code to prevent the
2588         runtime from being confused later on (fixes  80420).
2589         (ves_icall_type_from_name): Always call mono_loader_clear_error
2590         after parsing a type that could have failed.
2591         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
2592
2593         * loader.c (mono_loader_clear_error): Fix indentation.
2594
2595 2006-12-28  Martin Baulig  <martin@ximian.com>
2596
2597         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
2598
2599 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
2600
2601         * reflection.c: patch from Rolf Bjarne Kvinge to fix
2602         getting a token for an EnumBuilder.
2603
2604 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
2605
2606         * reflection.c: be more careful in case resource generation
2607         fails to create the data array.
2608
2609 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
2610
2611         * sgen-gc.c: write barrier for clone and fix unregister handles.
2612
2613 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
2614
2615         * reflection.c: some fixes needed in the generics code for the moving GC.
2616
2617 2006-12-22  Robert Jordan  <robertj@gmx.net>
2618
2619         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
2620         account. Fixes bug #80299.
2621
2622 2006-12-21  Raja R Harinath  <rharinath@novell.com>
2623
2624         Fix WaitHandle usage in delegates.
2625         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
2626         * object.c (mono_wait_handle_new): Use the property set method to
2627         initialize the handle.
2628         (mono_wait_handle_get_handle): New.
2629         * threadpool.c (mono_async_invoke): Use it.
2630         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
2631         Likewise.
2632         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
2633
2634 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
2635
2636         * marshal.c (emit_marshal): Call emit_marshal_variant and
2637         emit_marshal_com_interface when applicable.
2638         (emit_marshal_variant, emit_marshal_com_interface): Add
2639         methods for this case and remove if's from emit_marshal_object.
2640         
2641 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
2642
2643         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
2644
2645 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
2646
2647         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
2648         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
2649         and GlobalFree on Windows. Remove FIXME.
2650
2651 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
2652
2653         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
2654         implementation for managed objects.
2655
2656 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
2657
2658         * object.c: implemented code to be used for checking
2659         that no reference field overlaps with non-references.
2660
2661 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2662
2663         * threadpool.c: fix queue code to be compatible with the
2664         moving GC.
2665
2666 2006-12-18  Miguel de Icaza  <miguel@novell.com>
2667
2668         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
2669         in structures by throwing ArgumentNullException.
2670
2671         (emit_marshal_safehandle): Also when they are null parameters.
2672
2673         (emit_marshal_safehandle): Add support for ref
2674         SafeHandles parameters
2675
2676 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
2677
2678         * profiler.c: updated to use the mono-dl API instead of
2679         gmodule.
2680
2681 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2682
2683         * profiler.c: updated to use the mono-dl dynamic loading
2684         API instead of gmodule.
2685
2686 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
2687
2688         * profiler.c: use readlink, older versions of glib don't have
2689         g_file_read_link ().
2690
2691 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
2692
2693         * profiler.c: try to detect the path to mono if libc fails to provide
2694         a useful name (bug #80286).
2695
2696 2006-12-16  Raja R Harinath  <rharinath@novell.com>
2697
2698         Fix #80242
2699         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
2700         instance, use the generic type definition instead.
2701         (ves_icall_Type_GetNestedTypes): Likewise.
2702         * class.c (mono_class_create_generic): Always set the
2703         nested_classes of a generic instance to NULL, even if the generic
2704         type definition has nested types.
2705
2706 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
2707
2708         * marshal.c (mono_string_from_bstr): Revert previous Windows change
2709         and fix on Linux.
2710         
2711 2006-12-15  Miguel de Icaza  <miguel@novell.com>
2712
2713         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
2714         my arguments were in the wrong order.   I also fixed the Windows
2715         version which seems to have had the same issue.
2716
2717         (mono_free_bstr): On Unix, this is g_free.
2718         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
2719         conversions (for the tests in corlib to pass).
2720
2721 2006-12-14  Miguel de Icaza  <miguel@novell.com>
2722
2723         * marshal.c (emit_ptr_to_object_conv): For now, ignore
2724         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
2725         exception if a ref SafeHandle in a struct has changed).
2726         
2727         (emit_struct_conv): Do not perform layout checks for classes
2728         derived from SafeHandle, as those are specially handled. 
2729
2730         (emit_object_to_ptr_conv): Add support for
2731         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
2732
2733         (emit_marshal_safehandle): Implement conversion of return values
2734         of safehandles (MARSHAL_ACTION_CONV_RESULT).
2735         
2736         * threads.c: WaitHandle now is compiled with two different handles
2737         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
2738         for 2.0.
2739         
2740         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
2741         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
2742         these routines to cope with both kinds of fields.
2743
2744 2006-12-12  Miguel de Icaza  <miguel@novell.com>
2745
2746         * metadata.c (mono_type_to_unmanaged): Handle the case where
2747         type->data.klass is a SafeHandle, and in that case, return the
2748         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
2749         MONO_MARSHAL_CONV_SAFEHANDLE. 
2750
2751 2006-12-11  Miguel de Icaza  <miguel@novell.com>
2752
2753         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
2754         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
2755         calling emit_marshal_object.
2756
2757         (emit_marshal_safehandle): Implement marshalling of
2758         SafeHandle parameters (no ref support yet).
2759
2760         (MarshalAction): Document the defines as I implement
2761         them for SafeHandle.
2762
2763         (emit_marshal_object): indentation police.
2764
2765         * class-internals.h: Define MonoSafeHandle.
2766         Add safehandle_class to MonoDefaults type.
2767
2768         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
2769         list of classes to check for fields. 
2770
2771         * domain.c (mono_init_internal): Add SafeHandle to the list of
2772         mono_defaults loaded.
2773
2774 2006-12-15  Raja R Harinath  <rharinath@novell.com>
2775
2776         Fix #80253
2777         * reflection.c (mono_reflection_bind_generic_parameters): If the
2778         generic type definition is a type builder, ensure that it is fully
2779         initialized before instantiating it.  Kill some dead code.
2780
2781 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
2782
2783         * object.c: clear the loader_error () before loading
2784         more metadata stuff (bug #80258).
2785
2786 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
2787
2788         * icall.c, icall-defs.h: type modifiers icalls for
2789         parameters and properties.
2790
2791 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
2792
2793         * object.c, icall.c: fixed warnings.
2794
2795 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
2796
2797         * marshal.c: fixed a couple of leaks and coding style in a few places.
2798
2799 2006-12-08  Dick Porter  <dick@ximian.com>
2800
2801         * process.c: Cope with NULL ProcessStartInfo arguments on windows
2802         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
2803         80173.
2804
2805 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
2806
2807         * process.c: ProcessStartInfo may have only filename set and
2808         arguments can be NULL.
2809
2810 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
2811
2812         * icall.c: fix leak found by Robert Jordan.
2813
2814 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
2815
2816         * marshal.c, marshal.h: generate managed method to access an element
2817         of a multi-dimensional array.
2818
2819 2006-11-30  Paolo Molaro (lupus@ximian.com)
2820
2821         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
2822
2823 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2824
2825         * icall.c: back out GetFields () fix until the serialization code is
2826         fixed to not depend on the incorrect behaviour.
2827
2828 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
2829
2830         * profiler.c: provide defaults if none are set.
2831
2832 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
2833
2834         * Makefile.am, attrdefs.h: new public header file with
2835         constants for attributes for use by embedders.
2836
2837 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
2838
2839         * icall.c: GetFields () fix for bug #80064.
2840
2841 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
2842
2843         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
2844         removed long unused icalls.
2845
2846 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
2847   
2848         * marshal.c: 
2849                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
2850                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
2851                 can be generated without a delegate class.
2852                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
2853         
2854         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
2855
2856 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2857
2858         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
2859         #80069.
2860
2861 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
2862
2863         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
2864         icall-def.h: added icalls needed by System.GC.
2865
2866 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
2867
2868         * loader.c: ensure the class in catch clauses is handled
2869         correctly for generics methods (fixes bug#79980).
2870
2871 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
2872
2873         * monitor.h, monitor.c: added mono_locks_dump () function
2874         to help debug deadlocks involving managed locks.
2875
2876 2006-11-13  Dick Porter  <dick@ximian.com>
2877
2878         * file-io.c (get_file_attributes): If the file is a symlink try
2879         and get the stat data for the target, but also add the
2880         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
2881         the specs for the windows symlink support, but will probably have
2882         to be reworked when I have test data from a vista machine.  Fixes
2883         bug 79887.
2884
2885 2006-11-13  Dick Porter  <dick@ximian.com>
2886
2887         * gc.c (mono_domain_finalize): 
2888         * marshal.c (mono_delegate_begin_invoke): 
2889         * threadpool.c (socket_io_init, mono_thread_pool_init)
2890         (mono_thread_pool_finish): 
2891         * monitor.c (mono_monitor_try_enter_internal): 
2892         * threads.c (mono_thread_resume, mono_thread_init)
2893         (mono_thread_suspend_all_other_threads)
2894         (mono_thread_execute_interruption): 
2895         * appdomain.c (mono_domain_unload): Check for NULL error returns
2896         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
2897         75733.
2898
2899 2006-11-11  Miguel de Icaza  <miguel@novell.com>
2900
2901         * process.c
2902         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
2903         Only close the handle if the value of the handle is not
2904         INVALID_HANDLE_VALUE.  This just makes the process a bit more
2905         robust.
2906
2907         Improvement for #75733, so that we do not run into this problem. 
2908
2909         
2910         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
2911         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
2912         internal variables.  Fixes #79462 
2913         
2914
2915 2006-11-09  Dick Porter  <dick@ximian.com>
2916
2917         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
2918         Use poll() not select().  Fixes bug 79397.
2919
2920 2006-11-09  Raja R Harinath  <rharinath@novell.com>
2921
2922         Fix #79872
2923         * assembly.c (mono_assembly_load_from_full): Check that the given
2924         image has an assembly manifest.
2925
2926 2006-11-09  Ankit Jain  <jankit@novell.com>
2927
2928         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
2929         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
2930         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
2931
2932 2006-11-07  Dick Porter  <dick@ximian.com>
2933
2934         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
2935         Put the old resolver behaviour back for pre-2.0 profiles.
2936
2937 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
2938
2939         * threadpool.c: precise GC and locking fixes.
2940
2941 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
2942
2943         * class.c: don't load types that have an explicit unaligned
2944         managed reference. Provide better info in the TypeLoad exception.
2945         Part of the fix for bug #79744.
2946         * object.c: use the correct check for class type load issues.
2947
2948 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
2949
2950         * class.c: enforce alignment of fields with managed references
2951         even when Pack=1 is forced by the user (bug #77788).
2952
2953 2006-11-03  Dick Porter  <dick@ximian.com>
2954
2955         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
2956         If the address reverse lookup fails, return it as the hostname
2957         anyway.  Fixes bug 79721.
2958
2959 2006-11-03  Dick Porter  <dick@ximian.com>
2960
2961         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
2962         Fix build on Windows.
2963
2964 2006-11-02  Dick Porter  <dick@ximian.com>
2965
2966         * icall-def.h: 
2967         * object-internals.h: 
2968         * exception.c (mono_get_exception_thread_interrupted): 
2969         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
2970         Fixes bug 74525.
2971
2972         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
2973         Check for pending Thread.Interrupt.
2974
2975 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
2976         * loader.c: Fixed bug 79684.
2977
2978 2006-10-27  Dick Porter  <dick@ximian.com>
2979
2980         * file-io.c (get_file_attributes): Force symlinks to directories
2981         to be returned as a regular file.  Fixes bug 79733.
2982 2006-10-26  Dick Porter  <dick@ximian.com>
2983
2984         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
2985         CreateFile to open a directory then we need to set the
2986         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
2987
2988 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
2989
2990         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
2991         friends.
2992
2993 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
2994
2995         * sgengc.c: small cleanup of timer code.
2996
2997 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
2998
2999         * sgen-gc.c: fix some warnings and start adding support for
3000         complete object removal on domain unload.
3001
3002 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
3003
3004         * assembly.c: build_assembly_name should not consider a version
3005         number without build or revision number invalid. Fixes bug #79715.
3006
3007 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
3008
3009         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
3010         call kernel32 function OutputDebugString directly.
3011         
3012         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
3013         
3014 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
3015
3016         * reflection.c: small cleanup, using a function to insert a MonoString
3017         in the string heap.
3018
3019 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
3020
3021         * reflection.c: moving GC fixes.
3022
3023 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
3024
3025         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
3026         all the objects with finalizers belonging to an unloading appdomain.
3027
3028 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
3029
3030         * sgen-gc.c: added ability to allocate even when the nursery is fully
3031         pinned and fixed a couple of bugs.
3032
3033 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
3034
3035         * threads.h: Revert the last change for now.
3036
3037         * threads.h (mono_thread_get_pending_exception): Rename this to
3038         mono_thread_get_undeniable_exception ().
3039
3040 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
3041
3042         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
3043         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
3044         when fname does not refer to valid assembly. This result in a more
3045         meaningful error message.
3046         * exception.c: added mono_get_exception_bad_image_format2 which 
3047         constructs a BadImageFormatException using the ctor taking a custom
3048         message and the file name. Passing in a NULL msg results in a default
3049         message.
3050         * exception.h: define mono_get_exception_bad_image_format2 function.
3051         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
3052         when file name pointed to an invalid IL image. Use 
3053         mono_get_exception_file_not_found2 to construct FileNotFoundException,
3054         as this results in a more meaningful error message.
3055
3056 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
3057
3058         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
3059         #79465.
3060
3061 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
3062
3063         * metadata.c (mono_type_size): Change the align parameter to guint32 for
3064         consistency with the other _size functions.
3065         (mono_type_stack_size): Ditto.
3066
3067         * class.c object.c icall.c: Fix warnings caused by the above change.
3068
3069         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
3070
3071         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
3072
3073         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
3074
3075 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
3076
3077         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
3078         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
3079         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
3080         threadpool.h, threads-types.h: mark more internal functions.
3081
3082 2006-10-11  Dick Porter  <dick@ximian.com>
3083
3084         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
3085         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
3086         reproduce the bug even before applying the fix.)
3087
3088 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
3089
3090         * reflection.c: allow retrieving attributes for arguments in generic
3091         methods (bug #79241).
3092
3093 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
3094
3095         * debug-mono-symfile.c: properly check fopen () result (found by
3096         coverity).
3097
3098 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
3099
3100         * reflection.c: make error message clearer and fixed two
3101         issuelets found by Coverity.
3102
3103 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
3104
3105         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
3106
3107 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
3108
3109         * object-internals.h, gc-internal.h, profiler-private.h:
3110         mark internal functions.
3111
3112 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
3113
3114         * reflection.c: put data in the text section.
3115         * icall.c: recognize more types in type_from_typename ().
3116         * process.c, marshal.c: added some GC FIXMEs.
3117
3118 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
3119
3120         * loader.c: check for NULL before initializing.
3121
3122 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
3123
3124         * gc.c (finalizer_thread): Use a non-alertable wait here.
3125
3126         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
3127         until the correct solution is found.
3128
3129 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
3130
3131         * reflection.c (mono_module_get_object): Avoid an assert when operating on
3132         modules with no metadata. Fixes #79596.
3133
3134         * image.c (load_metadata_ptrs): Put back the error message when
3135         the #- heap is encountered since the support is not complete yet.
3136
3137 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
3138
3139         * gc.c: do not allow the user to SuppressFinalize () a
3140         delegate because it would leak the trampoline if present.
3141
3142 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
3143
3144         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
3145         PropertyPtr table.
3146
3147 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
3148
3149         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
3150
3151         * metadata.c (mono_metadata_get_param_attrs): Ditto.
3152
3153         * row-indexes.h: Add definitions for *Ptr tables.
3154
3155         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
3156
3157         * metadata.c (mono_metadata_translate_token_index): New helper function to
3158         translate table indexes used in uncompressed metadata.
3159         (mono_metadata_decode_table_row): Ditto.
3160         (mono_metadata_decode_table_row_col): Ditto.
3161
3162         * metadata.c: Add table schema for *Ptr tables.
3163
3164         * class.c loader.c: Use the new helper function to access the affected metadata
3165         tables.
3166         
3167         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
3168         #38532.
3169         
3170 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
3171
3172         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
3173         sequences which can be unbounded in size. Fixes #79583.
3174
3175 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
3176
3177         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
3178         static initialization.
3179
3180         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
3181
3182         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
3183
3184         * domain.c (mono_domain_free): Free up type_init_exception_hash.
3185
3186         * object.c (mono_runtime_class_init): Implement correct semantics when a static
3187         ctor fails, i.e. throw the same exception on subsequent accesses.
3188         
3189 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
3190
3191         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
3192         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
3193         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
3194         Handle marshalling of interfaces and VARIANTs contained in structs.
3195         
3196         Code is contributed under MIT/X11 license.
3197         
3198 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
3199
3200         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
3201         
3202         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
3203         mempool.
3204
3205 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3206
3207         * console-io.c: ignore previous SIGINT handler.
3208
3209 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
3210
3211         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
3212         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
3213         #79460, #79461, #79485.
3214
3215         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
3216
3217         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
3218         #79217.
3219
3220 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
3221
3222         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
3223         could be generated from it.
3224
3225 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
3226
3227         * rand.c: fix read loop to correctly handle EINTR.
3228
3229 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
3230
3231         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
3232         internal calls are defined to keep methods closer to the declaring
3233         type and allow a significant reduction in runtime relocations and
3234         memory usage.
3235
3236 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
3237
3238         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
3239         exception message to have FileNotFoundException use the default
3240         assembly load error message. Fixes bug #79426.
3241         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
3242
3243 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3244
3245         * threadpool.c: (start_thread_or_queue) use the root domain when
3246         creating the thread instead of the async object one.
3247
3248 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
3249
3250         * class.c, object.c, class-internals.h, reflection.c:
3251         for arrays, store element_size inside MonoClass (speedup
3252         for array object creation).
3253
3254 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
3255
3256         * icall.c: fixed CodeBase to use the file name and not the module
3257         name (bug #79365).
3258
3259 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
3260
3261         * mono-debug.c, mono-debug.h: export find_method as
3262         mono_debug_find_method ().
3263
3264 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
3265
3266         * debug-helpers.c, class-internals.h: added a few functions useful
3267         when debugging under gdb.
3268
3269 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3270
3271         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
3272         characters that need special handling.
3273
3274 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
3275
3276         * mono-config.c: make the os/cpu specification more flexible,
3277         allowing lists and negation.
3278
3279 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
3280
3281         * marshal.c: COM Interop fixes. Handle case where method->klass.
3282         is interface. Handle BSTR/MonoString when null. Use CDECL as 
3283         calling convention on non-windows platforms. This is for
3284         compatibility with XPCOM and MainWin COM.
3285         
3286         Code is contributed under MIT/X11 license.
3287         
3288
3289 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
3290
3291         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
3292         correctly. Fixes #79217.
3293
3294         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
3295
3296 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
3297
3298         * mono-config.c: allow both an os and cpu attribute for dllmap
3299         and dllentry elemnets to enable a single config file to be used
3300         for multiple architectures.
3301
3302 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
3303
3304         * loader.c: MonoLoaderError was cleared too soon on load failure.
3305         Fixes bug #79424.
3306
3307 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
3308
3309         * icall.c: use the defining class vtable when accessing a
3310         static field, not a pobblibly derived class.
3311
3312 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
3313
3314         * icall.c string-icalls.c: Remove references to unicode.h.
3315
3316         * unicode.h unicode.c Makefile.am: Remove these unused source files.
3317
3318         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
3319
3320         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
3321         indicating the image where custom marshaller types should be looked up.
3322         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
3323         custom marshallers, instead of corlib. Fixes #79425.
3324
3325 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
3326
3327         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
3328
3329 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
3330
3331         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
3332         Implement Environment.ProcessorCount.
3333         
3334         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
3335         Implement Environment.ProcessorCount.
3336         
3337         * icall.c: 
3338         Add Environment.ProcessorCount icall.
3339         
3340         Patch by Jason McFall.
3341
3342 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3343
3344         * assembly.c: don't append .exe/.dll when the filename already contains
3345         one of those extensions.
3346
3347 2006-09-12  Martin Baulig  <martin@ximian.com>
3348
3349         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
3350         to array interfaces.
3351
3352 2006-09-11  Martin Baulig  <martin@ximian.com>
3353
3354         * reflection.c (mono_image_build_metadata): Create the
3355         MethodImpl's after emitting all types and methods, so we don't
3356         need another fixup pass for them.
3357
3358 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
3359
3360         * class.c (mono_class_from_name_case): Fix regression introduced by the last
3361         change.
3362
3363 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
3364
3365         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
3366         unload.
3367
3368 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
3369
3370         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
3371         args is not set. Fixes #78926.
3372
3373 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
3374
3375         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
3376
3377         * image.c (load_class_names): Move this to class.c, and rename it to 
3378         'mono_image_init_name_cache'.
3379         (load_modules): Fix a warning.
3380
3381         * class.c icall.c image.c: Initialize image->name_cache lazily.
3382
3383         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
3384         on its name using information in the AOT file.
3385
3386         * class.c (mono_class_from_name): Use the new hook function.
3387
3388 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
3389
3390         * reflection.c (mono_param_get_objects): Handle enum default parameter values
3391         correctly.
3392
3393         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
3394         Fixes #79289.
3395         
3396 2006-09-06  Martin Baulig  <martin@ximian.com>
3397
3398         * icall.c (mono_lookup_internal_call): Small fix.
3399
3400 2006-09-05  Raja R Harinath  <rharinath@novell.com>
3401
3402         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
3403         double g_free.
3404
3405 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
3406
3407         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
3408         when --debug is specified.
3409
3410 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
3411
3412         * class.c (setup_generic_array_ifaces): Fix a warning.
3413
3414 2006-09-04  Miguel de Icaza  <miguel@novell.com>
3415
3416         * Temporarily remove the patch to assemly.c that checks the
3417         assembly versions as it breaks our gacutil.
3418
3419 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
3420
3421         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
3422
3423         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
3424         a net 1.0 runtime.
3425
3426         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
3427         created using the default ctor. Fixes #79152.
3428         (mono_string_builder_to_utf16): Ditto.
3429
3430 2006-09-01  Martin Baulig  <martin@ximian.com>
3431
3432         Fix handling of the generic array interfaces.
3433
3434         * class-internals.h
3435         (MonoDefaults): Removed `generic_array_class' and added
3436         `generic_ilist' class.
3437
3438         * class.c
3439         (mono_bounded_array_class_get): Add the new generic array interfaces.
3440         (setup_generic_array_ifaces): New static method; create vtable
3441         entries for each method in the generic array interfaces.
3442
3443         * metadata.c
3444         (select_container): Allow "parent-less" generic methods.
3445
3446         * marshal.c
3447         (mono_marshal_get_generic_array_helper): New public method.
3448
3449         * icall.c
3450         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
3451         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
3452         moved the interncall into System.Array.
3453
3454 2006-09-01  Raja R Harinath  <rharinath@novell.com>
3455
3456         A few more cases of avoiding work on types with ->byref set.
3457         Has the real fix for #79238
3458         * icall.c (is_generic_parameter): New helper.
3459         (ves_icall_Type_GetGenericParameterPosition): Use it.
3460         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
3461         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
3462         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
3463         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
3464         reference types.
3465         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
3466         reference types.
3467         (ves_icall_Type_get_IsGenericInstance): Likewise.
3468         (ves_icall_Type_get_IsGenericType): Likewise.
3469
3470 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
3471
3472         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
3473         class if possible.
3474
3475         * mempool.h (mono_mempool_get_allocated): New helper function.
3476
3477         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
3478         change.
3479
3480         * mempool.c: Fix warnings and the calculation of stats.
3481
3482         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
3483
3484         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
3485
3486         * loader.c (mono_get_method_from_token): Update method_count stat.
3487
3488         * class-internals.h (MonoStats): Add some stats.
3489
3490 2006-08-31 Robert Jordan  <robertj@gmx.net>
3491
3492         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
3493         with managed variants.
3494         All code is contributed under the MIT/X11 license.
3495         
3496 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
3497
3498         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
3499         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
3500
3501         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
3502
3503         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
3504         with cycles in classes.
3505
3506         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
3507
3508         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
3509         missing a [MarshalAs] directive. Fixes #79203.
3510
3511         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
3512         klass->marshal_info. Fixes #79217.
3513
3514 2006-08-30  Martin Baulig  <martin@ximian.com>
3515
3516         Committing a patch from Joachim Ante <joe@otee.dk>:
3517         Add support for binary data symbol stores.
3518
3519         * debug-mono-symfile.c
3520         (mono_debug_open_mono_symbol_file): Renamed into
3521         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
3522         arguments.
3523
3524         * mono-debug.c
3525         (mono_debug_open_image): Added `raw_contents' and `size' args.
3526         (mono_debug_init_2_memory): New public function.
3527
3528 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
3529
3530         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
3531
3532 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3533
3534         * appdomain.c: implement support for ShadowCopyFiles.
3535
3536 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
3537
3538         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
3539         when value is NULL (and should remove CID #51).
3540
3541 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3542
3543         * image.c: moved 2 functions to ../utils.
3544
3545 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
3546
3547         * gc.c: cope with the target object of a GC handle being NULL
3548         (bug #78877).
3549
3550 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
3551
3552         * class.c: recursively check parent's explicit implementations
3553         of interface methods (fixes bug #79125).
3554
3555 2006-08-19  Miguel de Icaza  <miguel@novell.com>
3556
3557         * filewatcher.c: Avoid warnings when building, do not redefine
3558         constants that are defined.
3559
3560         Remove warnings.
3561
3562 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3563
3564         * image.c: don't fail when the link points to an absolute path.
3565
3566 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
3567
3568         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
3569         Fix CID #3.
3570
3571 2006-08-17  Miguel de Icaza  <miguel@novell.com>
3572
3573         * image.c (full_path): A new method used to obtain the actual path
3574         of an assembly even in the presence of symbolic links.  
3575
3576         This is necessary for the case where we are running a binary that
3577         has been GACed, but we are using the "published" path name
3578         ($prefix/mono/1.0/blah.exe) which happens to point to the real
3579         file in the GAC.
3580
3581         This was the source of the failure for the `xsp' command with the
3582         recent AppDomain changes, as far as the runtime was concerned,
3583         there were two different assemblies: $prefix/mono/1.0/blah.exe and
3584         $prefix/mono/gac/blah/version/blah.exe.
3585
3586         (do_mono_image_open): use full path
3587
3588 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
3589
3590         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
3591
3592 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
3593
3594         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
3595         domain_id is supplied. Fix CID #241 and corlib's unit tests.
3596
3597 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
3598
3599         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
3600         small structures. Fixes #78990.
3601
3602 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
3603
3604         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
3605
3606         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
3607
3608 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3609
3610         * appdomain.c:
3611         * marshal.c: don't load all the assemblies from a domain into newly
3612         created ones. The new domains might have different rules and load
3613         assemblies from different locations. Fixes bug #76757.
3614
3615         Patch by Lluis. Conflicts resolved by Brian Crowell.
3616
3617 2006-08-16  Alp Toker  <alp@atoker.com>
3618
3619         * socket-io.c: First half of the fix for #79084.
3620         Set sa_size to the length of the content, not that of the struct.
3621         Don't add NULL suffix to the content, this should be done in
3622         managed code if needed.
3623
3624 2006-08-14  Raja R Harinath  <rharinath@novell.com>
3625
3626         Fix part of #79012
3627         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
3628         mono_metadata_parse_type returns NULL.
3629
3630 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
3631
3632         * normalization-tables.h : new file for string normalization data.
3633         * locales.c, locales.h, icall.c :
3634           added load_normalization_resource() for string normalization,
3635           and icall as well.
3636         * Makefile.am : added normalization-tables.h to the sources.
3637
3638 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
3639
3640         * marshal.c: Add more helper functions to reduce code duplication and use them
3641         everywhere.
3642
3643 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
3644
3645         * marshal.c: Fix non-x86 stdcall warnings.
3646         
3647         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
3648         them everywhere.
3649
3650 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
3651
3652         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
3653         type check on multi-dimensional arrays. Fixes #79000.
3654
3655 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
3656
3657         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
3658         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
3659         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
3660         * class-internals.h: add is_com_object to class structure.
3661         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
3662         null checks to COM object marshalling. Fix .ctor call on RCW.
3663         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
3664         
3665         All code is contributed under the MIT/X11 license.
3666
3667 2006-08-09  Dick Porter  <dick@ximian.com>
3668
3669         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
3670         racing mono_monitor_allocator_lock() somewhere, so don't delete
3671         the critical section for now.  Found by running and exiting
3672         monodevelop.
3673
3674 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
3675
3676         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
3677         (ves_icall_System_ComObject_FindInterface): Ditto.
3678         (ves_icall_System_ComObject_CacheInterface): Ditto.
3679
3680         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
3681         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
3682
3683 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3684
3685         * threadpool.c: treat pipes from process asynchronous reads as sockets
3686         when reading from them, so we get select/poll or epoll to wait for
3687         data.
3688
3689 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
3690
3691         * loader.c: Fix a typo (CID #233) in the null check.
3692
3693 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
3694
3695         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
3696         Hopefully fixes #78949.
3697         
3698         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
3699         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
3700         bytes. Fixes #78972.
3701
3702 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3703
3704         * filewatcher.c: we need to set errno here.
3705
3706 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3707
3708         * filewatcher.c: let Win32Exception get the error value.
3709
3710 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3711
3712         * filewatcher.c: translate errno into win32 errors for Win32Exception
3713         to know what happened.
3714
3715 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
3716
3717         * threadpool.c: Fix more warnings.
3718
3719         * assembly.c (search_loaded): Fix warnings.
3720
3721         * threadpool.c (mono_thread_pool_finish): Fix warnings.
3722         (mono_async_invoke): Ditto.
3723
3724 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
3725
3726         * object.c (mono_remote_class_vtable): Need to create proxy vtable
3727         entries for __ComObject type in addition to ComImport types.
3728         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
3729         about hash table.
3730         
3731         All code is contributed under the MIT/X11 license.
3732
3733 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
3734
3735         * image.c: avoid tentative loading of modulerefs that contain
3736         no metadata (P/Invoke library names).
3737
3738 2006-07-28  Dick Porter  <dick@ximian.com>
3739
3740         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
3741         mono_loader_lock() somewhere, so don't delete the critical section
3742         for now.  Found by running and exiting monodevelop.
3743
3744 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3745
3746         * filewatcher.c: define the inotify syscalls when we're building on
3747         linux and have sys/syscall.h. The build system might not have support
3748         for inotify but the target system might have it.
3749
3750 2006-07-26  Miguel de Icaza  <miguel@novell.com>
3751
3752         * domain.c: Documentation updates.
3753
3754         * loader.c (mono_free_method): Do not release the method
3755         information if we are being profiled, as profilers will use this
3756         information at shut down to present some data to the user.
3757
3758         This is needed so that the profiler does not crash, as the
3759         profiler tends to keep MonoMethods around, and they might become
3760         invalid if we free these.
3761
3762         (mono_get_method_constrained): Return the original CIL stream
3763         method as well, so verification can be performed against it.
3764
3765 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3766
3767         * filewatcher.[ch]: support for inotify file system watcher.
3768         * icall.c: add new internal calls for the inotify file system watcher.
3769
3770 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3771
3772         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
3773         #78888.
3774
3775 2006-07-20  Dick Porter  <dick@ximian.com>
3776
3777         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
3778         warning.
3779
3780 2006-07-20  Dick Porter  <dick@ximian.com>
3781
3782         * threads.c (start_wrapper): Do the thread cleanup while we still
3783         hold a reference to its object.  Fixes bug 78123.
3784
3785 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
3786
3787         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
3788         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
3789           "managed-to-managed".
3790         * icall.c: Redirect string constructors that take sbyte* to
3791           ves_icall_System_String_ctor_RedirectToCreateString.
3792         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
3793           to CreateString () methods with matching signature.
3794         * reflection.c: Use original security informations for
3795           MONO_WRAPPER_MANAGED_TO_MANAGED.
3796         * security-manager.c: Use original security informations for
3797           MONO_WRAPPER_MANAGED_TO_MANAGED.
3798         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
3799           that is a placeholder and only its address should be used.
3800         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
3801           that is a placeholder and only its address should be used.
3802
3803 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
3804
3805         Begin implementing COM Interop.
3806         * appdomain.c: Increment corlib version.
3807         * class.c: Set ComImport classes' parent to __ComObject.
3808         * loader.c: Mark cominterop methods as such.
3809         * domain.c: Add __ComObject class to MonoDefaults structure.
3810         * image.c: Add 2 hashtables to the image for COM Interop related methods
3811         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
3812         using the mempool allocator
3813         
3814         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
3815         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
3816         declaration for mono_metadata_type_dup_mp.
3817         
3818         * debug-helpers.c: Added strings for two additional wrapper types
3819         * object.c: Create proxy objects for ComImport classes
3820         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
3821         and added __ComObject class to MonoDefaults structure.
3822         
3823         * object-internals.h: Finish MonoRealProxy definition, and add definition of
3824         MonoComInteropProxy and MonoComObject.
3825         
3826         * marshal.c: Added support for COM Interop
3827         (signature_cominterop): Converts managed signature to corresponding
3828         unmanaged COM signature.
3829         (cominterop_get_function_pointer): gets unmanaged function pointer via
3830         COM object vtable
3831         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
3832         (cominterop_get_method_interface): returns interface type that method is defined on
3833         (mono_mb_emit_cominterop_call): emits native call to function pointer
3834         gotten from vtable
3835         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
3836         that matches signature of unmanaged function.
3837         (cominterop_get_native_wrapper): wrapper around adjusted method call.
3838         (cominterop_get_invoke): forwards call from proxy to __ComObject
3839         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
3840         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
3841         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
3842         
3843         * marshal.h: Added Marshal icall declarations.
3844         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
3845         so we can access them in finalizer
3846         
3847 2006-07-14  Dick Porter  <dick@ximian.com>
3848
3849         * object.c (mono_type_initialization_cleanup): Fix a race
3850         condition by temporarily commenting out the critical section
3851         deletion.
3852
3853 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
3854
3855         * reflection.c (create_custom_attr): Fix some warnings.
3856         (create_custom_attr_data): Ditto.
3857         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
3858         types. Fixes #78855.
3859
3860 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
3861
3862         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
3863
3864         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
3865
3866 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
3867
3868         * reflection.c (resolve_object): Add support for DynamicMethod.
3869
3870         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
3871         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
3872
3873 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
3874
3875         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
3876         don't leak GPtrArray's pdata has we have no use (nor free) for it.
3877
3878 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
3879
3880         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
3881         Fixes #77888.
3882
3883 2006-06-30  Raja R Harinath  <rharinath@novell.com>
3884
3885         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
3886         slightly: remove a shadow local variable.
3887
3888 2006-06-29  Raja R Harinath  <rharinath@novell.com>
3889
3890         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
3891         definition that introduces the virtual function slot.
3892         Also fix Coverity #105.
3893
3894 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
3895
3896         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
3897         for dynamic assemblies. Fixes #78724.
3898
3899 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
3900
3901         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
3902         Fixes #78722.
3903
3904 2006-06-21  Martin Baulig  <martin@ximian.com>
3905
3906         * reflection.c
3907         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
3908         fixes #76484.
3909
3910 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
3911
3912         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
3913
3914 2006-06-20  Raja R Harinath  <rharinath@novell.com>
3915
3916         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
3917         nor TYPEREFs.
3918         * class.c (mono_class_create_from_typespec): Add 'context' argument.
3919         Inflate result if necessary.
3920         (mono_class_get_full): Remove old version.  Rename from
3921         'mono_class_get' and add 'context' argument.  Pass it to
3922         ..._create_from_typespec.
3923         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
3924         (mono_ldtoken): Revert change below.
3925
3926 2006-06-20  Martin Baulig  <martin@ximian.com>
3927
3928         * class.c (mono_ldtoken): Don't pass the generic context to
3929         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
3930
3931 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
3932
3933         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
3934         and later freeing it. Fixes #78638.
3935
3936 2006-06-15  Miguel de Icaza  <miguel@novell.com>
3937
3938         * icall.c (mono_class_get_throw): Revert over-zealous error
3939         throwing, the caller for mono_class_get_throw will cope with
3940         errors when classes are not properly initialized already.
3941
3942         The code still copes with loader exceptions though.
3943
3944         Fixes the regression in reftype1 and reftype3 from the CAS tests.
3945         
3946 2006-06-14  Miguel de Icaza  <miguel@novell.com>
3947
3948         Fixes the `make run1' version of RuntimeAbort (to be commited,
3949         source is in Bugzilla).
3950         
3951         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
3952         FALSE on class loading failure instead of returning true.
3953
3954         * class.c (mono_class_create_from_typedef): It is possible for
3955         mono_metadata_interfaces_from_typedef_full to fail if a class is
3956         not found, cope with this.
3957         
3958
3959 2006-06-14  Dick Porter  <dick@ximian.com>
3960
3961         * socket-io.c: 
3962         * process.c: Fix a bunch of signed/unsigned warnings from gcc
3963         4.1.1
3964
3965 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
3966
3967         * culture-info-table.h : oops, forgot to make it nsync with r61548.
3968
3969 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
3970
3971         * icall.c: Another fix for building mono in Visual Studio.
3972
3973 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
3974
3975         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
3976         
3977 2006-06-09  Martin Baulig  <martin@ximian.com>
3978
3979         * debug-mono-symfile.c: Put this back and really fix it this
3980         time. Sorry for all the trouble.
3981
3982 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
3983
3984         * icall.c (mono_class_get_throw): Fix a warning.
3985         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
3986         ReflectionTypeLoadException if needed. Fixes #78606.
3987
3988         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
3989         (mono_class_init): Ditto.
3990
3991         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
3992         ref_only exceptions.
3993         (mono_loader_clear_error): Make this work even if there is no error.
3994
3995 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
3996
3997         * object-internals.h marshal.c marshal.h icall.c: Implement method 
3998         Marshal.GetComSlotForMethodInfo using internal call.
3999
4000 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
4001
4002         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
4003         a function for signalling it.
4004
4005         * class.c (mono_class_from_typeref): Use the new kind of loader error when
4006         a referenced assembly is not found.
4007
4008         * loader.c (mono_loader_error_prepare_exception): Add support for 
4009         LOADER_ERROR_ASSEMBLY. Fix formatting.
4010
4011 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
4012
4013         * domain.c appdomain.c class-internals.h marshal.c: Add support 
4014         for VARIANT marshalling on windows and increment corlib version
4015         since Variant struct was added.
4016
4017 2006-06-03  Miguel de Icaza  <miguel@novell.com>
4018
4019         * debug-mono-symfile.c: Revert Martin's previous patch which broke
4020         stack trace line information:
4021
4022         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
4023         (Martin) when looking up B which is between A and C, return A not C.
4024
4025         Bug is #78573.
4026
4027         Thanks to Alexander Olk for tracking this down.
4028
4029 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
4030
4031         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
4032         
4033         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
4034         avoid clobbering its value.
4035         (mono_string_to_lpstr): Fix a warning on windows.
4036
4037 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
4038
4039         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
4040
4041         * reflection.c loader.c: Removed references to 'dummy' flag.
4042
4043         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
4044
4045         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
4046         it gets GC tracking.
4047
4048         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
4049         GC tracking.
4050         
4051         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
4052
4053         * marshal.c threadpool.c: Update callers of mono_async_result_new.
4054
4055         * appdomain.c: Bump corlib version.
4056
4057 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
4058
4059         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
4060         CEE_STIND_REF when working with object references.
4061
4062 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
4063
4064         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
4065         Fixes #78539.
4066
4067 2006-05-30  Miguel de Icaza  <miguel@novell.com>
4068
4069         * loader.c (method_from_memberref): Fix argument value for
4070         mono_loader_set_error_method_load (I was passing the MonoClass
4071         instead of the class name char *).
4072
4073 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
4074
4075         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
4076         CEE_STIND_REF when working with object references.
4077
4078 2006-05-30  Martin Baulig  <martin@ximian.com>
4079
4080         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
4081         mono_method_full_name() change and replace the ':' with a '.'
4082         here.
4083
4084 2006-05-30  Martin Baulig  <martin@ximian.com>
4085
4086         * debug-mono-symfile.c
4087         (mono_debug_symfile_lookup_location): Fix the algorithm:
4088         when looking up B which is between A and C, return A not C.
4089
4090 2006-05-29  Martin Baulig  <martin@ximian.com>
4091
4092         * mono-debug.h
4093         (MonoDebugMethodInfo): Make the typedef public.
4094         (MonoDebugSourceLocation): New public struct.
4095
4096         * mono-debug.c
4097         (mono_debug_source_location_from_address): Removed.
4098         (mono_debug_source_location_from_il_offset): Removed.
4099         (mono_debug_il_offset_from_address): Removed.
4100         (mono_debug_address_from_il_offset): Removed.
4101         (mono_debug_lookup_method): New public function.
4102         (mono_debug_lookup_source_location): New public function; replaces
4103         the old mono_debug_source_location_from_*() functions; see the
4104         inline documentation.
4105         (mono_debug_free_source_location): New public function.
4106         (mono_debug_print_stack_frame): New public function; see the
4107         inline documentation.
4108
4109         * debug-mono-symfile.c
4110         (mono_debug_find_source_location): Renamed into
4111         mono_debug_symfile_lookup_location(); only take a
4112         `MonoDebugMethodInfo *' and an `offset' argument; added inline
4113         documentation.
4114         (mono_debug_find_method): Renamed into
4115         mono_debug_symfile_lookup_method().
4116
4117 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
4118
4119         * assembly.c (mono_assembly_open_full): Dont overwrite the status
4120         returned by mono_image_open_full ().
4121
4122         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
4123         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
4124         #78517.
4125
4126         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
4127         #78518.
4128
4129 2006-05-27  Miguel de Icaza  <miguel@novell.com>
4130
4131         * class.c (mono_class_from_typeref): handle missing images
4132         earlier, deals with bug #78418.   Refactor code; 
4133
4134         Fix a warning introduced in my previous commit (some stale code
4135         from before I revisited my patch).
4136
4137         * class.c (mono_class_create_from_typedef): On failure, remove the
4138         class from the MonoImage->class_cache as the class is not
4139         initialized;   Fixes the leak pointed out by Paolo.
4140
4141 2006-05-25  Dick Porter  <dick@ximian.com>
4142
4143         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
4144         DeleteCriticalSections until I figure out which one may still be
4145         sometimes locked when mono_thread_cleanup is called.
4146
4147 2006-05-24  Dick Porter  <dick@ximian.com>
4148
4149         * threads.c (mono_thread_cleanup): Move the threading cleanup out
4150         of mono_thread_manage and back into its own function, so it can be
4151         called after the finalizer thread has finished.
4152
4153         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
4154
4155 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
4156
4157         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
4158         Fixes #78495.
4159
4160         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
4161         with non-blittable elements.
4162         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
4163
4164 2006-05-24  Martin Baulig  <martin@ximian.com>
4165
4166         * mono-debug-debugger.h (MonoDebuggerEvent): Added
4167         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
4168
4169         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
4170         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
4171         `mono_debugger_event_handler' to NULL.
4172
4173 2006-05-24  Martin Baulig  <martin@ximian.com>
4174
4175         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
4176
4177 2006-05-24  Martin Baulig  <martin@ximian.com>
4178
4179         * mono-debug-debugger.h
4180         (mono_debugger_create_notification_function): Added
4181         `MonoCodeManager *' argument.
4182
4183 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
4184
4185         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
4186
4187 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
4188
4189         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
4190         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
4191         implementation.
4192
4193 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
4194
4195         * icall.c: precise GC support: objects can't be stored in unmanaged
4196         memory anymore, even if they are kept alive by other references: since
4197         they can move the GC needs to be able to always find them.
4198
4199 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
4200
4201         * object.c: precise GC support for static fields. Support
4202         for moving GCs: write barriers and pinned allocation for interned
4203         strings.
4204
4205 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
4206
4207         * domain.c, domain-internals.h: precise GC support for the MonoDomain
4208         structure.
4209
4210 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
4211
4212         * class.c, gc.c: sgen and precise GC updates.
4213
4214 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
4215
4216         * marshal.h, marshal.c: added write barrier wrapper and precise type
4217         fixes.
4218
4219 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
4220
4221         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
4222         support.
4223
4224 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
4225
4226         * reflection.c: precise and sgen GC updates.
4227
4228 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
4229
4230         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
4231
4232 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
4233
4234         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
4235
4236 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
4237
4238         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
4239         MONO_TYPE_OBJECT. Fixes #78462.
4240
4241 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
4242
4243         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
4244         and blittable types.
4245
4246 2006-05-17  Miguel de Icaza  <miguel@novell.com>
4247
4248         * class.c (mono_class_get_exception_for_failure): Implement parts
4249         of a TODO: if the loader error is set (instead of the class
4250         error), we return a Loader exception that can be properly thrown
4251         elsewhere.
4252
4253         This was exposed by some Winforms 2.0 code that I tried to run
4254         (Atsushi pointed me to it).
4255
4256 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
4257
4258         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
4259         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
4260         
4261         * marshal.c (emit_marshal_vtype): Add limited support for 
4262         UnmanagedType.LPStruct. Fixes #78427.
4263
4264         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
4265         Applied a patch from kangaroo to fix #77523.
4266
4267 2006-05-17  Martin Baulig  <martin@ximian.com>
4268
4269         * threads.c
4270         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
4271         (debugger_thread_created): Removed.
4272         (debugger_thread_exited): Removed.
4273
4274 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
4275
4276         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4277
4278         * object-internals.h (MonoReflectionResource): Sync with managed version.
4279
4280 2006-05-12  Wade Berrier <wberrier@novell.com>
4281
4282         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
4283
4284 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
4285
4286         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
4287         functions try to allocate from the image mempool.
4288
4289 2006-05-12  Dick Porter  <dick@ximian.com>
4290
4291         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
4292
4293 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
4294
4295         * object.c: The FieldGetter and FieldSetter methods require the full
4296         name of the class, not only the name. Fixes bug #78277.
4297
4298 2006-05-11  Miguel de Icaza  <miguel@novell.com>
4299
4300         * loader.c (method_from_memberref): Do not pass the NULL klass to
4301         mono_loader_set_error_() methods.  Pass the non-NULL value
4302         (class). 
4303
4304 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
4305
4306         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
4307         (mono_assembly_close): Null out assembly->image->references after freeing it.
4308
4309         * image.c (mono_image_close): Free image->references.
4310         
4311         * reflection.c (mono_image_basic_init): Fix a small memory leak.
4312
4313 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
4314
4315         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
4316         before checking if it's NULL (g_assert).
4317
4318 2006-05-10  Martin Baulig  <martin@ximian.com>
4319
4320         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
4321         I thought I already killed that two months ago, but now it somehow reappeared.
4322
4323 2006-05-10  Martin Baulig  <martin@ximian.com>
4324
4325         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
4326
4327 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
4328
4329         * reflection.c: Allocate memory for dynamically created methods in the image
4330         mempools.
4331
4332 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
4333
4334         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
4335         don't use the ad pointer before checking if it's NULL (g_assert).
4336
4337 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
4338
4339         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
4340         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
4341
4342         * marshal.c: Allocate all signatures from mempools.
4343
4344         * marshal.c: Allocate some more signatures from mempools.
4345
4346 2006-05-09  Miguel de Icaza  <miguel@novell.com>
4347
4348         * object.c (mono_load_remote_field): The code used to provide a
4349         temporary variable for returning results if the user did not
4350         provide a result pointer.  But our temporary variable was allocted
4351         on the satck.
4352
4353         Fix calling code to always pass a result area.   Coverity ID 103.
4354
4355 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
4356
4357         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
4358         value, not the old. Fixes #78312.
4359         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
4360
4361         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
4362         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
4363         per-image cache.
4364
4365         * assembly.c (mono_assembly_close): Free image->references.
4366
4367         * assembly.c (mono_assembly_names_equal): Fix a warning.
4368         (mono_assemblies_cleanup): Cleanup more global data.
4369
4370         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
4371
4372         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
4373         ptr_cache and image->modules.
4374
4375         * image.c (mono_image_init): Allocate array_cache lazily.
4376         
4377 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4378
4379         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
4380         behavior was changed recently and has bad side effects.
4381
4382 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
4383
4384         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
4385         
4386         * assembly.c (mono_assembly_close): Remove a debug printf.
4387
4388         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
4389
4390         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
4391         to also allow for temporary references between mono_image_open ()/close ().
4392
4393         * domain.c (get_runtimes_from_exe): Add a FIXME.        
4394
4395 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
4396
4397         * marshal.c: Fix support for dynamic methods.
4398
4399         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
4400
4401         * marshal.c (mono_marshal_cleanup): New cleanup function.
4402
4403         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
4404         image mempools.
4405
4406         * class.c (mono_class_init): Fix leaking class->nested_classes.
4407
4408         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
4409
4410         * image.c (mono_image_init): Initialize the new cashes.
4411
4412         * image.c (mono_image_close): Destroy the new cashes.
4413
4414         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
4415
4416         * mempool.c (mono_mempool_strdup): New helper function.
4417
4418         * class-internals.h: Add prototype for mono_loader_unlock ().
4419
4420         * domain.c (mono_jit_info_table_find): Fix a warning.
4421         (mono_debugger_check_runtime_version): Ditto.
4422
4423         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
4424         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
4425         functions to these modules.
4426
4427         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
4428         metadata modules.
4429         
4430         * marshal.c (mono_free_bstr): Fix a warning.
4431
4432         * assembly.c (mono_assembly_open_full): Fix another small leak.
4433
4434         * object.c: Fix some unload leaks in the remoting code.
4435
4436         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
4437         function.
4438
4439         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
4440
4441         * reflection.c: Fix some unload leaks in dynamic assemblies.
4442
4443 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
4444
4445         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
4446         * marshal.h: Add BSTR support on Win32
4447         * icall.c: Add BSTR icalls
4448         * metadata.h: Add BSTR enums
4449
4450 2006-04-28  Miguel de Icaza  <miguel@novell.com>
4451
4452         Work to catch the crash from #76795 and turn it into an
4453         exception.   As I stubbed out pieces of the VisualBasic support,
4454         I found a number of places where the code was failing and I added
4455         checks to those places. 
4456         
4457         * metadata.c (do_mono_metadata_parse_generic_class): Make this
4458         function return a status code.  If we fail to parse the signature
4459         from mono_metadata_parse_generic_inst, return FALSE.
4460
4461         * loader.c (mono_get_method_from_token): If we fail to load the
4462         method (mono_class_get) return NULL.   
4463
4464         * (method_from_memberref): Return NULL if we are unable to parse
4465         the method signature
4466
4467         (mono_loader_error_prepare_exception): Since we now use the
4468         loader_error flag internally to stop processing, and obtaining
4469         exceptions that might be thrown will walk this code path the
4470         proper way of going from a MonoLoaderError into a
4471         MonoException was convoluted.   This new routine encapsulates the
4472         process of turning the error into an exception and *clearing* the
4473         error afterwards.
4474         
4475 2006-04-27  Miguel de Icaza  <miguel@novell.com>
4476
4477         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
4478         with missing assemblies), and to cope with:
4479
4480                 * Missing fieldref from a non-existing assembly.
4481                 * Missing methodref from a non-existing assembly.
4482
4483         The first batch of work to address *some* of the issues from 76661.
4484         
4485         * object.c (mono_class_create_runtime_vtable): If we fail to
4486         initialize the class raise the exception here. 
4487
4488         * metadata.c (mono_class_get_overrides_full): If any methods fail
4489         to load return the failure to the caller.
4490
4491         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
4492         flagging assemblies that failed to load.   
4493
4494         Do not crash if we are unable to load the assembly.
4495
4496         (mono_assembly_close): Do nothing with REFERENCE_MISSING
4497         assemblies. 
4498
4499         * loader.c (mono_loader_set_error_type_load): Change the
4500         convention to always pass unallocated strings, so we make our own
4501         copies (I know our own code had duplicated strings before, but
4502         this keeps the normal conventions).
4503         (method_from_memberref): Call mono_loader_set_error_method_load
4504         for all possible failures of loading the class. 
4505         Remove assert, turn into a loader error.
4506
4507         (mono_loader_error_to_exception): Move this routine from mini
4508         (mini_loader_error_to_exception) there was no need to have that in
4509         mini. 
4510
4511         * class.c (mono_class_from_typeref): If we were not able to load
4512         the assembly with mono_assembly_load_reference, call the
4513         mono_loader_set_error_type_load to register the problem.
4514
4515         (mono_class_setup_fields): If we fail to load the type from
4516         mono_metadata_parse_type_full, call mono_class_set_failure and
4517         break from the loop.
4518
4519         If class->exception_type is set, we do not layout the fields as
4520         that might crash the runtime, and instead return (from breaking
4521         from the previous loop).
4522
4523         (mono_class_setup_vtable): This now returns a boolean indicating
4524         whether the table was properly setup.   The decision is driven by
4525         mono_class_get_overrides_full which might run into non-existing
4526         methods. 
4527         
4528         (mono_class_init): Returns TRUE on success or FALSE if there was a
4529         problem in loading the type (incorrect assemblies, missing
4530         assemblies, methods, etc).
4531
4532         When we call mono_class_setup_fields we also check for a potential
4533         error inside this call (either a class exception or a general
4534         loader exception).
4535
4536         (mono_class_create_from_typedef): If the parent fails to load
4537         (calling mono_class_get_full) return NULL.
4538         
4539         ** Important **
4540
4541         calls to mono_metadata_parse_type_full should be checked
4542         everywhere and set the mono_class_set_failure
4543         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
4544
4545         The current patch checks the places where my manually constructed
4546         tests show the errors are showing up, but we should do it
4547         everywhere. 
4548
4549         ** Important2 **
4550
4551         mono_class_init return values should be tested everywhere, like
4552         the previous case this is something that we should audit
4553         everywhere and not only on the cases exposed by the tests I
4554         created. 
4555
4556 2006-04-26  Miguel de Icaza  <miguel@novell.com>
4557
4558         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
4559         boolean parameter and instead pass the information on `options'
4560         parameter (FileOptions).
4561
4562         * icall.c: Register the new signature for MonoIO.Open.
4563
4564         * debug-helpers.c (dis_one): Trying to understand how coverity
4565         works.  Fix Run 5, item 78.
4566
4567 2006-04-26  Dick Porter  <dick@ximian.com>
4568
4569         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
4570         dereference.
4571
4572 2006-04-25  Martin Baulig  <martin@ximian.com>
4573
4574         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
4575
4576         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
4577         debugger_thread_created().
4578         (debugger_gc_push_all_stacks): Don't handle the main thread in any
4579         special way.
4580         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
4581         (mono_debugger_finalize_threads): New function; undo the effects
4582         of mono_debugger_init_threads().
4583         (mono_debugger_create_all_threads): Removed.
4584
4585 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
4586
4587         * image.c (mono_image_close): Tidy up trace messages.
4588
4589         * assembly.c (mono_assembly_close): Ditto.
4590
4591         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
4592         no longer references an already freed assembly. Fixes #78168.
4593
4594 2006-04-21  Dick Porter  <dick@ximian.com>
4595
4596         * threads.c (mono_thread_detach): Fix reference counting when
4597         detaching threads.
4598
4599 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
4600
4601         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
4602         #78155.
4603
4604 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
4605
4606         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
4607         (mono_type_to_stind): Ditto.
4608
4609         * marshal.c: Use the new helper functions to simplify code.
4610
4611         * image.c (mono_image_close): Add some code for help debug assembly unloading
4612         problems.
4613
4614         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
4615         image mempool.
4616
4617         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
4618         assembly was already loaded in another appdomain. Fixes #78083.
4619
4620 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
4621
4622         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
4623         referenced assemblies.
4624         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
4625
4626         * domain.c (mono_domain_free): Add a trace message.
4627
4628         * appdomain.c (add_assemblies_to_domain): Ditto.        
4629
4630         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
4631         field.  
4632
4633 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
4634
4635         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
4636
4637 2006-04-12  Martin Baulig  <martin@ximian.com>
4638
4639         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
4640         `USE_INCLUDED_LIBGC'.   
4641
4642 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
4643
4644         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
4645         the patch contains ../ and a small directory name later. Hopefully fixes
4646         #78035.
4647
4648 2006-04-10  Martin Baulig  <martin@ximian.com>
4649
4650         Clean up the debugger's thread-handling code.
4651
4652         The debugger's thread-handling code has been moved from
4653         ../mini/debug-debugger.c to threads.c.  We now iterate directly
4654         over the `threads' hash, keep track of exiting threads and also
4655         use proper locking.
4656
4657         We can now debug XSP and XSP based applications with the debugger.
4658
4659         * object-internals.h (MonoThread): Added `gpointer end_stack'.
4660
4661         * threads.h
4662         (MonoThreadCallbacks): Removed; this was only used by the debugger.
4663         (mono_install_thread_callbacks): Likewise.      
4664
4665         * threads.c (mono_thread_callbacks): Removed.
4666         (debugger_thread_created, debugger_thread_exited): New static functions.
4667         (start_wrapper): Call debugger_thread_created().
4668         (thread_cleanup): Call debugger_thread_exited().
4669         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
4670         (mono_debugger_init_threads): New public function.
4671         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
4672         iterate directly over the `threads' hash and also use proper locking.
4673
4674         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
4675
4676         * mono-debug-debugger.h
4677         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
4678
4679 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
4680
4681         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
4682         argument type=array. Fixes #78057.
4683
4684 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
4685
4686         * culture-info-table.h : regenerated. Fixed bug #69652.
4687
4688 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
4689
4690         * loader.c metadata.c: Reapply a variant r59116.
4691         
4692         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
4693
4694         * class.c (mono_class_setup_interface_offsets): New internal function.
4695
4696         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
4697         interfaces too. Fixes #77398.
4698
4699         * reflection.c (encode_cattr_value): Add support for 
4700         parameter type=object, argument type=array.
4701         (load_cattr_value): Ditto. Fixes #77916.
4702
4703         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
4704         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
4705
4706         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
4707         a byval char array and CharSet is Ansi.
4708
4709         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
4710
4711 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
4712
4713         * metadata.c: Add some locking comments.
4714         
4715         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
4716         mempool.
4717         (mono_metadata_free_method_signature): Don't free the signature itself.
4718
4719         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
4720
4721         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
4722         reference the same MonoImage.
4723         (mono_assembly_load_from_full): Add an assert.
4724
4725 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
4726
4727         * image.c (mono_image_close): Don't put the image we are about to free into the
4728         loaded_images_guid_hash.
4729
4730         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
4731         to reduce code duplication.
4732
4733         * marshal.c: Register the native functions called by this module as icalls, to
4734         somewhat centralize the creation of MonoMethodSignature's.
4735
4736         * loader.c (mono_method_signature): Add a cache for method signatures.
4737
4738         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
4739         the parameter attributes of a method.
4740         (mono_metadata_parse_method_signature_full): Refactored the computation of
4741         parameter attributes into a separate function. Also avoid one allocation in
4742         most cases.
4743
4744         * assembly.c (mono_assembly_close): Ditto.
4745
4746         * image.c (mono_image_close): Log trace messages with INFO level.
4747
4748         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
4749
4750         * image.c reflection.c: Correct reference counting of image modules.
4751         
4752         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
4753         of this function from the image mempool.
4754         
4755         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
4756         to allow more cached types to be used.
4757
4758         * mono-debug.c (mono_debug_add_method): Appled patch from
4759         David S. Miller  <davem@sunset.davemloft.net>: Access 
4760         minfo->lexical_blocks[] entry elements using read32().
4761
4762 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
4763
4764         * loader.c (mono_free_method): No longer free the method header for non-dynamic
4765         methods as it is allocated from the mempool.
4766
4767         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
4768         image mempool.
4769
4770         * metadata-internals.h: Add comments describing the reference counting scheme
4771         used for MonoImage and MonoAssembly.
4772
4773         * image.c assembly.c reflection.c: Rework reference counting of images and 
4774         assemblies so they are freed when the runtime is shut down. Free some 
4775         additional memory structures when an image is unloaded.
4776         
4777 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
4778
4779         * class.c loader.c reflection.c: Allocate more data structures in
4780         the image mempool.
4781
4782 2006-03-31  Miguel de Icaza  <miguel@novell.com>
4783
4784         * icall.c
4785         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
4786         build on pre glib 2.4 systems.
4787
4788 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
4789
4790         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
4791
4792         * icall.c: Fix some warnings.
4793
4794 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
4795
4796         * culture-info-table.h : regenerated.
4797
4798 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
4799
4800         * threads.c, object-internals.h, verify.c: changed the culture caching
4801         code to use a normal MonoArray for storage so the GC can keep track of
4802         them easily. Fixed bits of the cache logic, too and simplified the
4803         code.
4804
4805 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
4806
4807         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
4808         thread for non-Boehm GCs.
4809
4810 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
4811
4812         * domain.c, object.c, domain-internals.h: reduce the amount of memory
4813         needed to keep track of the data for static fields.
4814
4815 2006-03-29  Raja R Harinath  <rharinath@novell.com>
4816
4817         Fix #75172
4818         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
4819         for interface classes.  Use 'num_methods' instead.
4820         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
4821         before using '->vtable_size' field.
4822
4823 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
4824
4825         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
4826         doesn't contain managed pointers, so use a normal hashtable.
4827
4828 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
4829
4830         * reflection.c, class-internals.h, domain.c: fixed handling of types
4831         used as values for objects in custom attributes (bug #77915):
4832
4833 2006-03-24  Martin Baulig  <martin@ximian.com>
4834
4835         * class.c (mono_class_setup_fields): Added support for generic
4836         instances; fixes #77580.
4837
4838 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4839
4840         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
4841
4842 2006-03-24  Dick Porter  <dick@ximian.com>
4843
4844         * file-io.c (get_file_attributes): More stat macro breakage.
4845         Fixes bug 77759.
4846
4847 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
4848
4849         * profiler.c: added the file=filename option in the default profiler
4850         to output the profile data to filename.
4851
4852 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4853
4854         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
4855         bug #77877.
4856
4857 2006-03-22  Martin Baulig  <martin@ximian.com>
4858
4859         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
4860         allocated `MonoClassField *' in `fb->handle'.
4861
4862 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
4863
4864         * class.c, image.c, metadata-internals.h: implemented new mechanism to
4865         allocate interface ID to save memory and allow better ID reuse on
4866         appdomain unload. setup_generic_vtable () removal from Martin.
4867
4868 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
4869
4870         * object.h, appdomain.c, domain.c, exception.c, icall.c,
4871         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
4872         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
4873         write barriers for reference stores with managed objects accessed with
4874         C structures in the runtime and in embedding programs.
4875
4876 2006-03-20  Raja R Harinath  <rharinath@novell.com>
4877
4878         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
4879         'interface_id' and 'max_interface_id' fields of MonoClasses
4880         representing open generic types.
4881
4882 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
4883
4884         * object.h, object.c, icall.c: added functions to deal with
4885         storing valuetypes that contain references in managed objects.
4886         * reflection.c, string-icalls.c, threads.c, marshal.c: small
4887         fixes and comments around uses of mono_array_addr ().
4888
4889 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
4890
4891         * object.h, icall.c, monitor.c: object.GetHashCode ()
4892         implementation that supports the moving garbage collector.
4893
4894 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
4895
4896         * icall.c, threads-types.h, threads.c: implemented finalizer for
4897         LocalDataStoreSlot.
4898
4899 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
4900
4901         * metadata.c (mono_type_size): Add a fixme.
4902         (mono_type_stack_size): Ditto.
4903
4904         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
4905         'type_forwarders' field.
4906
4907         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
4908         attribute from net 2.0.
4909
4910         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
4911         from class.c.
4912
4913         * class.c (mono_class_setup_fields): Fix a warning.
4914         
4915         * class.c (mono_class_from_name): Add support for assemblyref entries
4916         in the EXPORTEDTYPE table.
4917
4918         * reflection.c: Add support for handling type forwarders under net 2.0.
4919
4920         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
4921         
4922 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
4923
4924         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
4925         overwriting entries in ModuleBuild->types, also clean up the code
4926         a little. Fixes #77774.
4927
4928 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
4929
4930         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
4931         load friend assembly info when present.
4932
4933 2006-03-14  Raja R Harinath  <rharinath@novell.com>
4934
4935         Fix crasher on gtest-158.cs.
4936         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
4937         the return value if the MonoClass we want is yet in an
4938         inconsistent state.
4939         * class.c (mono_class_create_from_typedef): Add an comment
4940         explaining an order dependency between mono_class_setup_parent and
4941         mono_class_setup_mono_type.
4942
4943 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
4944
4945         * class.c: documentation updates and events bug fix.
4946
4947 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
4948
4949         * class.c: some cleanup, locking fixes.
4950
4951 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
4952
4953         * class.c: fix the generics code to setup nested
4954         type info to the instantiated type (bug #77770).
4955
4956 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
4957
4958         * marshal.c: fixed a few type correctness issues.
4959
4960 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
4961
4962         * loader.c: the Set/Get/Addrtess array methods should be public.
4963
4964 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
4965
4966         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
4967         
4968         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
4969         info->wrapper.
4970
4971 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
4972
4973         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
4974
4975         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
4976
4977         * mempool.c (mono_mempool_alloc): Speed this up a bit.
4978         (mono_mempool_alloc0): Ditto.
4979
4980 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4981
4982         * socket-io.c:
4983         (create_object_from_sockaddr): it was allocating 4 extra bytes
4984         for the AF_UNIX data. Fixes bug #77747.
4985
4986 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
4987
4988         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
4989
4990 2006-03-09  Dick Porter  <dick@ximian.com>
4991
4992         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
4993         Fixes bug 76966 again.
4994
4995 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
4996
4997         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
4998         names from r57532
4999         * appdomain.c: Bumped corlib version to 48 (due to r57532)
5000
5001 2006-03-07  Martin Baulig  <martin@ximian.com>
5002
5003         * object.c
5004         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
5005
5006 2006-03-07  Martin Baulig  <martin@ximian.com>
5007
5008         * class.c
5009         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
5010         regression introduced in r56970; see gtest-252.cs.
5011
5012         * loader.c (mono_get_method_constrained): Correctly handle generic
5013         methods; see gtest-253.cs.
5014
5015 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
5016
5017         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
5018
5019 2006-03-04  Martin Baulig  <martin@ximian.com>
5020
5021         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
5022         compute the parent type at runtime, just like we're already doing
5023         it for interfaces.
5024
5025         * reflection.c
5026         (mono_reflection_bind_generic_parameters): Don't compute the
5027         parent type anymore.
5028
5029         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
5030
5031 2006-03-04  Martin Baulig  <martin@ximian.com>
5032
5033         * mono-debug-debugger.h
5034         (mono_debugger_create_notification_function): Allocate memory at
5035         runtime and return a pointer to it.
5036
5037 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
5038
5039         * assembly.c: Fix windows build.
5040         
5041         * assembly.c: Fix build.
5042
5043         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
5044
5045         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
5046         
5047 2006-03-03  Dick Porter  <dick@ximian.com>
5048
5049         * process.c
5050         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
5051         Check parameters before dereferencing them.  Fixes Aaron's part of
5052         bug 77393.
5053
5054 2006-03-03  Raja R Harinath  <rharinath@novell.com>
5055
5056         Fix performance regression.
5057         * loader.c (find_method_in_class): Add 'from_class' argument.
5058         Rename 'klass' argument to 'in_class'.  The signature is compared
5059         against the method in 'in_class', and the corresponding method is
5060         returned from 'from_class'.
5061         (find_method): Walk both 'in_class' and 'from_class' in parallel.
5062         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
5063         type definition and generic instantiation in parallel.
5064         (mono_get_method_constrained): Update to changes.
5065
5066 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
5067
5068         * threads.c: make sure the domain is correct, too when doing
5069         mono_thread_attach ().
5070
5071 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
5072
5073         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
5074         windows. Fixes #77683.
5075
5076 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
5077
5078         * object.h, *: introduced specific way to set elements of an array
5079         of references to be used as write barrier. Still need to audit the
5080         uses of mono_array_addr.
5081
5082 2006-03-01  Miguel de Icaza  <miguel@novell.com>
5083
5084         * object-internals.h: New field to cache the assmebly name, patch
5085         from Tambet Ingo (tambet@ximian.com)
5086
5087 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
5088
5089         * decimal.h, class-internals.h, metadata-internals.h,
5090         file-io.h: mark a few function declarations as internal, to
5091         reduce the number of PLT entries.
5092
5093 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5094
5095         * file-io.c: fix typo in warning message.
5096
5097 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
5098
5099         * loader.c: on unix, lookup the "*A" version of a function
5100         if charset is auto as a second option before failing.
5101
5102 2006-02-28  Raja R Harinath  <rharinath@novell.com>
5103
5104         * class.h (mono_class_inflate_generic_method): Revert to two
5105         argument version.
5106         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
5107         (mono_class_inflate_generic_method_full): Add.
5108         * class.c (mono_class_inflate_generic_method_full): Rename from
5109         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
5110         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
5111         * loader.c, reflection.c: Update to changes.
5112
5113 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
5114
5115         * icall.c: const fixes and small improvements.
5116
5117 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5118
5119         * threadpool.c: for asynchronous connect(), enable the same workaround
5120         for BSD 6 as for the Mac. Fixes bug #77637.
5121
5122 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
5123
5124         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
5125         formatted classes. Fixes #77524.
5126
5127 2006-02-24  Raja R Harinath  <rharinath@novell.com>
5128
5129         * class.c (inflate_generic_type): Add a couple more
5130         micro-optimizations.
5131         (inflate_generic_context): Don't use the 'gmethod' from
5132         'inflate_with'.
5133         (mono_class_inflate_generic_method): If the method has generic
5134         parameters, but the passed-in context doesn't have a 'gmethod',
5135         create one.  Use the possibly simplified generic instantiation
5136         from the declaring class instead of the one passed in.
5137
5138 2006-02-24  Raja R Harinath  <harinath@gmail.com>
5139
5140         Make generic method signature and method header handling lazy.
5141         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
5142         (inflate_generic_header): Likewise.
5143         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
5144         parameter to avoid inflating types.
5145         (mono_get_inflated_method): Empty out.
5146         * class.h (mono_class_inflate_generic_method): Update to changes.
5147         * loader.c (mono_get_method_from_token): Don't parse signature for
5148         generic methods, nor methods of generic classes.
5149         (mono_method_signature): Rename from 'mono_method_signature'.
5150         Inflate signature on demand.
5151         (mono_method_get_header): Inflate method header on demand.
5152         * reflection.c: Update to changes.
5153
5154 2006-02-23  Raja R Harinath  <rharinath@novell.com>
5155
5156         * metadata.c (mono_metadata_inflate_generic_inst): If the
5157         instantiation is closed, don't bother expanding it in the new
5158         context.
5159         * class.c (inflate_generic_class): If the generic instantiation
5160         doesn't change after inflation, return the argument itself.
5161         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
5162         Add bounds checks.
5163         (inflate_generic_context): If neither the generic class nor the
5164         generic method instantiations change, return the original context.
5165         * reflection.c (mono_method_get_object): Do
5166         'mono_get_inflated_method' before accessing the ->klass field.
5167         (inflate_mono_method): Don't create a MonoGenericMethod unless
5168         necessary.
5169         (inflate_method): Don't pass a constructed type as the declaring
5170         type of a methodbuilder.
5171
5172 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
5173
5174         * object.c: fix memory overwrite.
5175
5176 2006-02-22  Dick Porter  <dick@ximian.com>
5177
5178         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
5179         it doesn't work any more.
5180         (mono_threads_request_thread_dump): Fix unused variable warnings.
5181
5182 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
5183
5184         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
5185         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
5186         the public header file.
5187
5188 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
5189
5190         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
5191
5192 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
5193
5194         * class-internals.h, object.c: reduce the size of MonoVTable
5195         and store the interface_offsets array at negative offsets.
5196
5197 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
5198
5199         * metadata.c: tweak table descriptors data structures to reduce
5200         size and runtime relocations.
5201
5202 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
5203
5204         * marshal.c: fix some types and opcodes to be type-safe
5205         in marshaling wrappers.
5206
5207 2006-02-21  Ankit Jain  <jankit@novell.com>
5208
5209         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
5210
5211 2006-02-21  Raja R Harinath  <rharinath@novell.com>
5212
5213         * metadata.c (get_constraints): Relax debugging checks for monodis.
5214
5215 2006-02-21  Ankit Jain  <jankit@novell.com>
5216
5217         * metadata.c (mono_metadata_load_generic_params): Move the code
5218         checking for ambiguous generic params from here to mono/dis/get.c
5219         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
5220
5221 2006-02-21  Raja R Harinath  <harinath@gmail.com>
5222
5223         Fix assertion triggered when compiling nemerle.
5224         * class.c (mono_get_shared_generic_inst): Rename from
5225         get_shared_inst and make non-static.
5226         * loader.c (mono_get_shared_generic_method): New.  Used to create
5227         the MonoGenericContext-equivalent of a MonoGenericContainer.
5228         (mono_get_method_from_token): Initialize the 'context' field of
5229         the created MonoGenericContainer.
5230         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
5231         * metadata.c (get_constraints): Add sanity check.
5232         * class-internals.h: Add new internal methods.
5233
5234         * reflection.c (verify_safe_for_managed_space): New sanity check.
5235         Currently checks that owner-less generic parameters aren't allowed
5236         in managed space.
5237         (mono_type_get_object): Use it.
5238         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
5239         that are now in mono_type_get_object.
5240         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
5241
5242 2006-02-19  Raja R Harinath  <harinath@gmail.com>
5243
5244         * metadata.c (mono_type_create_from_typespec): Rename from
5245         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
5246         argument and caching of types in the generic container.
5247         (unwrap_arrays, find_generic_param): Remove.
5248         * metadata-internals.h: Update.
5249         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
5250
5251 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
5252
5253         * class.c (mono_class_get_exception_for_failure): Fix a warning.
5254
5255         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
5256         return values. Fixes #77581.
5257
5258         * class.c (mono_fnptr_class_get): Switch name and name_space.
5259
5260         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
5261         classes and add support for [In, Out] attributes.
5262         (mono_marshal_free_asany): Ditto. Fixes #77524.
5263
5264 2006-02-18  Raja R Harinath  <harinath@gmail.com>
5265
5266         * class.c (mono_class_from_generic_parameter): Make more robust to
5267         incomplete MonoGenericContainers from monodis.
5268
5269 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
5270
5271         * class-internals.h: added some more exception types.
5272         * class.c, metadata.c: added a few checks to handle missing
5273         types.
5274
5275 2006-02-17  Raja R Harinath  <rharinath@novell.com>
5276
5277         Use owner-less generic-params some more.
5278         * class.c (my_mono_class_from_generic_parameter): Remove.
5279         (mono_class_from_generic_parameter): Handle null image,
5280         param->name and param->owner.
5281         (mono_class_from_mono_type): Update.
5282         (mono_class_create_from_typespec): Remove 'container' parameter.
5283         If that parameter is non-null, the result is always inflated by
5284         'mono_class_get_full' anyway.
5285         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
5286         parameter.
5287         (mono_class_get_full): Update.
5288
5289         * class.c (inflate_generic_type) [GENERICINST]: If the generic
5290         instance is not open, don't bother inflating.
5291         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
5292         parse metadata for inflated classes.
5293         (_mono_class_get): Change GenericContext* parameter to
5294         GenericContainer*.
5295         (mono_class_create_from_typespec): Likewise.  Simplify, and
5296         implement trivially.  All the cases are handled in
5297         mono_class_from_mono_type.  Don't inflate returned class.
5298         (mono_class_get_full): Delegate GENERICINST optimization to
5299         inflate_generic_type.
5300         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
5301
5302 2006-02-16  Dick Porter  <dick@ximian.com>
5303
5304         * socket-io.c (create_object_from_sockaddr): Fix typo.
5305         (create_sockaddr_from_object): Check array lengths before
5306         potentially accessing items off the end.
5307         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
5308         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
5309         (ves_icall_System_Net_Sockets_Socket_Send_internal)
5310         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
5311         length checks to avoid wraparound overflows.
5312         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
5313         contents of the array of sockets
5314         (hostent_to_IPHostEntry2)
5315         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
5316         Check return value of inet_ntop ().
5317         (addrinfo_to_IPHostEntry): Fix typo
5318
5319 2006-02-16  Raja R Harinath  <rharinath@novell.com>
5320
5321         Type metadata parsing doesn't use generic-instantiation information.
5322         * metadata.c (mono_metadata_parse_array_full): Change
5323         MonoGenericContext* parameter to MonoGenericContainer*.
5324         (mono_metadata_parse_type_full): Likewise.
5325         (mono_type_create_from_typespec_full): Likewise.
5326         (mono_metadata_parse_mh_full): Likewise.
5327         (mono_metadata_parse_generic_inst): Likewise.
5328         (do_mono_metadata_parse_generic_class): Likewise.
5329         (do_mono_metadata_parse_type): Likewise.
5330         * metadata-internals.h: Update to changes.
5331         * class.c (mono_class_find_enum_basetype): Likewise.
5332         (mono_class_setup_fields): Likewise.
5333         (mono_class_create_from_typespec): Likewise.
5334         * loader.c (method_from_methodspec): Likewise.
5335         (mono_get_method_from_token): Likewise.
5336         (mono_method_get_header): Likewise.
5337
5338 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
5339
5340         * marshal.c: handle additional GENERICINST case (patch from
5341         Thong Nguyen <tum@veridicus.com>).
5342         Fix a few cases where LDIND_I/STIND_I was used for references.
5343
5344 2006-02-16  Raja R Harinath  <rharinath@novell.com>
5345
5346         * reflection.c (mono_reflection_get_token): Remove unused variable.
5347
5348 2006-02-16  Martin Baulig  <martin@ximian.com>
5349
5350         * reflection.c (mono_reflection_get_token): Add support for fields
5351         in instantiated generic types.
5352
5353         * icall.c
5354         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
5355
5356 2006-02-15  Martin Baulig  <martin@ximian.com>
5357
5358         * icall.c
5359         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
5360         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
5361         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
5362         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
5363
5364 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
5365
5366         * class.c, metadata.c, metadata.h, object.c, icall.c,
5367         marshal.c: changed mono_type_get_underlying_type () to do
5368         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
5369         Fixed handling of instantiated generic valuetypes (bug #75479).
5370
5371 2006-02-15  Raja R Harinath  <rharinath@novell.com>
5372
5373         * metadata.c (mono_metadata_decode_signed_value): Simplify.
5374         Delegate to mono_metadata_decode_value, and work on the returned value.
5375
5376         * icall.c (ves_icall_MonoType_GetGenericArguments):
5377         Add consistency check here too.
5378         
5379 2006-02-15  Ankit Jain  <jankit@novell.com>
5380
5381         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
5382         char/short etc.
5383
5384 2006-02-15  Ankit Jain  <jankit@novell.com>
5385
5386         * metadata.c (mono_metadata_decode_signed_value): New function to decode
5387         signed values, used only for representing lower bounds of arrays.
5388         (mono_metadata_parse_array_full): Use new
5389         mono_metadata_decode_signed_value to decode lower bounds.
5390
5391 2006-02-14  Martin Baulig  <martin@ximian.com>
5392
5393         * reflection.c
5394         (mono_reflection_get_token): Support "MonoGenericMethod" and
5395         "MonoGenericCMethod" and allow generic instances / methods.
5396
5397 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
5398
5399         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
5400         to obtain the terminal size using an ioctl.
5401
5402         * object.c (mono_nullable_init): Revert this as nullable reference
5403         types are not valid.
5404         (mono_nullable_box): Ditto.
5405
5406 2006-02-09  Dick Porter  <dick@ximian.com>
5407
5408         * threads.c (mono_thread_detach): Drop a reference to the thread
5409         we're detaching.
5410
5411 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
5412
5413         * object.c (mono_nullable_init): Handle nullable reference types.
5414         (mono_nullable_box): Ditto. Fixes #77446.
5415
5416 2006-02-07  Martin Baulig  <martin@ximian.com>
5417
5418         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
5419
5420 2006-02-07  Ankit Jain  <jankit@novell.com>
5421
5422         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
5423         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
5424         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
5425         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
5426         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
5427         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
5428
5429 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
5430
5431         * class.c (mono_class_create_generic): Set type_token as well.
5432
5433         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
5434         compatible with MS.
5435
5436 2006-02-02  Martin Baulig  <martin@ximian.com>
5437
5438         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
5439         has never been used so far.
5440
5441 2006-02-02  Martin Baulig  <martin@ximian.com>
5442
5443         * mono-debug-debugger.h: Changed comment at the top of this file;
5444         the header is not installed, but it's safe to #include it from
5445         within the JIT.
5446
5447         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
5448         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
5449
5450 2006-02-02  Martin Baulig  <martin@ximian.com>
5451
5452         * mono-debug.h
5453         (MonoSymbolTable): Removed the `metadata_info' field.
5454
5455         * mono-debug.c
5456         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
5457
5458         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
5459         (mono_debugger_add_builtin_types): Removed.
5460         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
5461         (mono_debugger_create_notification_function): We now operate on a
5462         pre-allocated area; take a `gpointer' and return `void'.
5463
5464         * mono-debug-debugger.c
5465         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
5466         (mono_debugger_add_builtin_types): Removed.
5467
5468 2006-02-02  Martin Baulig  <martin@ximian.com>
5469
5470         * threads.c (mono_debugger_create_all_threads): New public method.
5471
5472 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
5473
5474         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
5475         breaks on several platforms.
5476
5477 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
5478
5479         * assembly.c: the VS.NET build doesn't supply default values for
5480         MONO_ASSEMBLIES and MONO_CFG_DIR.
5481
5482 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
5483
5484         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
5485         helper function.
5486
5487         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
5488
5489         * loader.c (method_from_memberref): Fix a warning.
5490
5491         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
5492
5493         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
5494         with explicit layout. Fixes #77433.
5495
5496 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
5497
5498         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
5499         max_interface_id is initialized before using it. Fixes #77398.
5500         (ves_icall_Type_GetInterfaces): Ditto.
5501
5502 2006-01-30  Raja R Harinath  <rharinath@novell.com>
5503
5504         * metadata.c (mono_metadata_parse_method_signature_full): Don't
5505         allocate memory for parameter attributes when parsing memberref
5506         signatures.
5507         * loader.c (mono_loader_set_error_method_load): Don't warn.
5508         (method_from_memberref): Ensure MissingMethodException gets thrown
5509         if method is not found.  Make warning more informative.
5510
5511 2006-01-29  Raja R Harinath  <harinath@gmail.com>
5512
5513         Fix #77397
5514         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
5515         return true if is byref.
5516         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
5517         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
5518         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
5519
5520 2006-01-27  Raja R Harinath  <rharinath@novell.com>
5521
5522         Fix tests/find-method.2.il
5523         * loader.c (find_method, find_method_in_class): Remove is_inflated
5524         argument.  Revert 2006-01-18 change.
5525         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
5526         is generic, search for method in its generic definition.
5527         * class.c (mono_class_setup_vtable_general): Print generic
5528         arguments of generic types in debugging printf.
5529
5530 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
5531
5532         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
5533
5534         * threads.c (mono_threads_request_thread_dump): New helper function.
5535
5536 2006-01-25  Raja R Harinath  <rharinath@novell.com>
5537
5538         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
5539
5540 2006-01-25  Ankit Jain  <jankit@novell.com>
5541
5542         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
5543         move definition to ..
5544         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
5545         
5546 2006-01-25  Ankit Jain  <jankit@novell.com>
5547             Raja R Harinath  <rharinath@novell.com>
5548
5549         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
5550         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
5551         as necessary.
5552
5553 2006-01-25  Martin Baulig  <martin@ximian.com>
5554
5555         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
5556         `MonoDebuggerThread' into debug-debugger.c.
5557
5558 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
5559
5560         * profiler.c: fix printing of data.
5561
5562 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
5563
5564         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
5565           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
5566
5567 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
5568
5569         * object.c: fix deadlock related to string interning.
5570
5571 2006-01-23  Martin Baulig  <martin@ximian.com>
5572
5573         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
5574
5575         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
5576
5577 2006-01-23  Martin Baulig  <martin@ximian.com>
5578
5579         * mono-debug.h: Moved the prototypes of some functions which are
5580         used by the JIT here from mono-debug-debugger.h.
5581
5582 2006-01-21  Martin Baulig  <martin@ximian.com>
5583
5584         * Makefile.am: Don't install mono-debug-debugger.h.
5585
5586 2006-01-21  Martin Baulig  <martin@ximian.com>
5587
5588         * mono-debug-debugger.h: Enforce the private status of this header
5589         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
5590         Moved some stuff from mono-debugger-jit-wrapper.h here.
5591
5592 2006-01-20  Raja R Harinath  <rharinath@novell.com>
5593
5594         * class.c (mono_class_from_typeref): Add a sanity test to help
5595         catch lack of assembly load/search hooks.
5596
5597 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
5598
5599         * marshal.c (emit_struct_conv): Relax the fields with same offset
5600         check even more. Fixes #77230.
5601
5602 2006-01-18  Martin Baulig  <martin@ximian.com>
5603
5604         * loader.c (find_method_in_class): Added `gboolean is_inflated'
5605         argument; if false, we compare the uninstantiated signatures.
5606         (method_from_memberref): Compare the uninstantiated signatures;
5607         fixes #76417.
5608
5609 2006-01-18  Robert Jordan  <robertj@gmx.net>
5610
5611         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
5612         Clear the weak link. Fixes bug #77170.
5613
5614         * gc.c (mono_gchandle_free):
5615         Reflect *-gc.c changes (tiny optimization).
5616
5617 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
5618
5619         * metadata.c (mono_metadata_signature_dup): Applied patch from
5620         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
5621         Fixes #77288.
5622
5623 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
5624
5625         * marshal.c (emit_struct_conv): Allow fields with the same offset when
5626         marshalling from native to managed code. Fixes #77230.
5627
5628 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5629
5630         * threadpool.c: fix problem (Mac only) when more than one asynchronous
5631         connect. Fixes bug #77020.
5632
5633 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
5634
5635         * class.c: fixed id assignement for nested interfaces (bug #77275).
5636         Added also better info for --print-vtable debugging.
5637
5638 2006-01-12  Martin Baulig  <martin@ximian.com>
5639
5640         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
5641         interfaces on-the-fly; fixes #76625.
5642
5643         * class-internals.h
5644         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
5645         don't need that anymore.
5646
5647 2006-01-12  Miguel de Icaza  <miguel@novell.com>
5648
5649         * socket-io.c
5650         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
5651         To avoid initing the nested_classes when not needed I turned the
5652         PeerCredData as a toplevel internal class, as it has to be shared
5653         anyways. 
5654
5655         Fixes the CASA issue.
5656
5657 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
5658
5659         * domain.c: Accessors for MonoJitInfo
5660
5661         * profiler-private.h: Add jitinfo to the end jit hook
5662
5663         * profiler.[ch]: Define new hooks, called after jitting which give
5664         the MonoJitInfo that was compiled
5665
5666 2006-01-10  Martin Baulig  <martin@ximian.com>
5667
5668         * class.c (mono_class_setup_events): Add support for generic
5669         classes; fixes #76440.
5670
5671 2006-01-06  Raja R Harinath  <rharinath@novell.com>
5672
5673         Fix #77160.
5674         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
5675         on passed-in method.
5676
5677 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
5678
5679         * object.c (mono_runtime_invoke_array): Add Nullable support.
5680
5681         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
5682
5683 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
5684
5685         * file-io.c: Don't consider sockets as directory and avoid an endless
5686         loop. Fix bug #76966.
5687
5688 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
5689
5690         * object.c (mono_nullable_init): New helper function.
5691         (mono_nullable_box): Ditto.
5692
5693         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
5694
5695         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
5696
5697         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
5698         
5699 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
5700
5701         * class.c (mono_class_is_assignable_from): Make T assignable to 
5702         Nullable<T>.
5703
5704 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
5705
5706         * appdomain.c: Bump corlib version to 46.
5707         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
5708         serialization purpose) and changed ves_icall_System_Reflection_
5709         Assembly_get_code_base signature to accept a boolean (to escape, or 
5710         not, the assembly code base).
5711
5712 2005-12-23  Dick Porter  <dick@ximian.com>
5713
5714         * icall.c: 
5715         * threads-types.h: 
5716         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
5717         CreateEvent icall now returns "created" boolean parameter.
5718
5719 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
5720
5721         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
5722         #76967.
5723
5724         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
5725         when attr_klass is an interface. Fixes #77045.
5726
5727 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
5728
5729         * marshal.c (emit_struct_conv): Fix previous patch.
5730         
5731         * marshal.c (emit_struct_conv): Add a check for fields with the same
5732         offset.
5733
5734 2005-12-20  Raja R Harinath  <rharinath@novell.com>
5735
5736         Fix regression in Mono.C5.
5737         * class.c (mono_class_create_generic): If 'klass' is an interface
5738         set up the interface offsets.
5739         (mono_class_is_assignable_from): Don't throw away generic arguments.
5740
5741 2005-12-19  Raja R Harinath  <rharinath@novell.com>
5742
5743         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
5744         type parameters.
5745
5746 2005-12-15  Raja R Harinath  <rharinath@novell.com>
5747
5748         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
5749         dead store.
5750         (do_mono_metadata_parse_generic_class): Don't pass the current
5751         generic context when parsing the type being instantiated: it
5752         cannot use it, anyway.
5753
5754         * loader.c (method_from_memberref): Don't inflate a signature if
5755         it doesn't contain any type parameters.
5756
5757 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
5758
5759         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
5760
5761 2005-12-14  Martin Baulig  <martin@ximian.com>
5762
5763         * class.c
5764         (mono_type_get_name_recurse): Don't return null for type
5765         parameters and open generic classes.
5766         (mono_class_setup_methods): Don't exclude generic instances.
5767         (mono_get_unique_iid): Use different IDs for different
5768         instantiations of the same generic type.
5769         (mono_class_setup_vtable): Only use setup_generic_vtable() for
5770         open generic instances; create a normal vtable for closed generic
5771         instances.
5772         (mono_class_setup_vtable_general): We're now also called for
5773         closed generic instances.
5774
5775         * reflection.c
5776         (mono_reflection_bind_generic_parameters): Correctly use
5777         mono_metadata_lookup_generic_inst() everywhere.
5778
5779 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
5780
5781         * object.c (mono_class_create_runtime_vtable): Call 
5782         mono_class_setup_vtable ().
5783
5784         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
5785         function.
5786         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
5787         #76959.
5788
5789         * loader.c (mono_loader_set_error_type_load): Print the type load
5790         warnings to the console so they are more visible to the user.
5791         (mono_loader_set_error_method_load): Ditto.
5792
5793         * reflection.c (ensure_runtime_vtable): Revert the last change as it
5794         is still broken.
5795         
5796         * reflection.c (ensure_runtime_vtable): Fix build.
5797
5798         * reflection.c (ensure_runtime_vtable): Disable an optimization which
5799         doesn't work in all cases.
5800
5801 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
5802
5803         * object.c (mono_array_new_full): Treat a single dimensional array
5804         with 0 lower bounds as an szarray. Fixes #76973.
5805
5806         * reflection.c (custom_attr_visible): Really fix this.
5807
5808 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
5809
5810         * reflection.c (custom_attr_visible): Allow nested public attributes
5811         as well.
5812
5813         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
5814         interface check.
5815
5816 2005-12-12  Raja R Harinath  <harinath@gmail.com>
5817
5818         * class.c (set_generic_param_owner): Delete.
5819         (mono_class_create_from_typedef): Don't set ->owner field of
5820         generic parameters to "param containers" of enclosing classes.
5821         * reflection.c (mono_reflection_initialize_generic_parameter):
5822         Likewise.
5823
5824 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
5825
5826         * reflection.c (custom_attr_visible): Fix build.
5827
5828 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
5829
5830         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
5831         private attributes.
5832         
5833         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
5834         handling of null parameter defaults.
5835
5836 2005-12-09  Raja R Harinath  <rharinath@novell.com>
5837
5838         * class.c (mono_class_from_generic_parameter): Don't set
5839         klass->generic_container.
5840         (my_mono_class_from_generic_parameter): Likewise.
5841
5842 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
5843
5844         * reflection.c (load_public_key): Fix a warning.
5845         (method_encode_code): Fix unaligned accesses.
5846
5847 2005-12-07  Martin Baulig  <martin@ximian.com>
5848
5849         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
5850
5851         * reflection.c
5852         (write_generic_param_entry): Encode our custom attrs.
5853
5854         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
5855
5856 2005-12-07  Martin Baulig  <martin@ximian.com>
5857
5858         * reflection.c (encode_new_constraint): Removed; we don't use the
5859         `NewConstraintAttribute' anymore.
5860
5861 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
5862
5863         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
5864         not fire a TypeResolve event when Assembly.GetType () is called.
5865
5866 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
5867
5868         Beginning of support for nullable types in the runtime. Parts of
5869         this patch are from Martin.
5870
5871         * appdomain.c (MONO_CORLIB_VERSION): Bump
5872
5873         * domain.c (mono_init_internal): get the nullable type
5874
5875         * class.c (mono_class_is_nullable): New method
5876         (mono_class_get_nullable_param): New mehod
5877         (mono_class_create_generic): In types T? set cast_class to T
5878
5879         * class-internals.h (MonoDefaults): new nullable default class
5880         (mono_class_get_nullable_param, mono_class_get_nullable_param):
5881         new methods.
5882
5883 2005-12-05  Raja R Harinath  <rharinath@novell.com>
5884
5885         * metadata.c (select_container): New.  Refactor code to select the
5886         appropriate GenericContainer given the type of generic parameter
5887         we are looking for.
5888         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
5889         not a MonoGenericContext.  Use select_container.  Update parameters.
5890         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
5891         and MONO_TYPE_MVAR.
5892         (unwrap_arrays): Remove duplicate tests.
5893         (find_generic_param): Rename from 'has_same_context'.  Now walks a
5894         generic instantiated class to find any arguments that are generic
5895         parameters.
5896         (mono_type_create_from_typespec_full): Use find_generic_param to
5897         avoid evicting some generic instantiations from the typespec
5898         cache.
5899
5900 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
5901
5902         * reflection.c: fixed writing of doubles on ARM FPA.
5903
5904 2005-12-02  Robert Jordan  <robertj@gmx.net>
5905
5906         * icall.c: Fixed EventInfo.ReflectedType (#76829).
5907
5908 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5909
5910         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
5911         least on SUSE 10 they are not the same (on debian, they are just the
5912         same thing).
5913
5914 2005-12-01  Raja R Harinath  <rharinath@novell.com>
5915
5916         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
5917         DeclaringType for VARs and MVARs.
5918         * class.c (set_generic_param_owner): Fix initialization of owner
5919         fields.
5920
5921 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
5922
5923         * icall.c: fixed Enum.ToObject() to correctly convert the values.
5924
5925 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5926
5927         * threadpool.c: workaround for a bug that shows up on the Mac:
5928         select()+connect() on a blocking socket is not like it should
5929         be, so we proceed to connect() in that case, wasting the I/O
5930         threadpool thread until connect succeedes. Fixes bug #75436.
5931
5932 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5933
5934         * threadpool.c: fix typo when setting file descriptor states.
5935
5936 2005-11-28  Raja R Harinath  <rharinath@novell.com>
5937
5938         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
5939         * metadata.c (mono_metadata_parse_method_signature_full): Don't
5940         create a temporary signature container.
5941         (mono_metadata_parse_generic_param): Update to changes.
5942         (mono_type_create_from_typespec_full): Update to changes.
5943         * loader.c (method_from_memberref): Don't use a
5944         MonoGenericContainer while parsing a memberref signature.
5945         (method_from_methodspec): Remove dead-store of the 'container'
5946         variable.  It's overwritten before use.
5947
5948         * metadata.c (mono_type_create_from_typespec_full): Make debugging
5949         checks tighter.
5950         (mono_metadata_parse_generic_param): Likewise.
5951         * loader.c (find_method_in_class): Does not need a
5952         MonoGenericContainer.  Use 'mono_method_signature' rather than
5953         'mono_method_signature_full'.
5954         (find_method, mono_get_method_constrained, method_from_memberref):
5955         Update to changes.
5956
5957         * metadata.c (mono_type_create_from_typespec_full): Ensure that
5958         owner-less generic-parameters are never evicted from the typespec
5959         cache.
5960
5961         * loader.c (method_from_memberref): Don't use the current context
5962         when parsing signatures.
5963         (method_from_methodspec, mono_get_method_from_token): Update to changes.
5964
5965         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
5966         side-effects in g_assert.
5967         * loader.c (mono_get_method_from_token): Resolve klass earlier so
5968         that we don't potentially lose information.
5969
5970 2005-11-26  Dick Porter  <dick@ximian.com>
5971
5972         * icall.c:
5973         * threads.c: icalls to implement basic (ie, not named)
5974         System.Threading.Semaphore.
5975
5976 2005-11-24  Dick Porter  <dick@ximian.com>
5977
5978         * process.c
5979         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
5980         Use GetProcessId() if it's available.
5981
5982 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
5983
5984         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
5985
5986 2005-11-23  Raja R Harinath  <rharinath@novell.com>
5987             Ankit Jain  <jankit@novell.com>
5988
5989         * loader.c (mono_get_method_from_token): Initialize 'method' field
5990         of all generic parameters before parsing the signature.  Remove
5991         code that "fixed"-up MVAR references.
5992
5993 2005-11-23  Ankit Jain  <jankit@novell.com>
5994
5995         * metadata.c (mono_metadata_has_generic_params):
5996         (mono_metadata_load_generic_param_constraints):
5997         (mono_metadata_load_generic_params): Move duplicate code ...
5998         (mono_metadata_get_generic_param_row): ... here. Returns the
5999         first row-id in GenericParam table for a given owner (token).
6000         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
6001         prototype.
6002
6003 2005-11-23  Raja R Harinath  <rharinath@novell.com>
6004             Ankit Jain  <jankit@novell.com>
6005
6006         * metadata.c (mono_metadata_class_equal): Pass signature_only when
6007         comparing VARs too.
6008         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
6009         type->data.generic_param only if the type is an MVAR.
6010         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
6011         leak owner-less VARs and MVARs into managed space.
6012
6013 2005-11-21  Martin Baulig  <martin@ximian.com>
6014
6015         * class-internals.h
6016         (MonoMethod): Moved the `generic_container' here from
6017         `MonoMethodNormal' since we now also need it for
6018         `MonoMethodPInvoke';
6019         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
6020         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
6021         an union containing both `MonoMethodNormal' and
6022         `MonoMethodPInvoke'.
6023
6024         * loader.c
6025         (mono_get_method_from_token): Allow implementing generic methods
6026         as interncalls.
6027
6028         * threads.c
6029         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
6030         icall.
6031
6032 2005-11-17  Dick Porter  <dick@ximian.com>
6033
6034         * icall.c: 
6035         * process.h: 
6036         * process.c: Split the Process Start_internal icall into
6037         ShellExecuteEx_internal and CreateProcess_internal, which are
6038         called depending on whether UseShellExecute is true.  Fixes bug
6039         76670.
6040
6041         * appdomain.c (MONO_CORLIB_VERSION): Incremented
6042
6043 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
6044
6045         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
6046         'msize' parameters, use the information in 'mspec' instead.
6047         (emit_object_to_ptr_conv): Ditto.
6048
6049         * marshal.c (emit_struct_conv): Handle explicit layout structs with
6050         fields out of order. Fixes #76733.
6051
6052 2005-11-17  Ankit Jain  <jankit@novell.com>
6053
6054         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
6055
6056 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
6057
6058         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
6059           bug #76575.
6060
6061 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
6062
6063         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
6064         for types with non-auto layout. Fixes #76717.
6065
6066 2005-11-16  Ankit Jain  <jankit@novell.com>
6067
6068         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
6069         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
6070         if generic_context is null.
6071           (mono_metadata_generic_param_equal): param->owner can be null.
6072           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
6073         null.
6074
6075 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
6076
6077         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
6078         the correct value.
6079
6080 2005-11-15  Martin Baulig  <martin@ximian.com>
6081
6082         * object.c (set_value): Use mono_class_from_mono_type() instead of
6083         the hack for generic instances; fixes #76136.
6084
6085 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
6086
6087         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
6088         fields.
6089
6090         * image.c (load_metadata_ptrs): Initialize the new fields.
6091
6092         * reflection.c (create_dynamic_mono_image): Ditto.
6093
6094         * reflection.c (build_compressed_metadata): Use the new fields.
6095
6096         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
6097         icall.
6098
6099         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
6100         icall.
6101         
6102 2005-11-15  Ankit Jain  <jankit@novell.com>
6103             Raja R Harinath  <harinath@gmail.com>
6104
6105         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
6106         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
6107         new per-generic_container cache if the cached MonoType's context matches
6108         the current context.
6109           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
6110         to the expected context.
6111           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
6112
6113 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6114
6115         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
6116         we changed the signature of an icall.
6117         * icall.c: Modify to mono_double_ParseImpl return true/false 
6118         depending on the success, instead of throwing the exception. This will
6119         help us in Double.TryParse methods.
6120         
6121 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
6122
6123         * marshal.c (emit_marshal_object): Throw an exception when
6124         marshalling 'object' instead of crashing. Fixes #76696.
6125
6126 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
6127
6128         * class-internals.h: Add prototype for mono_type_get_full_name ().
6129
6130 2005-11-11  Dick Porter  <dick@ximian.com>
6131
6132         * threads.c (mono_thread_manage): Make sure the main thread has
6133         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
6134
6135 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
6136
6137         * loader.c (mono_loader_set_error_type_load): Log a warning to the
6138         console about the missing type.
6139         (mono_loader_set_error_method_load): Ditto.
6140
6141 2005-11-09  Miguel de Icaza  <miguel@novell.com>
6142
6143         * mono-config.c (mono_get_config_dir): Set the system defaults if
6144         none is specified.
6145
6146         * assembly.c (mono_set_dirs): New API entry point to set the
6147         assembly and the config directory in one call
6148
6149 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
6150
6151         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
6152         the ftnptr was created from a delegate in a domain other than the
6153         current domain. Fixes #75377.
6154
6155         * exception.h exception.c: Add mono_get_exception_not_supported ().
6156
6157 2005-11-08  Martin Baulig  <martin@ximian.com>
6158
6159         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
6160
6161 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
6162
6163         * security-manager.h: Added definitions to deal with strongname key 
6164         pairs bigger (and smaller) than 1024 bits.
6165         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
6166         adjust wrt the public key length being used.
6167
6168 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
6169
6170         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
6171           Windows build (r51396-51397).
6172
6173 2005-11-03  Martin Baulig  <martin@ximian.com>
6174
6175         * class.c (mono_class_setup_vtable_general): Also add generic
6176         methods to the vtable; fixes #76581.
6177
6178 2005-11-01  Miguel de Icaza  <miguel@novell.com>
6179
6180         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
6181         sure that we lookup GetString method from the System.Text.Encoding
6182         class, not the derived class or we get an empty method.
6183
6184         Fixed class #76612.
6185
6186 2005-10-25  Miguel de Icaza  <miguel@novell.com>
6187
6188         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
6189         if it has been previously set (embedders). 
6190
6191         Make mono_set_rootdir available also on Unix.
6192
6193 005-10-24  Robert Jordan  <robertj@gmx.net>
6194
6195         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
6196
6197 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
6198
6199         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
6200         only calls which are made to native code use this flag.
6201
6202         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
6203
6204 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
6205
6206         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
6207         Add support for FieldBuilders.
6208
6209 2005-10-29  Martin Baulig  <martin@ximian.com>
6210
6211         * mono-debug.c
6212         (mono_debug_using_mono_debugger): New public method; returns
6213         whether we're running inside the debugger.
6214
6215 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
6216
6217         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
6218         for Method/Constructor/FieldBuilders.
6219
6220 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
6221
6222         * reflection.c (module_add_cattrs): Save custom attributes for global methods
6223         and fields as well.
6224
6225 2005-10-26  Martin Baulig  <martin@ximian.com>
6226
6227         * mono-debug-debugger.c
6228         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
6229
6230 2005-10-24  Raja R Harinath  <harinath@gmail.com>
6231
6232         * icall.c (base64_to_byte_array): Don't pass an out-of-range
6233         integer to isspace.
6234
6235 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
6236
6237         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
6238         when passing valuetypes byref. Fixes #76502.
6239
6240 2005-10-19  Jackson Harper  <jackson@ximian.com>
6241
6242         * profiler.c: Don't put a . in front of types that are not in a
6243         namespace.
6244
6245 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
6246
6247         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
6248
6249 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
6250
6251         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
6252         #76436.
6253         (mono_marshal_get_ldflda_wrapper): Fix a warning.
6254
6255 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6256
6257         * assembly.c metadata-internals.h icall.c: Define an additional
6258         parameter for mono_assembly_name_parse_full, so we can avoid creating
6259         S.R.AssemblyName.Version when no version info wasn't passed.
6260         
6261 2005-10-09  Miguel de Icaza  <miguel@novell.com>
6262
6263         * class.c (mono_type_get_full_name): Reimplement method that was
6264         removed. 
6265
6266         * image.c: Some docs
6267
6268 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
6269
6270         * profiler.c (output_newobj_profile): Fix printing of Total memory
6271         on x86.
6272
6273 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
6274
6275         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
6276
6277 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
6278
6279         * threads.c: remove debug output.
6280
6281 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
6282
6283         * threads.c (mono_thread_manage): Fix crashes if more than 64
6284         threads need to be aborted. Hopefully fixes #75899.
6285
6286         * assembly.c (mono_stringify_assembly_name): New helper function.
6287
6288         * class.c: Use mono_stringify_assembly_name instead of the similar
6289         static function.
6290
6291         * assembly.h assembly.c: Add support for calling a postload search 
6292         hook if an assembly cannot be loaded.
6293
6294         * appdomain.c: Register new search hooks which call the AssemblyResolve
6295         events in AppDomain. Fixes #75231
6296
6297 2005-10-07  Martin Baulig  <martin@ximian.com>
6298
6299         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
6300         methods without debug info.
6301
6302 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
6303
6304         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
6305         wrappers.
6306
6307 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6308
6309         * file-io.c: now that we return symlinks, use lstat and, when the file
6310         is a symbolic link, stat, to get the file attributes. Also avoid the
6311         conversion to/from utf16/external.
6312
6313 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
6314
6315         * class.c (mono_class_layout_fields): Compute klass->has_references
6316         correctly if an embedded valuetype is not yet initialized. Fixes
6317         #76331.
6318
6319 2005-10-04  Martin Baulig  <martin@ximian.com>
6320
6321         * metadata.c
6322         (mono_metadata_load_generic_param_constraints): New public
6323         function; splitted the constraints loading out from
6324         mono_metadata_load_generic_params().
6325
6326         * class.c (mono_class_create_from_typedef): Call
6327         mono_metadata_load_generic_param_constraints() after setting up
6328         the type and creating our parent; fixes #75329.
6329
6330 2005-10-04  Martin Baulig  <martin@ximian.com>
6331
6332         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
6333         non-dynamic parent classes.
6334
6335 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
6336
6337         * file-io.c : win32 build fix (ETXTBSY seems not found).
6338
6339 2005-10-04  Martin Baulig  <martin@ximian.com>
6340
6341         * reflection.c
6342         (mono_image_get_methodspec_token): Make the cache actually work;
6343         fixes #75974.
6344
6345 2005-10-04  Martin Baulig  <martin@ximian.com>
6346
6347         * class.c (mono_class_name_from_token): Removed the unneccessary
6348         `MonoGenericContext *' argument.
6349
6350 2005-10-04  Martin Baulig  <martin@ximian.com>
6351
6352         * loader.c
6353         (method_from_methodspec): Make the caching work again; fixes the
6354         performance regression from #76262.
6355
6356 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6357
6358         * file-io.c:
6359         * file-io.h:
6360         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
6361         GetFileSystemEntries that performs the same work but without going
6362         into io-layer, locking, etc.
6363
6364 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
6365
6366         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
6367         ThreadState_Stopped as well. Fixes #76047.
6368
6369 2005-09-29  Martin Baulig  <martin@ximian.com>
6370
6371         * class.c
6372         (inflate_generic_context): If the new context has a `gmethod', set
6373         its `container' that that gmethod's `container'.
6374
6375         * metadata.c
6376         (mono_metadata_parse_generic_param): Simplify things;
6377         `generic_container = generic_context->container;' is just fine.
6378
6379         * loader.c (method_from_methodspec): Code cleanups.
6380
6381 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
6382
6383         * decimal.c: fix warning (and let gcc generate correct
6384         code on ARM with optimizations).
6385
6386 2005-09-28  Martin Baulig  <martin@ximian.com>
6387
6388         * loader.c
6389         (method_from_memberref): Added `MonoGenericContext *class_context'
6390         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
6391         (method_from_methodspec): If we're a memberref, use the enclosing
6392         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
6393
6394 2005-09-28  Martin Baulig  <martin@ximian.com>
6395
6396         * object.c (mono_runtime_invoke_array): Added support for
6397         MONO_TYPE_GENERICINST; fixes #75917.
6398
6399 2005-09-27  Martin Baulig  <martin@ximian.com>
6400
6401         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
6402         `k->byval_arg.type' to determine the actual type.
6403
6404         * loader.c (method_from_methodspec): Removed some hacks.
6405
6406 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
6407
6408         * class-internals.h (mono_field_is_deleted): Do the test for
6409         rtspecialname before we check the actual name of the field. This
6410         prevents us from dereferencing a pointer into the string table,
6411         saving us from accessing a few pages
6412
6413         * *.c: Replace the use of {Enter,Leave}CriticalSection with
6414         macros. This will allow a deadlock debugger to easily be plugged
6415         in.
6416
6417 2005-09-27  Martin Baulig  <martin@ximian.com>
6418
6419         * loader.c (method_from_methodspec): Create a "signature"
6420         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
6421
6422 2005-09-27  Martin Baulig  <martin@ximian.com>
6423
6424         * class.c
6425         (inflate_generic_class): Correctly set the new context's
6426         container.
6427
6428         * loader.c
6429         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
6430         instead of a `MonoGenericContext *'.
6431         (mono_method_signature_full): Take a `MonoGenericContainer *'
6432         instead of a `MonoGenericContext *'.
6433
6434         * metadata.c
6435         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
6436         instead of a `MonoGenericContext *'.
6437         (mono_metadata_parse_method_signature_full): Likewise.
6438
6439 2005-09-26  Martin Baulig  <martin@ximian.com>
6440
6441         * class.c
6442         (mono_class_from_generic_parameter): Set `klass->generic_container'
6443         (mono_class_from_generic_parameter): Likewise.
6444         (mono_bounded_array_class_get): We inherit the generic container
6445         from the element class.
6446
6447         * loader.c
6448         (find_method, find_method_in_class): Take a `MonoGenericContext *'
6449         argument rather than computing it here.
6450         (method_from_memberref): Correctly set the generic context before
6451         parsing the signature.  Fixes #75681.
6452
6453 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
6454
6455         * object.c (mono_class_has_special_static_fields): Fix warnings.
6456
6457 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6458
6459         * assembly.c: Add parse_public_key function, to
6460         par the public keys. Also added mono_assembly_name_parse_full,
6461         to define it the parsed key should be freed or not.
6462         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
6463         to parse a long format assembly name.
6464         * metadata-internals.h: Keep mono_assembly_name_parse_full as
6465         private, since calling it to preserve the key requires
6466         freeing it manually.
6467         
6468 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
6469
6470         * locales.c : removed HAVE_ICU part.
6471
6472 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
6473
6474         * object.c (mono_class_create_runtime_vtable): Avoid calling 
6475         field_is_special_static if the klass has no special static fields.
6476
6477         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
6478         (MonoCachedClassInfo): Likewise.
6479
6480         * object.c (mono_class_has_special_static_fields): New helper function.
6481
6482 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6483
6484         * class.c (mono_class_create_from_typedef): Don't call 
6485         interfaces_from_typedef_full for enums.
6486         (mono_class_create_from_typedef): Compute the base types of enums directly
6487         without calling mono_class_setup_fields ().
6488         (mono_class_find_enum_basetype): New helper function.
6489
6490         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
6491         one place inside the string heap.
6492         
6493 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
6494
6495         * class.c: locking fixes, code cleanups, some docs added.
6496         Allocate some data structures in the image mempool.
6497
6498 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6499
6500         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
6501         the example code.
6502         
6503 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
6504
6505         * class-internals.h, class.c, reflection.c: reduce memory taken by
6506         MonoClass.
6507
6508 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
6509
6510         * metadata.c, metadata.h, loader.h: documentation updates, code and
6511         API cleanups.
6512
6513 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6514
6515         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
6516         the example code.
6517
6518         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
6519         page faults caused by the runtime while reading metadata.
6520
6521 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6522
6523         * socket-io.c: the field names were changed 3 months ago and no one
6524         realized until bug #76077 got filed!
6525
6526 2005-09-20  Martin Baulig  <martin@ximian.com>
6527
6528         * icall.c (assembly_icalls): Removed some unused debugger icalls.
6529
6530 2005-09-20  Martin Baulig  <martin@ximian.com>
6531
6532         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
6533         write the rank into the class entry.
6534
6535 2005-09-20  Martin Baulig  <martin@ximian.com>
6536
6537         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
6538
6539 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
6540
6541         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6542
6543         * icall.c (custom_attrs_defined_internal): New icall.
6544
6545         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
6546         function.
6547         (mono_custom_attrs_construct_by_type): New helper function.
6548
6549 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
6550
6551         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
6552         terminate the resulting string. Fixes #76123.
6553
6554 2005-09-16  Martin Baulig  <martin@ximian.com>
6555
6556         * mono-debug.c
6557         (mono_debug_add_method): Ignore inflated methods for the moment.
6558
6559 2005-09-14  Martin Baulig  <martin@ximian.com>
6560
6561         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
6562
6563 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
6564
6565         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
6566         return a success/failure indication.
6567         (mono_metadata_interfaces_from_typedef_full): Ditto.
6568         (get_constraints): Ditto.
6569
6570 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
6571
6572         * marshal.c (emit_marshal_array): Fix handling of null arrays.
6573         
6574         * marshal.c (emit_marshal_array): Add support for returning string
6575         arrays from delegates. Fixes #76063.
6576
6577         * marshal.c: Use the emit_ldloc/stloc macros where possible.
6578
6579 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
6580
6581         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
6582         icall.
6583
6584 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
6585
6586         * reflection.c icall.c: Fix after mono_get_exception_type_load
6587         signature change.
6588
6589         * assembly.c (mono_assembly_get_assemblyref): New helper function.
6590         (mono_assembly_load_reference): Use the new helper.
6591
6592         * class-internals.h (MonoLoaderError): New structure containing 
6593         information about type loading errors.
6594
6595         * class-internals.h loader.c: Add APIs to store per-thread loader
6596         error information.
6597
6598         * loader.c class.c: Set the loader error if needed.
6599
6600         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
6601
6602 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
6603
6604         * decimal.c: fixed to handle the broken ARM fp format.
6605
6606 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
6607
6608         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
6609         broken.
6610
6611 2005-09-06  Martin Baulig  <martin@ximian.com>
6612
6613         * domain.c (supported_runtimes): Added v2.0.50727.
6614
6615 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
6616
6617         * culture-info.h: reduce the size of some structures.
6618
6619 2005-09-05  Martin Baulig  <martin@ximian.com>
6620
6621         Reflect latest API changes in the August CTP.
6622
6623         * icall.c
6624         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
6625         ("MonoType.HasGenericArguments"): Removed.
6626         ("MonoMethod.BindGenericParameters"): Renamed to
6627         "MakeGenericMethod".
6628         ("MethodBuilder.BindGenericParameters"): Renamed to
6629         "MakeGenericMethod".    
6630
6631 2005-09-05  Martin Baulig  <martin@ximian.com>
6632
6633         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
6634
6635 2005-09-05  Martin Baulig  <martin@ximian.com>
6636
6637         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6638
6639         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
6640         generic_container is non-NULL.
6641
6642 2005-09-05  Martin Baulig  <martin@ximian.com>
6643
6644         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6645
6646         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
6647
6648 2005-08-29  Michal Moskal  <malekith@nemerle.org>
6649
6650         * reflection.c (encode_locals,
6651         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
6652         for large generic types.
6653
6654 2005-09-05  Martin Baulig  <martin@ximian.com>
6655
6656         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6657
6658         * class.c (mono_dup_array_type): New public method.
6659         (mono_metadata_signature_deep_dup): New public method.
6660         (dup_type): Correctly duplicate array and function types.
6661
6662 2005-09-05  Martin Baulig  <martin@ximian.com>
6663
6664         Applying a patch from Michal Moskal <malekith@nemerle.org>.
6665
6666         * reflection.c (get_default_param_value_blobs): Handle generic types
6667         and generic methods.
6668
6669 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
6670
6671         * class.c: Fixed error reporting (method/class were inversed) for 
6672         inheritance demands.
6673         * security-manager.c|h: Added the AppDomain when calling the managed
6674         System.Security.SecurityManager.InheritanceDemand method.
6675
6676 2005-09-01  Raja R Harinath  <rharinath@novell.com>
6677
6678         * reflection.c (encode_marshal_blob): 'marshaltype' and
6679         'marshaltyperef' are alternate sources for the custom marshaler
6680         name.
6681
6682 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
6683
6684         * class.c: fix creation of array classes with rank == 1
6685         (patch by Ankit Jain <jankit@novell.com>).
6686
6687 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
6688
6689         * object.c: fix check for creating the bound data for arrays vs
6690         szarrays.
6691
6692 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6693
6694         * object.c: configuration file name is now based on the executable name,
6695         not the image name. Fixes bug #75931.
6696
6697 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
6698
6699         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
6700         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
6701
6702 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
6703
6704         * rand.c: Use wincrypt.h instead of WinCrypt.h.
6705
6706 2005-08-24  Ankit Jain  <jankit@novell.com>
6707             Raja R Harinath  <rharinath@novell.com>
6708
6709         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
6710           called by it recursively.
6711           (mono_class_init): Remove special case in pending_init handling, since it's
6712           superseded by the fix to mono_class_from_typeref.
6713
6714 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
6715
6716         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
6717         BROKEN_THREAD_START stuff.
6718
6719 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
6720
6721         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
6722         trampoline.
6723
6724         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
6725         
6726         * object.c (mono_delegate_ctor): Replace the original function address with
6727         a delegate trampoline.
6728
6729 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
6730
6731         * icall.c: add boolean argument to base64_to_byte_array and 
6732         InternalFromBase64String to control whether a whitespace-only string
6733         is allowed (or should casue a FormatException to be thrown). We need
6734         this as the behavior has changed between MS.NET 1.x and 2.0, and we
6735         to match the MS behaviour in both profiles.
6736         * appdomain.c: Bump corlib version.
6737
6738 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6739
6740         This patch implements a big portion of publisher policy
6741         support, used to bind assembly versions and redirect
6742         one assembly from version A to version B.
6743
6744         * assembly.c:
6745         New GSList loaded_assembly_bindings, for storing the cached
6746         assembly bindings.
6747         (assembly_binding_maps_name): New static function for checking if a 
6748         assembly binding information maps an assembly name.
6749         (mono_assembly_binding_info_free): New function for freeing
6750         assembly binding information resources.
6751         (get_publisher_policy_info): New static function for retrieving 
6752         assembly binding information from a MonoImage.
6753         (compare_versions): New static function for comparing an assembly
6754         binding information data and the version of an assembly name.
6755         (check_policy_versions): New static function for checking if an
6756         assembly binding info mapping an assembly name is valid for it.
6757         (mono_assembly_load_publisher_policy): New static function for
6758         loading the 'policy.major.minor.MyAssembly' image for an assembly
6759         with an assembly name 'aname'.
6760         (mono_assembly_bind_version): New static function for updating
6761         assembly redirection.
6762         (mono_assembly_apply_binding): New static function for applying
6763         assembly binding.
6764         (search_binding_loaded): New static function for searching 
6765         loaded assembly binding infos in the cache domain.
6766         (mono_assembly_load_full): Don't apply assembly binding for
6767         reflection only assemblies.
6768
6769         * metadata-internals.h: Add MonoAssemblyBindingInfo,
6770         which contains information about assembly binding. Also
6771         declare signature for mono_config_parse_publisher_policy ()
6772         function, used to retrieve pub policy info.
6773         
6774         * mono-config.c:
6775         (publisher_policy_start): New static function used to parse publisher 
6776         policy config files.
6777         (publisher_policy_parser): New static MonoParseHandler containing 
6778         the functions used when parsing config files.
6779         (mono_config_parse_publisher_policy): New function for parsing
6780         publisher policy files.
6781         
6782 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
6783
6784         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
6785
6786         * marshal.c (mono_delegate_free_ftnptr): Ditto.
6787
6788         * object.c (mono_get_addr_from_ftnptr): New helper function.
6789
6790         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
6791
6792         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6793
6794 2005-08-19  Dick Porter  <dick@ximian.com>
6795
6796         * threads.c, threads.h, appdomain.c, appdomain.h,
6797         profiler-private.h, monitor.c, object.c, object-internals.h,
6798         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
6799         store the thread ID, so it can hold a 64 bit value if needed.
6800
6801 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
6802
6803         * reflection.c (mono_reflection_create_dynamic_method): Store the
6804         handle class into the method references as well so ldtoken works in
6805         dynamic methods.
6806
6807         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
6808         types.
6809
6810 2005-08-19  Ankit Jain <jankit@novell.com>
6811
6812         Fix #75847.
6813         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
6814           here rather than using the method signature of a arbitrary function
6815           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
6816           two arguments.
6817           Hack done with Harinath.
6818
6819 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6820
6821         * threadpool.c: disable printing stack traces when we get a exception
6822         in a threadpool thread. I need to do more testing to figure out which
6823         cases actually print this. Fixes bug #75828.
6824
6825 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6826
6827         * icall.c: there might be ignored whitespace after the last '='. This
6828         fixes length computation and bug #75840.
6829
6830 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
6831
6832         * assembly.c (mono_assembly_load_full): Consider .exe extension as
6833         well. Fixes #75809.
6834
6835         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
6836         #75784.
6837         
6838         * reflection.c (create_custom_attr_data): Ditto.
6839
6840 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
6841
6842         * locales.c, culture-info.h : removed RegionLCIDMap.
6843         * culture-info-tables.h : regenerated.
6844
6845 2005-08-16  Martin Baulig  <martin@ximian.com>
6846
6847         * class.c (mono_type_get_name_recurse): Small fix.
6848
6849 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
6850
6851         * locales.c : indentation fixie.
6852
6853 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
6854
6855         * object-internals.h,
6856           locales.h,
6857           locales.c,
6858           culture-info.h,
6859           icall.c : added RegionInfo table support.
6860         * culture-info-table.h : regenerated for region support.
6861
6862 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
6863
6864         * reflection.c (resolve_object): handle all kinds of MonoMethod
6865         including generic ones
6866
6867 2005-08-12  Ankit Jain <jankit@novell.com>
6868
6869         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
6870           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
6871
6872 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
6873
6874         * process.c: Don't close a thread handle when it's NULL. This is a
6875         workaround for bug #75733.
6876
6877 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
6878
6879         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
6880
6881 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
6882
6883         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
6884
6885 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6886
6887         * threadpool.c: if a work item in the thread pool has a callback that
6888         catches a exception, don't propagate it after invoking the callback.
6889         Fixes bug #75336.
6890
6891 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
6892
6893         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
6894
6895         * class-internals.h (MonoCachedClassInfo): Add some new fields.
6896
6897         * class.c (mono_class_init): Load field info lazily in the AOT case.    
6898
6899         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
6900
6901 2005-08-03  Ankit Jain  <jankit@novell.com>
6902
6903         Fix #75683.
6904         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
6905           PInvoke calling convention is 0.
6906
6907 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
6908
6909         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
6910         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
6911
6912 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
6913
6914         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
6915         to handle threads not started by the GC (patch by Michael Meeks
6916         <michael.meeks@novell.com>).
6917
6918 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
6919
6920         * reflection.c: Make buffer used in emitting types larger for some
6921         big generic types (patch by Michal Moskal).
6922
6923 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
6924
6925         * mono-debug.c: Fix some (not all) alignment problems.
6926
6927 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6928
6929         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
6930         Invoke mono_image_load_from_data_full passing the refonly
6931         parameter.
6932
6933         * assembly.c
6934         (mono_assembly_open_from_bundle): Add the refonly argument, 
6935         in order to pass it to other methods it calls to.
6936         (do_mono_assembly_open): Add the refonly argument, in order 
6937         to pass it to other methods it calls to.
6938         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
6939         the refonly parameter to it.
6940
6941         * image.c: Add loaded_images_refonly_hash and
6942         loaded_images_refonly_guid_hash to cache the reflection
6943         only loaded images.
6944         (mono_images_init): Initialize the hash tables used for
6945         caching the reflection only images.
6946         (load_modules): Invoke mono_image_open_full passing the refonly
6947         parameter to load the modules the correct way.
6948         (build_guid_table): Add the refonly argument, to re-build the 
6949         correct hash table.
6950         (do_mono_image_open): Added the refonly argument, in order to
6951         define it for the loaded image.
6952         (mono_image_loaded_full): New function, which receives an
6953         additional parameter to look for the image in the refonly or
6954         non-refonly section.
6955         (mono_image_loaded): Updated, using mono_image_loaded_full.
6956         (mono_image_loaded_by_guid_full): The same case that happens
6957         with mono_image_loaded_full.
6958         (mono_image_loaded_by_guid): Likewise.
6959         (register_image): Use the ref_only variable inside MonoImage
6960         to decide in which hash table store the current image.
6961         (mono_image_open_from_data_full): Rename
6962         mono_image_open_from_data to mono_image_open_from_data_full,
6963         adding the refonly argument, to define the ref_only variable 
6964         inside MonoImage.
6965         (mono_image_open_from_data): Return 
6966         mono_image_open_from_data_full.
6967         (mono_image_open_full): Rename mono_image_open to
6968         mono_image_open_full, receiving the new refonly argument,
6969         to pass it to inner methods.
6970         (mono_pe_file_open): Update this function, to open
6971         a MonoImage as a non-refonly image.
6972         (mono_image_close): Use the refonly variable inside
6973         MonoImage to remove the image from the correct caches.
6974
6975         * image.h: Add the signatures of mono_image_open_full,
6976         mono_image_open_from_data_full, mono_image_loaded_full,
6977         mono_image_loaded_by_guid_full.
6978
6979         * metadata-internals.h: Add the ref_only field to 
6980         MonoImage.
6981         
6982 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6983
6984         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
6985         Fix the last behavior, which used to load the assemblies and
6986         extract MonoReflectionAssemblyName information, instead of
6987         extract it from the metadata tables. Needed for Reflection
6988         Only assemblies.
6989         
6990 2005-07-29  Martin Baulig  <martin@ximian.com>
6991
6992         * mono-debug-debugger.c
6993         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
6994         not initialized.
6995
6996         * mono-debug.c
6997         (mono_debug_address_from_il_offset): Check whether we have
6998         debugging support before attempting to take the lock.
6999         (mono_debug_source_location_from_address): Likewise.
7000         (mono_debug_source_location_from_il_offset): Likewise.
7001         (mono_debug_il_offset_from_address): Likewise.
7002         (mono_debug_address_from_il_offset): Likewise.
7003
7004 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
7005
7006         * class.c (mono_class_from_name_case): Add support for dynamic images.
7007         Fixes #75650.
7008
7009         * object.c (mono_class_compute_gc_descriptor): Add a workaround
7010         for #75479.
7011
7012 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
7013         
7014         * reflection.c (mono_method_get_object): Fix warning.
7015
7016 2005-07-28  Martin Baulig  <martin@ximian.com>
7017
7018         * mono-debug.c
7019         (mono_debug_add_wrapper): Also write the wrapper type.
7020
7021 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
7022
7023         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
7024         
7025         * class.c (mono_class_init): Avoid reading nested classes if the AOT
7026         data indicates the class has none.
7027
7028 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
7029
7030         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
7031         loader lock with the debugger lock. Prevents deadlocks for beagle.
7032
7033         Beagle can now run on an smp box for a weekend without any
7034         issues. Woohoo!
7035
7036 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
7037
7038         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
7039         in a module. Fixes #75629.
7040
7041 2005-07-26  Martin Baulig  <martin@ximian.com>
7042
7043         * mono-debug.c (mono_debug_add_wrapper): New static method.
7044         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
7045         interncall or a wrapper.
7046
7047         * mono-debug.h (MonoDebugWrapperData): New public typedef.
7048         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
7049         (MONO_DEBUGGER_VERSION): Bump to 51.
7050
7051         * mono-debug-debugger.c
7052         (mono_debugger_add_type): Removed this empty function.
7053         (mono_debugger_add_method): Likewise.
7054
7055 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
7056
7057         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
7058         before accessing method->slot.
7059
7060 2005-07-21  Jb Evain  <jbevain@gmail.com>
7061
7062         * reflection.c (method_encode_clauses/class): Handle filters clauses.
7063         Fixes #75010.
7064
7065 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
7066
7067         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
7068         #75587.
7069
7070 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
7071
7072         * image.h image.c: Add mono_image_get_guid () API function.
7073
7074 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
7075
7076         There were issues when multiple threads tried to load
7077         assemblies. A deadlock was created between assemblies_mutex and
7078         mono_domain_assemblies_lock. This fixes the issue by making the
7079         assembly ref counting be lock free. See bug 75586.
7080         
7081         * image.c (mono_image_close): The add ref function here was using
7082         Interlocked operations while the unref was using a mutex and a
7083         --. I don't think this was ever a bug that would be exposed in a
7084         non-pendantic way (ie, by an embedder doing a ref on one thread
7085         and an unref on another), but for the sake of correctness, this is
7086         now Interlocked.
7087
7088         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
7089         (mono_assembly_load_reference): Call mono_assembly_addref rather
7090         than touching the refcount ourselves.
7091         (mono_assembly_close): Use InterlockedDecrement to unref the
7092         assembly. Don't acquire the lock unless it is actually needed.
7093
7094 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
7095
7096         * class.c (mono_class_layout_fields): Fix calculation of has_references
7097         for generic types.
7098
7099 2005-07-12  Martin Baulig  <martin@ximian.com>
7100
7101         Applying a patch from Michal Moskal <malekith@nemerle.org>.
7102
7103         * metadata.c
7104         (mono_type_hash): Provide better hashing for generic instances.
7105         (mono_generic_inst_hash): Improve hashing.
7106         (mono_generic_class_hash): Likewise.
7107
7108         * reflection.c (mymono_metadata_type_hash): Improve hashing for
7109         generic instances.
7110
7111 2005-07-12  Martin Baulig  <martin@ximian.com>
7112
7113         * reflection.c (mono_reflection_create_runtime_class): Remove the
7114         hack for generic type definitions and non-`Run' assemblies.
7115         (mono_reflection_bind_generic_parameters): Also use
7116         `klass->wastypebuilder' to check for TypeBuilders.
7117
7118 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
7119
7120         * class.c (mono_class_layout_fields): Fix calculation of has_references
7121         for generic types.
7122
7123         * class.c (inflate_generic_class): Fix a leak.
7124         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
7125         for generic types.
7126
7127 2005-07-11  Martin Baulig  <martin@ximian.com>
7128
7129         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
7130         on error.
7131
7132 2005-07-11  Martin Baulig  <martin@ximian.com>
7133
7134         * loader.c (find_method): Also lookup in
7135         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
7136
7137 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
7138
7139         * appdomain.c (mono_domain_unload): Don't free the error message
7140         before passing it to mono_get_exception_...
7141
7142         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
7143         
7144 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
7145
7146         * threads.c: try to better guess an available RT signal (bug #75387).
7147
7148 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
7149
7150         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
7151         and CACHE_OBJECT.
7152
7153 2005-07-07  Martin Baulig  <martin@ximian.com>
7154
7155         * class.c (mono_type_get_name_full): Return NULL for
7156         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
7157         fixes #75408.
7158
7159 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
7160
7161         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
7162         exit the appdomain as well being aborted.
7163
7164         * threadpool.c: Create all threadpool threads inside the root appdomain, and
7165         change back to the root domain after calling managed code. This enables
7166         appdomains using threadpools to be unloaded.
7167
7168 2005-07-07  Martin Baulig  <martin@ximian.com>
7169
7170         * class-internals.h
7171         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
7172         into `MonoDynamicGenericClass' since we only need it for dynamic
7173         types.
7174
7175         * reflection.c (mono_class_bind_generic_parameters): We don't need
7176         to compute the `parent' here.
7177
7178 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
7179
7180         * culture-info-table.h : regenerated.
7181
7182 2005-07-06  Martin Baulig  <martin@ximian.com>
7183
7184         * icall.c
7185         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
7186
7187         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
7188
7189 2005-07-06  Martin Baulig  <martin@ximian.com>
7190
7191         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
7192         we're doing a signature-only comparision; fixes #74945.
7193
7194 2005-07-06  Martin Baulig  <martin@ximian.com>
7195
7196         * class-internals.h (MonoGenericClass): Moved some things out into
7197         a new `MonoInflatedGenericClass' type.  
7198         (MonoInflatedGenericClass): New type; the `klass' of a
7199         `MonoGenericClass' is now computed lazyly in
7200         mono_get_inflated_generic_class().      
7201
7202         * class.c (mono_get_inflated_generic_class): New public function.
7203         (mono_class_inflate_generic_method): Removed the unused
7204         `MonoClass *' argument.
7205         (setup_generic_vtable): Don't call mono_get_inflated_method() on
7206         all the methods.
7207         (mono_class_create_generic): Make this static and merge it with
7208         mono_class_create_generic_2(); we're now called automatically from
7209         mono_get_inflated_generic_class().
7210
7211         * loader.c (mono_method_signature): Call
7212         mono_get_inflated_method() here.
7213
7214 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
7215
7216         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
7217         type of fields with RVA.
7218
7219         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
7220         for this pseudo class.
7221         (my_mono_class_from_generic_parameter): Likewise.
7222         (mono_class_init): Allow interfaces to have cctors.
7223
7224 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
7225
7226         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
7227         lazily for AOT methods.
7228
7229 2005-07-05  Martin Baulig  <martin@ximian.com>
7230
7231         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
7232         returns FALSE for a successful match, not TRUE.
7233
7234 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
7235
7236         * loader.c (mono_method_get_index): Optimize this a bit.
7237
7238 2005-07-04  Martin Baulig  <martin@ximian.com>
7239
7240         * class.c
7241         (class_compute_field_layout): Move the check for generic type
7242         definitions into mono_class_layout_fields().  Fixes #74684.
7243         (mono_class_from_generic_parameter): Correctly compute
7244         `klass->parent'; fixes #75457.
7245
7246         * reflection.c (register_assembly, register_module): Make sure
7247         `domain->rejobject_hash' is already created.
7248
7249 2005-07-02  Martin Baulig  <martin@ximian.com>
7250
7251         * class-internals.h
7252         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
7253         `MonoDynamicGenericClass'.      
7254
7255 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
7256
7257         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
7258         returned by a field getter is null, since null is a valid value.
7259
7260 2005-07-01  Martin Baulig  <martin@ximian.com>
7261
7262         * reflection.c (mono_reflection_generic_class_initialize): Update
7263         the `dgclass->fields [i].parent' to the correct class.
7264         (mono_image_get_fieldref_token): Use the declaring type, not the
7265         reflected type.
7266
7267 2005-07-01  Martin Baulig  <martin@ximian.com>
7268
7269         * loader.c (find_method): Also look in the interfaces; fixes #75429.
7270
7271 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
7272
7273         * threads.c (thread_cleanup): assert that thread != NULL
7274         (wait_for_tids_or_state_change): We were using the wrong variable
7275         when accessing wait->threads. `i' was always out of the bounds of
7276         the array.
7277
7278 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7279
7280         * loader.c: map user32 and kernel32 to libMonoSupportW
7281
7282 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
7283
7284         * appdomain.c (unload_thread_main): Mark this as WINAPI.
7285
7286 2005-06-28  Martin Baulig  <martin@ximian.com>
7287
7288         * loader.c (method_from_methodspec): Fix #75334.
7289
7290 2005-06-28  Martin Baulig  <martin@ximian.com>
7291
7292         Fix #74953 - Arrays now implement the generic IList<T> interface
7293         on the 2.0 platform.
7294
7295         * class-internals.h (MonoDefaults): Added `generic_array_class'.
7296
7297         * reflection.c (mono_class_bind_generic_parameters): New public
7298         function; similar to mono_reflection_bind_generic_parameters(),
7299         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
7300
7301         * domain.c (mono_init_internal): Try to initialize.
7302         `mono_defaults.generic_array_class' here; this'll only succeed if
7303         we're using the 2.0 corlib.
7304
7305         * icall.c
7306         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
7307         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
7308         (mono_lookup_internal_call): Added support for nested classes.
7309
7310         * loader.c
7311         (mono_get_method_from_token): Set `result->signature->pinvoke' if
7312         we're an interncall and have generic arguments.
7313
7314         * class.c
7315         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
7316         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
7317         instance of System.Array.InternalArray<T> for arrays, so they
7318         implement the generic IList<T> interface.
7319
7320 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
7321
7322         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
7323         (chastamar@yahoo.com). Fixes #75374.    
7324
7325 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
7326
7327         * culture-info-table.h: regenerated.
7328
7329 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7330
7331         * icall.c: handle spaces correctly for base64 strings.
7332
7333 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
7334
7335         * *.c: Kill some warnings.
7336
7337 2005-06-23  Duncan Mak  <duncan@novell.com>
7338
7339         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
7340         that this builds on Solaris 10 (x86).
7341
7342 2005-06-23  Martin Baulig  <martin@ximian.com>
7343
7344         * class.c
7345         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
7346         generic type definitions.
7347
7348 2005-06-23  Martin Baulig  <martin@ximian.com>
7349
7350         Fix #75331.
7351
7352         * metadata.c (mono_class_get_overrides): Renamed to
7353         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
7354         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
7355         pass it to mono_get_method_full().
7356
7357 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
7358
7359         * reflection.c (mono_reflection_create_runtime_class): take the
7360         mono_domain_lock in this method. Prevents deadlocks
7361
7362 2005-06-22  Martin Baulig  <martin@ximian.com>
7363
7364         * loader.c (method_from_methodspec): Fix #75330.
7365
7366 2005-06-22  Martin Baulig  <martin@ximian.com>
7367
7368         * reflection.c (type_get_qualified_name): Use
7369         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
7370         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
7371         argument; use it if we don't have an assembly name.
7372
7373 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
7374
7375         * object.c: In mono_message_init, set "copy out" flag for in
7376         parameters with the [Out] flag.
7377
7378 2005-06-21  Martin Baulig  <martin@ximian.com>
7379
7380         * class.c
7381         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
7382         and MONO_TYPE_PTR.
7383
7384 2005-06-21  Martin Baulig  <martin@ximian.com>
7385
7386         * class.c (mono_class_init): Don't initialize `class->fields' for
7387         generic instances since they're initialized again in
7388         compute_field_layout(). 
7389         (compute_field_layout): Set the field's `generic_info' here; fix
7390         #75320. 
7391
7392 2005-06-21  Martin Baulig  <martin@ximian.com>
7393
7394         * class-internals.h
7395         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
7396
7397         * metadata.c (mono_metadata_generic_method_equal): Also
7398         distinguish the `generic_class'; fixes #75334.
7399
7400 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7401
7402         * domain.c:
7403         * appdomain.c:
7404         * domain-internals.h:
7405         * reflection.c: 'domain_assemblies' field is now protected by its own
7406         lock. Don't call into managed code to run the AssemblyLoad event if we
7407         now there are no registered delegates for it.
7408
7409 2005-06-20  Martin Baulig  <martin@ximian.com>
7410
7411         * class.c (mono_class_is_assignable_from): Use a custom version of
7412         mono_class_has_parent() to make things work for generic instances;
7413         fix #75300.
7414
7415 2005-06-20  Martin Baulig  <martin@ximian.com>
7416
7417         * loader.c (method_from_methodspec): Apply a patch from
7418         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
7419
7420 2005-06-20  Martin Baulig  <martin@ximian.com>
7421
7422         * class.c (mono_class_init): Reverted Zoltan's last change; it
7423         breaks generics.
7424
7425 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
7426
7427         * threads.c (wait_for_tids_or_state_change): Add missing locking.
7428
7429 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7430
7431         * socket-io.c: fix the index in the socket array for writable/error
7432         sockets. Fixes bug #75306.
7433
7434 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
7435
7436         * class.c (mono_class_init): Allow interfaces to have static ctors.
7437
7438 2005-06-17  Martin Baulig  <martin@ximian.com>
7439
7440         * loader.c (method_from_methodspec): Use `context->container' when
7441         parsing the `gmethod->inst'.
7442
7443 2005-06-17  Martin Baulig  <martin@ximian.com>
7444
7445         * class.c (mono_type_get_name_recurse): Don't add the assembly
7446         name for type arguments.
7447
7448 2005-06-15  Martin Baulig  <martin@ximian.com>
7449
7450         * reflection.c (mono_image_get_inflated_method_token): Encode
7451         correct klass; fixes #75260.
7452
7453 2005-06-13 Michal Moskal <malekith@nemerle.org>
7454
7455         * icall.c: Make GetCorrespondingMethod/Constructor take
7456         MonoReflectionMethod method not MonoMethod. Removed
7457         MonoType.GetCorrespondingField, and make
7458         MonoGenericType.GetCorrespondingField take name not
7459         MonoClassField.
7460
7461 2005-06-13  Michal Moskal <malekith@nemerle.org>
7462
7463         * reflection.c (field_encode_signature, encode_locals):
7464          Make sizes of buffers for types larger (for big generic types).
7465          (create_generic_typespec,
7466          mono_reflection_sighelper_get_signature_local,
7467          mono_reflection_sighelper_get_signature_field):
7468          Add asserts for too small buffers.
7469
7470 2005-06-15  Martin Baulig  <martin@ximian.com>
7471
7472         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
7473         if our parent is not a dynamic type.
7474
7475 2005-06-15  Martin Baulig  <martin@ximian.com>
7476
7477         * class-internals.h (MonoTypeNameFormat): New enum.
7478
7479         * class.c
7480         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
7481         (mono_type_get_full_name): Removed.
7482         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
7483         argument instead of the boolean's.
7484
7485         * icall.c (ves_icall_System_MonoType_getFullName):
7486         Added `gboolean assembly_qualified'.    
7487
7488         * reflection.h
7489         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
7490
7491         * reflection.c (mono_reflection_parse_type): Parse the new type
7492         name format.
7493
7494 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7495
7496         * icall.c: no need to convert from utf16 to utf8 and then back again
7497         after the call to GetLogicalDrives.
7498
7499 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7500
7501         * icall.c: frombase64. Fix problems exposed by new tests.
7502
7503 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7504
7505         * icall.c: added internal calls for converting char [] and strings in
7506         base64 into byte [].
7507
7508 2005-06-10  Martin Baulig  <martin@ximian.com>
7509
7510         * class.c (mono_class_create_generic_2): Read the nested classes
7511         from the metadata rather than from `gklass->nested_classes' since
7512         `gklass' might not be initialized yet.
7513
7514 2005-06-09  Duncan Mak  <duncan@novell.com>
7515
7516         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
7517         all public headers. Fixes #74919.
7518
7519 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
7520
7521         * domain.c: The key for proxy_vtable_hash is now a pointer
7522         array. Added new GHashFunc and GCompareFunc functions for this.
7523
7524         * class.h: The list of interfaces in MonoRemoteClass is known in
7525         advance and can't grow (we create a new MonoRemoteClass if needed),
7526         so now the interface array can be allocated together with
7527         MonoRemoteClass.
7528         
7529         * object.c: Added a new method create_remote_class_key.
7530         Fixed mono_remote_class so it does not depend on
7531         mono_upgrade_remote_class.
7532         Removed extend_interface_array.
7533         Added new method clone_remote_class(), which makes a copy of a remote
7534         class and adds a new interface or class to it.
7535         mono_upgrade_remote_class() now creates a new remote class (or gets
7536         it from the cache) if an vtable upgrade is needed. In this way
7537         we make sure that other objects sharing the same remote class
7538         don't get the new vtable with unwanted interfaces.
7539         
7540         * object-internals.h:
7541         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
7542         
7543         * marshal.c: Track changes in mono_upgrade_remote_class().
7544
7545 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
7546         * icall.c: Add runtime methods for obtaining members of inflated
7547         class, which were created from supplied non-inflated members. It
7548         is used in internal Get{Method,Constructor,Field} methods in
7549         System.Type
7550
7551 2005-06-09  Martin Baulig  <martin@ximian.com>
7552
7553         * reflection.c
7554         (mono_reflection_bind_generic_method_parameters): Fix #75169.
7555
7556 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7557         * reflection.c (mono_image_basic_init): Define
7558         Version in MonoDynamicAssembly. 
7559         
7560 2005-06-08  Martin Baulig  <martin@ximian.com>
7561
7562         Fix #75136.
7563
7564         * loader.c
7565         (mono_method_signature_full): New public method; takes a
7566         `MonoGenericContext *'.
7567         (find_method): Use mono_method_signature_full() and pass the
7568         klass'es context to it.
7569
7570         * class.c (mono_class_is_inflated_method): Use
7571         mono_method_signature_full() and pass the context to it.
7572
7573 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
7574
7575         * object.c: add proper locking in mono_remote_class_vtable(),
7576         fixes possible memory corruption.
7577
7578 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
7579
7580         * marshal.c (mono_remoting_marshal_init): set
7581         initialized after initialization.
7582
7583 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
7584
7585         * locales.c : hush.
7586
7587 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
7588
7589         * object.c (extend_interface_array): fix really silly
7590         memory corrupting / comparison bug.
7591
7592 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7593
7594         * reflection.c: Functions added to support the creation
7595         of CustomAttributeData, which includes Attribute data
7596         used by ReflectionOnly methods.
7597
7598         * reflection.h:  mono_reflection_get_custom_attrs_data and
7599          mono_custom_attrs_data_construct added (functions exposed).
7600
7601          * icall.c: Added mono_reflection_get_custom_attrs_data
7602          as icall.
7603         
7604 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
7605
7606         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
7607         lupus's request.
7608
7609 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
7610
7611         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
7612
7613         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
7614         dynamic DllImportAttribute.
7615
7616         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
7617         dynamic DllImportAttribute.
7618
7619         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
7620         Fixes #75162.
7621
7622 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7623
7624         * threads.c: avoid segfault when an unstarted thread is aborted.
7625
7626 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
7627
7628         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
7629         Returns the name and version of the runtime for reporting.
7630
7631 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7632
7633         * appdomain.c: bump corlib version.
7634         * object-internals.h: new field in MonoReflectionAssembly.
7635
7636 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7637
7638         * object-internals.h: Carlos forgot to add this field.
7639
7640 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7641
7642         * icall.c: Added create_version to create instances
7643         of Version of MonoReflectionAssemblyName. This change helps
7644         the AssemblyName tests to keep running fine.
7645         
7646 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
7647   
7648         * object.c (mono_method_return_message_restore): A somehow less
7649         intrusive fix for #75138.
7650
7651 2005-06-03  Raja R Harinath  <rharinath@novell.com>
7652
7653         * object.c (mono_method_return_message_restore): Fix computation
7654         of expected number of out args.
7655
7656 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
7657
7658         * reflection.c (mono_image_get_method_info): Fix the case when the
7659         charset is empty.
7660
7661 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
7662
7663         * object.c: Added missing null check in
7664           mono_method_return_message_restore.
7665
7666 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
7667
7668         * reflection.c (mono_image_get_method_info): Handle the case when
7669         dllentry is empty.
7670
7671 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
7672
7673         * object.c: When creating the vtable for a proxy, take into account
7674         all inherited interfaces, not only the ones registered in
7675         iclass->interfaces. This fixs bug #74996.
7676         Also, in mono_method_return_message_restore, verify that the array
7677         of out args has the expected lengh.
7678
7679 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7680
7681         * socket-io.c: update the timeout in Poll when the call is interrupte.
7682
7683 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7684
7685         * socket-io.c: support abort/suspend in Select_internal after last
7686         change.
7687
7688 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7689
7690         * threadpool.c: remove warning.
7691
7692 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7693
7694         * icall.c:
7695         * socket-io.[ch]: Select_internal uses poll() now when available, thus
7696         removing the 1024 limit from select(). Runtime part of the fix for
7697         bug #71203.
7698
7699 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7700
7701         * socket-io.c: when resolving the addresses for the same
7702         host returned by gethostname(), get the local IPs from the interface
7703         list. Loopback addresses are discarded if the are interfaces up with
7704         non-loopback ones. Fixes bug #63265.
7705
7706 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
7707
7708         * appdomain.c, verify.c, object-internals.h, reflection.c:
7709         bumped corlib number to 36, and added new extra_flags field
7710         to ReflectionMethodBuilder and friends.  Fixes #75060.
7711
7712 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
7713
7714         * gc.c: register a new weak link only if the object is non-null
7715         (fixes bug#75047).
7716
7717 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
7718
7719         * culture-info.h : short time pattern too.
7720
7721 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
7722
7723         * culture-info.h : expand long time pattern string length.
7724
7725 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7726
7727         * culture-info-table.h : update (more French date format; #72788).
7728
7729 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
7730
7731         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
7732         the method is static. Fixes #75029.
7733
7734 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
7735
7736         * reflection.c: Update the table_idx field of method builders after
7737         saving the module, since it can change. This is a workaround for
7738         bug #74914. 
7739
7740 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
7741
7742         * culture-info-table.h : update (additional French date format).
7743
7744 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
7745
7746         * icall.c (ves_icall_type_Equals): Revert last change.
7747         
7748         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
7749
7750         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
7751
7752 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
7753
7754         * class-internals.h: Added executioncontext_class field to 
7755         MonoDefaults structure.
7756         * domain.c: Cache System.Threading.ExecutionContext class in 
7757         mono_defaults.
7758         * object.c: Capture the ExecutionContext for asynchroneous calls in
7759          mono_async_result_new.
7760         * object-internals.h: Added execution_context and original_context 
7761         fields to MonoAsyncResult. Added execution_context to MonoThread.
7762         * security-manager.c|.h: Added mono_get_context_capture_method to 
7763         return the capture method (if required by the security manager or by
7764         the framework version used).
7765         * threadpool.c: Apply capture (if present) ExecutionContext in 
7766         mono_async_invoke and revert to original context after it completes.
7767
7768 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
7769
7770         * culture-info-table.h : updated (real hacky solution for zh-CHT).
7771
7772 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
7773
7774         * culture-info-table.h : zh-CHT related workaround.
7775
7776 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
7777
7778         * marshal.c (emit_marshal_custom): Add some error checking and call the
7779         methods in the ICustomMarshaler interface. Fixes #74875.
7780         
7781         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
7782         native->managed wrappers.
7783
7784 2005-05-12  Martin Baulig  <martin@ximian.com>
7785
7786         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
7787         here and use the loader lock.
7788
7789         * mono-debug.c: Properly lock when the debugger is not attached.
7790         (mono_debug_init): Release the initial lock if we're not running
7791         in the debugger.
7792
7793 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
7794
7795         * marshal.c (emit_marshal_custom): Pass through NULL values without
7796         calling the custom marshalling routines.
7797
7798         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
7799         conversion in structures. Fixes #74882.
7800
7801 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
7802
7803         * culture-info-table.h : zh-* cultures were missing.
7804
7805 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
7806
7807         * threads.c: Added a new event background_change_event which is signaled
7808         when a thread changes its background mode.
7809         Moved here several checks previously done in managed code. The checks
7810         require the thread lock, and using the thread lock in managed code
7811         can result in deadlocks.
7812         Merged Start_internal and Thread_internal into a single method. Now 
7813         Thread_internal does all work of creating and starting a thread.
7814         Added icalls for setting and getting the state of the object. Moved from
7815         managed code to avoid locking there.
7816         Added wait_for_tids_or_state_change() which is called instad of
7817         wait_for_tids when waiting for non-backround threads to end. This method
7818         will return if one of the threads ends or the background_change_event
7819         is signaled.
7820         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
7821         the background mode. This method signals the background_change_event
7822         event.
7823         * icall.c:
7824         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
7825         removed Start_internal.
7826         
7827 2005-05-11  Martin Baulig  <martin@ximian.com>
7828
7829         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
7830         to order of some fields to get proper alignment on 64-bit machines.
7831
7832 2005-05-11  Martin Baulig  <martin@ximian.com>
7833
7834         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
7835         changes as they're broken and completely fuck up the debugger.
7836
7837         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
7838
7839 2005-05-10  Martin Baulig  <martin@ximian.com>
7840
7841         * reflection.c (mono_reflection_generic_class_initialize): Don't
7842         call mono_class_setup_parent() here.
7843
7844 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7845
7846         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
7847         send/receive timeout use an integer in milliseconds. We were using a
7848         struct timeval.
7849
7850 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7851
7852         * locales.c:
7853         (internal_get_cultures): reserve the first slot of the array for the
7854         InvariantCulture, which will be filled in managed code.
7855
7856 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
7857
7858         * reflection.c (mono_image_fill_module_table): Initialize the
7859         GENERATION field as well.
7860
7861 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7862
7863         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
7864         Monitor.Enter on the object.
7865
7866 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
7867
7868         * threads.c: Enable the wait for running threads when exiting.
7869         * icall.c: Suspend all threads before exiting.
7870
7871 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
7872
7873         * assembly.c (mono_assembly_load_reference): Fix warning.
7874
7875 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7876
7877         * threadpool.c: changed the default number of threads per cpu. From now
7878         on, the default will be 20 + (5 * number of cpus) instead of 50.
7879
7880 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
7881
7882         * loader.c (mono_method_get_signature_full): Add locking here.
7883
7884 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
7885
7886         * appdomain.c: Moved methods for parsing and freeing assembly
7887         names to assembly.c.
7888         * assembly.c, domain-internals.h: Created public methods for parsing
7889         assembly names. Fixed mono_assembly_load_with_partial_name:
7890         it now finds the best match, taking into account the version,
7891         token and culture specified in the partial name. Also return
7892         the latest version if no version information is specified.
7893
7894 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
7895
7896         * threadpool.c: replace check for SocketAsyncCall class.
7897
7898 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7899
7900         * threadpool-internals.h:
7901         * Makefile.am: added threadpool-internals.h
7902
7903         * threadpool.c: call mono_unhandled_exception on exceptions not handled
7904         that happen in threadpool threads (tested on MS).
7905         (mono_thread_pool_remove_socket): new function that dispatch any pending
7906         AIO call on a socket that is closing. By now only epoll really needs it,
7907         as select/poll wake up when the socket closes.
7908
7909
7910         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
7911
7912 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
7913
7914         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
7915
7916 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
7917
7918         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
7919
7920 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
7921
7922         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
7923         has an abort request, convert it into a suspend request.
7924
7925 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
7926
7927         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
7928         warning for the usage of `UnmanagedFunctionPointerAttribute' which
7929         is not supported yet.
7930
7931 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7932
7933         * image.c: register assemblies loaded from data (bundles) in the loaded
7934         assemblies hash. Fixes bug #74772.
7935
7936 2005-04-29  Martin Baulig  <martin@ximian.com>
7937
7938         * class.c (mono_type_get_name_recurse): Update to the new naming
7939         schema from the latest .NET 2.x beta2.
7940         (mono_class_setup_vtable_general): If we're a generic instance,
7941         copy the vtable from our generic type definition and inflate all
7942         the methods in it.
7943
7944         * loader.c (find_method): Update to the new naming schema from the
7945         latest .NET 2.x beta2.
7946
7947 2005-04-29  Raja R Harinath  <harinath@gmail.com>
7948
7949         * class.c (mono_class_init): Add a mono_loader_unlock to the
7950         #74734 fix.
7951
7952 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
7953
7954         * icall.c (ves_icall_System_Environment_Exit): Remove the 
7955         suspend_all_other_threads () call for the time being, since it can hang.
7956
7957         * threads.c (mono_thread_manage): Similarly, disable the waiting for
7958         the background threads to exit, since it can also hang.
7959
7960         * class.c (mono_class_init): Applied patch from Ankit Jain 
7961         (radical@gmail.com). Avoid pending init errors when a field refers
7962         to a nested class using a typeref. Fixes #74734.
7963
7964         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
7965         this for dynamic modules.
7966
7967 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7968
7969         * threads.c: don't wait for threads that are in the process of aborting
7970         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
7971         and waiting for background threads to finish. This makes xsp and
7972         mod-mono-server exit without random length delays and/or hangs.
7973
7974 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7975
7976         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
7977
7978 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
7979
7980         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
7981         dynamic types to prevent infinite loops. Fixes #74727.
7982
7983         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
7984         ..._is_assignable_to.
7985
7986 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
7987
7988         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
7989
7990 2005-04-25  Martin Baulig  <martin@ximian.com>
7991
7992         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
7993
7994         * domain.c
7995         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
7996
7997         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
7998
7999         * reflection.c (build_compressed_metadata): Set metadata header
8000         version to 2.0.
8001
8002 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
8003
8004         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
8005         number into an integral and a decimal part. Fixes #70473.
8006
8007         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
8008
8009 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
8010
8011         * culture-info-table.h : reflected the latest locale-builder output.
8012
8013 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8014
8015         * threadpool.c: check for SuspendRequested too when deciding if
8016         mono_thread_interruption_checkpoint should be called.
8017
8018 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8019
8020         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
8021         * threads.c: remove interruption_mutex and use Interlocked instead. When
8022         suspending all the threads, wait for all the suspended events at once.
8023         If we're shutting down and get an APC that is going to be queued,
8024         call mono_thread_execute_interruption immediately, as the thread might
8025         be sleeping on a pthread condition or mutex.
8026
8027         * icall.c: call mono_runtime_set_shutting_down before suspending the
8028         threads.
8029
8030         Fixes bug #74693. And now xsp is happier when exiting.
8031
8032 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
8033
8034         * loader.c (mono_stack_walk): Fix #74690.
8035
8036 2005-04-22  Martin Baulig  <martin@ximian.com>
8037
8038         * mono-debug.h (MonoDebugMethodJitInfo): Added
8039         `MonoDebugMethodJitInfo *jit'.
8040
8041         * mono-debug.c (mono_debug_read_method): Cache the
8042         MonoDebugMethodJitInfo in `address->jit'.
8043         (mono_debug_free_method_jit_info): New public method.
8044
8045 2005-04-22  Martin Baulig  <martin@ximian.com>
8046
8047         * class.c (mono_class_is_assignable_from): Disallow
8048         type parameter -> interface.
8049
8050 2005-04-21  Dick Porter  <dick@ximian.com>
8051
8052         * threads.c (mono_thread_create): Turn an assertion into an error.
8053
8054 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
8055
8056         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
8057         
8058         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
8059         Fix some gcc 4.0 warnings.
8060
8061 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
8062
8063         * file-io.c: fix alt dir separator char on unix systems
8064         and cleanup (fixes bug #71214).
8065
8066 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
8067
8068         * marshal.c: Use CALLVIRT instead of CALL when dispatching
8069         a call to a remote domain, since the method may be an
8070         interface method in the client domain. This fixes bug #74192.
8071
8072 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8073
8074         * threadpool.c: recv/send are now performed before going back to managed
8075         code to save one transition.
8076
8077 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8078
8079         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
8080
8081         * metadata/threadpool.c: removed hack to workaround the bug above.
8082
8083         Fixes bug #74618.
8084
8085 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
8086
8087         * reflection.c reflection.h: Fix handling of parameter defaults in
8088         dynamic methods. Also fixes handling of parameter attributes.
8089         Fixes #74609.
8090
8091         * mono-debug.c (mono_debug_close_image): Fix warning.
8092
8093 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8094
8095         * socket-io.h: replaced old unused field with new 'blocking'.
8096         * threadpool.c: restore socket blocking state on windows(tm).
8097
8098 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
8099
8100         * icall.c: don't return the codebase in the AssemblyName[] returned by
8101         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
8102         * object-internals.h: Removed FIXME (fields were presents) and fixed
8103         versioncompat declaration.
8104
8105 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8106
8107         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
8108         not closed, so don't cleanup when it happens.
8109
8110 2005-04-13  Chris Toshok  <toshok@ximian.com>
8111
8112         * mono-debug-debugger.h: change prototype for
8113         mono_debugger_lookup_type.
8114
8115         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
8116         this function, although it should probably be named
8117         mono_debugger_init_type.
8118
8119 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8120
8121         * threadpool.c: fix non-AIO case.
8122
8123 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
8124
8125         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
8126         the built-in profiler to measure just JIT compilation times.
8127
8128 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8129
8130         * threadpool.c: the epollfd might be closed by another thread at
8131         any time, so ignore EBADF at treat it as a "we're closing" sign.
8132
8133 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8134
8135         * threadpool.c: release the semaphores with a count equals to the number
8136         of working threads in both IO and regular pools. Fixed typo that messed
8137         up the count of IO pool threads. Don't initialize the pipe handles if
8138         we're using epoll.
8139
8140 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8141
8142         * threadpool.c: some systems don't like a NULL when deleting the socket
8143         from epoll.
8144
8145 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8146
8147         * threadpool.c: fix semaphore allocation.
8148
8149 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8150
8151         * threadpool.c: added epoll() based implementation for asynchronous IO
8152         that is used instead of the default poll() when available.
8153         It can be disabled by setting MONO_DISABLE_AIO.
8154
8155 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8156
8157         * threadpool.c: windows needs 'closesocket' and instead of returning
8158         0 when the stream is closed while in select, it returns -1. Fixes bug
8159         #74573.
8160
8161 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
8162
8163         * class.c (class_compute_field_layout): Fix the regression caused by
8164         the previous try.
8165
8166 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8167
8168         * threadpool.c: separate pool for socket async. IO.
8169         * threadpool.h: mono_max_worker_threads is not a global any more.
8170
8171 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
8172
8173         * class.c (class_compute_field_layout): Fix #74549.
8174
8175 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8176
8177         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
8178         use 2 connected sockets instead.
8179
8180 2005-04-08  Miguel de Icaza  <miguel@novell.com>
8181
8182         * mono-config.c: Add new entry point for mkbundle
8183         mono_config_parse_memory. 
8184
8185 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8186
8187         * threadpool.c: removed another unused function.
8188
8189 2005-04-08  Ankit Jain  <radical@corewars.org>
8190
8191         * reflection.c (get_default_param_value_blobs): Add 'types'
8192         parameter to get the types encoded in the constant table.
8193         (mono_param_get_objects): Use the type from the constant table,
8194         not the type of the parameter, when creating default values.
8195         Handle null default values correctly.
8196
8197 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8198
8199         * file-io.c:
8200         * file-io.h:
8201         * threadpool.c:
8202         * threadpool.h:
8203         * icall.c:
8204         * socket-io.c: removed dead code for async IO.
8205
8206 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8207
8208         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
8209
8210         * threadpool.c: intercept socket async. calls and pass them to a thread
8211         that is polling and dispatching the job items to the threadpool as
8212         socket become ready. Fixes bugs #71217, #71933.
8213
8214         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
8215         between char and short/ushort arrays.
8216
8217         * socket-io.c: remove dead code.
8218
8219 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
8220
8221         * locales.c,
8222           icall.c : removed InternalToUpper_Comp() and
8223           InternalToLower_Comp().
8224
8225 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
8226
8227         * char-conversions.h : The tables were incorrectly generated. Should
8228           be generated against invariant culture.
8229
8230 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
8231
8232         * object.c (mono_runtime_invoke_array): Fix return value when 
8233         passing pre-created valuetype objects to ctors.
8234
8235         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
8236         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
8237         Fixes #74338.
8238
8239 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
8240
8241         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
8242         only used with --security and hides the wrong corlib version error.
8243
8244 2005-03-30  Joshua Tauberer  <tauberer@for.net>
8245
8246         * class.c: Changed mono_class_name_from_token so that types
8247         outside of a namespace don't have an initial period.  Improved
8248         the g_warning message used in _mono_class_get when loading
8249         fails.
8250         * assembly.c: In mono_assembly_load_reference, when an assembly
8251         can't be found, "No such file or directory" is misleading and
8252         unhelpful because a few paths were checked for the presence of
8253         the assembly.  When that happens (ENOENT), display a nicer
8254         message indicating the directories that were searched.  In all
8255         cases, the warning is made easier to read for non-hackers.
8256
8257 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
8258
8259         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
8260         project/solution.
8261         * appdomain.h|domain.c: Removed inline from functions.
8262         * appdomain.c: Reduced warnings when compiling on windows.
8263         * icall.c: Fixed output_debug declaration to gunichar2*.
8264         * mono-config.c: Reduced warnings when compiling on windows.
8265         * rand.c: Added missing "windows.h". Added missing return value.
8266         * rawbuffer.c: Added missing winsock2.h for windows.
8267         * sysmath.h: Added mono-compiler.h header to allow/ease 
8268         compilation with non-GCC compilers.
8269         * threads.c: Fixed declarations to compile with VS.NET C compiler.
8270         Removed cast warnings.
8271
8272         Adapted from the work of J Lothian (for VC6).
8273
8274 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
8275
8276         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
8277         from default_path.
8278
8279 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
8280
8281         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
8282         the 2.0 profile.
8283
8284 2005-03-27  Raja R Harinath  <harinath@gmail.com>
8285
8286         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
8287         has to be in $(exec_prefix).  $(prefix) is for arch-independent
8288         stuff, and it would probably use $(prefix)/share rather than
8289         $(prefix)/lib.
8290
8291 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8292
8293         * console-io.c: added 2 includes that might be missing.
8294
8295 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
8296
8297         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
8298         profile.
8299
8300         * reflection.c (create_custom_attr): Allocate the params array using
8301         alloca so it gets GC tracking.
8302
8303 2005-03-23  Chris Toshok  <toshok@ximian.com>
8304
8305         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
8306         out some spew.
8307
8308 2005-03-24  Raja R Harinath  <rharinath@novell.com>
8309
8310         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
8311         changes to pick up any changes in prefix, etc.
8312
8313 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
8314
8315         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
8316         
8317         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
8318         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
8319
8320 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
8321
8322         * class-internals.h object-internals.h class.c reflection.c: Extend the
8323         mono_lookup_dynamic_token () function to return the class of the
8324         token as well. 
8325
8326         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
8327         well. Fixes #73848.
8328
8329 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
8330
8331         * security-manager.c: Skip inheritance checks for intra-corlib
8332         class inheritance and method overrides. This skips a lot of checks
8333         and (anyway) permissions cannot work until corlib is loaded.
8334
8335 2005-03-23  Martin Baulig  <martin@ximian.com>
8336
8337         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
8338         MONO_TYPE_GENERICINST.  
8339
8340 2005-03-23  Martin Baulig  <martin@ximian.com>
8341
8342         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
8343
8344 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
8345
8346         * class.c: added locking comments to some functions.
8347         Cache the interface offsets arrays (saves about 20 KB
8348         of runtime memory in a typical app).
8349         Reduce the time overhead in mono_class_setup_supertypes ().
8350
8351 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
8352
8353         * icall.c: speedup and fix leaks in GetMethodsByName and
8354         GetPropertiesByName.
8355
8356 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8357
8358         * reflection.c: some locking fixes.
8359
8360 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
8361
8362         * metadata.c: added missing break in case statement.
8363
8364 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
8365
8366         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
8367         typedbyref return values. Fixes #73941.
8368
8369 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
8370
8371         * security-manager.c|h: Added demandunmanaged method and 
8372         suppressunmanagedcodesecurity class to MonoSecurityManager.
8373         Renamed aptc class to allowpartiallytrustedcallers.
8374
8375 2005-03-17  Martin Baulig  <martin@ximian.com>
8376
8377         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
8378
8379 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8380
8381         * file-io.c: disabled file async. IO using aio_*. It uses the
8382         threadpool now. Workaround for bug #73718.
8383
8384 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8385
8386         * assembly.h, mono-config.c: added code to deal with bundled configs
8387         for bundled assemblies.
8388
8389 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
8390
8391         * *.c, private.h: cleanup, removing old private.h header file.
8392
8393 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
8394
8395         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
8396         and throw_on_unmappable_char attributes.
8397
8398 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
8399
8400         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
8401         _ProcessName_internal.
8402
8403 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
8404
8405         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
8406         #73631.
8407
8408         * icall.c threads.c threads-types.h: Remove slothash icalls as they
8409         are no longer used.
8410
8411 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
8412
8413         * object.c (compute_class_bitmap): Add support for generics. Fixes
8414         #73527.
8415
8416 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
8417
8418         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
8419
8420 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8421
8422         * filewatcher.c: commented out the code for windows watcher, as we don't
8423         use it (we use the managed implementation instead).
8424
8425 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
8426
8427         * object-internals.h (MonoThread): Remove 'unused1' field.
8428
8429         * appdomain.c: Bump corlib version.
8430
8431         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
8432
8433         * reflection.c (mono_reflection_create_runtime_class): Remove the
8434         AssemblyBuilder.Save optimization since it causes too many problems.
8435
8436 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
8437
8438         * exception.c|h: Added mono_get_exception_reflection_type_load to
8439         create a ReflectionTypeLoadException object.
8440         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
8441         to return NULL is a InheritanceDemand fails during reflection. Updated
8442         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
8443         ReflectionTypeLoadException if an InheritanceDemand fails during 
8444         reflection. Added icall mapping for GetLinkDemandSecurity.
8445         * security-manager.c|h: Added ves_icall_System_Security_
8446         SecurityManager_GetLinkDemandSecurity internal call to return the
8447         class and methods permissions set for a LinkDemand. Removed unused
8448         fields in MonoSecurityManager.
8449
8450 2005-03-10  Martin Baulig  <martin@ximian.com>
8451
8452         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
8453         it's a generic instance.
8454
8455 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
8456
8457         * reflection.c (mono_get_object_from_blob): Applied patch from
8458         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
8459
8460         * class.c (mono_class_is_assignable_from): Another try at fixing 
8461         #73469 without breaking anything.
8462
8463 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
8464
8465         * class.c: (mono_class_is_assignable_from): Revert the last changes
8466         since they don't work with generics.
8467         
8468         * class.c (mono_class_is_assignable_from): Fix build bustage.
8469
8470         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
8471         the managed IsAssignableFrom method. Fixes #73469.
8472
8473         * reflection.c (mono_reflection_call_is_assignable_from): New helper
8474         function.
8475
8476 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
8477
8478         * object.c (mono_load_remote_field_new): Fix returning uninitialized
8479         memory when the remoting callback does not sets the out arguments.
8480         Fixes #73007.
8481
8482         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
8483         by mistake.
8484
8485         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
8486
8487         * object-internals.h (MonoStackFrame): Sync with managed object layout.
8488
8489         * appdomain.c: Bump corlib version.
8490
8491 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
8492
8493         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
8494         function.
8495
8496         * threads.c (mono_thread_attach): Detect threads which are not started
8497         by the GC pthread wrappers.
8498
8499 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
8500
8501         * icall.c: Added new icall for RNG.
8502         * rand.c|h: Added new icall to open the RNG. This allows to share a 
8503         single handle on Linux to access /dev/urandom and fix #73183.
8504
8505 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
8506
8507         * object.c: setting the new vtable in a transparent proxy object must
8508         not change the GC descriptor.
8509
8510 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8511
8512         * object.c: fixed compilation without GCJ support.
8513         * reflection.c: for runtime-created types ensure klass->has_references
8514         is correct (bug #73215).
8515
8516 2005-03-02  Martin Baulig  <martin@ximian.com>
8517
8518         * class.c (mono_class_is_assignable_from): Make this work if
8519         `oklass' is a generic instance; fixes #72831.
8520
8521 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
8522
8523         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
8524         with hasthis set.
8525         
8526         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
8527
8528         * marshal.c: Reorganize native->managed marshalling code to also use
8529         the emit_marshal_... functions.
8530
8531 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
8532
8533         * object.c: typed allocs have issues with bitmap sizes > 30,
8534         so check for max_set >= 30.
8535
8536 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
8537
8538         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
8539         managed code. Fixes #73012.
8540
8541         * metadata.h (MonoMarshalSpec): Add elem_mult field.
8542
8543         * metadata.c reflection.c: Load/Emit elem_mult as well.
8544         
8545         * metadata.h (MonoMarshalSpec): Add comment.
8546
8547         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
8548
8549         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
8550         num_elem to -1 if not given.
8551
8552         * object-internals.h (MonoReflectionMarshal): Add has_size field.
8553
8554         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
8555         given values.
8556
8557 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
8558
8559         * null-gc.c (mono_gc_free_fixed): Was not compilable.
8560
8561 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
8562
8563         * reflection.c (encode_marshal_blob): Encode param_num field as well.
8564
8565         * object-internals.h (MonoReflectionMarshal): Add param_num field.
8566
8567 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
8568
8569         * object.c: generalized the reference bitmap creation
8570         and added hooks for the new GC.
8571         * class-internals.c: removed the gc_bitmap field from MonoClass.
8572
8573 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
8574
8575         * domain.c: help the compiler to produce better code
8576         in mono_jit_info_table_find ().
8577
8578 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
8579
8580         * object.c: make all allocations look typed.
8581
8582 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
8583
8584         * socket-io.c: load Mono.Posix if it's not loaded already
8585         (fixes bug#73033).
8586
8587 2005-02-24  Martin Baulig  <martin@ximian.com>
8588
8589         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
8590         * reflection.c (dup_type): Likewise.
8591
8592 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
8593
8594         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
8595         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
8596
8597 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
8598
8599         * domain.c, threads.c, object-internals.h: make the critical thread
8600         local vars use the fast access mode (even when we're compiled in
8601         a lib). Provide accessors to be used by the jit during codegen.
8602
8603 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8604
8605         * appdomain.c: Changed hook functios behavior to include
8606         support for the reflection only assemblies. Some icalls were changed
8607         to support the mentioned assemblies too. Signatures of static methods
8608         try_assembly_resolve and real_load now have an additional parameter:
8609         refonly.
8610
8611         * assembly.c: General changes to mono_assembly_ methods to support
8612         reflection only api. Functions mono_assembly_open, mono_assembly_load,
8613         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
8614         suffix, to support an additional gbool parameter to specify whether
8615         the assembli is reflection only or not. Created some new hook functions 
8616         to add support for reflection only assemblies. Signatures of static 
8617         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
8618         have now an additional parameter: refonly.
8619
8620         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
8621         indicating whether the assembly is reflection only or not.
8622
8623         * exception.c: Add mono_get_exception_invalid_operation.
8624
8625         * icall.c: Throw an InvalidOperationException when trying to invoke
8626         a property/method/event, or trying to set/get the value of a field.
8627         Also add an icall to retrieve the ref_only flag to the
8628         MonoReflectionAssembly.
8629
8630 2005-02-23  Chris Toshok  <toshok@ximian.com>
8631
8632         Part of fix for #72827.
8633         * mono-debug.c (mono_debug_add_method): add lexical block data to
8634         the info we write.  Kind of a hack at the moment - we copy the
8635         lexical block info from the MonoDebugMethodInfo to the
8636         MonoDebugMethodJitInfo here, before writing it.
8637         (mono_debug_read_method): read the lexical block info.
8638
8639         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
8640
8641         * debug-mono-symfile.h: add lexical block support.
8642
8643         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
8644         support.
8645
8646 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
8647
8648         * loader.c (mono_lookup_pinvoke_call): Fix warning.
8649
8650         * object.c (mono_runtime_free_method): Call mono_free_method () and
8651         put the TODOs there.
8652
8653         * loader.c (mono_free_method): Free up most memory allocated for 
8654         dynamic methods.
8655
8656 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
8657
8658         * reflection.c: properly flag a Type argument to a
8659         named custom attr value (bug #72248).
8660
8661 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
8662
8663         * reflection.c: reduce code duplication in named custom
8664         attribute encoding.
8665
8666 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
8667
8668         * reflection.c: properly encode custom attrs of type object
8669         (bug #72649).
8670
8671 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
8672
8673         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
8674
8675 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
8676
8677         * socket-io.c: load System.dll if it's not loaded already
8678         (bug #72850 and #70477).
8679
8680 2005-02-21  Martin Baulig  <martin@ximian.com>
8681
8682         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
8683         generic instances.
8684
8685 2005-02-21  Martin Baulig  <martin@ximian.com>
8686
8687         * reflection.c (mono_image_build_metadata): We also need to
8688         "fixup" the MethodImpl table after we computed the final method
8689         indices.  Call fixup_methodimpl() to do that.
8690         (fixup_methodimpl): New private method.
8691
8692 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
8693
8694         * assembly.c: special case mscorlib.dll (bug#72536),
8695         patch from Carlos Alberto Cortez.
8696
8697 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
8698
8699         * threads-types.h threads.c: Fix build bustage.
8700
8701         * threads.c: Use a union for long<->double conversions.
8702
8703         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
8704         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
8705
8706         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
8707         containing the checkpoint call with NOT_TAKEN.
8708         
8709         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
8710         checkpoint before pushing the arguments, so they won't have to be
8711         spilled to stack.
8712
8713 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8714
8715         * domain.c, assembly.c, domain-internals.h: make some data
8716         const and relocation-free.
8717
8718 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
8719
8720         * object.c, appdomain.c, class-internals.h: introduce the
8721         MonoClassRuntimeInfo structure to hold the info needed to
8722         use a class at runtime. Made mono_class_vtable() lock-free
8723         for all the appdomains.
8724
8725 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
8726
8727         * metadata-internals.h, image.c: introduce a per-image mempool to
8728         be used for memory that has the same lifetime as the image.
8729
8730 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
8731
8732         * domain.c: In mono_init_internal(), instead of selecting the first
8733         runtime version supported by an executable, get a list of all
8734         supported versions and select the one for which an mscorlib exists
8735         (since even if the runtime supports a given version, it doesn't mean
8736         that the framework for that version is installed).
8737         Modified get_runtimes_from_exe to support this behavior.
8738         In supported_runtimes, added information about additional system
8739         assembly versions.
8740         
8741         * assembly.c: Added support for more than one system assembly version
8742         per runtime version. Updated the assembly list.
8743         In mono_assembly_remap_version, removed the initial version check,
8744         since we don't know to which version we need to compare until we
8745         get the version set on which the assembly is based.
8746         Moved the code for loading corlib into the new method
8747         mono_assembly_load_corlib(), so it can be used by the initialization
8748         code.
8749         
8750         * domain-internals.h: Updated data structures and added declaration
8751         for mono_assembly_load_corlib.
8752
8753 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
8754
8755         * reflection.c (resolve_object): Fix the creation of the signature in 
8756         the SignatureHelper case.
8757
8758         * assembly.c (mono_assembly_remap_version): Fix binary search.
8759         
8760 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
8761  
8762         * class.c: Added inheritance check when a method is overloaded (from a
8763         virtual method or when implementing an interface) and when a class is
8764         inherited. Added functions to set a failure for a class and to 
8765         retreive the exception from a failure.
8766         * class-internals.h: Added fields to MonoClass to keep the exception
8767         information status for inheritance (or other exceptions) to be thrown
8768         later (i.e. not at load time).
8769         * object.c: Throw the inheritance SecurityException when a type is to 
8770         be created with either class or method inheritance violations.
8771         * reflection.c|h: Fix when getting declsec from a class. Removed 
8772         unrequired code for class. Improved sanity in parameter naming.
8773         * security-manager.c|h: Added functions to check for class and method
8774         inheritance.
8775
8776 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
8777
8778         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
8779         and has_finalize in dynamic types as well.
8780
8781 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
8782
8783         * culture-info-table.h : fixed currency format for en-GB (and so on).
8784
8785 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
8786
8787         * gc.c: ensure the GC handles never have 0 as a value.
8788
8789 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
8790
8791         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
8792         a pointer to a struct to unmanaged code. Fixes #72625.
8793
8794 2005-02-16  Martin Baulig  <martin@ximian.com>
8795
8796         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
8797
8798 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
8799
8800         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
8801
8802 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
8803
8804         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
8805
8806         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
8807         UnmanagedFunctionPointerAttribute, use it for determining calling convention
8808         etc. Fixes #71471.
8809
8810         * reflection.c (mono_custom_attrs_get_attr): New helper function.
8811
8812         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
8813
8814 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
8815
8816         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
8817         changes to make the current context a field in MonoThread.
8818
8819 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
8820
8821         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
8822         the last change.
8823         
8824         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
8825         extracted from mono_marshal_get_native_wrapper.
8826
8827         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
8828         to create wrappers around native functions.
8829
8830         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
8831         delegates for arbitrary function pointers. Fixes #71472.
8832
8833 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
8834
8835         * threads.c: cleaned up the code a little.
8836
8837 2005-02-15  Martin Baulig  <martin@ximian.com>
8838
8839         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
8840         the data table.
8841
8842         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
8843         allocate larger chunks if needed.
8844
8845 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
8846
8847         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
8848         in by mistake.
8849
8850 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
8851
8852         * domain.c: keep the domains in an array and ensure the domain ids
8853         are kept small, so they can be used as indexes to domain-specific data
8854         with a small memory overhead.
8855
8856 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
8857
8858         * icall.c: Handle byref types in Type icalls. Fixes #72544.
8859
8860 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
8861
8862         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
8863
8864 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
8865
8866         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
8867
8868         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
8869         values.
8870
8871         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
8872         
8873 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
8874
8875         * domain-internals.h: add the hashtable here.
8876
8877         * class-internals.h: Remove `info' from MonoMethod
8878
8879         * domain.c: Add a new hashtable, jit_trampoline_hash
8880
8881 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
8882
8883         * object.c: don't set the value of static fields
8884         (fixes bug#72494).
8885
8886 2005-02-11  Martin Baulig  <martin@ximian.com>
8887
8888         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
8889         (mono_debug_add_method): Silently ignore the method if it's too big.
8890         (mono_debug_add_type): Likewise.
8891
8892 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
8893
8894         * threads.c, appdomain.c: remove #ifdefs from the code.
8895
8896 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
8897
8898         * metadata-internals.h: Added flags to MonoAssembly to cache the most
8899         common security informations. This allows us to stay in unmanaged code
8900         when doing LinkDemand and it's special cases (except for the first 
8901         time for initialization). The flags a very much used with --security.
8902         * reflection.c|h: Added code to get declarative security attributes 
8903         for LinkDemand and InheritanceDemand. This required to refactor the
8904         existing code for Demand.
8905         * security-manager.c|h: Added new method fields for the special cases
8906         of LinkDemand.
8907
8908 2005-02-10  Martin Baulig  <martin@ximian.com>
8909
8910         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
8911         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
8912
8913 2005-02-10  Martin Baulig  <martin@ximian.com>
8914
8915         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
8916         debugging code; this is almost a complete rewrite.
8917
8918         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
8919
8920 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
8921
8922         * domain.c, object.h: expose mono_string_equal () and 
8923         mono_string_hash ().
8924         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
8925         it's implemented in managed code.
8926
8927 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8928
8929         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
8930         lo leak objects between appdomains.
8931
8932 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8933
8934         * assembly.c: old compilers compilation fix from 
8935         robertj@gmx.net (Robert Jordan).
8936
8937 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
8938
8939         * class-internals.h: Little reminder for the future.
8940
8941         * debug-helpers.c: Fix up wrapper_type_names
8942
8943 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8944
8945         * image.c, metadata-internals.h: when loading an image from a file,
8946         mmap all of it and use the same codepaths as when using a
8947         in-memory image: the code is simpler and we use less memory
8948         (both writable and readonly).
8949
8950 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
8951
8952         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
8953         API to alloc runtime data structures that need to be tracked by the
8954         GC and contain pointers.
8955         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
8956         make the code more readable and eventually use a different GC.
8957
8958 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
8959
8960         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
8961         for out arguments.
8962         
8963 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
8964
8965         * object.c: In release_type_locks(), don't release the cctor lock
8966         if it has already been released. This fixes a crash in the
8967         thread5 test.
8968
8969 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
8970
8971         * gc.c, marshal.c, icall.c: register a delegate for finalization
8972         only when the native function pointer has been allocated for it.
8973
8974 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
8975
8976         * object.c: cleaned up some code, allocate objects that are
8977         pointer free with the atomic malloc variant. Allocate memory
8978         for static data from the mempool if it's pointer-free.
8979         Allocate the bounds array at the end of the array data, when needed.
8980         * object-internals.h, object.h: move a private function in a private
8981         header.
8982         * class.c: handle missing case in tracking references in fields.
8983
8984 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
8985
8986         * class.c, class-internals.h: keep track if a type has
8987         reference fields in either the instance or static fields.
8988
8989 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
8990
8991         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
8992         and renamed to MonoRuntimeInfo. Added fields to store the expected
8993         framework assembly version. Changed mono_get_framework_version and
8994         mono_get_runtime_version for a single mono_get_runtime_info method.
8995         
8996         * assembly.c: Added method to remap system assembly versions to the
8997         current executing runtime version. Removed old mapping code.
8998         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
8999         
9000         * icall.c, reflection.c: Track api changes.
9001
9002 2005-02-06  Miguel de Icaza  <miguel@novell.com>
9003
9004         * loader.c (method_from_memberref): Improve error reporting,
9005         produce the class name instead of the typeref/typedef index. 
9006
9007 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
9008
9009         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
9010
9011 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
9012
9013         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
9014         stdcall and charset name mangling.  Reorganize the code and add
9015         some tracing stuff.
9016
9017 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
9018
9019         * monodiet.c: More iters!
9020
9021         * marshal.c: Iter usage.
9022
9023         * icall.c: Iter usage.
9024
9025         * object.c: Use iters.
9026
9027         * debug-helpers.c: More iters
9028
9029 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
9030
9031         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
9032         under win32.
9033
9034 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
9035
9036         * mono-debug-debugger.c: use iters
9037
9038         * class.c, class-internals.h: mono_class_setup_events is static
9039         now
9040
9041         * All callers: use iters
9042
9043 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
9044
9045         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
9046         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
9047
9048 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
9049
9050         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
9051
9052         * marshal.h: Add prototypes for ldfld/stfld_remote.
9053
9054         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
9055         this is called during startup.
9056         
9057 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
9058
9059         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
9060         MonoThreadsSync struct private in monitor.c. Changed the way
9061         MonoThreadsSync is allocated so it's faster and there is no
9062         need to keep track of it with a finalizer and it uses less memory.
9063         This also finally allows us to allocate mono objects as ptrfree when
9064         there are no reference fields.
9065
9066 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
9067
9068         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
9069         disappearing link to the GC interface and use them to simplify
9070         the gchandles code.
9071
9072 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
9073
9074         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
9075         stfld_remote which call mono_load/store_field_new. This allows methods
9076         calling ldfld/stfld wrappers to be AOTed.
9077
9078         * console-io.c: Include sys/filio.h under solaris.
9079         
9080         * console-io.c: Include curses.h if needed correctly.
9081
9082 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
9083         
9084         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
9085         method->klass as well.
9086
9087         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
9088
9089         * class.c (mono_class_init): Switch on lazy initialization of 
9090         methods.
9091
9092         * class.c (mono_class_get_finalizer): Handle the case when the 
9093         finalizer is inherited.
9094
9095 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9096
9097         * console-io.c: <curses.h> is needed by term.h on solaris.
9098
9099 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
9100
9101         * icall.c, class-internals.h, monodiet.c, class.c: Remove
9102         mono_class_setup_properties where possible. Remove this ftn from
9103         the header file, and make it static.
9104
9105 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
9106
9107         * loader.c: Add missing setup_... call.
9108
9109         * class.c: Add missing setup_... calls.
9110
9111         * class.c (mono_class_init): Switch on lazy initialization of 
9112         the generic vtable.
9113         
9114         * class.c (mono_class_init): Fix generics broken by the recent changes.
9115
9116         * monodiet.c (handle_type): Add missing setup_... calls.
9117
9118         * class.c: Back out garbage in previous patch.
9119         
9120         * class.c: Add missing setup_... calls.
9121
9122         * class.c (mono_class_get_method_from_name_flags): Avoid calling
9123         mono_class_setup_methods () if possible.
9124
9125         * class-internals.h (MonoClass): Add 'has_cctor' flag.
9126
9127         * class-internals.h (MonoCachedClassInfo): New structure.
9128
9129         * class.c: Initialize properties and events fields of MonoClass lazily.
9130
9131         * class.c: Add infrastructure for lazily initializing the methods and
9132         vtable fields of MonoClass. Not yet used.
9133
9134         * class.c (mono_class_get_finalizer): New helper function.
9135
9136         * class.c: Add infrastructure for loading some class related data from
9137         an AOT file.
9138
9139         * object.c: Add infrastructure for initializing the vtable from data
9140         in the AOT file.
9141
9142         * gc.c (run_finalize): Use mono_class_get_finalizer ().
9143
9144         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
9145         appropriate initialization function before accessing parts of the
9146         MonoClass structure.
9147
9148         * marshal.c: Fix warnings.
9149         
9150         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
9151
9152         * mono-debug-debugger.c (get_exception_message): Use 
9153         mono_class_get_method_from_name_flags ().
9154
9155 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
9156
9157         * reflection.c, appdomain.c: Replace a few manual searches that
9158         Zoltan missed. (Paolo approved this part of my initial patch).
9159
9160 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
9161
9162         * profiler.c: disable recording statistical events at report time.
9163
9164 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
9165
9166         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
9167         to byteswap arrays of enum values, too (bug #72080).
9168
9169 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
9170
9171         * appdomain.c (set_domain_search_path): Allow this to be called if
9172         domain->setup is not yet set.
9173
9174         * loader.c (mono_method_get_index): New helper function.
9175
9176         * loader.c reflection.c: Use mono_method_get_index ().
9177
9178         * class.c (mono_class_get_method_from_name_flags): New helper method.
9179
9180         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
9181         this.
9182
9183         * class.c (mono_class_get_cctor): New helper method.
9184
9185         * string-icalls.c object.c class.c marshal.c reflection.c: Use
9186         mono_class_get_method () to look up methods.
9187
9188 2005-02-01  Miguel de Icaza  <miguel@novell.com>
9189
9190         * console-io.c: Fix the build, this should work on Windows.
9191
9192 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
9193
9194         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
9195         be set to null to keep things valid
9196
9197 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9198
9199         * icall.c: added Console 2.0 icalls.
9200         * Makefile.am: added console-io.[ch]
9201         * console-io.[ch]: internal calls for Console 2.0 API.
9202
9203 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
9204
9205         * class.c: make sure we consider all the interfaces
9206         when calculating max_interface_id (bug found by
9207         Jeroen Frijters running ikvm).
9208
9209 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
9210
9211         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
9212         valuetype fields to null.
9213
9214         * object.c (set_value): Ditto. Fixes #71669.    
9215
9216 2005-01-31  Martin Baulig  <martin@ximian.com>
9217
9218         * metadata.c (mono_metadata_has_generic_params): New public
9219         function; checks whether something is a generic method.
9220
9221 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
9222
9223         * appdomain.c: fix infinite recursion when adding assemblies.
9224
9225 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
9226
9227         * object.c: Fix small typo to return all items for Environment.
9228         GetCommandLineArgs.
9229
9230 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
9231
9232         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
9233         reflection.c: more domain and assembly-unload related fixes
9234         and memory leaks plugs.
9235
9236 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
9237
9238         * 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.
9239
9240 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
9241
9242         * loader.c (mono_method_signature): Make this method lazy
9243         (mono_get_method_from_token): Don't computate the signature here.
9244
9245         Doing this saves quite a bit of memory. I got 90 kb on starting up
9246         monodoc. It should also save some disk reads on startup.
9247
9248         * *: MonoMethod->signature might be NULL now. You *MUST* use
9249         mono_method_signature.
9250
9251 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
9252
9253         * object.c (mono_runtime_get_main_args): Return an array from the
9254         current domain here. Fixes #71938.
9255
9256 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
9257
9258         * monitor.c: formatting changes to comply with the
9259         mono coding style and remove #ifdefs from the code.
9260
9261 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
9262
9263         * metadata.c, private.h: remove some unneeded data
9264         and use a more compact representation for table schemas.
9265
9266 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
9267
9268         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
9269         to get a better distribution in hash tables.
9270         * *.c: use mono_aligned_addr_hash() where appropriate.
9271         * assembly.c: make var static.
9272
9273 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
9274
9275         * domain-internals.h: Put MonoJitInfo on a diet.
9276
9277         * domain.c: Fix a warning.
9278
9279 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9280
9281         * gc.c: rework the gc handles code to reuse handles
9282         when freed.
9283
9284 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
9285
9286         * domain.c: fixed long standing bug in mono_string_equal() which
9287         was brought to light with the ldstr changes.
9288
9289 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
9290
9291         * reflection.c: Remove warning by adding missing include for marshal.h
9292
9293 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
9294
9295         * domain.c, object.c: change the ldstr_table to hold
9296         MonoString* as keys: makes the runtime isinterned lookup
9297         faster and simplifies memory management.
9298
9299 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
9300  
9301         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
9302         possible to add imperative security checks before calling the icall.
9303         * reflection.c: Return security attributes on the original MonoMethod
9304         (and not the wrapped one). This fix permissions on icalls.
9305
9306 2005-01-25  Dick Porter  <dick@ximian.com>
9307
9308         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
9309         the check for mktime() support actually test the mktime() return
9310         value.  "Fixes" bug 71682, though the output is still different to
9311         MS.
9312
9313 2005-01-25  Martin Baulig  <martin@ximian.com>
9314
9315         * class.c (mono_class_is_assignable_from): Make this work for
9316         generic instances.
9317
9318 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
9319
9320         * marshal.c (mono_string_utf8_to_builder)
9321         (mono_string_builder_to_utf16): We might not have ownership of the
9322         string. In thise case, we need to create a new buffer.
9323
9324         * object-internals.h (mono_stringbuilder_capacity): sb->str might
9325         be null, in which case, use the default capacity.
9326
9327 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
9328
9329         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
9330         GC events to the profiler.
9331
9332 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
9333
9334         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
9335         if you don't want the GC to run.
9336
9337 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
9338
9339         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
9340         start providing a GC API and keeping different implementations in
9341         their own file.
9342         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
9343
9344 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
9345
9346         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
9347         mmap rather than allocating a huge buffer.
9348         (mono_debug_close_mono_symbol_file): Free the buffer allocated
9349         above.
9350
9351 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
9352
9353         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
9354         and CheckExecutionRights.
9355         * reflection.c|h: Keep the index of the declarative security to be 
9356         used, instead of the pointer, when AOT compiler is used. Also add 
9357         class initialization when requesting demands.
9358         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
9359         CheckExecutionRights. Both properties are now FALSE by default, and
9360         unmodifiable, unless the --security option is used.
9361
9362 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
9363
9364         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
9365         reflection.c: properly refcount images and assemblies, many leaks fixed.
9366
9367 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9368
9369         * threadpool.c: increase the timeout for threads in the thread pool to
9370         10s.  Fixes bug #67159.
9371
9372 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
9373
9374         * class-internals.h: Sun's compiler insists on explicit
9375         signed on bit fields to handle then correctly.
9376
9377 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
9378
9379         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
9380         Make the size of the array fit only the number of invalid path
9381         chars that we have.
9382
9383         * class.c (_mono_class_get): Improve the error reporting when a
9384         class referenced is not found, to assist debugging. 
9385
9386 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
9387
9388         * threads.c: fix off-by-one error.
9389         * domain.c: free data allocated in the domain.
9390
9391 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
9392
9393         * reflection.c (mono_method_body_get_object): Fill out exception info
9394         as well.
9395
9396         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
9397         structure.
9398         
9399 2005-01-19  Martin Baulig  <martin@ximian.com>
9400
9401         * loader.c (mono_get_method_constrained): Make this work again.
9402
9403 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
9404
9405         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
9406         guint16 to match the managed side.
9407
9408         * reflection.c (mono_reflection_body_get_object): Fill out local
9409         variables array.
9410
9411         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
9412         as well.
9413
9414         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
9415         'local_var_sig_token'.
9416
9417 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
9418
9419         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
9420         System.Drawing.
9421
9422         * reflection.c (mono_method_body_get_object): Handle abstract and
9423         runtime methods.
9424
9425 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
9426
9427         * marshal.c, loader.c, class-internals.h, reflection.c:
9428         store the emthod data for a wrapper in an array instead of a list.
9429
9430 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
9431
9432         * marshal.c: change the code to allocate memory more
9433         conservatively for method wrappers.
9434
9435 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
9436
9437         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
9438         fields from MonoClass to the marshal info structure where they belong.
9439
9440 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9441
9442         * class.c, object.c, class-internals.h, marshal.c: rearrange
9443         some fields and tweak some types to lower memory usage.
9444
9445 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
9446
9447         * threads.c (signal_thread_state_change): Handle the case when the
9448         target thread is the current thread.
9449
9450         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
9451
9452         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
9453         emit_ptr_to_object_conv. 
9454
9455         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
9456         marshalling. Fixes #71352.
9457
9458 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
9459
9460         * metadata.h, blob.h: move table enum to blob.h so it can be included
9461         in any header.
9462         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
9463         cut the size of MonoImage/MonoDynamicImage.
9464
9465 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
9466
9467         * profiler.c (mono_profiler_install_simple): Fix default arguments.
9468
9469 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
9470
9471         * reflection.c, reflection.h, icall.c: add a function to check
9472         if an attribute type is defined for a metadata object.
9473
9474 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
9475
9476         * object-internals.h: Added some needed fields from StringBuilder class.
9477         * marshal.c: Set the maxCapacity when creating a StringBuilder.
9478
9479 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
9480
9481         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
9482         threads before shutting down the runtime.
9483
9484         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
9485
9486 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
9487
9488         * object-internal.h, threads.c: implement stacksize and 
9489         parameterized thread start functionality (requires
9490         matching corlib). Marked broken code for later removal.
9491
9492 2005-01-12  Martin Baulig  <martin@ximian.com>
9493
9494         * class-internals.h (MonoGenericClass): Moved the `initialized'
9495         flag to MonoDynamicGenericClass, removed `init_pending'.
9496         (MonoGenericInst): Added `is_reference' flag.
9497
9498 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
9499
9500         * reflection.c (mono_image_create_pefile): Only set the pe_offset
9501         inside the MSDOS header. Fixes #71201.
9502
9503         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
9504         gc thread.
9505         (mono_domain_finalize): Ditto.
9506
9507 2005-01-12  Martin Baulig  <martin@ximian.com>
9508
9509         * class.c (mono_get_shared_generic_class): Use the cache for
9510         non-dynamic generic classes.
9511
9512         * class-internals.h (mono_class_create_generic_2): Removed
9513         function prototype, this function is now static inside class.c.
9514
9515         * class.c (mono_class_create_generic_2): Made this static, only
9516         call it from mono_class_init() and mono_class_setup_parent().
9517         (collect_implemented_interfaces_aux): Call mono_class_init() on
9518         the interfaces we collect.
9519         (mono_class_setup_vtable): Call mono_class_init (class->parent).
9520
9521 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
9522
9523         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
9524         it a real thread handle.
9525
9526         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
9527         MonoJitExceptionInfo, since each catch clause needs its own variable.
9528         
9529 2005-01-11  Dick Porter  <dick@ximian.com>
9530
9531         * image.c (mono_pe_file_open): New variant on mono_image_open()
9532         that does not set up the CLI metadata; used for FileVersionInfo so
9533         it can get the data for windows binaries too.
9534         
9535         * process.c (process_read_string_block): Don't read off the end of
9536         the StringTable block.
9537
9538         These both fix bug 70766.
9539
9540 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
9541
9542         * gc.c: set some fields to NULL at GC cleanup time.
9543         * threads.c: if we quit the main thread, call exit ().
9544
9545 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
9546
9547         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
9548
9549 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
9550
9551         * threads.h, threads.c, object.c: added accessor and settor for
9552         main_thread. Handle it specially when exiting from it: wait
9553         for other foreground threads to exit.
9554
9555 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
9556
9557         * process.c, verify.c: remove some bloat.
9558
9559 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
9560
9561         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
9562         the calling convention to cdecl under win32.
9563
9564 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
9565
9566         * object.c (mono_object_get_size): New function to get the size of
9567         an object instance.
9568
9569         * profiler.c (simple_allocation): Use above.
9570
9571 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
9572
9573         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
9574         ves_icall_System_AppDomain_getRootDomain (as it's not required to
9575         get an appdomain by it's id and we can't assume the root's id is 0).
9576         * domain-internals.h: Change the function prototype to match.
9577         * icall.c: Change the icall table for AppDomain.
9578
9579 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
9580
9581         * locales.c (string_invariant_compare_char): Only compute
9582         GUnicodeTypes in the case where we need them.  Test for ordinality
9583         first and return if so.
9584
9585         From the commit:
9586
9587                 /*
9588                  * FIXME: here we must use the information from c1type and c2type
9589                  * to find out the proper collation, even on the InvariantCulture, the
9590                  * sorting is not done by computing the unicode values, but their
9591                  * actual sort order.
9592                  */
9593
9594 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
9595
9596         * loader.c: for P/Invoke methods, allow the "Internal" shared
9597         library name to refer to the calling process symbol namespace.
9598
9599 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
9600
9601         * Makefile.am: Add the security manager to the build.
9602         * security-manager.c|h: New. Initialization of the security manager.
9603
9604 2005-01-07  Dick Porter  <dick@ximian.com>
9605
9606         * threads.c: 
9607         * monitor.c: Update thread state during Monitor and WaitHandle
9608         waits.  Fixes bug 71031.
9609
9610 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
9611
9612         * reflection.c (property_encode_signature): Correctly handle when the
9613         property has no methods.
9614
9615 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
9616
9617         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
9618         
9619         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
9620         fields from mb, not rmb. Fixes #71017.
9621
9622         * marshal.c (emit_ptr_to_str_conv): Add support for 
9623         ByValTStr -> string conversion. Fixes #71015.
9624
9625         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
9626
9627         * mempool.c (mono_mempool_contains_addr): New helper function.
9628
9629 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
9630
9631         * metadata.c (mono_metadata_compute_size): Fix size calculation of
9632         HasSematics encoded fields.
9633         
9634         * metadata.c (mono_type_to_unmanaged): Improve error message for 
9635         invalid string marshalling.
9636
9637         * metadata.c: Fix warnings.
9638         
9639 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
9640
9641         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
9642         profiler support.
9643
9644 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
9645
9646         * domain.c object.c domain-internals.h: Revert part of r38077 since the
9647         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
9648         tests.
9649
9650 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
9651
9652         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
9653         so methods containing these can be AOTed.
9654
9655 2005-01-03  Martin Baulig  <martin@ximian.com>
9656
9657         * loader.c (find_method): Removed the hack for generic instances.
9658         (method_from_memberref): If our parent is a generic instance, pass
9659         its generic type definition to find_method() and then inflate the
9660         method.
9661         (mono_get_method_constrained): Pass the generic type definition to
9662         find_method() and inflate the method later.
9663
9664         * class-internals.h (MonoStats): Added `generic_class_count'.
9665
9666         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
9667         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
9668
9669         * reflection.c (mono_custom_attrs_from_params): Don't ignore
9670         generic type definitions.
9671
9672 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
9673
9674         * loader.c icall.c: Fix warnings.
9675
9676 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
9677
9678         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
9679         blittable types. Fixes #70864.
9680
9681 2004-12-29  Martin Baulig  <martin@ximian.com>
9682
9683         * icall.c
9684         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
9685
9686         * reflection.c (mono_method_get_object): Create a
9687         "System.Reflection.MonoGenericMethod" for inflated methods; don't
9688         call mono_get_inflated_method().
9689
9690         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
9691
9692 2004-12-27  Martin Baulig  <martin@ximian.com>
9693
9694         * class-internals.h (MonoMethod): Added `is_inflated' flag.
9695         (MonoMethodInflated): Added `inflated' field.
9696
9697         * class.c (mono_class_inflate_generic_method): Don't really
9698         inflate the method here; just set the `is_inflated' flag in the
9699         MonoMethod.
9700         (mono_class_get_inflated_method): Actually inflate the method here
9701         if it's not already inflated; we use the MonoMethodInflated's new
9702         `inflated' field as a cache.
9703
9704 2004-12-26  Martin Baulig  <martin@ximian.com>
9705
9706         * class.c
9707         (inflate_generic_class): Moved some code out of inflate_generic_type().
9708         (mono_class_inflate_generic_method): If we're already inflated,
9709         inflate the context and use the declaring method; ie. make sure
9710         the declaring method of an inflated method is always the generic
9711         method definition.
9712         (mono_class_create_from_typedef): Create
9713         `class->generic_container->context->gclass'.
9714
9715 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
9716
9717         * metadata-internals.h, marshal.c, reflection.c: More
9718         MonoGHashTable->GHashTable.
9719
9720         * domain-internals.h, class.c: Change MonoGHashTable's into
9721         GHashTables for some cases where no gc stuff is used
9722
9723         All users: update apis
9724
9725 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
9726
9727         * metadata.c (builtin_types): Make this `const'. Makes this get
9728         put into the shareable section.
9729         (mono_metadata_init): Casts to make gcc happy.
9730
9731 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
9732
9733         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
9734
9735 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
9736
9737         * icall.c: Added an internal call to retrieve the position and length
9738         of assembly-level declarative security attributes (RequestMinimum, 
9739         RequestOptional and RequestRefuse). This is used by the Assembly class
9740         to re-create the corresponding permission sets.
9741
9742 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
9743
9744         * marshal.c: fix the stelemref wrapper to be type correct
9745         (and faster).
9746
9747 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
9748
9749         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
9750         to do key & 0x7fffffff. Hashtable already does this. It just
9751         results in longer code.
9752
9753 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
9754
9755         * appdomain.c: Bump corlib version.
9756         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
9757         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
9758         * reflection.c|h: Add functions to get declarative security infos
9759         (blob position and length) for assemblies, classes and methods.
9760
9761 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
9762
9763         * reflection.c: sort the constant table (bug #70693).
9764
9765 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
9766
9767         * object-internals.h, threads.c, domain.c: add accessors for
9768         the MonoThread and MonoDomain tls keys.
9769
9770 2004-12-18  Martin Baulig  <martin@ximian.com>
9771
9772         * class.c (inflate_generic_type): If we're inflating a generic
9773         instance, set `ngclass->context->container = context->container';
9774         ie. the container we inflated into.
9775
9776         * metadata.c (mono_metadata_parse_generic_param): Reflect above
9777         inflate_generic_type() changes.
9778
9779 2004-12-17  Martin Baulig  <martin@ximian.com>
9780
9781         * class-internals.h
9782         (MonoGenericClass): Replaced `MonoType *generic_type' with
9783         `MonoClass *generic_class'.  Removed `dynamic_info'; if
9784         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
9785         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
9786
9787 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
9788
9789         * exception.c (mono_exception_from_token): New helper function.
9790
9791 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
9792
9793         * assembly.c (mono_assembly_load_with_partial_name): Call 
9794         mono_assembly_loaded before invoking the preload hooks. Fixes
9795         #70564.
9796
9797         * object-internals.h (MonoThread): Change culture_info and 
9798         ui_culture_info into an array.
9799
9800         * threads.c: Cache culture info objects from more than one appdomain.
9801
9802         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
9803         current UI culture.
9804
9805 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
9806
9807         * threads.h threads.c appdomain.c: Clear the culture_info field of
9808         all threads during unloading if they point to an object in the dying
9809         appdomain.
9810
9811 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
9812
9813         * culture-info.h (TextInfoEntry): New struct
9814         * object-internals.h: sync with managed
9815         * locales.c: fill the `text_info_data' field
9816         * culture-info-tables.h: update
9817
9818 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
9819
9820         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
9821         collector.
9822
9823 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
9824
9825         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
9826         (ves_icall_ModuleBuilder_getMethodToken): Ditto
9827
9828 2004-12-12  Martin Baulig  <martin@ximian.com>
9829
9830         * mono-debug-debugger.c (write_type): If we're an enum and the
9831         builtin types have already been initialized, call mono_class_init().
9832
9833 2004-12-11  Martin Baulig  <martin@ximian.com>
9834
9835         * metadata.c (mono_metadata_load_generic_params): Added
9836         `MonoGenericContainer *parent_container' argument; automatically
9837         compute `container->is_method'; pass the correct owner to
9838         get_constraints().      
9839
9840         * reflection.c (compare_genericparam): Sort the GenericParam table
9841         according to increasing owners. 
9842
9843 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
9844
9845         * profiler.c: allow disabling the default profiler.
9846
9847 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
9848
9849         * decimal.c, icall.c: allow disabling System.Decimal support.
9850
9851 2004-12-09  Marek Safar <marek.safar@seznam.cz>
9852
9853         * reflection.c: Add support for null attribute arguments.
9854
9855 2004-12-09  Martin Baulig  <martin@ximian.com>
9856
9857         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
9858         names to get rid of compiler warnings.
9859
9860 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
9861
9862         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
9863         mono_marshal_load_type_info (). Fixes #69625.
9864         (mono_marshal_get_ptr_to_struct): Likewise.
9865
9866 2004-12-08  Martin Baulig  <martin@ximian.com>
9867
9868         * mono-debug.h: Bumped version number to 47.
9869
9870         * mono-debug-debugger.c
9871         (mono_debugger_event_handler, mono_debugger_event): Take two
9872         guint64 arguments insteed of a gpointer and a guint32.  
9873
9874 2004-12-08  Martin Baulig  <martin@ximian.com>
9875
9876         * debug-mono-symfile.h
9877         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
9878         `address' to `native_offset'.
9879
9880 2004-12-08  Martin Baulig  <martin@ximian.com>
9881
9882         * class.c (mono_class_create_from_typespec): Only inflate if we
9883         either have `context->gclass' or `context->gmethod'.
9884
9885 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
9886
9887         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
9888
9889         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
9890
9891         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
9892
9893         * reflection.c (mono_assembly_get_object): Remove the workaround put
9894         in for the release.
9895         
9896         * appdomain.c: Use the corlib_internal field from MonoAssembly.
9897
9898         * appdomain.c: Bump corlib version.
9899
9900         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
9901         be visible in other appdomains.
9902
9903 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
9904
9905         * threads.c: Interlocked inc and dec for longs were messed up,
9906         use a KISS based impl for this. Fixes 70234
9907
9908 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
9909
9910         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
9911
9912 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
9913
9914         * icall.c: fix to follow policy not to allow struct
9915         arguments in icalls.
9916
9917 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9918
9919         * process.c: make the patch that handles spaces in file paths work
9920         on mono/windows too.
9921
9922 2004-12-06  Martin Baulig  <martin@ximian.com>
9923
9924         * class.c (mono_class_create_generic): Call
9925         mono_class_setup_supertypes() if we're dynamic.
9926         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
9927
9928 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
9929
9930         * object-internals.h: Add new fields to MonoThread.
9931
9932         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
9933
9934         * icall.c threads-types.h threads.c: Add new icalls.
9935
9936         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
9937
9938         * object-internals.h (MonoReflectionAssembly): Sync object layout with
9939         managed side.
9940
9941         * appdomain.c: Bump corlib version.
9942
9943         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
9944         internal assemblies. Fixes #69181.
9945
9946 2004-12-05  Martin Baulig  <martin@ximian.com>
9947
9948         * class.c (mono_class_inflate_generic_signature): Make this a
9949         no-op if `context' is NULL or we don't have any type parameters;
9950         also copy `sentinelpos'.        
9951
9952 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
9953
9954         * image.c: Add unbox_wrapper_cache.
9955
9956         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
9957
9958         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
9959         function generator.
9960         
9961         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
9962         Fixes #70173.
9963
9964         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
9965         
9966 2004-12-04  Martin Baulig  <martin@ximian.com>
9967
9968         * loader.c (mono_method_get_signature_full): New public function;
9969         like mono_method_get_signature(), but with an additional
9970         `MonoGenericContext *' argument.
9971
9972         * class.c (mono_class_inflate_generic_signature): Formerly known
9973         as inflate_generic_signature(); make this public.
9974
9975 2004-12-04  Martin Baulig  <martin@ximian.com>
9976
9977         * metadata.c
9978         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
9979         instead of a `MonoGenericContainer *'.  
9980         (mono_metadata_parse_array_full): Likewise.
9981         (mono_metadata_parse_signature_full): Likewise.
9982         (mono_metadata_parse_method_signature_full): Likewise.
9983         (mono_metadata_parse_generic_inst): Likewise.
9984         (mono_metadata_parse_generic_param): Likewise.
9985         (mono_metadata_parse_mh_full): Likewise.
9986         (mono_type_create_from_typespec_full): Likewise.
9987
9988 2004-12-03  Martin Baulig  <martin@ximian.com>
9989
9990         * class-internals.h (MonoGenericContainer): Replaced the
9991         `MonoGenericContext * pointer with a `MonoGenericContext'
9992         structure and made it the first element.
9993
9994 2004-12-03  Martin Baulig  <martin@ximian.com>
9995
9996         * class.c
9997         (inflate_generic_type): Set the `context->container' when creating
9998         a new MonoGenericContext.
9999         (mono_class_inflate_generic_method): Likewise.
10000         (mono_class_create_from_typespec): Just use `context->container'
10001         to get the container.
10002
10003         * loader.c (method_from_methodspec): Set `context->parent' from
10004         `context->container' - and if that's a method container, use its
10005         parent.  Also set the `context->container' when creating a new
10006         MonoGenericContext.
10007         (mono_get_method_from_token): Use just `context->container' to get
10008         the container.
10009
10010         * metadata.c (do_mono_metadata_parse_generic_class): Also set
10011         `gclass->context->container'.
10012
10013         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
10014         the `context->container' when creating a new MonoGenericContext.
10015
10016 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
10017
10018         * reflection.c (compare_genericparam): Sort params with identical
10019         owner by their number. Fixes gen-111 on sparc.
10020
10021 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
10022
10023         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
10024         around the domain changes.
10025
10026         * appdomain.c (mono_domain_unload): Handle the case when the thread
10027         calling Unload is itself being aborted during unloading. Fixes #70022.
10028
10029         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
10030
10031         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
10032         checkpoint_func as an icall so it gets a wrapper.
10033         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
10034         in the cross-appdomain wrappers too.
10035
10036         * threads.c (mono_thread_has_appdomain_ref): Make this public.
10037
10038         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
10039
10040         * reflection.c: Fix some memory leaks.
10041         
10042 2004-12-02  Martin Baulig  <martin@ximian.com>
10043
10044         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
10045
10046         * metadata.c (generic_class_cache): New static hashtable.
10047         (mono_metadata_lookup_generic_class): New public method.
10048
10049 2004-12-02  Martin Baulig  <martin@ximian.com>
10050
10051         * class.c (mono_class_create_from_typedef): Call
10052         mono_class_setup_parent() and mono_class_create_mono_type() before
10053         parsing the interfaces.
10054
10055 2004-12-02  Martin Baulig  <martin@ximian.com>
10056
10057         * metadata.c (generic_inst_cache): New static hashtable.
10058         (mono_metadata_lookup_generic_inst): New public function.
10059         (mono_metadata_inflate_generic_inst): New public function.
10060         (mono_metadata_parse_generic_inst): New public function.
10061         (do_mono_metadata_parse_generic_class): Use the new
10062         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
10063         since this'll also use the cache.
10064
10065         * reflection.c (mono_reflection_bind_generic_method_parameters):
10066         Use mono_metadata_lookup_generic_inst() to use the new cache.
10067
10068         * class.c (inflate_mono_type): Use
10069         mono_metadata_inflate_generic_inst() to inflate a generic
10070         instance; this'll also use the new cache.
10071
10072         * loader.c (method_from_methodspec): Use
10073         mono_metadata_parse_generic_inst() and
10074         mono_metadata_inflate_generic_inst() rather than parsing it
10075         manually, so we can use the new cache.
10076
10077 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
10078
10079         * threads.c (wait_for_tids): Do not incorrectly free threads when 
10080         the wait times out.
10081
10082 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
10083
10084         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
10085         iter->args based on whether parameters are passed in registers (i.e.
10086         MONO_ARCH_REGPARMS is defined)
10087
10088 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
10089
10090         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
10091         the exception message. Fixes #70070.
10092         (method_from_methodspec): Fix warnings.
10093
10094 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10095
10096         * process.c: (complete_path) return the path quoted
10097
10098 2004-12-01  Martin Baulig  <martin@ximian.com>
10099
10100         * class-internals.h (MonoGenericInst): New structure.
10101         (MonoGenericClass): Replaced `type_argc', `type_argv' and
10102         `is_open' with `MonoGenericInst *inst'.
10103         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
10104         `is_open' with `MonoGenericInst *inst'.
10105
10106 2004-11-30  Martin Baulig  <martin@ximian.com>
10107
10108         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
10109
10110         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
10111         to `generic_class_cache'.
10112
10113         * metadata.c
10114         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
10115         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
10116         (mono_generic_inst_is_valuetype): Renamed to
10117         mono_generic_class_is_valuetype().
10118
10119         * class-internals.h
10120         (MonoGenericInst): Renamed to MonoGenericClass.
10121         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
10122         (MonoClass): Renamed `generic_inst' to `generic_class'.
10123         (MonoGenericContext): Renamed `ginst' to `gclass'.
10124
10125         * object-internals.h
10126         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
10127
10128         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
10129         mono_reflection_generic_class_initialize().
10130
10131         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
10132         now known as "System.Reflection.MonoGenericClass".
10133         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
10134
10135 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
10136
10137         * class-internals.h: Added a flag field to MonoClass to cache the
10138         declarative security attributes actions associated with the class.
10139         * domain-internals.h: Added booleans to MonoJitInfo to cache the
10140         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
10141         applicable to the JITted method.
10142         * reflection.c|h: Added functions to extract (as flags) which security
10143         actions are available (declaratively) for a method, class or assembly.
10144         * metadata.c|h: Added functions to search the declarative security
10145         table in the metadata.
10146         
10147 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
10148
10149         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
10150         EXPORTEDTYPES are already in the class name cache, so there is no
10151         need to add extra code here to look at them. Just removes a bit of
10152         cruft.
10153
10154         (ves_icall_System_Environment_get_TickCount): No need for #if
10155         WINDOWS. We already have the code in io-layer.
10156
10157 2004-11-28  Martin Baulig  <martin@ximian.com>
10158
10159         * loader.c
10160         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
10161         Fixes gen-112.cs.
10162
10163 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
10164
10165         * assembly.c (do_mono_assembly_open): Instead of having a
10166         conditional WITH_BUNDLE, incorporate support for bundles here, by
10167         having a global `bundles' variable holding a pointer to the actual
10168         bundles. 
10169
10170         (mono_register_bundled_assemblies): New API call used by the
10171         bundle code. 
10172
10173         See mkbundle.1 for details.
10174         
10175 2004-11-27  Martin Baulig  <martin@ximian.com>
10176
10177         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
10178         the vtable for generic methods.
10179
10180 2004-11-26  Martin Baulig  <martin@ximian.com>
10181
10182         * metadata.c
10183         (mono_metadata_generic_method_hash): New public function.
10184         (mono_metadata_generic_method_equal): Likewise.
10185
10186         * class-internals.h
10187         (MonoGenericContainer): Added `GHashTable *method_hash'.
10188
10189         * reflection.c (ReflectionMethodBuilder): Added
10190         `MonoGenericContainer *generic_container'.
10191         (reflection_methodbuilder_to_mono_method): Don't create a new
10192         MonoGenericContainer each time we're called.
10193         (mono_reflection_bind_generic_method_parameters): Use
10194         `container->method_hash' to cache the results so we don't create a
10195         different method if we're called several times with the same
10196         arguments.
10197
10198         * loader.c (method_from_methodspec): Use the new
10199         `container->method_hash' here, too.
10200
10201 2004-11-26  Martin Baulig  <martin@ximian.com>
10202
10203         * class.c (inflate_generic_signature): Correctly compute
10204         `res->has_type_parameters'.
10205         (mono_class_vtable): Use the `has_type_parameters' flag to
10206         determine whether we're a generic method.
10207
10208         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
10209
10210 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
10211
10212         * object.c (mono_runtime_run_main): Fix a small memory leak.
10213
10214 2004-11-25  Martin Baulig  <martin@ximian.com>
10215
10216         * class.c (set_generic_param_owner): Fixed the loop.
10217
10218 2004-11-25  Martin Baulig  <martin@ximian.com>
10219
10220         * object.c (mono_class_vtable): Don't create any JIT wrappers for
10221         generic methods.
10222
10223 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
10224
10225         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
10226         names. Fixes #69787.
10227
10228 2004-11-24  Martin Baulig  <martin@ximian.com>
10229
10230         * class.c (mono_class_create_generic_2): If we don't have a
10231         `ginst->parent', inflate `gklass->parent' to get our parent.
10232
10233 2004-11-24  Martin Baulig  <martin@ximian.com>
10234
10235         * reflection.c (compare_genericparam): Correctly sort the
10236         GenericParam table; fixes #69779.
10237
10238 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
10239
10240         * reflection.c: When writing a PE file, don't create a huge
10241         buffer in memory. Just write the arrays we have to the file.
10242         This reduces memory usage.
10243
10244         * metadata-internals.h: MonoDynamicStream pefile is no longer used
10245         globally.
10246
10247 2004-11-17  Martin Baulig  <martin@ximian.com>
10248
10249         * class.c (mono_class_init): Don't setup `class->parent' for
10250         dynamic instances; moved this to mono_class_generic_2().
10251         (mono_class_create_generic): Also set `klass->inited' for dynamic
10252         generic instances.
10253         (mono_class_create_generic_2): Don't do anything for dynamic
10254         generic instances.  Set `klass->parent' here and also call
10255         mono_class_setup_parent() here. 
10256
10257         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
10258         `MonoType *parent' argument; set `ginst->parent' before calling
10259         mono_class_create_generic_2(), so we set the correct parent.
10260
10261 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
10262
10263         * reflection.c: allow getting attributes from ModuleBuilder
10264         (used by ikvm).
10265
10266 2004-11-17  Martin Baulig  <martin@ximian.com>
10267
10268         * class.c (mono_class_create_from_typedef): If a type parameter is
10269         inherited from an outer class, set its owner to that class.
10270
10271 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
10272
10273         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
10274           for (int*) written size. This fixes bug #69592.
10275
10276 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
10277
10278         * icall.c: Added IsAuthenticodePresnet internal call.
10279         * image.c|h: New function that check a MonoImage for an Authenticode
10280         signature in the certificate PE data directory.
10281         * security.c|h: New internal call to ask the runtime if an 
10282         Authenticode signature seems referenced in the PE header.
10283
10284 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
10285
10286         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
10287
10288         * reflection.c (mono_image_create_pefile): Free the assembly streams
10289         after writing out the assembly file.
10290
10291         * object.c (mono_runtime_run_main): Fix small memory leak.
10292
10293         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
10294         property access modifiers. Fixes #69389.
10295
10296 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
10297
10298         * domain.c, object.c, object-internals.h, domain-internals.h,
10299         object.h, marshal.c: keep dynamic code info per domain.
10300
10301 2004-11-15  Martin Baulig  <martin@ximian.com>
10302
10303         * class.c (mono_type_get_name_recurse): Put type arguments in
10304         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
10305         see bug #68387.
10306
10307 2004-11-15  Martin Baulig  <martin@ximian.com>
10308
10309         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
10310         (mono_class_setup_vtable): When computing `the_cname' for a
10311         generic instance, don't include the namespace since we'd otherwise
10312         add it twice.
10313
10314 2004-11-15  Martin Baulig  <martin@ximian.com>
10315
10316         * class.c (mono_class_create_generic): Changed return type to void.
10317         (mono_class_create_generic_2): New public function; setup
10318         `class->method', `class->field' and `class->interfaces' here
10319         instead of in mono_class_init().
10320
10321         * class.h (mono_class_create_generic): Moved to class-internals.h.
10322
10323 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
10324
10325         * reflection.c (mono_image_create_pefile): take a file HANDLE.
10326         rather than writing to memory, write to this file. Right now,
10327         we are just writting into a buffer, and copying that. However
10328         we can avoid the buffer later.
10329
10330         (mono_dynamic_stream_reset): new function
10331
10332         * icall.c, object-internals.h: update for the above.
10333
10334 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
10335
10336         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
10337         have been using gc'd memory. First it is slower, unlikely
10338         the comment in the source code said, secondly, it increases
10339         our footprint to do it in the gc.
10340
10341         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
10342         the method so that it does not have to copy to managed code.
10343
10344 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
10345
10346         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
10347
10348 2004-11-12  Martin Baulig  <martin@localhost>
10349
10350         * reflection.c (mono_image_create_token): Allow generic method
10351         definitions here, since they may appear in an `.override'; see
10352         gen-98/gen-99 for an example.
10353
10354 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
10355
10356         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
10357         #69365.
10358
10359         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
10360         descriptive.
10361
10362 2004-11-11  Martin Baulig  <martin@ximian.com>
10363
10364         * class.c (mono_class_setup_vtable): In an explicit interface
10365         implementation, the method name now includes the arity.
10366
10367 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
10368
10369         * object.c (mono_array_full_copy): Fix warning.
10370
10371 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
10372
10373         * appdomain.c: Removed look_for_method_by_name(). Use the new method
10374         mono_class_get_method_from_name() instead.
10375         
10376         * class-internals.h: Added two new types of wrappers. 
10377         Added MonoRemotingTarget enum. Added new trampoline function type, which
10378         takes an additional MonoRemotingTarget value as parameter, so it is
10379         possible to request a trampoline for a specific target.
10380         
10381         * class.c: Added new mono_class_get_method_from_name() method.
10382         
10383         * class.h: In MonoRemoteClass, we can have now to vtables, one for
10384         general remoting sinks and one specific for cross domain calls.
10385         
10386         * debug-helpers.c: Added new wrapper names.
10387         
10388         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
10389         of a remote class.
10390         
10391         * image.c: Porperly delete value objects form the remoting invoke hashtable.
10392         
10393         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
10394         with several other methods (mono_marshal_get_xappdomain_dispatch,
10395         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
10396         and others) can generate a fast remoting wrapper for cross domain calls.
10397         More information can be found in docs/remoting.
10398         Other changes: Removed mono_find_method_by_name, and used
10399         mono_class_get_method_from_name instead.
10400         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
10401         is stored in the remoting invoke hashtable.
10402         
10403         * marshal.h: published the new method for getting the xdomain wrapper,
10404         and also added a method for getting the adequate wrapper for a given
10405         method and target.
10406         
10407         * object-internals.h, object.c: Added a couple of methods for capying and
10408         cloning arrays.
10409         Modified mono_install_remoting_trampoline, which takes the new remoting
10410         trampoline that has a remoting target as parameter.
10411         mono_class_proxy_vtable now also takes a remoting target as parameter, and
10412         will return the most suitable vtable for the target.
10413         Added mono_remote_class_vtable, which returns the vtable of a remote class
10414         (which can be the normal remoting vtable or the xdomain vtable).
10415         
10416         * threads.c: the xdomain invoke and dispatch wrappers must also be
10417         protected against interruptions.
10418
10419 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10420
10421         * icall.c: use memmove in BlockCopyInternal when the source and
10422         destination arrays are the same.
10423
10424 2004-11-09  Martin Baulig  <martin@ximian.com>
10425
10426         * class-internals.h (MonoGenericContainer): Removed `method' and
10427         `signature', replaced them with `is_method' and `is_signature'
10428         flags.  Added `context'.
10429
10430         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
10431         instead of a `MonoGenericContainer *'.
10432
10433         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
10434         for dynamic type parameters.
10435         (mono_metadata_load_generic_params): Setup `container->context'.
10436
10437         * reflection.c (mono_reflection_setup_generic_class): Setup
10438         `tb->generic_container->context'.
10439         (do_mono_reflection_bind_generic_parameters): Use
10440         mono_class_inflate_generic_type() to correctly inflate types,
10441         rather than using our own hack just for MONO_TYPE_VAR.
10442
10443 2004-11-09  Martin Baulig  <martin@ximian.com>
10444
10445         * class.c (mono_class_inflate_generic_method): Small fix; don't
10446         crash here.
10447
10448         * icall.c
10449         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
10450         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
10451         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
10452         (ves_icall_Type_BindGenericParameters): Likewise.
10453         (ves_icall_Type_get_IsGenericInstance): Likewise.
10454         (ves_icall_Type_GetGenericParameterPosition): Likewise.
10455         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
10456         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
10457         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
10458
10459 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
10460
10461         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
10462         assembly versions and public key tokens. Fixes #69113.
10463
10464 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
10465
10466         * metadata.c: fix bug introduced with the type cache changes
10467         on 2004-11-06.
10468
10469 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
10470
10471         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
10472         the MonoClass pointer instead of the token in exception clauses.
10473         * reflection.c: updates for the above and make the code not depend
10474         on the structure of MonoExceptionClause.
10475
10476 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
10477
10478         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10479         Add support for dynamic assemblies. Fixes #69114.
10480
10481         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
10482
10483 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
10484
10485         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
10486         since most only those methods use it. the code member of
10487         MonoMethodPInvoke was dead, so that can be removed too. Also,
10488         remove inline_count (again, not used), and move slot so that it
10489         can share bits with some other flags. This saves 8 bytes in the
10490         structure and gives us about 50 kb back for mcs helloworld.cs
10491
10492         * *.[ch]: Do naming changes for the above.
10493
10494         * loader.c (mono_method_get_header): Lazily init the header
10495         on first access.
10496         (mono_get_method_from_token): don't init the header here
10497         (mono_free_method): the header may never be allocated
10498
10499         Overall, this saves 150 kb of unmanaged allocations
10500         for mcs helloworld.cs. That accounts for 10% of the unmanaged
10501         memory at runtime.
10502         
10503         * loader.c, loader.h (mono_method_get_header): new accessor.
10504
10505         * *.[ch]: use the above method. Prepares us to lazily load
10506         the header.
10507
10508         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
10509         three warnings, which are actual bugs (see 69206).
10510
10511         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
10512         unused. Saves a cool 4 bytes / method.
10513
10514 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
10515
10516         * metadata.c (builtin_types): Add types for System.Object here.
10517         (mono_metadata_parse_type_full): Cache MonoType*'s that are
10518         for a class or valuetype from klass->this_arg or klass->byval_arg.
10519
10520         On mcs for a hello world, this gets us down from 21836 MonoType's
10521         to 14560.
10522
10523         (mono_metadata_free_type): Account for the above change.
10524
10525 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
10526
10527         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
10528         exception instead of asserting if name is null.
10529         (ves_icall_System_AppDomain_GetData): Ditto.
10530
10531 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
10532
10533         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
10534         EnumBuilder.
10535
10536         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
10537         Return NULL when the domain does not have entry_assembly set.
10538
10539         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
10540         Add a 'resource_modules' argument.
10541         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
10542
10543         * reflection.c (mono_reflection_create_runtime_class): Move setting
10544         of wastypebuilder here, so mono_get_type_object () returns a MonoType
10545         for enums too.
10546
10547         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
10548         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
10549         Throw an ArgumentNullException if 'ptr' is null.
10550
10551         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
10552         assemblies here. Fixes #69020.
10553
10554 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
10555
10556         * reflection.c (build_compressed_metadata): Fix the previous patch for
10557         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
10558         the stack.
10559
10560 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
10561
10562         * assembly.c (mono_assembly_names_equal): Allow a match if one of
10563         the cultures is false. Fixes #69090.
10564
10565         * reflection.c (build_compressed_metadata): Fix invalid memory read 
10566         detected by valgrind.
10567         
10568         * reflection.c (mono_reflection_get_type): Avoid triggering a 
10569         TypeResolve multiple times for the same type. Fixes #65577.
10570
10571 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
10572
10573         * marshal.c: Avoid using ldftn to call managed functions. It is
10574         much slower than just a call.
10575
10576         * reflection.c (mono_module_get_object): free the basename we
10577         allocate here from glib.
10578         
10579         * reflection.c (ensure_runtime_vtable): make sure to free
10580         overrides.  Also, we were allocating an array of MonoMethod not an
10581         array of MonoMethod*.
10582
10583         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
10584
10585         * image.c (mono_image_close): free image->guid here.
10586
10587 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
10588
10589         * reflection.c: Fix some spec conformance issues with the PE file
10590         structures so mcs compiled apps run on the Net 2.0 beta.
10591
10592 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
10593
10594         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
10595         Implement this. Fixes #67264.
10596
10597         * debug-helpers.h debug-helpers.c marshal.c: Move 
10598         mono_find_method_by_name to debug-helpers.c.
10599
10600 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
10601
10602         * object.c (mono_release_type_locks): type_initialization_hash is
10603         a GHashTable.
10604
10605         * reflection.c object.c object-internals.h: Fix warnings.
10606
10607         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
10608         without accessors. Fixes #61561.
10609
10610         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
10611         application base from the root domain if not set. Fixes #65641.
10612         (mono_runtime_init): Fix warning.
10613
10614 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10615
10616         * appdomain.c: call mono_thread_pool_init.
10617         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
10618         of worker threads based on the number of CPUs and the environment
10619         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
10620         for non-windows (windows) systems.
10621
10622 2004-10-27  Chris Toshok  <toshok@ximian.com>
10623
10624         * mono-debug-debugger.c (write_class): don't call mono_class_init
10625         here, as even with the check for (!klass->init_pending), we get
10626         into a situation where we're hitting cycles in class
10627         initialization.  Fixes #68816.
10628
10629 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
10630
10631         * image.c: Avoid overwriting values in the loaded_images_hash when an
10632         assembly is loaded multiple times. Fixes #61152.
10633
10634         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
10635         so multiple satellite assemblies for the same name can be loaded.
10636         Fixes #68259.
10637
10638         * mono_domain_assembly_preload: Actually return the loaded assembly, 
10639         not NULL.
10640
10641         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
10642         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
10643
10644         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
10645         pending finalizers are not invoked after the appdomain has been 
10646         unloaded. Fixes #67862.
10647
10648 2004-10-22  Martin Baulig  <martin@ximian.com>
10649
10650         * mono-debug-debugger.c
10651         (mono_debugger_runtime_invoke): Don't box valuetypes.
10652
10653 2004-10-22  Chris Toshok  <toshok@ximian.com>
10654
10655         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
10656         don't hide private methods.
10657
10658 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
10659
10660         * icall.c: Allows the runtime to "share" (when known) the public key
10661         token of an assembly. This avoid the need to recalculate the token 
10662         (from the public key) in managed code.
10663
10664 2004-10-21  Chris Toshok  <toshok@ximian.com>
10665
10666         * debug-helpers.c (append_class_name): argh, revert last patch.
10667         
10668 2004-10-21  Chris Toshok  <toshok@ximian.com>
10669
10670         * debug-helpers.c (append_class_name): use '+' as the delimiter,
10671         not '/', so that it matches what the debugger uses to look up
10672         methods.
10673
10674 2004-10-21  Martin Baulig  <martin@ximian.com>
10675
10676         * mono-debug-debugger.c (mono_debugger_throw_exception): New
10677         public method; this is called each time an exception is thrown and
10678         allows the debugger to use exception catch points.
10679
10680 2004-10-21  Martin Baulig  <martin@ximian.com>
10681
10682         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
10683         the stack pointer and the exception object in some struct and pass
10684         that to the debugger.
10685
10686 2004-10-21  Chris Toshok  <toshok@ximian.com>
10687
10688         * mono-debug-debugger.c (do_write_class): add instance/static
10689         event support.  We don't expose "raise" or "other" yet.
10690         (event_is_static): new method.
10691
10692 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
10693
10694         * mono-debug-debugger.c
10695         (mono_debugger_handle_exception): Remove
10696         bogus return value for fussy compilers.
10697
10698 2004-10-20  Martin Baulig  <martin@ximian.com>
10699
10700         * mono-debug-debugger.c
10701         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
10702         (mono_debugger_handled_exception): Likewise.
10703
10704 2004-10-20  Martin Baulig  <martin@ximian.com>
10705
10706         * mono-debug-debugger.h (MonoDebuggerEvent): Added
10707         MONO_DEBUGGER_EVENT_EXCEPTION.
10708
10709         * mono-debug-debugger.c (mono_debugger_handle_exception): New
10710         public function to send the debugger a notification for an
10711         exception and inform it about a catch/finally clause.
10712
10713 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
10714
10715         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
10716         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
10717         fix 2.95 build. 
10718
10719         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
10720
10721 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
10722
10723         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
10724         marshalled as [In,Out]. Fixes #58325.
10725
10726 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
10727
10728         * reflection.c (mono_method_body_get_object): Implement some fields.
10729
10730 2004-10-12  Martin Baulig  <martin@ximian.com>
10731
10732         * reflection.c (mono_reflection_bind_generic_parameters): Small
10733         fix, correctly retrieve our parent from a generic instance.
10734
10735 2004-10-12  Martin Baulig  <martin@ximian.com>
10736
10737         * metadata.c (mono_metadata_generic_param_equal): We always have
10738         an owner.
10739
10740         * class.c
10741         (mono_class_from_generic_parameter): We need to have an owner.
10742         (my_mono_class_from_generic_parameter): Likewise.
10743
10744         * reflection.c (mono_reflection_setup_generic_class): Renamed to
10745         mono_reflection_create_generic_class() and added a new
10746         mono_reflection_setup_generic_class().  
10747         (mono_reflection_initialize_generic_param): If we're a nested
10748         generic type and inherited from the containing class, set our
10749         owner to the outer class.
10750
10751 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
10752
10753         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
10754
10755         * reflection.c (mono_method_body_get_object): New function to create
10756         a MethodBody object.
10757
10758         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
10759
10760 2004-10-11  Martin Baulig  <martin@ximian.com>
10761
10762         * metadata.c (_mono_metadata_type_equal): Renamed to
10763         do_mono_metadata_type_equal() and made static.
10764
10765 2004-10-11  Martin Baulig  <martin@ximian.com>
10766
10767         * appdomain.c: Bump corlib version number to 28.
10768
10769 2004-10-10  Martin Baulig  <martin@ximian.com>
10770
10771         * class-internals.h
10772         (MonoGenericInst): Added `MonoGenericContainer *container'.
10773         (MonoGenericMethod): Likewise.
10774         (MonoGenericContext): Likewise.
10775         (MonoGenericParam): Added `MonoGenericContainer *owner'.
10776
10777         * metadata.c
10778         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
10779         (do_mono_metadata_parse_generic_inst): Likewise.
10780         (mono_metadata_parse_type_full): New public method.  This is the actual
10781         mono_metadata_parse_type() implementation - with an additional
10782         `MonoGenericContainer *' argument.
10783         (mono_metadata_parse_array_full): Likewise.
10784         (mono_metadata_parse_signature_full): Likewise.
10785         (mono_metadata_parse_method_signature_full): Likewise.
10786         (mono_metadata_parse_mh_full): Likewise.
10787         (mono_type_create_from_typespec): Likewise.
10788         (mono_metadata_interfaces_from_typedef_full): New public method;
10789         this is similar to the other _full() methods, but we take a
10790         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
10791         (mono_metadata_parse_generic_param): Take an additional
10792         `MonoGenericContainer *' argument and lookup the MonoGenericParam
10793         from that container.
10794         (mono_metadata_generic_param_equal): New static method to compare
10795         two type parameters.
10796         (_mono_metadata_type_equal): New static method; takes an
10797         additional `gboolean signature_only' argument - if true, we don't
10798         compare the owners of generic parameters.
10799         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
10800         with a TRUE argument - do a signature-only comparision.
10801
10802         * loader.c: Use the new _full() methods and pass the
10803         MonoGenericContainer to them.
10804
10805         * object-internals.h (MonoReflectionTypeBuilder): Added
10806         `MonoGenericContainer *generic_container' field.
10807         (MonoReflectionMethodBuilder): Likewise.
10808
10809 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
10810
10811         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
10812         case initial images of dynamic assemblies.
10813
10814         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
10815
10816         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
10817
10818         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
10819         length of event->other array.
10820         (typebuilder_setup_events): Ditto.
10821
10822         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
10823         'assembly_by_name' and add an 'assemblies' list.
10824
10825         * assembly.h assembly.c: Add a new search hook for determining whenever
10826         an assembly is already loaded. Use this instead of searching in the
10827         loaded_assemblies list.
10828
10829         * domain.c appdomain.c: Implement the new search hook so loaded 
10830         assemblies are now scoped by appdomain. Fixes #67727.
10831
10832 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
10833
10834         * threads.c (mono_thread_attach): Initialize synch_lock field so
10835         mono_thread_detach works again.
10836
10837         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
10838         'lib' too. Fixes #63130.
10839
10840 2004-10-06  Jackson Harper  <jackson@ximian.com>
10841
10842         * culture-info-tables.h: regenerated.
10843
10844 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
10845
10846         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
10847         implemented by other interfaces in the result. Fixes #65764.
10848         
10849         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10850         Handle unloadable modules without crashing.
10851
10852         * image.c (load_modules): Revert the previous patch since modules must
10853         have a fixed index inside the array.
10854         
10855         * image.c (load_modules): Don't include native modules in the modules
10856         array.
10857
10858 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
10859
10860         * reflection.h: Add param_defaults field.
10861
10862         * reflection.c: Add support for parameter defaults in dynamic methods.
10863         Fixes #64595.
10864
10865         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
10866         an empty string when a type has no namespace. Fixes #64230.
10867
10868 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
10869
10870         * tabledefs.h: Added "internal" security actions to support non-CAS
10871         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
10872         Note: they do not seems to be used anymore in 2.0 (new metadata format)
10873
10874 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
10875
10876         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
10877         constructor of abstract class. Fixes #61689.
10878
10879 2004-10-04  Martin Baulig  <martin@ximian.com>
10880
10881         * class-internals.h (MonoGenericContainer): New type.
10882         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
10883         `MonoGenericContainer *generic_container'.
10884         (MonoClass): Replaced `gen_params' and `num_gen_params' with
10885         `MonoGenericContainer *generic_container'.
10886
10887         * metadata.c (mono_metadata_load_generic_params): Return a
10888         `MonoGenericContainer *' instead of a `MonoGenericParam *';
10889         removed the `num' argument.
10890
10891 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
10892
10893         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
10894         for dynamic images.
10895
10896         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
10897         machine fields.
10898
10899         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
10900
10901         * reflection.c: Save pe_kind and machine values into the generated
10902         image file.
10903
10904         * appdomain.c: Bump corlib version number.
10905
10906         * object-internals.h: Reorganize layout of LocalBuilder.
10907
10908         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
10909         New helper function.
10910
10911         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
10912         created MonoType for dynamic types. Fixes #66180.
10913
10914 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
10915
10916         * threadpool.c: the ares hashtable needs a critical section around it.
10917         this prevents some nasty segfaults
10918
10919 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
10920
10921         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
10922         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
10923         bug 67324).
10924         
10925 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
10926
10927         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
10928         
10929 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
10930
10931         * image.c: Always canonicalize image file names, to avoid loading
10932         the same assembly twice when referenced using a relative path.
10933
10934 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
10935
10936         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
10937
10938         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
10939
10940         * marshal.c: Fix warnings.
10941
10942 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
10943
10944         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
10945         attempting to marshal the delegate_trampoline as the method_addr.
10946         This patch has a static hashtable of marshalled delegates so that 
10947         we can map delegate_trampoline addresses back to delegates.  This
10948         allows a delegate passed to managed code to be passed back into native
10949         code.  Fixes #67039
10950
10951 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
10952
10953         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
10954
10955         * reflection.c (method_encode_code): Align method headers properly.
10956         Fixes #66025.
10957
10958 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
10959
10960         * marshal.c: In the runtime invoke wrapper, reset the abort
10961         exception if it is cached. This avoids the automatic rethrowal of 
10962         the exception after the catch of the wrapper. Also check for pending
10963         interruptions before calling the managed method. This is done using
10964         the new method emit_thread_force_interrupt_checkpoint, since the
10965         normal checkpoint method is ignored when running the invoke wrapper.
10966         * object.c: If the abort exception is rethrown, set the abort_exc
10967         field of the thread, so it will be rethrown aftere every catch.
10968         * threadpool.c: Only run an interruption checkpoint if what has been
10969         requested is a stop of the thread (aborts will be ignored).
10970         * threads.c: By default, a thread will now never be interrumped while
10971         running the runtime invoke wrapper (this ensures that runtime_invoke
10972         will always return to the caller if an exception pointer is provided).
10973         There is a new special method mono_thread_force_interruption_checkpoint()
10974         to force an interruption checkpoint even if running a protected
10975         wrapper, which is used by the same runtime invoke wrapper to do a check
10976         at a safe point.
10977
10978 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
10979
10980         * object.c, object-internals.h: Implemented mono_release_type_locks,
10981         which releases the cctor locks held by a thread.
10982         * threads.c, threads.h: In thread_cleanup, release cctor locks held
10983         by a thread. Added mono_thread_exit() method to be used to safely stop
10984         a thread.
10985
10986 2004-09-28  Raja R Harinath  <rharinath@novell.com>
10987
10988         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10989         Move null check before dereference.  Avoid indexing beyond the end
10990         of the 'modules' array.
10991
10992 2004-09-28  Raja R Harinath  <rharinath@novell.com>
10993
10994         * metadata-internals.h (MonoImage): Add module_count field.
10995         * image.c (load_modules): Set image->module_count.
10996         (mono_image_load_file_for_image): Use image->module_count.
10997         * reflection.c (mono_image_load_module): Append to image->modules array 
10998         of dynamic assembly.
10999         (mono_module_get_object): Fix loop to actually increment index.
11000         Use image->module_count.
11001         * assembly.c (mono_assembly_load_references): Use image->module_count.
11002         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
11003         Likewise.
11004
11005 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
11006
11007         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
11008         Avoid assert on generic types.
11009
11010 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
11011
11012         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
11013
11014         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
11015
11016         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
11017         function to convert a MarshalSpec structure to its managed counterpart.
11018
11019         * reflection.c: Fix warnings.
11020         
11021         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
11022         field.
11023
11024         * icall.c (mono_create_icall_signature): Fix build.
11025
11026 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
11027
11028         * icall.c: Add MakePointType icall.
11029
11030         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
11031         warnings.
11032
11033 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11034
11035         * threadpool.c: reuse allocated slots in the queue.
11036
11037 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
11038
11039         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
11040
11041         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
11042
11043         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
11044         previous change.
11045
11046         * tabledefs.h: Add constants for pinvoke attributes BestFit and
11047         ThrowOnUnmappableChar.
11048
11049         * icall.c (ves_icall_Type_GetPacking): New icall.
11050
11051 2004-09-24  Martin Baulig  <martin@ximian.com>
11052
11053         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
11054
11055 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11056
11057         * appdomain.c:
11058         (mono_domain_set): allow setting a domain that is being unloaded.
11059         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
11060         being unloaded.
11061
11062 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
11063
11064         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
11065         the GetCustomAttributes icall.
11066
11067 2004-09-23  Martin Baulig  <martin@ximian.com>
11068
11069         * object-internals.h (MonoReflectionGenericParam): Replaced
11070         'has_ctor_constraint', `has_reference_type' and `has_value_type'
11071         with `guint32 attrs'.
11072
11073 2004-09-23  Martin Baulig  <martin@ximian.com>
11074
11075         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
11076
11077 2004-09-23  Martin Baulig  <martin@ximian.com>
11078
11079         * object-internals.h (GenericParameterAttributes): New enum.
11080
11081 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
11082
11083         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
11084         
11085         * class.c (init_events): Fill out event->other field.
11086
11087         * class.c: Fix warnings.
11088
11089         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
11090
11091 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
11092
11093         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
11094         walk which doesn't supply the IL offset.
11095
11096 2004-09-22  Martin Baulig  <martin@ximian.com>
11097
11098         * reflection.c (mono_reflection_setup_internal_class): If we're
11099         System.ValueType, System.Object or System.Enum, set
11100         `klass->instance_size' and create the vtable.
11101         (mono_reflection_create_internal_class): If we're an enum type,
11102         get the base class from our current corlib.
11103
11104 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
11105
11106         * reflection.h (MonoResolveTokenError): New type.
11107
11108         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
11109         icall.
11110
11111         * icall.c: Add an 'error' argument to the ResolveToken icalls.
11112
11113 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
11114
11115         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
11116         Support also calling constructors, but only for already allocated objects.
11117
11118 2004-09-17  Geoff Norton <gnorton@customerdna.com>
11119
11120         * reflection.c (type_get_qualified_name): If the klass is null
11121         return the typename to avoid a NullRefEx.
11122         (encode_cattr_value): Get the qualified name of the boxed type,
11123         not the underlying enumtype.  Fixes #62984.
11124
11125 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
11126
11127         * marshal.c: Fix problems with previous checkin.
11128
11129 2004-09-21    <vargaz@freemail.hu>
11130
11131         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
11132         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
11133
11134         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
11135
11136 2004-09-21  Geoff Norton <gnorton@customerdna.com>
11137
11138         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
11139         should only return a type for pointers, arrays, and passbyref types.
11140         Fixes bug #63841.
11141
11142 2004-09-21  Martin Baulig  <martin@ximian.com>
11143
11144         * domain.c (mono_debugger_check_runtime_version): New public
11145         function.
11146
11147         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
11148
11149 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
11150
11151         * reflection.c: Added missing sort to the declarative security 
11152         attributes table. MS implementation stops seeing the attributes if the
11153         token number regress in the table (as shown by ildasm and permview).
11154
11155 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
11156
11157         * object-internals.h (MonoReflectionModule): Add 'token' field.
11158         
11159         * reflection.c (mono_reflection_get_token): Add support for Module
11160         and Assembly.
11161         (mono_module_get_object): Set 'token' field.
11162         (mono_module_file_get_object): Set 'token' field.
11163
11164         * icall.c: Add new Assembly and Module icalls.
11165
11166         * appdomain.c: Bump corlib version.
11167
11168 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
11169
11170         * loader.h loader.c class.h class.c: Add helper functions for obtaining
11171         tokens of metadata objects.
11172
11173         * reflection.h reflection.c (mono_reflection_get_token): New function
11174         to obtain the token of a metadata object.
11175
11176         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
11177
11178 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
11179
11180         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
11181         
11182         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
11183
11184 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
11185
11186         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
11187         * object-internals.h: Added 3 MonoArray* members to MonoReflection
11188         AssemblyBuilder to access the permissions set in the class lib.
11189         * reflection.c: Added security attributes encoding step in 
11190         mono_image_build_metadata.
11191         * tabledefs.h: Added new security actions defined in 2.0:
11192         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
11193
11194 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
11195
11196         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
11197         macro parameter.
11198
11199 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
11200  
11201         * locales.c: nullify the ICU_collator member of CompareInfo when it is
11202           finalized. There where random SIGSEVs at program termination, when
11203           an object being finalized was trying to do a string comparison and
11204           the current culture was already finalized.
11205  
11206 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11207
11208         * threads.c: call thread_cleanup before finishing the thread if we get
11209         there.
11210
11211 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
11212
11213         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
11214         assemblies from the parent. Fixes #65665.
11215
11216 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
11217
11218         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
11219         modifiers.
11220
11221 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
11222
11223         * reflection.h: add prototype for mono_get_dbnull_object
11224         * reflection.c: add prototypes for get_default_param_value_blobs 
11225         and mono_get_object_from_blob for fussier compilers
11226
11227 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
11228  
11229         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
11230         false deadlock checks in class initialization.
11231  
11232 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
11233
11234         * image.c (mono_image_addref): Fix comment.
11235
11236         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
11237         possible.
11238
11239 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
11240
11241         * reflection.c (mono_param_get_objects): Modified to return
11242         ParameterInfo.DefaultValue object.
11243
11244         (get_default_param_value_blobs):
11245         (mono_get_object_from_blob):
11246         (mono_get_dbnull_object): New helper routines. 
11247
11248         * object.c (mono_get_constant_value_from_blob): New helper routine
11249         carved out from get_default_field_value ()
11250
11251         * object-internals.h (mono_get_constant_value_from_blob): Added
11252         function declaration.
11253
11254 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
11255
11256         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
11257         referenced assemblies. Fixes #62135.
11258
11259         * exception.h exception.c (mono_get_exception_file_not_found2): New
11260         helper function.
11261
11262 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
11263
11264         * class.h class.c: Add mono_type_get_underlying_type ().
11265
11266 2004-09-09  Geoff Norton <gnorton@customerndna.com>
11267
11268         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
11269         Fix GetTypes() to support dynamically created assemblies.
11270
11271 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
11272
11273         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
11274         
11275         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
11276         previous patch.
11277
11278         * reflection.h reflection.c loader.c: Allow dynamic construction of
11279         pinvoke methods. Fixes #65571.
11280         
11281         * reflection.c (mono_reflection_get_type): Revert previous change since
11282         it causes regressions.
11283
11284 2004-09-08  Martin Baulig  <martin@ximian.com>
11285
11286         * class.c (class_compute_field_layout): Don't call
11287         mono_class_layout_fields() for open generic instances.
11288
11289 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
11290         * threads.c appdomain.c: fix typo in GC macro
11291
11292 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11293
11294         * threads.c: don't call mono_thread_detach() in start_wrapper(),
11295         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
11296
11297 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
11298
11299         * image.c (mono_image_close): Applied patch from 
11300         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
11301         assembly is loaded multiple times from data.
11302         
11303         * image.c (mono_image_open): Fix warning.
11304
11305 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
11306
11307         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
11308         once. Fixes #58334.
11309         
11310         * reflection.c (mono_reflection_create_runtime_class): Initialize
11311         klass->nested_classes. Fixes #61224.
11312
11313 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
11314
11315         * threads.c: sched_yield() on exit, to allow threads to quit.
11316
11317 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
11318
11319         * object.c (mono_unhandled_exception): Remove leftover debug code.
11320
11321 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
11322
11323         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
11324
11325 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
11326
11327         * marshal.c (emit_marshal_array): Really null terminate string arrays.
11328         
11329         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
11330
11331 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11332
11333         * marshal.c (emit_marshal_array): Null terminate string arrays.
11334         
11335         * marshal.c (raise_auto_layout_exception): Fix warning.
11336
11337         * reflection.c (mono_param_get_objects): Initialize the default value
11338         with DBNull.Value, not null. Fixes #62123.
11339
11340 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
11341
11342         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
11343         throw an exception with a cute explanation.
11344
11345 2004-09-06  Dick Porter  <dick@ximian.com>
11346
11347         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
11348         Close the new process's thread handle, as we don't use it.  The
11349         handle stays around forever otherwise.
11350
11351 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11352
11353         * object.c (arith_overflow): Fix warning.
11354
11355         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
11356         calling conventions in method refs. Fixes #65352.
11357
11358         * reflection.c: Fix warnings.
11359
11360 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
11361
11362         * icall.c: Add a new icall for Array.Clear
11363
11364 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
11365
11366         * object.c: When allocating an array, we have to throw
11367         an overflow exception if any of the lengths are < 0.
11368
11369 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11370
11371         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
11372         properly. Also move implementation of string array marshalling to 
11373         managed code. Fixes #42316.
11374
11375 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11376
11377         * assembly.c: provide more information when loading an assembly fails.
11378
11379 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11380
11381         * filewatcher.c: don't expect the development fam package to be
11382         installed.
11383
11384 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
11385
11386         * marshal.c: Make a copy of the signature cookie since it will be
11387         freed by the caller.
11388         
11389         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
11390
11391         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
11392
11393         * metadata.c (mono_metadata_free_marshal_spec): New function to free
11394         marshal specs.
11395
11396         * marshal.c: More refactoring.
11397         
11398         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
11399         smaller functions.
11400
11401 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
11402
11403         * object.c: In mono_message_invoke, fill the output parameter array after
11404           calling the managed method (it was done before the call). This fixes
11405           bug #59299.
11406
11407 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
11408
11409         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
11410         as well.
11411
11412 2004-09-02  Martin Baulig  <martin@ximian.com>
11413
11414         * class.c (mono_class_instance_size): Don't allow generic type
11415         definitions or open generic instances.
11416         (mono_class_array_element_size): If we're a value type, call
11417         mono_class_instance_size() on the original class.
11418
11419         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
11420         handle generic instances.
11421
11422         * mono-debug-debugger.c (write_type): Handle generic instances
11423         like classes.
11424
11425 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
11426
11427         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
11428         the allocation request fails. Fixes #65089.
11429
11430         * object.c (mono_runtime_free_method): Do not call mono_free_method.
11431         
11432         * object.c (mono_runtime_free_method): New function to free a dynamic
11433         method.
11434
11435         * marshal.c (mono_delegate_free_ftnptr): New function to free the
11436         delegate trampoline.
11437
11438         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
11439         with hasthis as dynamic,
11440
11441         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
11442
11443         * domain.c (mono_jit_info_table_remove): New function to remove an
11444         entry from the jit info table.
11445
11446         * class-internals.h (MonoMethod): Add 'dynamic' field.
11447
11448         * loader.c: Fix warnings.
11449
11450 2004-09-01  Martin Baulig  <martin@ximian.com>
11451
11452         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
11453         instead of mono_debugger_lock() because the latter one is a no-op
11454         unless running in the debugger.
11455
11456 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
11457
11458         * class.c (class_compute_field_layout): Classes with auto-layout or
11459         reference fields are not blittable.
11460         
11461 2004-09-01  Dick Porter  <dick@ximian.com>
11462
11463         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
11464         mono_image_get_filename() to get the assembly location.
11465
11466         * icall.c:
11467         * metadata.h: Fix compile warnings
11468
11469 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
11470
11471         * class.c (class_compute_field_layout): System.Object is blittable.
11472
11473         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
11474         as in/out. Fixes #59909.
11475
11476 2004-09-01  Martin Baulig  <martin@ximian.com>
11477
11478         * metadata.h (MONO_TYPE_ISREFERENCE): Call
11479         mono_metadata_generic_inst_is_valuetype() if we're a generic
11480         instance to check whether our underlying type is a reference type.
11481
11482 2004-09-01  Martin Baulig  <martin@ximian.com>
11483
11484         * metadata.c (mono_type_size): If we're a generic instance, call
11485         mono_class_value_size() for value types.
11486
11487 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
11488
11489         * marshal.c: Implement more custom marshalling functionality. Fixes
11490         #64915.
11491
11492 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
11493
11494         * mono-debug.c, debug-mono-symfile.c: add some locking love.
11495
11496 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
11497
11498         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
11499
11500         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
11501
11502         * icall.c: Fix some warnings.
11503
11504         * threads.c (abort_appdomain_thread): Fix unref errors.
11505         (mono_thread_current): Fix THREAD_DEBUG define.
11506
11507 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
11508
11509         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
11510
11511         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
11512
11513 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
11514
11515         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
11516         string arrays.
11517
11518 2004-08-28  Martin Baulig  <martin@ximian.com>
11519
11520         * metadata.c
11521         (mono_metadata_generic_inst_is_valuetype): New public function.
11522
11523         * metadata.h (MONO_TYPE_ISSTRUCT): Call
11524         mono_metadata_generic_inst_is_valuetype() if we're a generic
11525         instance to check whether our underlying type is a valuetype.
11526
11527 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
11528
11529         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
11530         #63768.
11531
11532 2004-08-25  Martin Baulig  <martin@ximian.com>
11533
11534         * loader.c (mono_get_method_from_token): Abstract methods can also
11535         be generic and thus have type parameters.
11536
11537         * metadata-internals.h
11538         (MonoDynamicImage): Added `GPtrArray *gen_params'.
11539
11540         * reflection.c (mono_image_get_generic_param_info): Don't create a
11541         metadata row, just add an entry to the `gen_params' array.
11542         (build_compressed_metadata): Sort the `gen_params' array and then
11543         actually create the metadata.
11544
11545 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11546
11547         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
11548
11549 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
11550
11551         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
11552
11553 2004-08-24  Martin Baulig  <martin@ximian.com>
11554
11555         * class.cs (mono_class_is_subclass_of): Like an interface, a
11556         generic instance also derives from System.Object.
11557
11558 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
11559
11560         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
11561         custom modifiers to be in any order. Fixes #61990.
11562
11563 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
11564
11565         * object.c: Register mono_object_new_fast icall.
11566         
11567         * object.c (mono_class_get_allocation_ftn): Return to calling
11568         mono_object_new_fast, since it seems faster to compute the object 
11569         size in unmanaged code than passing it as a parameter.
11570
11571         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
11572
11573         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
11574         this function with Boehm as the oom handler, so we don't have to check
11575         the result of GC_malloc.
11576
11577         * object.c: Remove checks for oom.
11578
11579         * object.h object.c (mono_class_get_allocation_ftn): New function to
11580         return the icall which can be used to allocate an instance of a given
11581         class. 
11582
11583         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
11584
11585         * class-internals.h: Add 'enabled' field.
11586
11587 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
11588
11589         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
11590
11591 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
11592         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
11593         value 0x0010.
11594
11595 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
11596
11597         * appdomain.c: use the Tls function for appdomain too,
11598         at Zoltan's request. Actually return in mono_context_get
11599
11600         * appdomain.c, profiler.c, threads.c: use __thread
11601
11602 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
11603
11604         * appdomain.c threads.c: Call GC_CreateThread on windows.
11605
11606         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
11607         multiple libraries since this don't work on windows.
11608
11609 2004-08-18  Martin Baulig  <martin@ximian.com>
11610
11611         * class-internals.h
11612         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
11613         MonoMethodHeader.
11614
11615         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
11616         MonoMethodNormal since we also need it for abstract and interface
11617         methods.
11618
11619         * reflection.c
11620         (build_compressed_metadata): Sort the GenericParam table.
11621         (mono_image_create_token): Added `gboolean create_methodspec'
11622         argument; this is false when generating a MethodImpl token.
11623         (reflection_methodbuilder_to_mono_method): Abstract and interface
11624         methods may also have generic parameters.
11625
11626 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
11627
11628         * appdomain.c: thread local alloc
11629
11630 2004-08-17  Martin Baulig  <martin@ximian.com>
11631
11632         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
11633
11634         * icall.c
11635         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
11636         argument.
11637
11638         * class.c (mono_type_get_full_name): New public function.
11639         (mono_type_get_name): Don't include the type arguments.
11640
11641 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
11642
11643         * Makefile.am: Build static versions of libmetadata and libmonoruntime
11644         for inclusion into the mono executable.
11645
11646 2004-08-16  Martin Baulig  <martin@ximian.com>
11647
11648         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
11649         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
11650
11651 2004-08-14  Martin Baulig  <martin@ximian.com>
11652
11653         * class.c (dup_type): Also copy the `byref' field.
11654
11655 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
11656
11657         * reflection.c (create_dynamic_mono_image): Revert the last change 
11658         since it breaks bootstrap.
11659
11660 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
11661
11662         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
11663
11664         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
11665         not free them with g_free.
11666
11667 2004-08-11  Martin Baulig  <martin@ximian.com>
11668
11669         * reflection.c (mono_reflection_setup_internal_class): Also call
11670         mono_class_setup_mono_type() if we already have a `tb->type.type'.
11671
11672 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
11673
11674         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
11675         called during default (first) AppDomain creation. Keep track of
11676         Evidence when loading assemblies.
11677
11678 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
11679
11680         * opcodes.c, opcodes.h: reduce runtime relocations.
11681
11682 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
11683
11684         * culture-info.h, locales.c: fixes and chages to sue the new
11685         optimized format of the locale data.
11686         * culture-info-tables.h: regenerated.
11687
11688 2004-08-06  Geoff Norton <gnorton@customerdna.com>
11689         
11690         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
11691
11692 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
11693
11694         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
11695         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
11696         * domain-internals.h: icall declaration.
11697         * icall.c: icall registration.
11698         * object-internals.h: New fields in MonoAssembly for CAS.
11699
11700 2004-08-05  Duncan Mak  <duncan@ximian.com>
11701
11702         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
11703         CEE_LDELEM_ANY.
11704
11705 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
11706
11707         * reflection.c: fix to deal with object[] arrays in custom ctors
11708         (bug #62550).
11709
11710 2004-08-05  Martin Baulig  <martin@ximian.com>
11711
11712         * class.c (mono_class_array_element_size): Added support for
11713         generic instances and correctly handle "recursive" types.
11714
11715 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
11716
11717         * assembly.c: Fix warnings.
11718
11719 2004-08-04  Martin Baulig  <martin@ximian.com>
11720
11721         * class.c
11722         (mono_type_get_name_recurse): Added `gboolean include_arity'
11723         argument specifying whether or not we should include the generic
11724         arity in the type name.
11725         (_mono_type_get_name): New static function.
11726         (mono_class_setup_vtable): If we're a generic instance, don't
11727         include the generic arity in the names of explicit method
11728         implementations.        
11729
11730 2004-08-03  Martin Baulig  <martin@ximian.com>
11731
11732         * class.c (mono_type_get_name_recurse): Enclose the generic type
11733         arguments in `<', '>'.
11734
11735 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
11736
11737         * gc.c: make GC warning messages use the trace API, they are just
11738         noise to most of the users.
11739
11740 2004-08-03  Martin Baulig  <martin@ximian.com>
11741
11742         * debug-mono-symfile.c (read_string): Correctly read the string.
11743
11744 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
11745
11746         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
11747         
11748         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
11749         icalls.
11750         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
11751
11752 2004-07-30  Martin Baulig  <martin@ximian.com>
11753
11754         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
11755         Reflect latest symbol writer changes.   
11756
11757 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
11758
11759         * object.c: always create an object if null is passed
11760         to Invoke() where a valuetype is expected.
11761
11762 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
11763
11764         * marshal.c (mono_marshal_init): make managed
11765         signatures match native ones better for 64bits.
11766
11767 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11768
11769         * appdomain.c: hack to build correctly the private bin path on windows.
11770         Fixes bug #61991.
11771
11772 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
11773
11774         * assembly.c: Load mscorlib from the correct framework directory
11775           (mono/<version>/mscorlib.dll).
11776         * appdomain.h: Added prototypes for new functions.
11777         * internals.h: Added some prototypes.
11778         * domain.c: When initializing the runtime, get from the executable and
11779           the configuration files the runtime version that the app supports.
11780           Added support methods for reading app.exe.config. Added list of versions
11781           supported by the JIT. Added two new methods: mono_init_from_assembly,
11782           which initializes the runtime and determines the required version from
11783           the provided exe file, and mono_init_version, which initializes
11784           the runtime using the provided version.
11785         * icall.c: Get machine.config from version-specific directory.
11786         * reflection.c: When generating an image, embed the version number
11787           of the current runtime.
11788
11789 2004-07-28  Dick Porter  <dick@ximian.com>
11790
11791         * socket-io.c
11792         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
11793         returned sockaddr size before creating the remote address object.
11794         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
11795         61608.
11796
11797 2004-07-28  Dick Porter  <dick@ximian.com>
11798
11799         * locales.c (string_invariant_compare_char): Fix invariant char
11800         compares between upper and lower cases.  Fixes bug 61458.
11801
11802 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
11803         
11804         * marshal.c: actually cache stelem.ref wrappers.
11805         
11806 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
11807
11808         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
11809         sections and remove the mono_cli_rva_map () function.
11810
11811 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
11812
11813         * debug-mono-symfile.c: fix one more endianess issue, from a patch
11814         by Geoff Norton (<gnorton@customerdna.com>).
11815
11816 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
11817
11818         * class.c: fix class loads for pointer types (typeof(int) !=
11819         typeof(int*)).
11820
11821 2004-07-27  Martin Baulig  <martin@ximian.com>
11822
11823         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
11824         reading the debugging information from an external ".mdb" file.
11825
11826 2004-07-24  Martin Baulig  <martin@ximian.com>
11827
11828         * reflection.c (mono_image_get_type_info): Only write a class
11829         layout entry if we actually have a size or a packing size.
11830
11831 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
11832
11833         * reflection.c (type_get_fully_qualified_name): 
11834         insert cast to get type checking of ?: with non-gcc compilers
11835
11836 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
11837
11838         * rand.c: use g_getenv for both lookups of
11839         MONO_EGD_SOCKET
11840
11841 2004-07-17  Martin Baulig  <martin@ximian.com>
11842
11843         * reflection.c (mono_reflection_bind_generic_method_parameters):
11844         Set `gmethod->reflection_info'.
11845
11846 2004-07-17  Martin Baulig  <martin@ximian.com>
11847
11848         * class.c (mono_class_create_from_typedef): Insert the newly
11849         created class into the hash table before computing the interfaces
11850         since we could be called recursively.
11851
11852 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
11853
11854         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
11855         function to implement stelem.ref in managed code
11856         * class-internals.h, debug-helpers.c: a new wrapper type
11857         for the above.
11858
11859 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
11860
11861         * gc.c: allow GC handles to work even when no GC is compiled in.
11862         Fix part of bug #61134 (GetAddrOfPinnedObject).
11863
11864 2004-07-13  Peter Williams  <peter@newton.cx>
11865  
11866         * process.c (complete_path): Make sure we don't attempt to execute
11867         directories.
11868  
11869 2004-07-12  Geoff Norton <gnorton@customerdna.com>
11870
11871         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
11872           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
11873           and will add/subtract the hour if needed
11874
11875 2004-07-12  Martin Baulig  <martin@ximian.com>
11876
11877         * reflection.c (mono_field_get_object): If we have
11878         `field->generic_info', take the attributes from
11879         `field->generic_info->generic_type'.    
11880
11881 2004-07-12  Martin Baulig  <martin@ximian.com>
11882
11883         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
11884         This function must be called before initializing the runtime.
11885         (mono_debug_init_1): New function; call this after initializing
11886         the runtime, but before loading the assembly.  It tells the
11887         debugger to load corlib and the builtin types.
11888
11889         * mono-debug-debugger.c: Did some larger changes in the debugging
11890         code; support recursive class declarations, make sure we actually
11891         add all classes.
11892
11893 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11894
11895         * debug-helpers.c: undo my previous patch and fixed the real issue in
11896         ../mini/exceptions-x86.c
11897
11898 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11899
11900         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
11901         when no HOME env. variable was set and a NullRef was thrown in a .cctor
11902         called from other .cctors.
11903
11904 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
11905
11906         * loader.c: Removed the mono_loader_wine_init hack now that we are
11907         doing a managed version of Windows.Forms.
11908
11909 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
11910
11911         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
11912         threadpool.c, threads.c: remove static data from rootset.
11913
11914 2004-07-09  Dick Porter  <dick@ximian.com>
11915
11916         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
11917         Don't do any more processing if the matched length was 0.  It was
11918         increasing the size of the string before.  Fixes bug 61167.
11919
11920 2004-07-09  Dick Porter  <dick@ximian.com>
11921
11922         * socket-io.h:
11923         * socket-io.c
11924         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
11925         Add support for SO_PEERCRED if its available.
11926
11927 2004-07-09  Peter Bartok <pbartok@novell.com>
11928         * loader.c: winelib.exe.so error message is now only displayed if
11929         MONO_DEBUG is set. To help us avoid questions when people are trying
11930         out the new Managed.Windows.Forms.
11931
11932 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
11933
11934         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
11935         for isinst and castclass wrappers.
11936
11937         * class-internals.h icall.c: Move registration and lookup of JIT icalls
11938         to libmetadata from the JIT, so they could be used by the marshalling
11939         code and the interpreter.
11940
11941         * marshal.c: Register marshalling related JIT icalls here instead of
11942         in mini.c. Use CEE_MONO_ICALL instead of the family of 
11943         CEE_MONO_PROC<x> opcodes to call marshalling functions.
11944
11945         * metadata.h: Remove unneeded marshalling conversions.
11946
11947         * opcodes.c: Update for new opcodes.
11948         
11949 2004-07-08  Martin Baulig  <martin@ximian.com>
11950
11951         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
11952         (mono_debug_get_domain_data): Make this function static.
11953
11954 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
11955
11956         * gc.c, object.h: add nice GC handle API for embedders.
11957
11958 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
11959
11960         * reflection.c: more changes for the new api
11961
11962         * object.c: When we reflect on a field w/ a constant value, it
11963         will not have a memory location, so we must access metadata. Also,
11964         allow easier reading of strings so that we can read them from
11965         the constant data.
11966
11967         * class.c (mono_class_layout_fields): no need for literal fields here.
11968
11969         * class-internals.h: api changes for const fields
11970
11971         * icall.c (ves_icall_get_enum_info): use new apis for const fields
11972
11973 2004-07-06  Martin Baulig  <martin@ximian.com>
11974
11975         * mono-debug.h: Increment version number to 44.
11976
11977         * mono-debug.c (mono_debug_add_wrapper): The second argument is
11978         now a gpointer, rewrote this whole method.
11979
11980         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
11981         function.  Add information about the wrapper in a new "misc table".
11982
11983         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
11984         for the new misc table.
11985
11986 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
11987
11988         * metadata-internals.h image.c: Add a cache for helper signatures.
11989
11990         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
11991
11992 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
11993
11994         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
11995         delegates from a delegate. Fixes #61033.
11996         
11997         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
11998         marshalling of stringbuilder arrays. Fixes #59900.
11999
12000 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
12001
12002         * icall.c: Add EnumBuilder:setup_enum_type icall.
12003
12004 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
12005
12006         * icall.c: Added a new icall for the property version of
12007         OffsetOfStringData.
12008
12009 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
12010
12011         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
12012         it has a constant size across platforms.
12013
12014         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
12015         stack trace.
12016
12017 2004-06-29  Martin Baulig  <martin@ximian.com>
12018
12019         * mono-debug.c (mono_debug_add_method): Protect the whole function
12020         in mono_debugger_lock(), not just parts of it.
12021
12022 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
12023
12024         * reflection.c: make sure padding bytes in heaps are zeroed.
12025
12026 2004-06-24  David Waite  <mass@akuma.org>
12027
12028         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
12029         image.c, loader.c, locales.c, marshal.c, metadata.c,
12030         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
12031         string-icalls.c, threads.c: change to C90-style comments from C99 /
12032         C++ -style
12033
12034 2004-06-24  Dick Porter  <dick@ximian.com>
12035
12036         * threads.c
12037         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
12038         return createdNew.  Fixes bug 60412.
12039
12040         * threads-types.h: 
12041         * icall.c: Add createdNew parameter to CreateMutex icall
12042
12043 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
12044
12045         * reflection.c, object-internals.h: save default value in params.
12046
12047 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12048
12049         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
12050         no need to build a new path combining that with the application base.
12051         Fixes bug #60442.
12052
12053 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
12054
12055         * reflection.c: fixed minor standard compliance issues.
12056
12057 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
12058
12059         * reflection.c: fixed issue with encoding some custom attributes
12060         (arrays in properties and fields, bug #60411).
12061
12062 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12063
12064         * reflection.c: fix start address when copying the public key token.
12065
12066 2004-06-23  Martin Baulig  <martin@ximian.com>
12067
12068         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
12069         the `exc' object in a static object to put it into the GC's root set.
12070
12071 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
12072
12073         * reflection.c: make mono_reflection_setup_internal_class ()
12074         callable a second time to setup a new parent class.
12075
12076 2004-06-23  Dick Porter  <dick@ximian.com>
12077
12078         * threads.c: Check for WAIT_IO_COMPLETION return values.
12079
12080 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
12081
12082         * appdomain.c: Removed the g_free on the public key token. Now copy 
12083         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
12084         * assembly.c: Added public key token string value when loading 
12085         assemblies. Fix bug #60439.
12086         * icall.c: Added missing informations (like public key) in 
12087         GetReferencedAssemblies. Fix #60519.
12088         * image.h: Changed definition for public key token from const char*
12089         public_tok_value to guchar public_key_token [17];
12090         * reflection.c: Updated for changes to public key token.
12091
12092 2004-06-22  Lluis Sanchez Gual
12093
12094         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
12095         for the field in base classes.
12096
12097 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
12098
12099         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
12100         mark headers as not supported, they are installed only for use by the
12101         debugger.
12102
12103 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
12104
12105         * *.c, *.h: avoid namespace pollution in public headers.
12106
12107 2004-06-21  Martin Baulig  <martin@ximian.com>
12108
12109         * exception.c (mono_get_exception_security): It's in
12110         "System.Security", not in "System".
12111
12112         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
12113         the exception classes.
12114
12115 2004-06-21  Martin Baulig  <martin@ximian.com>
12116
12117         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
12118         Protect the exception object from being finalized.
12119
12120 2004-06-21  Martin Baulig  <martin@ximian.com>
12121
12122         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
12123         public function.
12124
12125 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
12126
12127         * reflection.c: Load the assembly in mono_reflection_type_from_name,
12128         if it was not loaded before. Fix parts of #60439.
12129
12130 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
12131
12132         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
12133         code that was broken since Ben's change: wrappers are now
12134         dependent on the method signature only again.
12135
12136 2004-06-21  Martin Baulig  <martin@ximian.com>
12137
12138         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
12139         added interface support.
12140
12141 2004-06-21  Martin Baulig  <martin@ximian.com>
12142
12143         * class.c (mono_vtable_get_static_field_data): New public method.
12144
12145 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
12146
12147         * filewatcher.c : Windows build fix to be compliant with API changes.
12148
12149 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
12150
12151         * class.h, class.c: more accessors.
12152         * metadata.h, metadata.c: prepare for hiding MonoType and
12153         MonoMethodSignature: people should use the accessors from now on
12154         outside of the tree.
12155
12156 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
12157
12158         * *.c, *.h: more API cleanups.
12159
12160 2004-06-18  Jackson Harper  <jackson@ximian.com>
12161
12162         * assembly.c: Trace loading assemblies.
12163         * loader.c: Trace loading native libraries.
12164         * mono-config.c: Trace loading config files.
12165         
12166 2004-06-18  Dick Porter  <dick@ximian.com>
12167
12168         * locales.c: Tell ICU the lengths of strings, it can cope with
12169         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
12170
12171 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
12172
12173         * image.c: swapped name/filename;
12174
12175 2004-06-18  Martin Baulig  <martin@ximian.com>
12176
12177         * mono-debug-debugger.c (write_class): Write the parent class at
12178         the end of the header.
12179
12180 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
12181
12182         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
12183
12184 2004-06-17  Raja R Harinath  <rharinath@novell.com>
12185
12186         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
12187         (bundle_obj): New conditional define.
12188         (BUILT_SOURCES): Remove.
12189         ($(bundle_srcs)): Make parallel-make safe.
12190         (libmonoruntime_la_LIBADD): Make unconditional.
12191         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
12192         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
12193
12194 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
12195
12196         * culture-info-tables.h: It was inconsistent with the latest
12197           supp info files.
12198
12199 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
12200
12201         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
12202         be loaded.
12203
12204         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
12205         with gcc 2.95.
12206
12207 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
12208
12209         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
12210         cleaned up public header threads.h.
12211
12212 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
12213
12214         * Makefile.am, *.c, *.h: more API cleanups.
12215
12216 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
12217
12218         * Makefile.am: removed monosn from compilation.
12219         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
12220         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
12221         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
12222         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
12223         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
12224         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
12225
12226 2004-06-15  Jackson Harper  <jackson@ximian.com>
12227
12228         * assembly.c: Make locales lower case when searching the GAC for
12229         assemblies. gacutil will always make locales lowercase when
12230         installing so this effectively makes them case insensitive.
12231         
12232 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
12233
12234         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
12235         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
12236           parameter which allows to choose whether the wait can be interrupted or 
12237           not. Also added the method mono_monitor_enter(), which locks the monitor
12238           using an infinite wait and without allowing interruption.
12239           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
12240           interrupted.
12241         * object.h: Added new fields in MonoThread. suspend_event holds the event
12242           used to susped/resume the thread. synch_lock is the lock object to use for
12243           modifying the thread state.
12244         * threads.c: Use the new synch_lock object for locking, instead of "this",
12245           which can generate deadlocks.
12246           Moved thread state change in Thread.Sleep and Thread.Join from managed
12247           to unmanaged code. This avoids a deadlock when the thread was suspended
12248           just after acquiring the thread lock.
12249           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
12250           Implemented Thread.Suspend using an event instead of ThreadSuspend,
12251           which is not fully implemented in the io-layer.
12252         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
12253
12254 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
12255
12256         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
12257         threads-types.h: more API cleanups.
12258
12259 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
12260
12261         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
12262         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
12263         threadpool.c, threads.c: first pass at the exported API cleanup.
12264
12265 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
12266
12267         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
12268
12269 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12270
12271         * icall.c: added internalGetHome.
12272
12273 2004-06-14  Dick Porter  <dick@ximian.com>
12274
12275         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
12276         possible to return successfully when '.' or '..' were the only
12277         entries in a directory, but were skipped.  The MonoIOStat was not
12278         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
12279         Fixes bug 59574.
12280
12281 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
12282
12283         * reflection.c: make binaries run on .Net 1.1 by default.
12284
12285 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
12286
12287         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
12288
12289 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
12290
12291         * marshal.c: keep track of struct size with explicit layout
12292         (bug #59979).
12293
12294 2004-06-12  Martin Baulig  <martin@ximian.com>
12295
12296         * mono-debug-debugger.c: Comment out a debugging g_message().
12297
12298 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
12299
12300         * reflection.c, reflection.h: do not free custom attrs that are cached.
12301         * icall.c: use braces to make code clearer.
12302
12303 2004-06-11  Martin Baulig  <martin@ximian.com>
12304
12305         * class.h (MonoInflatedField): New type.
12306         (MonoClassField): Replaced `MonoType *generic_type' with
12307         `MonoInflatedField *generic_info'.
12308
12309         * icall.c
12310         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
12311
12312 2004-06-11  Martin Baulig  <martin@ximian.com>
12313
12314         * reflection.c (mono_image_create_method_token): Correctly encode
12315         varargs methods.
12316
12317 2004-06-11  Martin Baulig  <martin@ximian.com>
12318
12319         * metadata.c (mono_metadata_parse_method_signature): When parsing
12320         a MethodDef which has VarArgs, also set sentinelpos if we don't
12321         have any parameters.
12322
12323 2004-06-11  Martin Baulig  <martin@ximian.com>
12324
12325         * verify.c (mono_method_verify): In CEE_CALL, use
12326         mono_method_get_signature() to get the method's signature, unless
12327         we're a PInvoke method.
12328
12329 2004-06-10  Jackson Harper  <jackson@ximian.com>
12330
12331         * assembly.c: Use <path>/lib/mono/gac for the extra paths
12332         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
12333         logical name as the supplied path is just a prefix to the gac not
12334         the direct path to it.
12335         
12336 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
12337
12338         * reflection.c: make the token for a created method match
12339         the token of the MethodBuilder it was created from
12340         (IKVM requires this behaviour now).
12341
12342 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
12343
12344         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
12345         reflection.c, socket-io.c: leak fixes.
12346
12347 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
12348
12349         * icall.c: handle sentinel pos in vararg methods in position different
12350         from 0.
12351
12352 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12353
12354         * culture-info-tables.h: freshly generated.
12355
12356 2004-06-09  Martin Baulig  <martin@ximian.com>
12357
12358         * loader.c (mono_get_method_constrained): Call `mono_class_init
12359         (constrained_class)'.   
12360
12361 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
12362
12363         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
12364         any methods. Fixes #59629.
12365
12366 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12367
12368         * culture-info-tables.h: reflecting locale-builder updates.
12369
12370 2004-06-08  Dick Porter  <dick@ximian.com>
12371
12372         * object.h:
12373         * locales.c: Fixed compile warnings, including a real bug in
12374         CompareInfo_internal_compare.
12375         
12376 2004-06-08  Dick Porter  <dick@ximian.com>
12377
12378         * locales.c
12379         (ves_icall_System_Globalization_CompareInfo_internal_index):
12380         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
12381         Double-check the resuls of usearches, because ICU currently
12382         ignores most of the collator settings here.  Fixes bug 59720.
12383         
12384 2004-06-08  Dick Porter  <dick@ximian.com>
12385
12386         * locales.c
12387         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
12388         Fix memory leak and segfault-causing typo.  No idea how this one
12389         lasted so long without being noticed.
12390
12391 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
12392
12393         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
12394         any methods. Fixes #59629.
12395
12396 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12397
12398         * assembly.c:
12399         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
12400         own the critical section before). Removed dead code (that's done
12401         in the preload hook).
12402
12403         (mono_assembly_load_with_partial_name): call the preload hook.
12404
12405 2004-06-08  Martin Baulig  <martin@ximian.com>
12406
12407         * metadata.c (mono_metadata_signature_alloc): Default
12408         `sentinelpos' to -1.
12409
12410         * reflection.c (mono_image_get_array_token): Likewise.
12411
12412 2004-06-08  Martin Baulig  <martin@ximian.com>
12413
12414         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
12415
12416         * metadata.c (mono_metadata_parse_method_signature): When parsing
12417         a MethodDef which has VarArgs, set sentinelpos.
12418
12419         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
12420         `gint16' since we're using -1 for non-varargs methods.
12421
12422         * reflection.c
12423         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
12424         (method_encode_signature): Added varargs support.
12425         (method_builder_encode_signature): Likewise.
12426         (mono_image_get_varargs_method_token): New static method.
12427         (mono_image_create_method_token): New public method; this is
12428         called via an icall instead of mono_image_create_token() when
12429         calling a varargs method.       
12430
12431 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
12432
12433         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
12434
12435 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12436
12437         * culture-info-tables.h : Reflecting the latest locale-builder that
12438           fixed empty array representation ({} to {0}).
12439
12440 2004-06-07  Jackson Harper  <jackson@ximian.com>
12441
12442         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
12443         looking up extra gac paths. This allows MONO_GAC_PATH to act
12444         exactly like a prefix.
12445         
12446 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
12447
12448         * reflection.c (mono_reflection_type_from_name): Make a copy of the
12449         type name before modifying it. Fixes #59405.
12450
12451 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12452
12453         * culture-info.h: added fields for "all datetime patterns".
12454         * locales.c: (  ves_icall_System_Globalization_CultureInfo
12455           _construct_datetime_format ()): fill xxx_patterns fields.
12456         * object.h: added fields for "all datetime patterns" to
12457           MonoDateTimeFormatInfo.
12458         * culture-info-tables.h: reflecting locale-builder updates.
12459
12460 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
12461
12462         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
12463         the event has no add and remove methods. Fixes #59629.
12464
12465 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
12466
12467         * object.c: Fixed possible integer overflow when allocating large
12468         strings.
12469
12470 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
12471
12472         * culture-info-tables.h: reflecting locale-builder updates.
12473
12474 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
12475
12476         * culture-info-tables.h: reflecting locale-builder updates.
12477
12478 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
12479
12480         * culture-info-tables.h: reflecting locale-builder updates.
12481
12482 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
12483
12484         * threads.c: Made Thread.Sleep abortable.
12485
12486 2004-06-02  Martin Baulig  <martin@ximian.com>
12487
12488         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
12489
12490         * debug-mono-symfile.h: Bumped symbol file version number to 37.
12491
12492 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
12493
12494         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
12495
12496 2004-05-30  Jackson Harper  <jackson@ximian.com>
12497
12498         * reflection.c: Do not hardcode assembly versions or public key
12499         tokens anymore. All of this except the corlib section was dead
12500         code anyways.
12501         
12502 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
12503
12504         * object.c (mono_runtime_invoke_array): Automatically create boxed
12505         objects for byref valuetypes if needed. Fixes #59300.
12506         
12507         * object.c (mono_method_return_message_restore): Handle 
12508         MONO_TYPE_OBJECT as well.
12509
12510 2004-05-28  Jackson Harper  <jackson@ximian.com>
12511
12512         * reflection.c: The modified type encoding was causing build
12513         problems. Reverted for now.
12514         
12515 2004-05-28  Jackson Harper  <jackson@ximian.com>
12516
12517         * reflection.c/h: Take an assembly ref so that we dont create
12518         fully qualified names when encoding types in the same assembly as
12519         the custom attribute being emitted.
12520         * appdomain.c: Increment version number.
12521         
12522 2004-05-26  Duncan Mak  <duncan@ximian.com>
12523
12524         * icall.c
12525         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
12526         Set the full version number (major, minor, build, revision).
12527
12528 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
12529
12530         * marshal.c (emit_struct_conv): increment src/dst after blit
12531         (mono_marshal_get_managed_wrapper,
12532         mono_marshal_get_native_wrapper): make sure we have marshalling
12533         info before marshalling params (info computation affects
12534         blittable)
12535
12536         * class.c (class_compute_field_layout): correctly deal with
12537         blittable
12538         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
12539         value types (as per what windows dows by default)
12540         (mono_class_setup_mono_type): System.ValueType is blittable
12541         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
12542         blittable
12543
12544         * marshal.c (mono_marshal_load_type_info): flag types  as
12545         non-blittable if the native layout doesn't match the managed
12546         layout
12547
12548 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12549
12550         * appdomain.c: don't add stuff in the private search path that is
12551         above the application base. If application base is not set, there's
12552         no private search path.
12553
12554 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
12555
12556         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
12557         byref struct arguments in native->managed marshalling.
12558
12559 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
12560
12561         * marshal.c (mono_marshal_get_runtime_invoke): correctly
12562         cache methods using signature (special case for methods
12563         that are value type or string class)
12564         
12565         * image.c (mono_image_close): clean up allocated GSList's
12566         in runtime_invoke_cache.
12567
12568 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12569
12570         * mono-config.c: set the correct path for mono_cfg_dir on windows when
12571         there's no MONO_CFG_DIR environment variable defined.
12572
12573 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12574
12575         * threads.c: windows version must be >= 0x0500 to include OpenThread.
12576
12577 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
12578
12579         * threadpool.c: Really wait for 500ms after the async call, even if the wait
12580           is interrumped.
12581         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
12582           before waiting for it, and call CloseHandle after the wait to unref it.
12583           This will make sure that handles are not disposed too early.
12584
12585 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12586
12587         * appdomain.c:
12588         * appdomain.h:
12589         * icall.c: removed
12590         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
12591         needed now.
12592
12593         * object.c: se the application_base only for the domain that runs
12594         Main. Fixes bug #59216,
12595
12596 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12597
12598         * appdomain.c:
12599         * object.c: only the domain in which Main is run have
12600         SetupInformation.ConfigurationFile set, so moved a few lines from
12601         appdomain.c to object.c.
12602
12603 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12604
12605         * appdomain.c: we tried to load [name].(dll|exe), but according
12606         to bug #57710, we must also try [culture]/[name].(dll|exe) and
12607         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
12608         There's a test case attached to bug #58922.
12609
12610 2004-05-27  Dick Porter  <dick@ximian.com>
12611
12612         * icall.c:
12613         * file-io.c: Implemented icalls for locking and unlocking regions
12614         in a file.
12615         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
12616         FALSE on error (fixes both compiler warning and real bug.)
12617
12618 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
12619
12620         * culture-info-tables.h: reflecting locale-builder updates.
12621
12622           (Added missing ChangeLog entry for 05/26)
12623
12624 2004-05-27  Jackson Harper  <jackson@ximian.com>
12625
12626         * locales.c: Fix some cut and paste errors.
12627         
12628 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12629
12630         * mono-config.c: set the correct path for config. directory on windows.
12631
12632 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
12633
12634         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
12635           on win32.
12636
12637 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
12638
12639         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
12640         from pinvoke functions.
12641         
12642         * marshal.c (mono_ftnptr_to_delegate): Implement this.
12643
12644 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
12645
12646         * culture-info-tables.h: reflecting locale-builder updates.
12647
12648 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
12649
12650         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
12651         #59086.
12652
12653 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
12654
12655         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
12656         * icall.c: Modified icalls for RNG.
12657         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
12658         Windows (CryptoAPI).
12659
12660 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
12661
12662         * locales.c: Fix build.
12663
12664 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
12665
12666         * culture-info-tables.h: reflecting locale-builder updates.
12667
12668 2004-05-25  Jackson Harper  <jackson@ximian.com>
12669
12670         * locales.c: When creating the current culture use the $LANGs
12671         specific culture. So DateTimeFormat and NumberFormat entries are created.
12672         
12673 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
12674
12675         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
12676         a char array as parameter.
12677
12678 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
12679
12680         * image.c: In mono_image_open(), always use an absolute path name to
12681           look for already loaded images.
12682
12683 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
12684
12685         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
12686         missing in the windows build (like older cygwin include files).
12687
12688 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
12689
12690         * icall.c: Fixed check for possible integer overflow in Buffer_
12691         BlockCopy icall. Replaced comments style // by /* */.
12692
12693 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
12694
12695         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
12696         
12697         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
12698         check after MONO_VTADDR. Fixes pinvoke2.exe.
12699
12700         * marshal.h marshal.c metadata.h: Add beginnings of support for
12701         ftnptr -> delegate marshalling.
12702
12703 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
12704
12705         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
12706         * threads.c: Fix warnings.
12707
12708 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
12709
12710         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
12711         * icall.c: Registered icalls for Suspend and Resume.
12712         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
12713           Thread.Abort.
12714         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
12715         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
12716         * process.c: Use WaitForSingleObjectEx.
12717         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
12718           checkpoints.
12719         * threads.c, threads.h: Make use of new Ex wait methods. Improved
12720           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
12721           for Suspend and Resume. Added new mono_thread_stop, used for stoping
12722           background threads. Added basic support for Abort in Windows.
12723           Start new threads using a managed delegate invoke wrapper. This wrapper
12724           has an interruption checkpoint that is needed since an interruption
12725           can be requested before the thread leaves the unmanaged code that starts 
12726           the thread.
12727         * marshal.c: Added interruption checkpoint after every native call, and
12728           also before managed calls for wrappers called from unmanaged code to
12729           go into managed code.
12730         * object.h: Added new field in MonoThread to keep track of interruption
12731           requests.
12732
12733 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
12734
12735         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
12736         calls.
12737
12738 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12739
12740         * appdomain.c:
12741         * assembly.c:
12742         * gc.c:
12743         * locales.c:
12744         * mono-config.c:
12745         * rand.c: getenv -> g_getenv (windows!)
12746
12747         * process.c: complete_path is also used on non-windows platforms.
12748
12749 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12750
12751         * icall.c: new signature for Process_Start.
12752
12753         * process.[ch]: new signature for Process_Start. If we're on windows
12754         and UseShellExecute is false, we have to search for the program by
12755         ourselves if we don't get a full path.
12756
12757 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
12758
12759         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
12760         marshalling and call CleanUpNativeData if needed. Fixes #58646.
12761
12762 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12763
12764         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
12765         Fixes bug #58373.
12766
12767 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12768
12769         * process.c: use double quotes to quote program name and arguments on
12770         windows. Fixes bug #58575.
12771
12772 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12773
12774         * file-io.c: don't return "." and ".." when using windows Find*File.
12775
12776 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
12777
12778         * marshal.c: Don't pass wrappers to message init because method 
12779         addressed used to lookup metadata. part of remoting[2|3] fix.
12780
12781 2004-05-15  Jackson Harper  <jackson@ximian.com>
12782
12783         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
12784         path is essentially the same as MONO_PATH except that it points to
12785         GACs instead of lib directories.
12786         * loader.h: The user gac is gone so we dont need function to
12787         enable/disable it.
12788         * mono-config.c: user gac option is now gone.
12789         
12790 2004-05-15  Jackson Harper  <jackson@ximian.com>
12791
12792         * culture-info.h: Make defines more consistent, add calendar data
12793         to the culture info table.
12794         * culture-info-tables.h: Add basic calendar data. Basically
12795         everyone gets default gregorian until all the data is
12796         updated.
12797         * locales.c: Use the new consistent defines. Set calendar data for
12798         culture info objects.
12799         * object.h: add a field for calendar data to CultureInfo
12800         
12801 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
12802
12803         * image.c: image->runtime_invoke_cache is keyed on signatures now.
12804         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
12805         a signature.
12806         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
12807         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
12808         an extra param that is the pointer of the method to invoke. The IL for
12809         the invoke method is no longer specific to the method, but to the
12810         signature of the method. Thus, we can share the same code for multiple
12811         methods. This reduces the number of methods that have to be compiled.
12812
12813 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
12814
12815         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
12816
12817         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
12818
12819         * icall.c: Optimize Buffer.BlockCopy.
12820
12821 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12822
12823         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
12824         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
12825         quote). Changed them to "MMMM yyyy".
12826
12827 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
12828
12829         * rand.c
12830         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
12831
12832 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
12833
12834         * reflection.h: Updated after changes to managed structures.
12835
12836         * appdomain.c: Bump corlib version.
12837
12838 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12839
12840         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
12841         windows.
12842
12843 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12844
12845         * Makefile.am: link to ../os/libmonoos.la on windows.
12846
12847         * assembly.c:
12848                 -If MONO_DEBUG, warn about non-existing directories in
12849                 MONO_PATH.
12850                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
12851                 compile time variable.
12852                 -Removed init_default_path and call mono_set_rootdir from
12853                 libmonoos.a instead (windows only).
12854
12855         * assembly.h: declare mono_assembly_getrootdir().
12856
12857         * domain.c:
12858         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
12859
12860         * loader.c: s/getenv/g_getenv/
12861
12862 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
12863
12864         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
12865
12866         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
12867
12868         * metadata.h: Add new marshalling conversions.
12869
12870         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
12871         function.
12872
12873         * reflection.c (mono_reflection_get_type): Lookup the type in all
12874         modules of a multi-module assembly. Fixes #58291.
12875
12876 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
12877
12878         * threads.c: Before aborting a background, set the StopRequested
12879         state.  This avoids throwing the Abort exception.
12880         In mono_thread_manage, don't continue with the shutdown until all
12881         aborted threads have actually stopped.
12882
12883 2004-05-10  Jackson Harper  <jackson@ximian.com>
12884
12885         * locales.c: Remove the modifier from culture names.
12886         
12887 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12888
12889         * Makefile.am: monosn is not installed any more. It has been deprecated
12890         in favor of sn.
12891
12892 2004-05-07  Jackson Harper  <jackson@ximian.com>
12893
12894         * locales.c
12895         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
12896         Fix array construction, add bailout if the length is 0.
12897
12898 2004-05-07  Dick Porter  <dick@ximian.com>
12899
12900         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
12901         machine doesn't have a DNS entry.  Patch by Urs Muff
12902         (umuff@quark.com), fixes bug 57928.
12903
12904 2004-05-06  Jackson Harper  <jackson@ximian.com>
12905
12906         * reflection.c: Handle null PublicTokens properly. alloc mem for
12907         assembly names culture so we dont crash when freeing it.
12908         
12909 2004-05-06  Jackson Harper  <jackson@ximian.com>
12910
12911         * assembly.c: Check the usergac when loading with partial names.
12912         
12913 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
12914
12915         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
12916         does nothing for now (not required for Linux/Windows) but the class
12917         library can call it (and a newer or modified runtime could need it).
12918         * icall.c: Registred icall.
12919
12920 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12921
12922         * loader.c: prints a message on module loading error we set MONO_DEBUG
12923         environment variable.
12924
12925 2004-05-05  Jackson Harper  <jackson@ximian.com>
12926
12927         * appdomain.c: Handle PublicKeyToken=null properly.
12928         
12929 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
12930
12931         * environment.c|h: Added icall ves_icall_System_Environment_
12932         GetOSVersionString to get the current OS version as a string.
12933         * icall.c: Registred icall.
12934
12935 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
12936
12937         * object.c: in mono_object_get_virtual_method(), take into account that
12938         non-virtual methods don't have a slot in the vtable. Check needed when
12939         the object is a proxy.
12940
12941 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
12942
12943         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
12944         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
12945
12946         * object.c (mono_class_compute_gc_descriptor): Fix warning.
12947
12948         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
12949         passed when a valuetype is expected.
12950
12951         * object.c (mono_unhandled_exception): Only set the exit code if the
12952         exception happens in the main thread. Fixes thread5.exe.
12953
12954         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
12955         invalid names. Fixes #58047.
12956
12957 2004-05-03  Jackson Harper  <jackson@ximian.com>
12958
12959         * assembly.c: This line was committed accidently and is unneeded.
12960         
12961 2004-05-03  Jackson Harper  <jackson@ximian.com>
12962
12963         * icall.c: Add new icall for Assembly::LoadWithPartialName
12964         * assembly.c/.h: new function that probes the GAC to load partial
12965         assembly names by Paolo Molaro.
12966         
12967 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12968
12969         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
12970         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
12971         (type_get_fully_qualified_name): Added PublicKeyToken when building a
12972         full type name.
12973
12974 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12975
12976         * appdomain.c: fixed check for 'neutral' culture and removed warning.
12977         * reflection.c: fix bug when parsing a full type name and Version is not
12978         the last thing in the string.
12979
12980 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
12981
12982         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
12983         crashes when it is freed.
12984
12985 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12986
12987         * assembly.c: print the compat warning to stderr.
12988
12989 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
12990
12991         * assembly.c (mono_assembly_load_references): Add a compatibility
12992         hack to run old applications that might be still referencing the
12993         3300-based assemblies, only do this for System.xxx.
12994
12995 2004-05-01  Jackson Harper  <jackson@ximian.com>
12996
12997         * appdomain.c: If the culture is neutral we set it to "".
12998         
12999 2004-04-29  Jackson Harper  <jackson@ximian.com>
13000
13001         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
13002
13003 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
13004  
13005         * string-icalls.c: added low overhead function for copying chars
13006         * icall.c: added needed icall for the above function
13007  
13008 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13009
13010         * icall.c: fix return value of get_global_assembly_cache.  Implemented
13011         Environment.GetLogicalDrives.
13012
13013 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
13014
13015         * rand.c: try and talk to egd or prngd
13016         for random bytes if opening devices fail.
13017
13018 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
13019
13020         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
13021         alignment for the type using the native alignment of its members 
13022         instead of using klass->min_align.
13023
13024         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
13025
13026 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13027
13028         * file-io.c:
13029         * socket-io.c: added check for sys/aio.h.
13030
13031 2004-04-28  Dick Porter  <dick@ximian.com>
13032
13033         * threads.c: Don't abort a thread thats already aborting, when
13034         terminating everything.
13035
13036 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13037
13038         * icall.c: added 2 new async calls for Socket.
13039
13040         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
13041         IO on *nix systems.
13042
13043         * threadpool.c: removed unused variable.
13044
13045 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
13046
13047         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
13048
13049 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
13050
13051         * locales.c: put back string_invariant_tolower () and
13052         string_invariant_toupper ().
13053
13054 2004-04-26 David Waite <mass@akuma.org>
13055
13056         * file-io.h:
13057         * socket-io.h:
13058         * threads.h:
13059         * unicode.h: remove comma from end of enumeration declarations
13060
13061 2004-04-26 David Waite <mass@akuma.org>
13062
13063         * debug-mono-symfile.h:
13064         * decimal.c:
13065         * mono_debug.h:
13066         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
13067
13068
13069 2004-04-26  Jackson Harper  <jackson@ximian.com>
13070
13071         * appdomain.c: Increment version number.
13072         
13073 2004-04-26  Jackson Harper  <jackson@ximian.com>
13074
13075         * appdomain.c: Set assembly references public token value when
13076         PublicKeyToken is specified, not the hash_value. Free public token
13077         values when free assembly name data. Previously the public key
13078         token was hex decoded, however we are using hex encoded public key
13079         tokens, so this is not neccasary.
13080         * assembly.c: Lookup assemblies in the gac if their public token
13081         value is set. Add function to allow enabling user gac
13082         lookups. Specify whether or not the assembly was loaded from the
13083         GAC. Compare full assembly names when checking the cache for
13084         assemblies (Temporarily disabled see comment in code). Remove
13085         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
13086         specifies trace-loader they get extra info to stdout on the
13087         loading of assemblies.
13088         * image.h: Add a field for an assembly references public token
13089         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
13090         whether an assembly has been loaded from the GAC.
13091         * image.c: Remove a corlib -> mscorlib name mapping.
13092         * loader.h: Add function to enable/disable the user gac.
13093         * mono-config.c: Check if the usergac is enabled in the config
13094         file.
13095         * icall.c: New icall to determine whether or not an assembly has
13096         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
13097         * tabldefs.h: Add constant for assemblyref flag that specifies a
13098         full public key is used instead of a public token.
13099         * reflection.c: Remove mscorlib -> corlib mappings. Set
13100         PublicTokenValue instead of hash value. This value is a hex
13101         string so it does not need to be expanded.
13102
13103 2004-04-26  Martin Baulig  <martin@ximian.com>
13104
13105         * mono-debug-debugger.c (mono_debugger_initialize): Set
13106         `mono_debugger_initialized' before calling mono_debug_lock().
13107
13108 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
13109
13110         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
13111           InternalToUpper/InternalToLower.
13112         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
13113           removed invariant culture shortcut.  This is now done in managed code.
13114         * locales.c: (string_invariant_toupper/tolower) removed.
13115
13116 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13117
13118         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
13119         Added Poll internal call.
13120
13121         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
13122         call for Poll. Select was too heavy for polling a single socket.
13123
13124         * threadpool.[ch]: added mono_threadpool_cleanup.
13125         * threads.c: use it. Don't use Thread_Abort on windows.
13126
13127 2004-04-23  Martin Baulig  <martin@ximian.com>
13128
13129         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
13130
13131 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
13132
13133         * icall.c: Registred new icalls for key pair protection and added an
13134         icall for Environment.GetFolderPath on Windows.
13135         * security.c|h: Added new icalls for key pair protection.
13136
13137 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13138
13139         * socket-io.c: don't display the non-supported family warning for known
13140         families. Now this is not displayed on windows when checking support
13141         for IPv4/IPv6.
13142
13143 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13144
13145         * class.c: don't display the layout warning for static fields.
13146
13147 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
13148
13149         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
13150         * locales.c, locales.h: Added new icalls for culture-specific
13151         Char.ToLower and Char.ToUpper.
13152
13153 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13154
13155         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
13156         by David Waite.
13157
13158 2004-04-20  Martin Baulig  <martin@ximian.com>
13159
13160         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
13161         of the type name before passing it to mono_reflection_type_from_name().
13162
13163 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
13164
13165         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
13166         encodings here. Fixes #56965.
13167
13168 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
13169
13170         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
13171         fix test on strstr result not that I can see anything that
13172         relies on the result.
13173
13174 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
13175
13176         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
13177         Fixes #57081.
13178
13179         * marshal.c (mono_marshal_get_string_encoding): New helper function.
13180
13181         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
13182         function to determine which marshalling to use for strings. Fixes
13183         #56965.
13184
13185         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
13186
13187         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
13188
13189 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
13190
13191         * icall.c: #include mono-config.h
13192
13193 2004-04-15  Jackson Harper  <jackson@ximian.com>
13194
13195         * culture-info-tables.h: Fix date formats for en-US culture.
13196         
13197 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
13198
13199         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
13200         ThreadPool.SetMinThreads.
13201         * threadpool.c: Implemented ThreadPool.GetMinThreads and
13202         ThreadPool.SetMinThreads.
13203
13204 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
13205
13206         * mono-config.c: also load the .config file in the directory
13207         where the assembly was found.
13208
13209 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
13210
13211         * assembly.c: load per-assembly config files.
13212         * icall.c: decrapified code to get the config dir and moved to
13213         mono-config.c.
13214         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
13215         per-assembly config files. When doing a dll map lookup give precedence
13216         to the per-assembly data.
13217
13218 2004-04-14  Martin Baulig  <martin@ximian.com>
13219
13220         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
13221         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
13222         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
13223
13224         * mono-debugger-debugger.c: While the debugger is locked, remember
13225         whether the symbol tables have changes and send one single
13226         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
13227
13228 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
13229
13230         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
13231
13232         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
13233         function.
13234
13235         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
13236         account when marshalling string arrays. Fixes #56965.
13237
13238 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
13239
13240         * icall.c: Add new icalls mapping for security.
13241         * security.c|h: Add internal calls for WindowsIdentity,
13242         WindowsImpersonationContext and WindowsPrincipal.
13243
13244 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
13245
13246         * class.c: Added comment to ensure the System.MonoDummy class
13247         is removed when no longer necessary
13248
13249 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
13250
13251         * appdomain.c: Pass arguments to the bootstraping exceptions to
13252         minimize JITed methods at boot
13253
13254         * metadata.c (mono_exception_from_name_two_strings): Allow for the
13255         second string to be null.
13256
13257         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
13258         Change the protocol to minimize the JIT methods at startup.  Now
13259         it Returns the internal codepage, if the value of "int_code_page"
13260         is 1 at entry, and we can not compute a suitable code page
13261         number, returns the code page as a string.
13262
13263 2004-04-13  Jackson Harper  <jackson@ximian.com>
13264
13265         * culture-info-tables.h: Fix number of decimal digits for all
13266         english locales.
13267
13268 2004-04-13  Jackson Harper  <jackson@ximian.com>
13269
13270         * icall.c: Clairfy out of sync error message. It is not always
13271         your corlib that is out of sync.
13272
13273 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
13274
13275         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
13276         properties when only the set accessor is overriden. Fixes #55874.
13277
13278 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
13279
13280         * assembly.c (mono_assembly_load_references): Make this thread safe.
13281         Fixes #56327.
13282
13283 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
13284
13285         * monosn.c: Add missing initialization calls.
13286
13287 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
13288
13289         * locales.c:
13290         ves_icall_System_Globalization_CultureInfo_construct_number_format
13291         Fix g_assert so it compiles on fussier compilers re int/ptr
13292         mismatch
13293
13294 2004-04-08  Dick Porter  <dick@ximian.com>
13295
13296         * socket-io.h:
13297         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
13298         53992.  Also rearrange the code so that the internal calls return
13299         an error value and exceptions are thrown from managed code.
13300
13301         * icall.c: Add type info to the socket icalls.
13302
13303 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13304
13305         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
13306         owes me a beer.
13307
13308 2004-04-07  Martin Baulig  <martin@ximian.com>
13309
13310         * class.c (mono_class_from_generic_parameter): Don't default
13311         `klass->parent' to `mono_defaults.object_type'.
13312
13313 2004-04-07  Martin Baulig  <martin@ximian.com>
13314
13315         * reflection.c (mono_reflection_initialize_generic_parameter): Set
13316         `param->pklass->reflection_info'.       
13317
13318 2004-04-07  Jackson Harper  <jackson@ximian.com>
13319
13320         * culture-info-tables.h: Fix date separator symbol.
13321         
13322 2004-04-07  Martin Baulig  <martin@ximian.com>
13323
13324         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
13325         from System.Type to System.MonoType.
13326
13327 2004-04-07  Martin Baulig  <martin@ximian.com>
13328
13329         * reflection.h
13330         (MonoReflectionGenericParam): Added `has_reference_type' and
13331         `has_value_type' fields.
13332
13333         * reflection.c (mono_image_get_generic_param_info): Encode the
13334         correct flags if we have the `class' or `struct' constraint.
13335
13336 2004-04-07  Martin Baulig  <martin@ximian.com>
13337
13338         * reflection.h
13339         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
13340
13341 2004-04-07  Jackson Harper  <jackson@ximian.com>
13342
13343         * appdomain.c: Revert extra patches, just wanted to bump the
13344         version number.
13345         
13346 2004-04-07  Jackson Harper  <jackson@ximian.com>
13347
13348         * Makefile.am: Add culture-info private headers.
13349         * icall.c: Add new icalls for contructing locales.
13350         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
13351         * locales.h: Declare new culture info construction methods.
13352         * object.h: Add new fields used to avoid the CultureMap to
13353         MonoCultureInfo.
13354         * culture-info.h: Definition of structs used in the culture info
13355         tables.
13356         * culture-info-tables.h: Autogenerated tables that contain culture
13357         info data. This file was generated with the locale-builder tool.
13358         * appdomain.c: Incement corlib version number.
13359         
13360 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
13361
13362         * appdomain.c: (mono_runtime_init) move mono_thread_init
13363         to before mono_object_new calls so critical sections
13364         are initialized before use.
13365
13366 2004-04-07  Martin Baulig  <martin@ximian.com>
13367
13368         * icall.c
13369         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
13370         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
13371         (ves_icall_MonoGenericParam_initialize): Removed.
13372         (monogenericparam_icalls): Removed.
13373         (generictypeparambuilder_icalls): Added new table for
13374         System.Reflection.Emit.GenericTypeParameterBuilder.
13375
13376         * reflection.c
13377         (mono_reflection_define_generic_parameter): Removed.
13378         (mono_reflection_initialize_generic_parameter): This is now called
13379         from GenericTypeParameterBuilder's .ctor.
13380
13381 2004-04-06  Martin Baulig  <martin@ximian.com>
13382
13383         * class.c (mono_class_init): Don't inflate nested classes in a
13384         generic instance.
13385         (mono_type_get_name_recurse): Include the generic arguments for
13386         generic instances and generic type declarations.
13387         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
13388         (_mono_class_get_instantiation_name): Removed.
13389         (mono_class_create_generic): Always use `gklass->name' as our name.
13390
13391         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
13392
13393         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
13394         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
13395         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
13396         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
13397         closed generic methods here.
13398
13399         * reflection.c
13400         (mono_reflection_generic_inst_get_nested_types): Removed.
13401         (inflate_mono_method): Copy the generic parameters from the
13402         MonoMethodHeader into out MonoGenericMethod.
13403
13404 2004-04-06  Martin Baulig  <martin@ximian.com>
13405
13406         * row-indexes.h
13407         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
13408
13409         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
13410
13411         * reflection.c (build_compressed_metadata): If we have any entries
13412         in the GenericParam, MethodSpec or GenericParamConstraint tables,
13413         set the header version to 1.1.
13414
13415 2004-04-06  Martin Baulig  <martin@ximian.com>
13416
13417         * class.c (mono_class_init): If we're a generic instance,
13418         initialize our nested classes, too.
13419         (_mono_class_get_instantiation_name): Deal with the new `!%d'
13420         suffix. 
13421
13422 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13423
13424         * process.c: quote the argument passed to the shell on windows.
13425
13426 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
13427
13428         * threads.c (mono_alloc_special_static_data): Allow this to be
13429         called during startup.
13430
13431 2004-04-02  Martin Baulig  <martin@ximian.com>
13432
13433         * icall.c
13434         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
13435
13436 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
13437
13438         * icall.c: Fix build.
13439
13440 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
13441
13442         * Makefile.am: Added security.c|h.
13443         * icall.c: Added icall for get_UserName;
13444         * security.c: New file for security related icalls. Added function
13445         get_UserName for System.Environment (fix #56144).
13446         * security.h: New. Header file for security.c
13447
13448 2004-04-02  Dick Porter  <dick@ximian.com>
13449
13450         * icall.c: Deleted the icalls that were obsoleted some time ago
13451         by the ICU string code, and which were mixed into the icall
13452         rearranging.  Fixes bug 55969.
13453
13454         * string-icalls.h: 
13455         * string-icalls.c: Deleted the code that those icalls reference.
13456
13457 2004-04-01  Martin Baulig  <martin@ximian.com>
13458
13459         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
13460
13461         * class.c (mono_class_from_generic_parameter): Don't set 
13462         TYPE_ATTRIBUTE_INTERFACE.
13463         (my_mono_class_from_generic_parameter): Likewise.
13464
13465 2004-04-01  Martin Baulig  <martin@ximian.com>
13466
13467         * loader.c (find_method): Added an optional `MonoClass *ic'
13468         argument to search in a specific interface.
13469         (mono_get_method_constrained): New public function.
13470
13471 2004-04-01  Martin Baulig  <martin@ximian.com>
13472
13473         * reflection.c (mono_image_get_generic_field_token): Use the
13474         `handleref' cache here.
13475
13476 2004-04-01  Martin Baulig  <martin@ximian.com>
13477
13478         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
13479
13480         * reflection.c (create_generic_typespec): Use the `typespec' hash
13481         here, not the `typeref' one.    
13482
13483 2004-04-01  Martin Baulig  <martin@ximian.com>
13484
13485         * class.c (mono_class_inflate_generic_type): Moved the
13486         functionality into a new static inflate_generic_type() which
13487         returns NULL if it didn't do anything.  Only increment the
13488         `mono_stats.inflated_type_count' if we actually inflated
13489         something.
13490         (mono_class_get_full): Check the classes type to see whether we
13491         need to inflate it; also inflate MONO_TYPE_(M)VAR.
13492
13493 2004-04-01  Jackson Harper  <jackson@ximian.com>
13494
13495         * reflection.c: Set culture for assembly references.
13496         
13497 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
13498
13499         * reflection.[ch], icall.[ch], Fix support for pinning variables.
13500
13501 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13502
13503         * assembly.c:
13504         (do_mono_assembly_open): the critical section also covers
13505         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
13506
13507 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13508
13509         * threads.c:
13510         (mono_manage_threads): abort the background threads when finishing.
13511         Fixes bug #47232.
13512
13513 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13514
13515         * gc.c: only close the done_event handle if there was no timeout.
13516         C-ified comments.
13517
13518 2004-03-30  Martin Baulig  <martin@ximian.com>
13519
13520         * icall.c (icall_entries): It's called "System.Activator", not
13521         "System.Activation".    
13522
13523 2004-03-30  Martin Baulig  <martin@ximian.com>
13524
13525         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
13526         (mono_class_create_from_typespec): Likewise.
13527
13528 2004-03-30  Martin Baulig  <martin@ximian.com>
13529
13530         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
13531         `has_ctor_constraint' and `initialized'.
13532
13533 2004-03-30  Martin Baulig  <martin@ximian.com>
13534
13535         * reflection.c (encode_new_constraint): New static function to add
13536         the constructor constraint attribute to a type parameter.
13537         (encode_constraints): Call encode_new_constraint() if necessary.
13538
13539         * reflection.h
13540         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
13541
13542         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
13543         
13544 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
13545
13546         * reflection.c, icall.c: add support for pinning variables. 
13547
13548 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
13549
13550         * marshal.c (mono_marshal_get_managed_wrapper):
13551         init bool local with zero rather than null.
13552
13553 2004-03-29  Martin Baulig  <martin@ximian.com>
13554
13555         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
13556         the "official" behavior here.
13557         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
13558
13559 2004-03-29  Martin Baulig  <martin@ximian.com>
13560
13561         * icall.c: Reflect latest API changes.
13562
13563 2004-03-29  Martin Baulig  <martin@ximian.com>
13564
13565         * loader.c (mono_get_method_from_token): Also call
13566         mono_metadata_load_generic_params () for abstract and interface
13567         methods; replace the type arguments in the method signature with
13568         the ones which are loaded from the metadata.
13569
13570 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
13571
13572         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
13573         of the lock is not the current thread. MS.NET don't do it, in spite of
13574         what the documentation says. See bug #56157.
13575
13576 2004-03-28  Martin Baulig  <martin@ximian.com>
13577
13578         * class.c (mono_class_init): Don't call init_properties() and
13579         init_events() for generic instances; set `prop->parent' when
13580         inflating properties.
13581
13582         * reflection.c (mono_generic_inst_get_object): Call
13583         `mono_class_init (ginst->klass)'.
13584         (mono_type_get_object): Only create a MonoGenericInst if your
13585         generic type is a TypeBuilder.
13586         (do_mono_reflection_bind_generic_parameters): Only set
13587         `ginst->is_dynamic' if our generic type is a TypeBuilder.
13588
13589 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
13590
13591         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
13592         Fixes #56091.
13593
13594 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13595
13596         * icall.c: added Kill_internal icall.
13597         * process.[ch]: added Kill_internal icall.
13598
13599 2004-03-25  Martin Baulig  <martin@ximian.com>
13600
13601         * class.h (MonoStats): Added `generic_instance_count',
13602         `inflated_method_count', `inflated_type_count' and
13603         `generics_metadata_size'.       
13604
13605 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13606
13607         * reflection.c: no warnings now.
13608
13609 2004-03-25  Martin Baulig  <martin@ximian.com>
13610
13611         * class.c (mono_class_get_full): New public function; does a
13612         mono_class_get(), but also takes a `MonoGenericContext *'.
13613
13614         * loader.c (mono_field_from_memberref): Renamed to
13615         `field_from_memberref', made static and added `MonoGenericContext *'
13616         argument.
13617         (mono_field_from_token): Added `MonoGenericInst *' argument.
13618         (method_from_memberef): Likewise.
13619         (mono_get_method_from_token): Likewise.
13620         (mono_get_method_full): New public function; does a
13621         mono_get_method(), but also takes a `MonoGenericContext *'.
13622
13623         * verify.c (mono_method_verify): Get the method's generic context
13624         and pass it to mono_field_from_token(), mono_get_method_full() and
13625         mono_class_get_full().
13626
13627 2004-03-25  Martin Baulig  <martin@ximian.com>
13628
13629         * class.c (mono_class_inflate_generic_type): Take a
13630         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
13631         `MonoGenericMethod *'.
13632
13633 2004-03-25  Martin Baulig  <martin@ximian.com>
13634
13635         * loader.h (MonoMethodInflated): Store the MonoGenericContext
13636         instead of the MonoGenericMethod here.
13637
13638 2004-03-25  Martin Baulig  <martin@ximian.com>
13639
13640         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
13641         each time we create a new MonoGenericInst, we also create a new
13642         context which points back to us.
13643
13644         * class.c (inflate_method): Use `ginst->context' instead of
13645         creating a new context.
13646
13647         * loader.c (method_from_memberref): Use
13648         `klass->generic_inst->context' instead of creating a new context.
13649
13650 2004-03-25  Martin Baulig  <martin@ximian.com>
13651
13652         * class.h (MonoGenericContext): New struct.
13653         (MonoGenericMethod): Removed `generic_inst'.
13654
13655         * class.c (mono_class_inflate_generic_method): Take a
13656         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
13657
13658 2004-03-25  Martin Baulig  <martin@ximian.com>
13659
13660         * loader.h (MonoMethodInflated): New typedef.
13661
13662         * metadata.h (MonoMethodSignature): Removed `gen_method', make
13663         `generic_param_count' consume just 30 bits, added `is_inflated'
13664         and `has_type_parameters' flags (one bit each).
13665
13666         * class.c (mono_class_inflate_generic_method): Create a
13667         MonoMethodInflated instead of a MonoMethodNormal and set
13668         `is_inflated' in the method signature.
13669
13670         * class.h (MonoGenericMethod): Removed `generic_method'.
13671
13672 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
13673
13674         * image.c: Make sure the name of a MonoImage is always an absolute path.
13675           This fixes bug #54415.
13676
13677 2004-03-24  Martin Baulig  <martin@ximian.com>
13678
13679         * class.c (mono_class_setup_vtable): If we're a generic instance,
13680         use our generic type's vtable size.
13681
13682 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
13683
13684         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
13685         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
13686         problems.
13687
13688 2004-03-23  Martin Baulig  <martin@ximian.com>
13689
13690         * class.h (MonoDynamicGenericInst): Added `int count_events' and
13691         `MonoEvent *events'.
13692
13693         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
13694         (typebuilder_icalls): Added "get_event_info"; calls
13695         mono_reflection_event_builder_get_event_info(). 
13696
13697         * reflection.c (mono_reflection_generic_inst_initialize): Added
13698         `MonoArray *events'.
13699         (mono_reflection_event_builder_get_event_info): New function.
13700
13701 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
13702
13703         * object.h: add mono_type_initialization_init
13704
13705         * object.c (mono_runtime_class_init): 
13706         implement class constructor synchronization rules
13707         to cope with threading issues.  
13708         add mono_type_initialization_init
13709
13710         * appdomain.c (mono_runtime_init): call 
13711         mono_type_initialization_init
13712
13713         * class.h: removing initializing field from MonoVTable
13714
13715 2004-03-23  Martin Baulig  <martin@ximian.com>
13716
13717         * class.c (my_mono_class_from_generic_parameter): Use
13718         `param->name' if it's not NULL. 
13719
13720 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
13721
13722         * class.c: do not insert non-virtual methods in the vtable.
13723         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
13724         that means the method is non-virtual. This never would have
13725         happened before.
13726
13727 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
13728
13729         * profiler.c: Added lock for accessing coverage_hash.
13730
13731 2004-03-22  Martin Baulig  <martin@ximian.com>
13732
13733         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
13734         `method->method->signature->generic_param_count != 0' to make it
13735         work for interface methods.
13736
13737 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13738
13739         * process.c: quote the string passed to the shell using g_shell_quote.
13740
13741 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13742
13743         * threads.c:
13744         (mono_threads_manage): don't remove the finalizer thread and self
13745         from the threads hash table so that mono_thread_manage can be called
13746         more than once.
13747
13748 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13749
13750         * process.c: quote the arguments when UseShellExecute is true. Fixes
13751         bug #55790.
13752
13753 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13754
13755         * threads.c: set mono_thread_detach as a cleanup routine for every
13756         thread. This way it's always executed upon thread termination, either
13757         aborted or finished normally. No more xsp hangs!
13758
13759 2004-03-17  Martin Baulig  <martin@ximian.com>
13760
13761         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
13762         `int count_nested' and a `MonoType **nested'.
13763
13764         * reflection.c (mono_reflection_bind_generic_parameters): Moved
13765         most of the functionality into a new static
13766         do_mono_reflection_bind_generic_parameters() and don't take a
13767         `MonoType *nested_in' argument any more.  Don't compute nested
13768         types here.
13769         (mono_reflection_generic_inst_get_nested_types): New public method
13770         to get nested types.
13771
13772         * class.c (mono_class_create_generic): Set `klass->nested_in' if
13773         we're a nested class.
13774
13775         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
13776         mono_reflection_generic_inst_get_nested_types() to compute the
13777         nested types.
13778
13779 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
13780
13781         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
13782         descriptive error message under windows.
13783         
13784 2004-03-17  Martin Baulig  <martin@ximian.com>
13785
13786         * class.c (dup_type): Added `const MonoType *original' argument;
13787         copy the attrs from the original type.
13788
13789 2004-03-17  Martin Baulig  <martin@ximian.com>
13790
13791         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
13792         `m->generic_inst_cache' here.
13793
13794 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
13795
13796         * exception.h exception.c: Add stack_overflow_exception.
13797
13798 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13799
13800         * threadpool.c:
13801         (overlapped_callback): call SetEvent *after* invoking the callback.
13802         No need to call CloseHandle.
13803
13804 2004-03-16  Martin Baulig  <martin@ximian.com>
13805
13806         * reflection.c (mono_image_get_fieldref_token): Take a
13807         `MonoReflectionField *' instead of a `MonoClassField *' and a
13808         `MonoClass *'; store the `MonoReflectionField *' in the hash.
13809
13810 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13811
13812         * appdomain.c: don't add the culture to the filename we're looking for
13813         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
13814
13815 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13816
13817         * locales.c: don't ignore symbols when doing case insensitive compares.
13818         Thanks Dick! Fixes bug #54046.
13819
13820         * threads.c: surround 'threads' usage with enter/leave in
13821         mono_thread_manage.
13822
13823 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
13824
13825         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
13826         implicitly marshalled as [Out]. Fixes #55450.
13827
13828         (mono_marshal_get_runtime_invoke): Zero out the result if there is
13829         an exception.
13830
13831 2004-03-16  Martin Baulig  <martin@ximian.com>
13832
13833         * class.c (mono_class_from_generic_parameter): Use the actual
13834         parameter name. 
13835
13836 2004-03-16  Martin Baulig  <martin@ximian.com>
13837
13838         * reflection.c (type_get_signature_size): New static function.
13839         Compues the size of the type in a method signature.
13840         (method_get_signature_size): New static function; calls
13841         type_get_signature_size() to compute the actual size of the
13842         method's signature.
13843         (method_encode_signature): Use method_get_signature_size() to get
13844         the signature's size rather than using `nparams * 10'.
13845
13846 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13847
13848         * file-io.h: define here WapiOverlapped on windows. I don't want the
13849         regular OVERLAPPED one.
13850
13851         * file-io.c:
13852         * threadpool.c: somehow, BindIoCompletionCallback is not found.
13853         Disabling AIO on windows.
13854
13855 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13856
13857         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
13858         bug #55385.
13859
13860 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13861
13862         * appdomain.c: upgraded corlib version.
13863
13864         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
13865         and BeginWrite. Allow opening files for asynchrnous operations.
13866
13867         * file-io.h: new struct that maps FileStreamAsyncResult.
13868         * icall.c: added new icalls.
13869         * process.[ch]: support setting child process environment variables
13870         and use the SHELL or COMSPEC when UseShellExecute is true.
13871
13872         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
13873         callback for async. IO is here and also BindHandle.
13874
13875         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
13876         from here.
13877
13878 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
13879
13880         * reflection.c (create_custom_attr): Allow len == 0.
13881
13882         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
13883         computation on big-endian machines.
13884
13885 2004-03-13  Martin Baulig  <martin@ximian.com>
13886
13887         * class.h (MonoGenericInst): Added `int count_ifaces'.
13888
13889         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
13890         `ginst->count_ifaces' instead `klass->interface_count' since we
13891         may get called before the vtable is created.
13892
13893         * loader.c (mono_method_get_param_names): If we're a generic
13894         instance, return and don't initialize the class.
13895
13896         * reflection.c (mono_reflection_setup_generic_class): Don't call
13897         ensure_runtime_vtable().
13898         (mono_reflection_bind_generic_parameters): Set
13899         `ginst->count_ifaces'.
13900
13901 2004-03-11  Jackson Harper <jackson@ximian.com>
13902
13903         * icall.c:
13904         * unicode.c:
13905         * unicode.h: Remove unused System.Char icalls.
13906         
13907 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
13908
13909         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
13910         code when we P/Invoke the first library in Windows.Forms, instead
13911         of when we first open the assembly.
13912
13913         * assembly.c: Drop the lookup from here.
13914
13915 2004-03-10  Martin Baulig  <martin@ximian.com>
13916
13917         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
13918         class for properties, fields and events.  Finally fixes #54945.
13919
13920 2004-03-10  Martin Baulig  <martin@ximian.com>
13921
13922         * metadata.c (mono_metadata_class_equal): New static function;
13923         checks whether two generic instances or two generic parameters are
13924         equal.
13925         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
13926         compare classes.        
13927
13928 2004-03-10  Martin Baulig  <martin@ximian.com>
13929
13930         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
13931
13932         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
13933         argument and write it into the `reflection_info' field.
13934
13935         * icall.c
13936         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
13937         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
13938
13939 2004-03-09  Jackson Harper  <jackson@ximian.com>
13940
13941         * char-conversions.h: use 8 bits for numeric data its all we need
13942         * icall.c: numeric data is only 8 bits now.
13943
13944 2004-03-09  Martin Baulig  <martin@ximian.com>
13945
13946         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
13947
13948         * class.c (init_properties, init_events): Initialize the new
13949         `parent' field.
13950
13951         * reflection.c (typebuilder_setup_properties): Likewise.
13952         (typebuilder_setup_events): Likewise.
13953
13954         * reflection.h (MonoEventInfo): Replaced `parent with
13955         `declaring_type' and `reflected_type'.
13956
13957         * icall.c (ves_icall_get_property_info): Distinguish between
13958         declaring and reflected type.
13959         (ves_icall_get_event_info): Likewise.
13960
13961 2004-03-09  Martin Baulig  <martin@ximian.com>
13962
13963         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
13964         (ves_icall_Type_GetField): Correctly set field->klass.
13965
13966 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
13967
13968         * loader.h: Fix warning.
13969
13970 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
13971
13972         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
13973         library routine if present.  Notice that it will still continue
13974         executing even if its missing, for those working on the Gtk#
13975         edition of Windows.Forms.
13976
13977         * assembly.c (do_mono_assembly_open): If loading the
13978         System.Windows.Forms call mono_loader_wini_init.
13979
13980 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
13981
13982         * class.h: Added MonoRemoteClass struct.
13983         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
13984         function for MonoStrings.
13985         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
13986         Added internal call for getting the proxy type.
13987         * marshal.c: Get the type of transparent proxies from its remote_class.
13988         Added methods that generate the IL for type checks and casts:
13989         mono_marshal_get_isinst, mono_marshal_get_castclass, 
13990         mono_marshal_get_proxy_cancast.
13991         * marshal.h: Declaration of the previous new methods.
13992         * object.c: Added new moethods for creating and updating MonoRemoteClass
13993         instances: mono_remote_class, mono_upgrade_remote_class, 
13994         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
13995         * verify.c: FIx transparent_proxy_fields layout.
13996         * appdomain.c: Bump corlib version.
13997
13998 2004-03-04  Jackson Harper  <jackson@ximian.com>
13999
14000         * icall.c: Add icall to access char conversion tables.
14001         * char-conversions.h: Character conversion tables.
14002         * Makefile.am: Add char-conversions.h private header file.
14003         
14004 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
14005
14006         * appdomain.c (unload_thread_main): Increase unloading timeout to
14007         10 sec as a temporary workaround for Nant problems.
14008
14009 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
14010
14011         * gc.c: Add checks for GC_enable and GC_disable.
14012
14013         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
14014         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
14015         (bug #54988).
14016         
14017 2004-02-27  Martin Baulig  <martin@ximian.com>
14018
14019         * reflection.c (mono_reflection_bind_generic_parameters): Take a
14020         `MonoReflectionType *' instead of a `MonoType *'.
14021
14022 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
14023
14024         * gc.c (run_finalize): Avoid finalizing the object representing the
14025         finalizer thread.
14026         (finalizer_thread): Fix warning.
14027
14028 2004-02-25  Martin Baulig  <martin@ximian.com>
14029
14030         * class.c (_mono_class_get_instantiation_name): Added `int offset'
14031         argument for nested types.
14032         (mono_class_create_generic): Added support for nested generictypes.
14033
14034         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
14035         `GList *nested'.
14036
14037         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
14038
14039         * reflection.c (method_encode_signature): Increase the minimum
14040         value of `size' from 10 to 11.
14041         (mono_reflection_bind_generic_parameters): Take `int type_argc'
14042         and `MonoType **types' arguments instead of the `MonoArray
14043         *types'; added `MonoType *nested_in'.  Recursively instantiate
14044         nested classes. 
14045
14046 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
14047
14048         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
14049         stack_overflow_ex members which are used by exception handling.
14050
14051         * appdomain.c (mono_runtime_init): Initialize the new members.
14052
14053         * gc.c (mono_gc_enable): New helper function.
14054         * gc.c (mono_gc_disable): New helper function.
14055
14056 2004-02-23  Martin Baulig  <martin@ximian.com>
14057
14058         * icall.c: I must have been really stupid - make it actually work
14059         this time ;-)
14060
14061 2004-02-23  Martin Baulig  <martin@ximian.com>
14062
14063         * loader.c (method_from_memberref): Only inflate the method if
14064         it's in another klass.
14065
14066 2004-02-23  Martin Baulig  <martin@ximian.com>
14067
14068         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
14069         (mono_class_init): If we're a generic instance and an interface,
14070         compute `class->interface_id'; also create `class->interfaces'
14071         here and inflate them.
14072
14073         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
14074         `ginst->is_open'.
14075         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
14076
14077         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
14078
14079 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
14080
14081         * reflection.c (method_encode_code): Improved the error message
14082         generated by the exception.
14083
14084 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14085
14086         * icall.c: Martin did not do what he said in the ChangeLog for
14087         2004-02-18, but put back the changes for properties and events.
14088         Commenting those changes out again and adding comment to bug #54518.
14089         
14090         * process.c: removed warning.
14091
14092 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
14093
14094         * marshal.c (emit_struct_conv): Print an error message instead of
14095         asserting when a type does not have the StructLayout attribute.
14096
14097 2004-02-20  Martin Baulig  <martin@ximian.com>
14098
14099         * reflection.c (mono_type_get_object): Also use the cache for
14100         generic instances.
14101         (mono_reflection_bind_generic_parameters): Always compute
14102         `ginst->ifaces'.        
14103
14104 2004-02-20  Martin Baulig  <martin@ximian.com>
14105
14106         * class.h (MonoGenericMethod): Removed `klass'.
14107
14108         * class.c (mono_class_inflate_generic_method): Added `MonoClass
14109         *klass' argument.
14110
14111 2004-02-20  Martin Baulig  <martin@ximian.com>
14112
14113         * reflection.c (method_encode_methodspec): Actually use the
14114         uninflated signature for the memberref.
14115
14116 2004-02-20  Martin Baulig  <martin@ximian.com>
14117
14118         * class.h (MonoGenericMethod): Removed `declaring'.
14119
14120         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
14121         is NULL, compute it here.
14122
14123 2004-02-20  Martin Baulig  <martin@ximian.com>
14124
14125         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
14126
14127         * metadata.c (mono_metadata_generic_inst_hash): New method.
14128         (mono_metadata_generic_inst_equal): New method.
14129
14130         * reflection.c (mono_reflection_bind_generic_parameters): Use the
14131         `klass->image->generic_inst_cache' cache to avoid creating
14132         duplicate MonoGenericInst's.
14133
14134         * class.c (mono_class_inflate_generic_type): Use the cache.
14135
14136 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
14137
14138         * object.c: fixed gc descriptor calculation for embedded valuetypes.
14139
14140 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14141
14142         * icall.c: added Socket.WSAIoctl icall.
14143
14144         * socket-io.[ch]: implemented
14145         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
14146
14147 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
14148
14149         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
14150
14151 2004-02-18  Urs C Muff  <umuff@quark.com>
14152
14153         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
14154         this work on PPC and other big-endian architectures.
14155
14156         * debug-mono-symfile.h: Prepended the names of all the `guint32'
14157         fields with an underscore to make sure they're only accessed by
14158         the read32() macro.
14159
14160 2004-02-18  Martin Baulig  <martin@ximian.com>
14161
14162         * icall.c: Put the klass->refclass changes back for methods and
14163         fields, but not for properties and events.  We're currently not
14164         distinguishing between DeclaringType and ReflectedType for
14165         properties and events, that's what caused the regressions.
14166
14167 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14168
14169         * object.c:
14170         (mono_async_result_new): the handle can be NULL.
14171
14172         * threadpool.c: Use an event instead of a semaphore, don't initialize
14173         it until needed. This saves quite a few semaphores from being created
14174         when using the threadpool.
14175
14176 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
14177
14178         * object.c (mono_string_is_interned_lookup): Fix interning of long
14179         strings. Fixes #54473.
14180
14181         * domain.c (ldstr_equal): Optimize if the two strings are equal.
14182
14183         * icall.c: Revert the klass->refclass changes since they introduce
14184         regressions (bug #54518).
14185
14186 2004-02-18  Martin Baulig  <martin@ximian.com>
14187
14188         * class.c (mono_class_init): If we're a generic instance and don't
14189         come from a TypeBuilder, inflate our members here.
14190         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
14191         (mono_class_create_generic): New public method.
14192         (mono_class_initialize_generic): Removed.
14193         (get_instantiation_name): Renamed to
14194         _mono_class_get_instantiation_name() and made it public.
14195
14196 2004-02-18  Martin Baulig  <martin@ximian.com>
14197
14198         * class.c (mono_class_inflate_generic_type): Clear the new
14199         instance's `nginst->klass' when inflating a generic instance.
14200         (mono_class_is_subclass_of): Added (basic) support for generic
14201         instances.
14202
14203 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
14204
14205         * appdomain.h, domain.c: use a MonoCodeManager instead of a
14206         MonoMempool to hold compiled native code.
14207
14208 2004-02-17  Martin Baulig  <martin@ximian.com>
14209
14210         * class.h (MonoDynamicGenericInst): Added `count_properties' and
14211         `properties'.
14212
14213         * reflection.c (mono_reflection_generic_inst_initialize): Added
14214         `MonoArray *properties' argument.
14215
14216         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
14217
14218 2004-02-17  Martin Baulig  <martin@ximian.com>
14219
14220         * icall.c (ves_icall_Type_GetFields): Renamed to
14221         ves_icall_Type_GetFields_internal() and added a
14222         `MonoReflectionType *rtype' argument; pass it to
14223         mono_field_get_object() to set the field's "reflected" type.
14224         (ves_icall_Type_GetConstructors): Likewise.
14225         (ves_icall_Type_GetEvents): Likewise.
14226         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
14227         argument; pass it to mono_method_get_object() to set the method's
14228         "reflected" type.       
14229
14230 2004-02-17  Martin Baulig  <martin@ximian.com>
14231
14232         * class.h (MonoDynamicGenericInst): New type.
14233         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
14234
14235         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
14236         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
14237         (ves_icall_MonoGenericInst_GetFields): New interncall.
14238
14239         * class.c (mono_class_from_generic): Don't call
14240         mono_class_initialize_generic() if this is a dynamic instance;
14241         ie. it's being created from a TypeBuilder.
14242         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
14243         `class->byval_arg.type'.
14244
14245         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
14246         to `inflate_method' and made static.
14247         (mono_reflection_inflate_field): Removed.
14248         (mono_reflection_generic_inst_initialize): New public method.
14249
14250         * reflection.h (MonoReflectionGenericInst): Removed `methods',
14251         `ctors' and `fields'; added `initialized'.
14252
14253 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
14254
14255         * debug-helpers.c (mono_method_full_name): Fix output for empty
14256         namespaces.
14257
14258 2004-02-12  Martin Baulig  <martin@ximian.com>
14259
14260         * class.h (MonoClassField): Added `MonoType *generic_type'.
14261
14262         * reflection.c (mono_image_get_fieldref_token): Added support for
14263         instantiated generic types.
14264         (field_encode_inflated_field): Removed.
14265         (mono_image_get_inflated_field_token): Removed.
14266         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
14267
14268         * reflection.h (MonoReflectionInflatedField): Removed.
14269
14270 2004-02-12  Martin Baulig  <martin@ximian.com>
14271
14272         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
14273         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
14274
14275         * reflection.c (mono_image_get_methodspec_token): Take a
14276         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
14277         (mono_image_create_token): Check whether we have a
14278         `method->signature->gen_method' and call
14279         mono_image_get_methodspec_token() if appropriate.
14280         (inflated_method_get_object): Removed.
14281         (mono_reflection_bind_generic_method_parameters): Return a
14282         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
14283         (mono_reflection_inflate_method_or_ctor): Likewise.
14284
14285         * reflection.h (MonoReflectionInflatedMethod): Removed.
14286
14287 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
14288
14289         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
14290         for custom valuetype marshalling.
14291
14292         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
14293
14294 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14295
14296         * icall.c: fixed WSAGetLastError_internal name.
14297
14298 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
14299
14300         * threads.c (mono_thread_attach): Allow this to be called multiple
14301         times for a thread.
14302         
14303         * threads.c (build_wait_tids): Do not wait for ourselves.
14304
14305         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
14306         appdomain list is empty.
14307
14308         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
14309         memory returned by mono_string_builder_to_utf16, since it points into
14310         managed memory. Thanks to Bernie Solomon for noticing this.
14311
14312         * icall.c: Add AppDomainSetup icalls.
14313
14314         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
14315
14316         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
14317         types.
14318
14319         * reflection.c (reflection_methodbuilder_to_mono_method): Save
14320         custom attributes to the method_aux struct. Also fix array indexes etc.
14321
14322         * loader.c (mono_method_get_param_names): Make dynamic case work again.
14323         
14324 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
14325
14326         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
14327         (both static and runtime) and reduce startup time.
14328
14329 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
14330
14331         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
14332         AsAny marshalling conversion instead of crashing.
14333
14334         * marshal.c: Fix warnings.
14335
14336 2004-02-09  Martin Baulig  <martin@ximian.com>
14337
14338         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
14339
14340         * reflection.h (MonoReflectionInflatedMethod): Removed the
14341         `declaring' field, it's now in the unmanaged MonoGenericMethod.
14342
14343         * reflection.c (method_encode_methodspec): Removed the `method'
14344         argument; we get it from `gmethod->declaring'.
14345         (inflated_method_get_object): Removed the `declaring' argument.
14346
14347 2004-02-09  Martin Baulig  <martin@ximian.com>
14348
14349         * class.h (MonoGenericMethod): New type.
14350         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
14351         `generic_method'.
14352
14353         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
14354         a `MonoGenericMethod *gen_method' one.
14355
14356         * class.c (mono_class_inflate_generic_type): Take an additional
14357         `MonoGenericMethod * argument.  This is only non-NULL if we're
14358         inflating types for a generic method.   
14359         (mono_class_inflate_generic_signature): Renamed to
14360         inflate_generic_signature() and made static; take a
14361         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
14362         (inflate_generic_header): Take a `MonoGenericMethod *' argument
14363         instead of a `MonoGenericInst *' one.
14364         (mono_class_inflate_generic_method): Likewise.
14365
14366         * reflection.c (encode_generic_method_sig): Take a
14367         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
14368         (method_encode_methodspec): Likewise.
14369         (inflated_method_get_object): Likewise. 
14370
14371         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
14372         field with a `MonoGenericMethod *gmethod' one.  
14373
14374 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
14375
14376         * class.h (mono_class_has_parent): add parens to expansion
14377         so you can ! this.
14378
14379 2004-02-08  Martin Baulig  <martin@ximian.com>
14380
14381         * image.h (MonoImage): Removed `generics_cache'.
14382
14383         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
14384         instead of a `MonoType *' argument; removed the `inflate_methods'
14385         argument.  Don't inflate methods here.
14386
14387         * loader.c (find_method): If it's a generic instance, call
14388         mono_class_init() on the `sclass->generic_inst->generic_type'.
14389
14390         * metadata.c (mono_type_size): Make this work on uninitialized
14391         generic instances; call it on the `ginst->generic_type's class.
14392
14393         * reflection.c (mono_reflection_bind_generic_parameters): Call
14394         mono_class_from_generic() to create the `ginst->klass'.
14395
14396 2004-02-08  Martin Baulig  <martin@ximian.com>
14397
14398         * class.h (MonoClass): Changed type of `generic_inst' from
14399         `MonoType *' to `MonoGenericInst *'.
14400
14401 2004-02-08  Martin Baulig  <martin@ximian.com>
14402
14403         * icall.c (ves_icall_Type_BindGenericParameters): Just call
14404         mono_type_get_object(), this is now creating a `MonoGenericInst'
14405         for MONO_TYPE_GENERICINST.
14406         (ves_icall_MonoGenericInst_GetParentType): Likewise.
14407         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
14408
14409         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
14410         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
14411         (inflated_method_get_object): Added `MonoClass *refclass' argument.
14412         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
14413         and reflected type.
14414
14415         * reflection.h (MonoReflectionInflatedMethod): Removed
14416         `declaring_type' and `reflected_type'.
14417
14418 2004-02-08  Martin Baulig  <martin@ximian.com>
14419
14420         * class.h (MonoGenericInst): Added `MonoType *parent' and
14421         `MonoType **ifaces'.
14422
14423         * reflection.h (MonoReflectionGenericInst): Removed `klass',
14424         `parent' and `interfaces'.
14425
14426         * reflection.c (mono_reflection_bind_generic_parameters): Take a
14427         `MonoType *' argument and return a `MonoType *'.
14428
14429         * icall.c
14430         (ves_icall_MonoGenericInst_GetParentType): New interncall.
14431         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
14432
14433 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
14434
14435         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
14436         valuetype marshalling.
14437
14438 2004-02-06  Martin Baulig  <martin@ximian.com>
14439
14440         * class.c
14441         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
14442         (my_mono_class_from_generic_parameter): Likewise.
14443
14444 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
14445
14446         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
14447         contents of the symbol files lazily.
14448
14449         * object.h (MonoThread): Add 'name' and 'name_len' fields.
14450
14451         * threads.h threads.c icall.c: New icalls for getting and setting the
14452         threads name.
14453
14454 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
14455
14456         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
14457         Raise an exception when the domain is not found.
14458
14459 2004-02-03  Martin Baulig  <martin@ximian.com>
14460
14461         * reflection.c (mono_image_get_methodspec_token): Use the
14462         uninflated signature; fixes gen-33.
14463
14464 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
14465
14466         * gc.c threads.c: Make the finalizer thread a normal managed thread so
14467         the finalizer code can use thread functionality.
14468
14469         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
14470         the finalizer thread.
14471
14472         * threads.c: Make some functions more robust.
14473
14474         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
14475
14476         * metadata.h: Add new marshalling conventions.
14477
14478         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
14479         stringbuilder marshalling. Fixes #53700.
14480
14481         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
14482
14483         * reflection.c (mono_image_get_type_info): Save declarative security
14484         info.
14485
14486         * reflection.c (mono_image_get_field_info): Handle uninitialized 
14487         unmanaged fields as well.
14488
14489         * appdomain.c: Bump corlib version.
14490
14491 2004-02-01  Martin Baulig  <martin@ximian.com>
14492
14493         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
14494         method type arguments.  
14495
14496 2004-01-30  Duncan Mak  <duncan@ximian.com>
14497
14498         * marshal.h: Add prototype for
14499         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
14500         and
14501         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
14502         fix the build.
14503
14504 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
14505
14506         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
14507         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
14508
14509 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
14510
14511         * marshal.c (mono_marshal_get_native_wrapper): Add support for
14512         custom marshalling of valuetypes.
14513
14514         * marshal.c: Fix some warnings.
14515
14516 2004-01-29  Martin Baulig  <martin@ximian.com>
14517
14518         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
14519         for generic method parameters.
14520
14521         * reflection.c (method_encode_methodspec): Write the uninflated
14522         signature into the methodspec table.
14523         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
14524         is always the uninflated method.
14525         (reflection_methodbuilder_to_mono_method): Copy the generic
14526         parameters from the MethodBuilder into `header->gen_params'.
14527
14528 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
14529
14530         * class.c (mono_class_from_generic_parameter): Fix warning.
14531
14532 2004-01-27  Martin Baulig  <martin@ximian.com>
14533
14534         * class.c (mono_class_from_generic_parameter): Don't create
14535         `klass->methods' here.  
14536
14537 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
14538
14539         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
14540         extension since it does not work with libraries named lib<FOO>.dll.so.
14541
14542 2004-01-25  Martin Baulig  <martin@ximian.com>
14543
14544         * class.c (mono_class_inflate_generic_type): Added support for
14545         MONO_TYPE_GENERICINST.
14546
14547         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
14548         inflate methods on open constructed types.      
14549
14550 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14551
14552         * object.c: fire ProcessExit event in the root AppDomain after running
14553         Main. Fixes bug #53299.
14554
14555 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
14556
14557         * socket-io.c: include the new socket-wrappers.h header.
14558         Use the wrappers instead of the unix socket functions to make the code
14559         more clear.
14560
14561 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
14562
14563         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
14564
14565         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
14566         Fixes #22532.
14567
14568 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
14569
14570         * reflection.c (mono_image_create_pefile): Handle the case when the
14571         entry point is not a MethodBuilder.
14572
14573         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
14574         field to ReflectionMethod since it is not allways a builder.
14575
14576         * reflection.c (type_get_fully_qualified_name): New helper function to
14577         return the fully qualified name of a type.
14578
14579         * reflection.c (encode_marshal_blob): Always emit the fully qualified
14580         type name for custom marshallers.
14581
14582         * reflection.c (mono_marshal_spec_from_builder): Ditto.
14583
14584         * class.c (mono_class_setup_vtable): If a parent class already 
14585         implements an interface, use the implementing methods from that class.
14586         Fixes #53148.
14587
14588 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14589
14590         * threadpool.c: just return instead of ExitThread to allow for thread
14591         clean up earlier.
14592
14593 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
14594
14595         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
14596         when closing resource modules.
14597
14598         * reflection.c (mono_image_create_pefile): Handle the case when the
14599         entry point is not a MethodBuilder.
14600
14601         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
14602         field to ReflectionMethod since it is not allways a builder.
14603
14604 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
14605
14606         * marshal.c (mono_marshal_get_managed_wrapper): 
14607         mono_marshal_alloc takes native int so CONV_I
14608         the arg for 64bits.
14609
14610 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
14611
14612         * reflection.c (fixup_cattrs): New function to fixup the methoddef
14613         tokens in the cattr table. Fixes #53108.
14614
14615 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14616
14617         * loader.c: don't trim ".dll" before looking up in the config file.
14618         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
14619
14620 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
14621
14622         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
14623         Return the module which contains the resource as well.
14624         (ves_icall_System_Reflection_Module_Close): New icall.
14625
14626         * appdomain.c: Bump corlib version number.
14627
14628         * image.c (mono_image_addref): New public function.
14629
14630         * assembly.c: Call mono_image_addref.
14631
14632         * reflection.c (mono_module_get_object): Increase reference count of 
14633         the image.
14634
14635         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
14636         Fixes #22532.
14637
14638         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
14639         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
14640         proper exceptions on DllImport problems.
14641
14642 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
14643
14644         * class.c, metadata.c: eliminate CSIZE macro.
14645
14646 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
14647
14648         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
14649         * object.h: Added async_callback field in MonoAsyncResult.
14650         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
14651         * verify.c: Added async_callback in MonoAsyncResult layout.
14652
14653 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
14654
14655         * reflection.c (mono_reflection_get_custom_attrs): Add support
14656         for Modules.
14657
14658 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
14659
14660         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
14661         marshalling.
14662         (mono_marshal_method_from_wrapper): Add null pointer check.
14663
14664 2004-01-16  Martin Baulig  <martin@ximian.com>
14665
14666         * debug-mono-symfile.h: Set version number to 36 and reflect
14667         latest symbol writer changes.
14668
14669 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
14670
14671         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
14672         multi-dimensional arrays.
14673         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
14674         (mono_class_from_mono_type): Use bounded_array_class_get.
14675         
14676         * class.c (mono_bounded_array_class_get): New function which takes
14677         a 'bounded' bool argument to distinguish vectors from one dimensional
14678         arrays.
14679
14680         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
14681         bounded_array_class_get if the array has bounds.
14682
14683         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
14684         Search modules loaded using AssemblyBuilder:AddModule as well.
14685
14686 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14687
14688         * appdomain.c: increased corlib version.
14689         * filewatcher.c: removed g_print.
14690         * icall.c:
14691         (get_property_info): only allocate what is actually requested.
14692         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
14693
14694 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14695
14696         * Makefile.am: added filewatcher.[ch]
14697         * filewatcher.[ch]: FileSystemWatcher runtime support.
14698         * icall.c: added new FSW icalls.
14699
14700 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
14701
14702         * string-icalls.c: fix stringbuilder regression as suggested by
14703         Iain McCoy <iain@mccoy.id.au>.
14704
14705 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
14706
14707         * process.c (process_read_stringtable_block): Recognize '007f' as
14708         a language neutral stringtable block.
14709
14710 2004-01-12  Patrik Torstensson
14711
14712         * object.h (MonoStringBuilder) : Changed layout to support our
14713         new stringbuilder class.
14714         * marshal.c: Change marshalling to support the new layout of 
14715         string builder.
14716         * appdomain.c: increased version number because new layout of
14717         string builder.
14718
14719 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
14720
14721         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
14722         assembly name as an string instead of an AssemblyName, since it is
14723         easier to extract info from it.
14724
14725         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
14726         the culture subdirectories too. Fixes #52231.
14727
14728 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14729
14730         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
14731         It takes 2 new parameters with an optional name for the method to look
14732         for and case ignoring info.
14733
14734         * threadpool.c: removed unused variable.
14735
14736 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14737
14738         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
14739         It takes 2 new parameters with an optional name for the property to look
14740         for and case ignoring info.
14741         Fixes bug #52753.
14742
14743 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
14744
14745         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
14746         Fix #52451.
14747
14748 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14749
14750         * appdomain.c:
14751         * assembly.c: escape the uri before passing it to g_filename_from_uri.
14752         Fixes bug #52630.
14753
14754 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
14755
14756         * reflection.c: Add support for more than one unmanaged resource.
14757
14758         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
14759         in field->def_value, as done in all other cases.
14760
14761         * reflection.c (mono_reflection_get_custom_attrs): Add support for
14762         TypeBuilders.
14763
14764         * reflection.c (mono_reflection_create_runtime_class): Remove 
14765         errorneous assignment to klass->element_class, since it is already
14766         done in mono_reflection_setup_internal_class.
14767
14768 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14769
14770         * gc.c: added missing LeaveCriticalSection.
14771         * icall.c: indented a couple of lines.
14772         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
14773         if we call EndInvoke inside a callback. Fixes bug #52601.
14774
14775 2004-01-07  Martin Baulig  <martin@ximian.com>
14776
14777         * mono-debug-debugger.h
14778         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
14779
14780 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
14781
14782         * appdomain.c: Use messages in NotImplementedException.
14783
14784         * exception.c (mono_get_exception_not_implemented): Now this takes
14785         a message argument.
14786
14787         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
14788         exception instead of g_asserting an aborting when something is not
14789         implemented.
14790
14791         Add some inline docs.
14792
14793 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
14794
14795         * reflection.h: Update after changes to object layout.
14796
14797         * reflection.c: Implement saving of unmanaged aka win32 resources.
14798
14799         * appdomain.c: Bump version number.
14800
14801         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
14802         Handle missing domains gracefully.
14803
14804 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
14805
14806         * file-io.c : On Windows, there are much more invalid_path_chars.
14807
14808 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
14809
14810         * class.h, object.c: prepare for GetType () speedup.
14811
14812 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
14813
14814         * profiler.c: workaround for --profile null reference exception on
14815           cygwin. Patch by Patrik Torstensson.
14816
14817 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
14818
14819         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
14820         make work for unaligned access.
14821
14822 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
14823
14824         * class.c: small cleanup (class->fields [i] -> field).
14825         * image.c: check address of metadata is valid.
14826
14827 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
14828
14829         * assembly.h assembly.c (mono_assembly_loaded): New public function to
14830         search the list of loaded assemblies.
14831
14832         * reflection.c (mono_reflection_type_from_name): Use 
14833         mono_assembly_loaded instead of mono_image_loaded.
14834
14835         * reflection.c: Fix warnings.
14836
14837 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
14838
14839         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
14840         is dynamic. This is needed since an assembly can contain both dynamic and
14841         non-dynamic images.
14842
14843         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
14844         assembly->dynamic.
14845
14846         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
14847
14848         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
14849         to store modules loaded using AddModule.
14850
14851         * reflection.c (mono_image_fill_file_table): Generalize this so it works
14852         on Modules.
14853
14854         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
14855
14856         * reflection.c (mono_image_fill_export_table_from_module): New function to
14857         fill out the EXPORTEDTYPES table from a module.
14858
14859         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
14860         into a separate function. Also handle loaded non-dynamic modules.
14861
14862         * reflection.c (mono_image_basic_init): Fix memory allocation.
14863
14864         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14865
14866         * assembly.c (mono_assembly_load_references): Make this public.
14867
14868 2003-12-19  Martin Baulig  <martin@ximian.com>
14869
14870         * class.c (mono_class_initialize_generic): Made this static, take
14871         a `MonoGenericInst *' instead of a `MonoClass *'.
14872         (mono_class_from_generic): Call mono_class_initialize_generic()
14873         unless we're already initialized or being called from
14874         do_mono_metadata_parse_generic_inst().
14875
14876         * class.h (MonoGenericInst): Added `initialized' and
14877         `init_pending' flags.
14878
14879         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
14880         `mono_class_init (gklass)' or mono_class_initialize_generic()
14881         here; set `generic_inst->init_pending' while parsing the
14882         `type_argv'.
14883
14884 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
14885
14886         * locales.c: include string.h for memxxx prototypes
14887
14888 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
14889
14890         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
14891         constructor when accessing literal fields.
14892
14893 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
14894
14895         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
14896
14897         * reflection.c (assembly_add_resource_manifest): New function to fill
14898         the MANIFESTRESOURCE table.
14899
14900         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
14901
14902         * reflection.h: Update to changes in class layout.
14903
14904         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
14905         Reenable call to mono_runtime_is_shutting_down ().
14906
14907         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
14908         determine if the runtime is shutting down.
14909
14910 2003-12-16  Jackson Harper <jackson@ximian.com>
14911
14912         * icall.c: comment out call to mono_runtime_is_shutting_down to
14913         fix build.
14914         
14915 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
14916
14917         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
14918         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
14919
14920 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
14921
14922         * reflection.c: move definition of swap_with_size
14923         to before its first call
14924
14925 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
14926
14927         * appdomain.c (mono_runtime_is_shutting_down): New public function.
14928
14929         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
14930         icall.
14931
14932         * object.c: Fix warnings.
14933
14934         * icall.c (ves_icall_Type_Get...): Only consider inherited static
14935         members if FlattenHierarchy is set.
14936
14937         * reflection.c (mono_image_add_decl_security): New function to emit
14938         declarative security.
14939
14940         * reflection.h reflection.c: Add support for declarative security.
14941
14942         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
14943         
14944 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
14945
14946         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
14947         
14948         * appdomain.c verify.c: Moved corlib version checking into its own
14949         function in appdomain.c since it needs to create vtables etc.
14950
14951 2003-12-13  Patrik Torstensson <p@rxc.se>
14952
14953         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
14954         instead of unwrapped server.
14955
14956 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
14957
14958         * verify.c (check_corlib): Fix field index.
14959
14960 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
14961
14962         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
14963         GetGacPath icall.
14964
14965 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
14966
14967         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
14968         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
14969         cope with sizeof(size_t) != sizeof(guint32).
14970
14971 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14972
14973         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
14974         in case of failure.
14975
14976 2003-12-10  Mark Crichton <crichton@gimp.org>
14977
14978         * icall.c: removed the GetNonZeroBytes.  We now handle this case
14979         in managed code.
14980
14981         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
14982
14983 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
14984
14985         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
14986         marked as deleted.
14987
14988 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
14989
14990         * verify.c (check_corlib): Handle the case when the version field is 
14991         initialized by a static constructor.
14992
14993 2003-12-08  Patrik Torstensson  <p@rxc.se>
14994
14995     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
14996
14997 2003-12-08  Martin Baulig  <martin@ximian.com>
14998
14999         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
15000         a MonoReflectionGenericParameter, also take the parameter index
15001         and name as arguments.
15002         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
15003         (ves_icall_MonoGenericParam_initialize): New interncall.
15004         (ves_icall_Type_make_byref_type): New interncall.
15005
15006         * reflection.h (MonoReflectionGenericParam): Derive from
15007         MonoReflectionType, not just from MonoObject.  Added `refobj' and
15008         `index' fields.
15009
15010         * reflection.c (mono_reflection_define_generic_parameter): Create
15011         and return a new MonoReflectionGenericParam; don't initialize the
15012         constraints here.
15013         (mono_reflection_initialize_generic_parameter): New public method;
15014         initializes the constraints and creates the `param->pklass'.
15015
15016 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
15017
15018         * reflection.h reflection.c: Use the new fields 'num_types', 
15019         'num_fields' and 'num_methods' to track the number of types etc.
15020
15021         * verify.c (check_corlib): Check corlib version number.
15022
15023 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
15024
15025         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
15026         function works on all methods.
15027
15028 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
15029
15030         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
15031         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
15032         the custom_type_info flag of the transparent proxy.
15033         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
15034         objects that supports IRemotingTypeInfo.
15035         * object.h: Added custom_type_info field in transparent proxy.
15036
15037 2003-12-06  Martin Baulig  <martin@ximian.com>
15038
15039         * class.c (mono_class_create_from_generic): Removed.
15040         (mono_class_from_generic): Check `ginst->klass' before doing
15041         anything else.  This is important to fully support "recursive"
15042         generic types.
15043
15044         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
15045         empty `generic_inst->klass' before doing anything else.
15046
15047 2003-12-06  Dick Porter  <dick@ximian.com>
15048
15049         * verify.c: 
15050         * object.h:
15051         * icall.c:
15052         * locales.c: Use C structs to access class fields.  Don't do a
15053         conversion between MonoString and UChar because both are
15054         platform-endian UTF-16.  Compare now takes startindex and count
15055         parameters.  Add a char overload for IndexOf.  Speed up the
15056         invariant string IndexOf.
15057
15058 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
15059
15060         * Makefile.am (monosn_LDADD): Fix parallel build.
15061
15062 2003-12-04  Martin Baulig  <martin@ximian.com>
15063
15064         * icall.c
15065         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
15066         (ves_icall_Type_make_array_type): New interncall.       
15067
15068 2003-12-04  Martin Baulig  <martin@ximian.com>
15069
15070         * locales.c: also change it in the !HAVE_ICU case.
15071
15072 2003-12-04  Dick Porter  <dick@ximian.com>
15073
15074         * icall.c:
15075         * locales.c: construct_compareinfo is now in CompareInfo, not
15076         CultureInfo.
15077
15078 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
15079
15080         * image.c (mono_image_load_file_for_image): Cache loaded images in the
15081         image->files array.
15082
15083         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
15084         table as well.
15085
15086         * assembly.c (mono_assembly_load_references): Only load references
15087         once.
15088
15089         * class.c (mono_class_from_name): Avoid linear search of the 
15090         EXPORTEDTYPE table.
15091
15092         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
15093
15094 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
15095
15096         * image.h (MonoImage): Add 'field_cache' field.
15097
15098         * loader.c (mono_field_from_token): Cache field lookups.
15099         
15100         * reflection.c (mono_module_get_object): Fix name property.
15101
15102         * icall.c (ves_icall_get_enum_info): Update after changes to 
15103         mono_metadata_get_constant_index ().
15104
15105         * icall.c: Get rid of get_type_info icall, use a separate icall for
15106         each type property to avoid needless memory allocations. Fixes #51514.
15107
15108         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
15109         to avoid needless binary searches.
15110
15111         * class.c (class_compute_field_layout): Move the initialization of
15112         field->def_value to mono_class_vtable ().
15113
15114         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
15115         non-corlib types.
15116
15117         * object.c (mono_object_allocate): Make it inline.
15118
15119         * object.c (mono_object_allocate_spec): Make it inline.
15120         
15121 2003-12-02  Dick Porter  <dick@ximian.com>
15122
15123         * locales.c (create_NumberFormat): NumberFormatInfo construction.
15124         Patch by Mohammad DAMT (mdamt@cdl2000.com).
15125
15126 2003-12-01  Dick Porter  <dick@ximian.com>
15127
15128         * threads.c: Fix signature and call in CreateMutex and
15129         CreateEvent.
15130
15131 2003-12-01  Dick Porter  <dick@ximian.com>
15132
15133         * icall.c: 
15134         * locales.c: Implement string compares and searching
15135
15136         * object.h: Add extra Thread field
15137
15138 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
15139
15140         * reflection.c (fixup_method): Add support for MonoCMethod.
15141
15142 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
15143
15144         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
15145
15146         * reflection.c (assembly_name_to_aname): Allow extra characters in
15147         assembly names. Fixes #51468.
15148
15149 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
15150
15151         * exception.c (mono_exception_from_name_domain): New helper function.
15152
15153         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
15154         exception object in the correct domain.
15155
15156         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
15157         formatting + make a copy a the input data.
15158
15159         * loader.c (mono_get_method_from_token): Methods which contain
15160         native code do not have entries in the ImplMap.
15161
15162         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
15163         Thanks to Gonzalo for spotting this.
15164         
15165         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
15166         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
15167
15168         * assembly.h (mono_assembly_load_from): Split the second part of 
15169         assembly loading into a new public function.
15170
15171         * exception.h (mono_get_exception_bad_image_format): New function.
15172
15173 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
15174
15175         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
15176         Enumerate all modules inside a dynamic assembly. Fixes #51293.
15177         
15178         * icall.c: Add new icall for creating dynamic methods.
15179
15180         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
15181
15182         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
15183
15184         * reflection.c (mono_reflection_create_dynamic_method): New icall to
15185         create a dynamic method.
15186
15187         * reflection.c (resolve_object): New helper function.
15188
15189         * reflection.c: Generalize ReflectionMethodBuilder and the functions
15190         which manipulate it so they can also work on dynamic methods.
15191
15192         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
15193         creating the MonoReflectionMethodAux structure if it is not needed.
15194         
15195         * reflection.h verify.c: Update after changes to object layout.
15196
15197         * reflection.c (method_builder_encode_signature): Fix compilation on
15198         gcc 2.95.x.
15199
15200 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
15201
15202         * appdomain.h: Added support for context static fields. Added static_data
15203           field to MonoAppContext and renamed thread_static_fields to a more
15204           generic special_static_fields in MonoAppDomain, since it can now contain
15205           context static fields.
15206         * domain.c: Updated hashtable name.
15207         * object.c: Replaced field_is_thread_static() for a more generic
15208           field_is_special_static() which also checks for context static attribute.
15209           In mono_class_vtable(), added support for static context fields.
15210         * threads.c: Changed methods that manage thread static fields to more
15211           generic methods so they can be reused both for thread and context static
15212           data.
15213         * threads.h: Declared some new methods.
15214
15215 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
15216
15217         * reflection.h: Update after changes to the managed types.
15218
15219         * reflection.c (encode_custom_modifiers): New helper function.
15220
15221         * reflection.c (method_encode_signature): Emit custom modifiers.
15222
15223         * reflection.c (field_encode_signature): Emit custom modifiers.
15224
15225 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
15226
15227         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
15228
15229         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
15230         implementation.
15231
15232         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
15233         icall.
15234
15235         * object.c (mono_field_get_value_object): New function.
15236
15237         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
15238         specific.
15239
15240 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
15241
15242         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
15243         return a preallocated out-of-memory exception instance.
15244
15245         * object.c (out_of_memory): Use the new function.
15246
15247         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
15248         flag is before the custom modifiers. Fixes #49802.
15249
15250 2003-11-16  Martin Baulig  <martin@ximian.com>
15251
15252         * class.c (mono_class_is_open_constructed_type): Implemented the
15253         MONO_TYPE_GENERICINST case.
15254
15255 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
15256
15257         * assembly.c (mono_assembly_fill_assembly_name): New function to
15258         fill out the MonoAssemblyName structure.
15259         (mono_assembly_open): Use the new function.
15260
15261         * icall.c (fill_reflection_assembly_name): New helper function.
15262
15263         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
15264         new function.
15265
15266         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
15267
15268 2003-11-15  Martin Baulig  <martin@ximian.com>
15269
15270         * class.c (mono_class_is_open_constructed_type): New public
15271         function; checks whether a type is an open constructed type,
15272         ie. whether it still contains type parameters.
15273         (mono_class_inflate_generic_type): If we're a type parameter and
15274         the inflated type is also a MONO_TYPE_(M)VAR, return the original
15275         type.
15276
15277         * class.h (MonoGenericInst): Added `guint32 is_open'.
15278
15279         * loader.c (method_from_methodspec): Check whether we're an open
15280         or closed constructed type and set `ginst->is_open'.
15281
15282         * reflection.c (mono_reflection_bind_generic_parameters): Check
15283         whether we're an open or closed constructed type and set
15284         `ginst->is_open'.
15285         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
15286         from open constructed types.
15287
15288 2003-11-15  Martin Baulig  <martin@ximian.com>
15289
15290         * reflection.c (mono_reflection_bind_generic_parameters): If we're
15291         a generic instance (instead of a generic type declaration) with
15292         unbound generic parameters, bind them to our actual types.
15293
15294 2003-11-14  Martin Baulig  <martin@ximian.com>
15295
15296         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
15297
15298         * reflection.c (mono_reflection_bind_generic_parameters): If we're
15299         an interface type, populate `res->interfaces' with instantiated
15300         versions of all the interfaces we inherit.
15301
15302 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
15303
15304         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
15305         when MONO_PATH is set but doesn't contain the install dir.
15306
15307 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15308
15309         * icall.c:
15310         (ves_icall_Type_GetInterfaces): don't return an interface twice when
15311         it's also implemented in base classes. Fixes bug #50927.
15312
15313 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
15314
15315         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
15316         if this method is called from a finalizer. Fixes #50913.
15317
15318 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
15319
15320         * threads.c: Implement VolatileRead/VolatileWrite
15321
15322         * icall.c: Add new icalls for VolatileRead/VolatileWrite
15323
15324 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15325
15326         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
15327         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
15328         2.95.3.
15329
15330         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
15331         from Peter Ross (pro@missioncriticalit.com).
15332         
15333 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
15334
15335         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
15336
15337 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15338
15339         * assembly.c (mono_assembly_load_references): Disable check because it
15340         triggers on older corlibs which lots of people have.
15341
15342 2003-11-12  Jackson Harper  <jackson@ximian.com>
15343
15344         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
15345         load corlib.dll if mscorlib.dll is not found.
15346         * assembly.h: Remove corlib name define.
15347         * class.c:
15348         * domain.c:
15349         * image.c: Change corlib name to mscorlib.
15350         
15351 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15352
15353         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
15354
15355 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
15356
15357         * appdomain.h: Added loader_optimization here to sync with the C#
15358         code, and add disallow_binding_redirects field.
15359
15360 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
15361
15362         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
15363
15364         * reflection.c (mono_image_build_metadata): Fix crash on modules
15365         with no types.
15366
15367         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
15368
15369         * icall.c (ves_icall_get_method_info): Return callingConvention as
15370         well.
15371
15372         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
15373         namespaces from the EXPORTEDTYPE table as well.
15374
15375         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
15376         from all modules inside the assembly.
15377         
15378 2003-11-11  Martin Baulig  <martin@ximian.com>
15379
15380         * reflection.c (mono_reflection_bind_generic_parameters): Make
15381         this work for interfaces.
15382
15383 2003-11-11  Martin Baulig  <martin@ximian.com>
15384
15385         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
15386
15387 2003-11-11  Martin Baulig  <martin@ximian.com>
15388
15389         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
15390         "MonoInflatedMethod" and "MonoInflatedCtor".
15391
15392 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
15393
15394         * reflection.c (resolution_scope_from_image): Use the assembly table
15395         from the manifest module, since other modules don't have it.
15396
15397         * debug-helpers.c (mono_type_full_name): New helper function.
15398
15399         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
15400
15401         * image.c (mono_image_load_file_for_image): New public function which
15402         is a replacement for the load_file_for_image in class.c.
15403
15404         * assembly.c (mono_assembly_load_module): A wrapper for the function
15405         above which does assembly association and reference loading too.
15406
15407         * class.c (mono_class_from_name): Call mono_assembly_load_module.
15408
15409 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15410
15411         * appdomain.c: not all of the attributes for the full assembly name
15412         are required and the order doesn't matter. Fixes bug #50787.
15413
15414 2003-11-10  Dick Porter  <dick@ximian.com>
15415
15416         * locales.c: Use platform-endian UTF16
15417
15418 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
15419
15420         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
15421         
15422 2003-11-10  Martin Baulig  <martin@ximian.com>
15423
15424         * metadata.c
15425         (mono_metadata_load_generic_params): Make this actually work.
15426
15427         * reflection.c (mono_reflection_bind_generic_parameters): If our
15428         parent is a generic instance, pass all the `types' to it, no
15429         matter whether it has the same number of type parameters or not.
15430
15431 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
15432
15433         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
15434
15435         * assembly.c (mono_assembly_load_references): Move the image<->assembly
15436         assignment code to this function so it gets called recursively for all
15437         modules.
15438
15439         * image.c (load_modules): Remove the assembly assignment since it is
15440         now done by mono_assembly_load_references.
15441         
15442         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
15443         Add 'module' argument.
15444         (mono_module_get_types): New helper function.
15445         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
15446
15447 2003-11-08  Martin Baulig  <martin@ximian.com>
15448
15449         * class.c (mono_class_inflate_generic_method): Interface method
15450         don't have a header.
15451
15452         * reflection.c (mono_image_get_methodspec_token): Take an
15453         additional `MonoGenericInst *' argument instead of reading it from
15454         the header; this is necessary to support interfaces.
15455         (mono_image_create_token): Pass the `MonoGenericInst *' from the
15456         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
15457         (inflated_method_get_object): Take an additional `MonoGenericInst *'
15458         argument.
15459
15460         * reflection.h (MonoReflectionInflatedMethod): Added
15461         `MonoGenericInst *ginst'.
15462
15463 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
15464
15465         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
15466
15467 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
15468
15469         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
15470
15471 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
15472
15473         * reflection.c 
15474         (reflection_methodbuilder_from_method_builder):
15475         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
15476         initialize a ReflectionMethodBuilder structure.
15477         (mono_image_get_methodbuilder_token):
15478         (mono_image_get_ctorbuilder_token): New functions to emit memberref
15479         tokens which point to types in another module inside the same assembly.
15480
15481         * reflection.c: Use the new helper functions.
15482         
15483         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
15484
15485         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
15486         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
15487
15488         * reflection.c (resolution_scope_from_image): Emit a moduleref if
15489         neccesary.
15490
15491         * reflection.c (mono_image_build_metadata): Emit metadata only for the
15492         current module. Emit the manifest only for the main module.
15493
15494         * reflection.c (mono_image_create_token): Add assertion when a 
15495         memberref needs to be created.
15496
15497         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
15498
15499         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
15500         larger buffer for the custom attribute blob. Fixes #50637.
15501         
15502 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15503
15504         * threadpool.c: notify listener on async processing handles after
15505         invoking the async callback. Thanks to Zoltan.
15506
15507 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15508
15509         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
15510         avoid code duplication.
15511
15512         * reflection.h (MonoDynamicImage): New type which is currently unused,
15513         but will be used through the ref.emit code in place of 
15514         MonoDynamicAssembly.
15515
15516         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
15517         object layout.
15518
15519         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
15520         a MonoDynamicImage instead of just a MonoImage.
15521         
15522         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
15523         icalls to ModuleBuilder but keep their semantics, so they will work
15524         with moduleb->assemblyb. This will change later.
15525         
15526 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15527
15528         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
15529         object layout.
15530
15531         * reflection.c (mono_image_build_metadata): Avoid creation of a default
15532         main module, since it is now done by the managed code.
15533
15534 2003-11-03  Martin Baulig  <martin@ximian.com>
15535
15536         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
15537         `ginst->klass' here.
15538         (method_encode_methodspec): Don't use the `ginst->generic_method's
15539         klass if it's a generic instance, use `ginst->klass' in this case.
15540
15541 2003-11-03  Martin Baulig  <martin@ximian.com>
15542
15543         * reflection.c (mono_image_get_generic_method_param_info):
15544         Removed, use mono_image_get_generic_param_info() instead.
15545         (mono_image_get_type_info): Write the GenericParam table before
15546         the Method table.  This is neccessary because in the GenericParam
15547         table, type parameters of the class (ie. '!0' etc.) must come
15548         before the ones from its generic methods (ie. '!!0' etc).
15549
15550 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15551
15552         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
15553
15554 2003-11-02  Martin Baulig  <martin@ximian.com>
15555
15556         * reflection.c (create_generic_typespec): Take a
15557         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
15558         the generic parameters from it.
15559
15560 2003-11-02  Martin Baulig  <martin@ximian.com>
15561
15562         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
15563         instead of a `MonoClassField *' since we just need the type.
15564         (create_generic_typespec): New static function.  Creates a
15565         TypeSpec token for a generic type declaration.
15566         (mono_image_get_generic_field_token): New static function.
15567         (mono_image_create_token): If we're a FieldBuilder in a generic
15568         type declaration, call mono_image_get_generic_field_token() to get
15569         the token.
15570
15571 2003-11-02  Martin Baulig  <martin@ximian.com>
15572
15573         * reflection.h
15574         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
15575         `MonoReflectionGenericInst *declaring_type' and
15576         `MonoReflectionGenericInst *reflected_type' fields.
15577
15578         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
15579         `MonoReflectionGenericInst *declaring_type' and a
15580         `MonoReflectionGenericInst *reflected_type' argument instead of a
15581         single `MonoReflectionGenericInst *type' one.  Set
15582         `res->declaring_type' and `res->reflected_type' from them.
15583         (mono_reflection_inflate_field): Likewise.      
15584
15585 2003-11-02  Martin Baulig  <martin@ximian.com>
15586
15587         * class.c (mono_class_setup_vtable): Don't store generic methods
15588         in the vtable.  
15589
15590 2003-11-02  Martin Baulig  <martin@ximian.com>
15591
15592         * reflection.h (MonoReflectionGenericInst): Added
15593         `MonoReflectionType *declaring_type'.
15594
15595         * reflection.c (mono_reflection_bind_generic_parameters): Use
15596         `if (tb->parent)' instead of `klass->parent'.
15597
15598 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
15599
15600         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
15601         with an empty ASSEMBLY table.
15602
15603         * reflection.c (mono_image_build_metadata): Avoid using the same loop
15604         variable in the inner and outer loops.
15605
15606 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
15607
15608         * metadata.h (mono_metadata_make_token): Put parentheses around macro
15609         argument.
15610
15611         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
15612         
15613         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
15614         icalls. Instead, do everything in managed code. This is needed since
15615         it is hard to restore the original domain etc. in unmanaged code in the
15616         presence of undeniable exceptions.
15617
15618         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
15619         New icalls to push and pop appdomain refs.
15620
15621 2003-10-31  Martin Baulig  <martin@ximian.com>
15622
15623         * class.c (inflate_generic_type): Renamed to
15624         mono_class_inflate_generic_type() and made it public.
15625
15626         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
15627         New interncall.
15628
15629         * loader.c (mono_field_from_memberref): Also set the retklass for
15630         typespecs.
15631
15632         * fielder.c (mono_image_get_inflated_field_token): New static
15633         method; creates a metadata token for an inflated field.
15634         (mono_image_create_token, fixup_method): Added support for
15635         "MonoInflatedField".
15636         (fieldbuilder_to_mono_class_field): New static function.
15637         (mono_reflection_inflate_field): New public function.
15638
15639         * reflection.h
15640         (MonoReflectionGenericInst): Added `MonoArray *fields'.
15641         (MonoReflectionInflatedField): New typedef.     
15642
15643 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
15644
15645         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
15646         for Solaris and other platforms without s6_addr16
15647
15648 2003-10-30  Martin Baulig  <martin@ximian.com>
15649
15650         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
15651         argument instead of two.
15652         (mono_class_inflate_generic_signature): Likewise.
15653         (inflate_generic_header): Likewise.
15654         (mono_class_inflate_generic_method): Likewise.  In addition, if
15655         `ginst->klass' is set, it becomes the new `method->klass'.
15656
15657         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
15658         field.
15659
15660         * reflection.c (encode_generic_method_sig): Write a 0xa as the
15661         first byte. [FIXME]
15662         (method_encode_methodspec): If we have generic parameters, create
15663         a MethodSpec instead of a MethodRef.
15664         (fixup_method): Added support for "MonoInflatedMethod" and
15665         "MonoInflatedCtor".
15666         (mono_image_create_token): Added support for "MonoInflatedMethod"
15667         and "MonoInflatedCtor".
15668         (inflated_method_get_object): New static function; returns a
15669         managed "System.Reflection.MonoInflatedMethod" object.
15670         (mono_reflection_bind_generic_method_parameters): Return a
15671         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
15672         (mono_reflection_inflate_method_or_ctor): Likewise.
15673         (mono_image_get_generic_method_param_info): Initialize unused
15674         fields to zero.
15675         (mono_image_get_generic_param_info): Likewise.
15676
15677         * reflection.h (MonoReflectionInflatedMethod): New public
15678         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
15679         "S.R.MonoInflatedCtor" classes.
15680
15681         * loader.c (method_from_memberref): If we're a TypeSpec and it
15682         resolves to a generic instance, inflate the method.
15683
15684 2003-10-28  Dick Porter  <dick@ximian.com>
15685
15686         * object.c (mono_runtime_run_main): Convert command-line arguments
15687         into utf8, falling back to the user's locale encoding to do so.
15688
15689 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
15690
15691         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
15692         at this time.
15693
15694         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
15695
15696         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
15697         up icalls at method definition time. Partially fixes #33569.
15698
15699 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
15700
15701         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
15702         marshalling of arrays. Fixes #50116.
15703
15704         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
15705
15706         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
15707         points to a vtable in the dying appdomain.
15708
15709         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
15710         listeners into unmanaged code inside the lock.
15711
15712         * object.c (mono_class_vtable): Turn off typed allocation in non-root
15713         domains and add some comments.
15714
15715 2003-10-25  Martin Baulig  <martin@ximian.com>
15716
15717         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
15718
15719         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
15720
15721         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
15722         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
15723         currently parsing.  Create the generic class and store it in
15724         `generic_inst->klass' before parsing the type arguments.  This is
15725         required to support "recursive" definitions; see mcs/tests/gen-23.cs
15726         for an example.
15727         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
15728         to support recursive typespec entries.
15729
15730         * class.c (mono_class_setup_parent): If our parent is a generic
15731         instance, we may get called before it has its name set.
15732         (mono_class_from_generic): Splitted into
15733         mono_class_create_from_generic() and mono_class_initialize_generic().
15734
15735 2003-10-25  Martin Baulig  <martin@ximian.com>
15736
15737         * icall.c (ves_icall_Type_BindGenericParameters): Return a
15738         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
15739         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
15740         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
15741
15742         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
15743         (create_typespec): Likewise.
15744         (mono_reflection_bind_generic_parameters): Return a
15745         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
15746         (mono_reflection_inflate_method_or_ctor): New public function.
15747
15748         * reflection.h (MonoReflectionGenericInst): New typedef.        
15749
15750 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
15751
15752         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
15753         inside the domain lock. Fixes #49993.
15754         
15755         * object.c (mono_class_vtable): When typed allocation is used, 
15756         allocate vtables in the GC heap instead of in the mempool, since the
15757         vtables contain GC descriptors which are used by the collector even
15758         after the domain owning the mempool is unloaded.
15759
15760         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
15761
15762         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
15763         reflect what it does. Also invalidate mempools instead of freeing
15764         them if a define is set.
15765
15766         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
15767         of the appdomain.
15768         
15769         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
15770         hold the finalizable objects in this domain.
15771
15772         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
15773         appdomain.
15774
15775         * appdomain.c (mono_domain_set): New function to set the current
15776         appdomain, but only if it is not being unloaded.
15777
15778         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
15779         appdomain which is being unloaded.
15780         
15781         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
15782         unloading of the root appdomain.
15783
15784         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
15785         icall to execute a method in another appdomain. Intended as a 
15786         replacement for InternalSetDomain, which can confuse the code 
15787         generation in the JIT.
15788
15789         * appdomain.c (mono_domain_is_unloading): New function to determine
15790         whenever an appdomain is unloading.
15791
15792         * appdomain.c (mono_domain_unload): New function to correctly unload
15793         an appdomain.
15794
15795         * assembly.c (mono_assembly_load_references): Check that an assembly
15796         does not references itself.
15797
15798         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
15799         domain manually, it asks the finalizer thread to do it, then waits for
15800         the result. Also added a timeout.
15801
15802         * icall.c: Register the new icalls.
15803
15804         * threads.h threads.c: Export the mono_gc_stop_world and 
15805         mono_gc_start_world functions.
15806         
15807         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
15808         function to fill out the mempool with 0x2a.
15809
15810 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
15811
15812         * reflection.h (MonoReflectionMethodAux): New structure to store
15813         information which is rarely used, thus is not in the MonoMethod
15814         structure.
15815
15816         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
15817         store the aux info.
15818
15819         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
15820         and marshalling info into the aux structure.
15821
15822         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
15823         from the aux structure.
15824
15825         * loader.c (mono_method_get_param_names): Retrieve the param names from
15826         the aux structure.
15827         
15828 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
15829
15830         * exception.h exception.c: Add AppDomainUnloadedException && fix 
15831         warning.
15832
15833 2003-10-21  Dick Porter  <dick@ximian.com>
15834
15835         * socket-io.c
15836         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
15837         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
15838
15839 2003-10-21  Martin Baulig  <martin@ximian.com>
15840
15841         * reflection.c (mono_reflection_bind_generic_parameters):
15842         `klass->parent' is NULL for interfaces.
15843
15844 2003-10-21  Martin Baulig  <martin@ximian.com>
15845
15846         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
15847
15848 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
15849
15850         * exception.c (mono_exception_from_name_msg): New helper function for
15851         creating exceptions and initializing their message field.
15852
15853         * exception.c: Simplify functions using the new helper.
15854
15855         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
15856         New function.
15857
15858         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
15859         mono_raise_exception, since otherwise gcc doesn't generate the function
15860         epilog for raise_exception, confusing the stack unwinding in the JIT.
15861         Fixes #45043.
15862
15863         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
15864         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
15865         Fixes #49499.
15866
15867 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15868
15869         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
15870         utf8.
15871
15872 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
15873
15874         * icall.c: Removed GetUninitializedObject method because
15875           AllocateUninitializedClassInstance does the same.
15876
15877 2003-10-18  Martin Baulig  <martin@ximian.com>
15878
15879         * class.c (inflate_generic_signature): Renamed to
15880         mono_class_inflate_generic_signature() and made it public.
15881         (my_mono_class_from_generic_parameter): New static function; if we
15882         don't already have the generic parameter's MonoClass, create a
15883         very simple one which is just used internally in the runtime and
15884         not passed back to managed code.
15885
15886         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
15887
15888         * metadata.h (MonoMethodSignature): Moved the
15889         `MonoGenericParam *gen_params' to the MonoMethodHeader.
15890         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
15891
15892         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
15893         ves_icall_MonoMethod_GetGenericArguments(); this is now an
15894         interncall on the MonoMethod class, not on MethodInfo.
15895         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
15896         calling mono_reflection_bind_generic_method_parameters() directly.
15897
15898         * loader.c (mono_method_get_signature): If this is a MethodSpec;
15899         return the already computed `method->signature'.
15900         (method_from_methodspec): New static function to load a method
15901         from a MethodSpec entry.
15902         (mono_get_method_from_token): Call the new method_from_methodspec()
15903         for MethodSpec tokens.  
15904         (mono_get_method_from_token): If we're a generic method, load the
15905         type parameters.
15906
15907         * reflection.c (mono_image_get_memberref_token): Allow
15908         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
15909         table.
15910         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
15911         (mono_image_create_token): First check whether it's a generic
15912         method (so we'd need to create a MethodSpec), then do the other
15913         two alternatives.
15914         (mono_reflection_bind_generic_method_parameters): Return a
15915         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
15916         called directly from the interncall.
15917
15918 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
15919
15920         * reflection.c (load_public_key): Move loading of the public key
15921         into managed code.
15922
15923         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
15924
15925         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
15926         fields.
15927
15928         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
15929         culture, hash_alg and public_key. Fixes #49555.
15930
15931 2003-10-17  Martin Baulig  <martin@ximian.com>
15932
15933         * class.h (MonoGenericInst): Moved this declaration here and added
15934         `MonoMethod *generic_method'.
15935
15936         * icall.c
15937         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
15938         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
15939
15940         * metadata.c (mono_metadata_type_equal): Two types of
15941         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
15942         index; ie. don't compare the address of the `MonoGenericParam'
15943         structure.
15944         (mono_metadata_load_generic_params): Removed the `MonoMethod
15945         *method' argument.
15946
15947         * metadata.h (MonoGenericInst): Moved declaration to class.h.
15948         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
15949
15950         * reflection.c (method_encode_signature): Encode the number of
15951         generic parameters.
15952         (encode_generic_method_sig): New static function.
15953         (method_encode_methodspec): New static function; creates an entry
15954         in the MethodSpec table for a generic method.
15955         (mono_image_get_methodspec_token): New static function.
15956         (mono_image_create_token): Call mono_image_get_methodspec_token()
15957         for generic methods.
15958         (mono_reflection_bind_generic_method_parameters): New public
15959         function.  Instantiates a generic method.
15960
15961 2003-10-16  Martin Baulig  <martin@ximian.com>
15962
15963         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
15964         *gen_params' here from MonoMethodHeader.
15965
15966         * metadata.c (mono_metadata_parse_method_signature): If we have
15967         generic parameters, initialize `method->gen_params' and then set
15968         the correct `type->data.generic_param' in all the parameters.
15969
15970 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
15971
15972         * threads.c (mono_threads_get_default_stacksize): New function to 
15973         return the default stacksize.
15974
15975         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
15976         termination of the finalizer thread, since the previous method had
15977         race conditions. Fixes #49628.
15978
15979         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
15980         as for the other managed threads.
15981
15982 2003-10-16  Martin Baulig  <martin@ximian.com>
15983
15984         * class.c (inflate_generic_signature): Copy `generic_param_count'
15985         and `gen_params'.
15986
15987         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
15988         New interncall.
15989
15990         * metadata.c (mono_metadata_parse_method_signature): Actually set
15991         the `method->generic_param_count' here.
15992         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
15993
15994 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
15995
15996         * object.h: Add a new field to TypedRef to simplify the implementation
15997         of the REFANY opcodes in the JIT.
15998
15999         * icall.c: Make use of the new field.
16000
16001         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
16002         dynamically.
16003
16004 2003-10-15  Martin Baulig  <martin@ximian.com>
16005
16006         * class.c (mono_class_from_gen_param): Renamed to
16007         mono_class_from_generic_parameter() and moved most of the
16008         functionality from mono_reflection_define_generic_parameter()
16009         here; ie. we create a "real" class here.
16010         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
16011         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
16012         previously been called.
16013
16014         * class.h (MonoGenericParam): Moved the declaration of this struct
16015         here from metadata.h and added `MonoMethod *method'.
16016
16017         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
16018         interncall.
16019
16020         * loader.c (mono_get_method_from_token): If we have any generic
16021         parameters, call mono_metadata_load_generic_params() to read them
16022         from the MONO_TABLE_GENERICPAR.
16023
16024         * metadata.c (mono_metadata_load_generic_params): Added
16025         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
16026
16027         * metadata.h (MonoMethodSignature): Replaced
16028         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
16029         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
16030
16031         * reflection.c (mono_reflection_define_generic_parameter): Moved
16032         most of the functionality into the new
16033         mono_class_from_generic_parameter(); set the `method' field if
16034         we're a method parameter.       
16035
16036 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
16037
16038         * marshal.c (emit_struct_conv): if native size is 0
16039         emit no code.
16040
16041 2003-10-14  Martin Baulig  <martin@ximian.com>
16042
16043         * icall.c: The generics API has changed in the spec since it was
16044         added to System.Type; these modifications make it match the spec
16045         again.
16046         (ves_icall_Type_GetGenericParameters): Renamed to
16047         `ves_icall_Type_GetGenericArguments'.
16048         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
16049         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
16050         `ves_icall_MonoType_get_HasGenericArguments'.
16051         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
16052         `ves_icall_MonoType_get_IsGenericParameter'.
16053         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
16054         this is no interncall anymore.
16055         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
16056         `ves_icall_TypeBuilder_get_IsGenericParameter'.
16057
16058 2003-10-14  Martin Baulig  <martin@ximian.com>
16059
16060         * reflection.c (mono_reflection_bind_generic_parameters): Also
16061         inflate generic methods if we're reading the class from IL.
16062
16063 2003-10-13  Martin Baulig  <martin@ximian.com>
16064
16065         * reflection.c (mono_reflection_define_generic_parameter): This
16066         method isn't called directly from the icall anymore; take a
16067         `MonoReflectionAssemblyBuilder *' so we can use this for type and
16068         method generic parameters.
16069         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
16070         (method_builder_encode_signature): Encode generic parameters.
16071         (mono_image_get_method_info): Write generic params to the
16072         MONO_TABLE_GENERICPARAM table.
16073
16074         * reflection.h (MonoReflectionMethodBuilder): Added
16075         `MonoArray *generic_params'.
16076
16077         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
16078
16079         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
16080         wrapper for mono_reflection_define_generic_parameter().
16081         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
16082
16083 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
16084
16085         * marshal.h: Add missing function to fix build.
16086
16087         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
16088         the SetLastError pinvoke attribute.
16089
16090         * marshal.c (mono_marshal_set_last_error): New helper function called
16091         by the generated code.
16092         
16093         * marshal.c (mono_mb_emit_branch): New helper function.
16094
16095         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
16096
16097         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
16098         classes as parameters and return values of delegates. Fixes #29256. 
16099
16100 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
16101
16102         * locales.c: use gint32 in non HAVE_ICU case
16103
16104 2003-10-11  Martin Baulig  <martin@ximian.com>
16105
16106         * mono-debug.c (mono_debug_add_method): Added a workaround for
16107         bug #48591.
16108
16109 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
16110
16111         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
16112         delegates passed to native code must use the STDCALL calling 
16113         convention. Fixes #35987.
16114
16115 2003-10-10  Martin Baulig  <martin@ximian.com>
16116
16117         * class.c (inflate_generic_type): If we're inflating for a generic
16118         type instance (and not for a generic method), return
16119         MONO_TYPE_MVAR unchanged.
16120
16121 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16122
16123         * string-icalls.c: Join ignores null strings in the source array.
16124         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
16125         * threads.c: GetAvailableTheads is slightly more accurate.
16126
16127 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
16128
16129         * threads.h threads.c : add mono_threads_set_default_stacksize
16130         and pass default to CreateThread calls.
16131
16132 2003-10-09  Dick Porter  <dick@ximian.com>
16133
16134         * icall.c:
16135         * locales.h:
16136         * locales.c: Internal calls for constructing CultureInfo and
16137         related objects from libicu (if its available.)
16138
16139 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
16140
16141         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
16142
16143 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16144
16145         * threadpool.c: added an argument to async_invoke_thread that is the
16146         item to process, pass the MonoAsyncResult to the thread start function
16147         when creating a new thread. This way we don't need to acquire any lock
16148         when we're creating a new thread. Readded a semaphore for faster
16149         response times (instead of that Sleep i added).
16150
16151 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
16152
16153         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
16154         get daylight change dates better on Windows, fix handling
16155         of platforms without tm_gmtoff.
16156
16157 2003-10-06  Martin Baulig  <martin@ximian.com>
16158
16159         * class.c (inflate_generic_method): Renamed to
16160         mono_class_inflate_generic_method() and made public.
16161         (mono_class_init): Don't inflate the generic methods here.
16162         (mono_class_from_generic): Added `gboolean inflate_methods'
16163         argument.  Inflate the methods here.
16164
16165         * loader.c (mono_method_get_param_names): Ignore instances of
16166         generic types for the moment.
16167
16168         * reflection.c (fixup_method): Added support for inflated methods.
16169         (mono_image_create_token): Use mono_image_get_methodref_token()
16170         for inflated methods.
16171         (mono_custom_attrs_from_param): Ignore instances of generic types
16172         for the moment.
16173         (mono_reflection_bind_generic_parameters): New public function.
16174         Moved all the functionality from
16175         ves_icall_Type_BindGenericParameters() here and added support for
16176         dynamic types.
16177         (mono_reflection_define_generic_parameter): Initialize
16178         `klass->methods' here.
16179
16180         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
16181         functionality into mono_reflection_define_generic_parameter().
16182         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
16183         TypeBuilder, return that TypeBuilder.
16184
16185 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16186
16187         * appdomain.c: removed mono_delegate_semaphore.
16188
16189         * threadpool.c:
16190         (mono_thread_pool_add): moved hash table creation inside and the thread 
16191         creation outside of the critical region.
16192         (mono_thread_pool_finish): removed obsolete code.
16193         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
16194         continue or exit the thread depending on the queue.
16195
16196 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
16197
16198         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
16199         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
16200         handle more bool marshalling options
16201
16202 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
16203
16204         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
16205         arrays of structs. Also add a more descriptive error message when
16206         a structure member is marshalled as LPArray.
16207
16208 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
16209
16210         * marshal.c (mono_marshal_get_native_wrapper): Add support for
16211         marshalling arrays of complex types. Fixes #29098. Also remove an
16212         usused and incomplete function.
16213
16214 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
16215
16216         * gc.c: report heap_size - free_bytes as total memory allocated
16217         (bug#49362).
16218
16219 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
16220
16221         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
16222         fix timezone handling problems on Windows.
16223         
16224         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
16225         asserts when the year is outside the range handled by ms the functions.
16226
16227         * class.c (setup_interface_offsets): If the class is an interface,
16228         fill out its interface_offsets slot.
16229
16230 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16231
16232         * threadpool.c: mark threadpool threads as background.
16233
16234 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
16235
16236         * decimal.c - define DECINLINE to nothing if not using GCC
16237
16238 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
16239
16240         * assembly.c: More refcount fixes.
16241
16242 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16243
16244         * string-icalls.c: if we're not trimming, return the same string.
16245         When not splitting, don't create a new string.
16246
16247 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16248
16249         * image.c:
16250         (mono_image_open): increment the ref_count inside the critical section.
16251
16252 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
16253
16254         * image.c (mono_image_open): Fix reference counting bug.
16255
16256 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
16257
16258         * marshal.c (mono_marshal_type_size) struct alignment changed for 
16259         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
16260         64bits. Avoid leak in mono_marshal_get_native_wrapper when
16261         mono_lookup_pinvoke_call throws.        
16262
16263 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
16264
16265         * reflection.c (mono_reflection_parse_type): Fix #49114.
16266
16267         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
16268         temporary workaround for cygwin header problem.
16269
16270         * object.c (mono_object_isinst): Synchronize this with the code
16271         generated by the JIT for casts.
16272
16273 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
16274
16275         * reflection.c (encode_type): Fix #38332.
16276
16277 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
16278
16279         * marshal.c (mono_marshal_method_from_wrapper): New function to return
16280         the original method from the wrapper method.
16281
16282 2003-09-25  Martin Baulig  <martin@ximian.com>
16283
16284         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
16285         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
16286         (ves_icall_Type_get_IsGenericInstance): New interncall.
16287
16288 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
16289
16290         * object.c: fix cast warning in big endian code.
16291
16292 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
16293
16294         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
16295         
16296 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16297
16298         * assembly.c: don't call check_env from mono_assembly_load. It's
16299         already done once in mono_assemblies_init and may cause headaches when
16300         multiple threads are loading assemblies.
16301
16302 2003-09-19  Martin Baulig  <martin@ximian.com>
16303
16304         * reflection.c (mono_reflection_define_generic_parameter): Don't
16305         allocate `klass->methods', set `klass->flags' to
16306         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
16307
16308 2003-09-18  Martin Baulig  <martin@ximian.com>
16309
16310         * class.c (mono_class_init): Don't create `class->methods' if it's
16311         already initialized.
16312
16313         * metadata.c (mono_metadata_load_generic_params): Make this
16314         actually work.
16315
16316         * reflection.c (mono_reflection_define_generic_parameter): Set
16317         parent class and interfaces from the constraints.
16318
16319         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
16320         to keep this struct in sync with the declaration in TypeBuilder.cs.
16321
16322 2003-09-17  Martin Baulig  <martin@ximian.com>
16323
16324         * metadata.h (MonoType): Replaced the data's `int type_param'
16325         field with `MonoGenericParam *generic_param'.
16326         (MonoGenericParam): Added `MonoClass *klass'.
16327
16328         * class.c (mono_class_from_gen_param): Removed the
16329         `MonoImage *image' and `int type_num' arguments.
16330
16331         * metadata.c (mono_metadata_parse_generic_param): New static
16332         method; creates a MonoGenericParam which just contains the index.
16333         (do_mono_metadata_parse_type): Call
16334         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
16335         MONO_TYPE_MVAR.
16336
16337         * reflection.c (mono_image_typedef_or_ref): Generic type
16338         parameters may be in the same assembly, but never use a typedef
16339         for them.
16340         (mono_reflection_define_generic_parameter): We're now creating a
16341         "real" class for the type parameter; it's now safe to call
16342         mono_class_from_mono_type() on the class'es type, it'll do the
16343         right thing.
16344
16345 2003-09-16  Martin Baulig  <martin@ximian.com>
16346
16347         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
16348         `symfile->range_entry_size' and `symfile->class_entry_size' here;
16349         the `symfile' data structure must be fully initialized before it
16350         gets added to the table.
16351
16352 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
16353
16354         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
16355
16356         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
16357         class init trampolines.
16358
16359 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
16360
16361         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
16362         to the built-in profiler to turn off time and allocation profiling
16363         respectively.
16364
16365 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
16366
16367         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
16368         g_direct_equal.
16369
16370         * debug-helpers.c (mono_method_full_name): Print the wrapper type
16371         in human readable form.
16372
16373 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
16374
16375         * reflection.c icall.c: Fixed warnings.
16376
16377         * image.c (load_class_names): Use a temporary hash table to hold the
16378         namespaces in order to avoid doing many string comparisons.
16379
16380         * image.h: Fix typo.
16381
16382         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
16383         Pass NULL instead of g_direct_equal to the GHashTable constructor 
16384         since the NULL case is short-circuited inside g_hash_table_lookup, 
16385         leading to better performance.  
16386
16387         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
16388         obtain the first custom attribute for a given index. Depends on the
16389         CustomAttribute table being sorted by the parent field.
16390
16391         * reflection.c (mono_custom_attrs_from_index): Use the new function 
16392         for better performance.
16393
16394 2003-09-07  Martin Baulig  <martin@ximian.com>
16395
16396         * class.c (mono_class_init): If we're a generic instance, inflate
16397         all our methods instead of loading them from the image.
16398         (mono_class_from_generic): Set `class->methods = gklass->methods'.
16399
16400 2003-09-07  Martin Baulig  <martin@ximian.com>
16401
16402         * mono-debug-debugger.c: Added support for constructors.
16403
16404 2003-09-06  Martin Baulig  <martin@ximian.com>
16405
16406         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
16407         New interncall.
16408
16409         * reflection.c (mono_reflection_setup_generic_class): Call
16410         ensure_runtime_vtable() to create the vtable.
16411
16412 2003-09-05  Martin Baulig  <martin@ximian.com>
16413
16414         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
16415         MONO_TYPE_MVAR.
16416
16417 2003-09-04  Martin Baulig  <martin@ximian.com>
16418
16419         * reflection.c (mono_reflection_define_generic_parameter): Generic
16420         parameters start with zero.
16421
16422 2003-09-04  Martin Baulig  <martin@ximian.com>
16423
16424         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
16425
16426         * reflection.h (MonoReflectionGenericParam): New typedef.
16427         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
16428         the generic parameters from the managed TypeBuilder.
16429
16430         * reflection.c (mono_reflection_define_generic_parameter): New function.
16431         (mono_reflection_create_runtime_class): Encode generic parameters.
16432         (mono_reflection_setup_generic_class): New function; this is
16433         called after adding adding all generic params to the TypeBuilder.
16434         (encode_type): Added MONO_TYPE_VAR.
16435
16436 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
16437
16438         * class.h class.c (mono_class_needs_cctor_run): Moved this method
16439         here from the JIT.
16440
16441         * assembly.h assembly.c: Moved the AOT loading code into an assembly
16442         load hook.
16443
16444 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
16445
16446         * reflection.h reflection.c class.h class.c: Delete duplicate 
16447         definition of mono_type_get_name () from reflection.c and export the
16448         one in class.c.
16449
16450         * class.c: Class loading fixes from Bernie Solomon 
16451         (bernard@ugsolutions.com).
16452
16453         * reflection.c: Endianness fixes from Bernie Solomon 
16454         (bernard@ugsolutions.com).
16455         
16456 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
16457
16458         * assembly.h assembly.c: Define a file format version for AOT
16459         libraries.
16460         
16461         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
16462
16463         * appdomain.h (MonoJitInfo): New field to determine whenever the
16464         code is domain neutral.
16465         
16466 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
16467
16468         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
16469
16470 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
16471
16472         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
16473         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
16474         Avoid caching the result since strings must be domain specific. Fixes
16475         #48050.
16476
16477 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
16478
16479         * marshal.c (mono_marshal_init): Make this callable multiple times
16480         since it is hard to find a correct place to call it.
16481
16482         * object.c (mono_runtime_class_init): Execute static constructors in
16483         the correct appdomain.
16484
16485         * image.c (build_guid_table): Handle the case when multiple images have
16486         the same GUID.
16487
16488 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16489
16490         * icall.c: added a couple of icalls for System.Web.
16491
16492 2003-08-28  Martin Baulig  <martin@ximian.com>
16493
16494         * icall.c (ves_icall_Type_BindGenericParameters): Use
16495         `klass->generic_inst' instead of `&klass->byval_arg' in the
16496         mono_type_get_object() call.  The returned type must be
16497         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
16498
16499 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
16500
16501         * NOTES: New file.
16502
16503         * object.c (mono_class_proxy_vtable): Make it thread safe.
16504
16505         * pedump.c: Fix warning.
16506
16507         * object.c appdomain.h: Get rid of metadata_section. 
16508         It is no longer needed and it was causing deadlocks with domain->lock.
16509
16510         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
16511
16512 2003-08-26  Martin Baulig  <martin@ximian.com>
16513
16514         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
16515
16516 2003-08-26  Martin Baulig  <martin@ximian.com>
16517
16518         * pedump.c (main): Call mono_metadata_init(),
16519         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
16520         and mono_loader_init().
16521
16522 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
16523
16524         * loader.h: Add missing include to fix build.
16525
16526         * image.h: mono_image_load_references is no more.
16527
16528         * assembly.c: Reworked assembly loading to make it really thread safe.
16529         After these changes, the assembly returned by mono_assembly_open is
16530         fully initialized, i.e. all its references assemblies are loaded.
16531
16532         * assembly.c (mono_image_load_references): Renamed to 
16533         mono_assembly_load_references, and made private, since clients no
16534         longer need to call it.
16535
16536         * class.c: Removed calls to mono_assembly_load_references, since it was
16537         a source of deadlocks.
16538
16539         * loader.h loader.c class.h class.c: Protect data structures using a 
16540         new lock, the loader lock.
16541
16542         * class.c (mono_class_setup_vtable): Create temporary hash tables and
16543         GPtrArrays only when needed.
16544
16545         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
16546         into empty structures by mcs. Fixes pinvoke7.cs.
16547         
16548         * domain.c (mono_init): Call a new initialization function.
16549
16550         * appdomain.c (mono_runtime_init): Call the new initializer function
16551         of the marshal module.
16552
16553         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
16554         inserted into empty structures by mcs. Fixes pinvoke7.cs.
16555
16556         * marshal.h marshal.c: Added locks around the wrapper caches to make
16557         this module thread safe.
16558
16559         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
16560         this argument. Fixes pinvoke1.exe.
16561
16562 2003-08-25  Lluis Sanchez <lluis@ximian.com>
16563
16564         * object.h: Added call_type field to MonoMethodMessage and the corresponding
16565         enumeration of values. Removed fields to store remote call output values in
16566         MonoAsyncResult. Not needed any more.
16567         * object.c: Initialize call_type and async_result fields in mono_message_init.
16568         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
16569         dispatching the message.
16570         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
16571         async call to finish. To do it use a message with EndInvoke call type.
16572
16573 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
16574
16575         * loader.h loader.c (mono_method_hash_marhal_info): New function which
16576         determines whenever a method has marshalling info.
16577
16578 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16579
16580         * assembly.c: fix the build on windows.
16581
16582 2003-08-22 Lluis Sanchez <lluis@ximian.com>
16583
16584         * object.cs: Fixed bug #47785.
16585
16586 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
16587
16588         * string-icalls.c (StringReplace): If their are no occurances of
16589         the old string found return a reference to the supplied
16590         string. This saves some memory and matches MS behavoir.
16591         
16592 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16593
16594         * socket-io.c: fixed compilation for systems that define AF_INET6
16595         and don't define SOL_IP/SOL_IPV6.
16596
16597 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
16598
16599         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
16600         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
16601
16602         * rawbuffer.c rawbuffer.h: Make this module thread safe.
16603
16604         * domain.c: Make this module thread safe.
16605
16606         * domain.c (mono_init): Call new initialization function.
16607
16608         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
16609         reference types too. Fixes #38812.
16610
16611         * image.c (mono_image_init): Fixed warnings.
16612
16613         * class.c (mono_class_from_typeref): Handle assembly load failure
16614         correctly.
16615
16616         * appdomain.c (add_assemblies_to_domain): Handle the case when
16617         the references of an assembly are not yet loaded.
16618
16619         * metadata.c image.c assembly.c: Moved initialization of global
16620         variables to a separate function called at startup since lazy 
16621         initialization of these variables is not thread safe.
16622         
16623         * image.c assembly.c: Made this module thread safe by adding locks in 
16624         the appropriate places.
16625
16626         * domain.c (mono_init): Call the new initialization functions of the
16627         three modules.
16628
16629 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
16630
16631         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
16632           make a direct call. It is proxy's work to make the call asynchronous.
16633           mono_delegate_end_invoke(): If the targe is a proxy, just collect
16634           the return values.
16635         * object.cs: mono_method_call_message_new(): read AsyncResult and
16636           state object from parameters list, if this info is requested.
16637         * object.h: Added fields to store remote call output values in
16638           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
16639
16640 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
16641
16642         * object.h: add needed fields to MonoThread.
16643         * threads.c, threads.h: allow registering a function to cleanup data
16644         allocated per thread by the JIT.
16645
16646 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
16647
16648         * loader.h: portability fix by Bernie Solomon
16649         * <bernard@ugsolutions.com>.
16650
16651 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
16652
16653         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
16654         return a MonoArray. This simplifies the code and also ensures that
16655         the cache allways contains an object reference as a value.
16656
16657         * icall.c (ves_icall_get_parameter_info): Simplified using the new
16658         function.
16659
16660 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16661
16662         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
16663         fixes a problem with byte ordering when getting the address family for
16664         a socket.
16665
16666 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
16667
16668         * .cvsignore: Added monosn.
16669
16670         * reflection.h reflection.c loader.c: Added support for parameter
16671         marshalling to dynamically created types. Fixes #47295.
16672
16673 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
16674
16675         * rand.c: remove useless warnings.
16676
16677 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
16678
16679         * class.c: implemented ldtoken for methods and fieldrefs.
16680
16681 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16682
16683         * threadpool.c: when mono_async_invoke was called, no one took care of
16684         monitoring the queue. So if the method invoked took some time and we
16685         got new async invoke requests after 500 ms (the thread created waited
16686         that long in WaitForSingleObject), the new async invoke was not called
16687         until the previous one finished.
16688
16689         This is fixed now. Thanks to Totte for helping with it.
16690
16691 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16692
16693         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
16694
16695 2003-08-11  Martin Baulig  <martin@ximian.com>
16696
16697         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
16698
16699 2003-08-06  Martin Baulig  <martin@ximian.com>
16700
16701         * mono-debug-debugger.c: Added support for static fields,
16702         properties and methods.
16703
16704 2003-08-06  Martin Baulig  <martin@ximian.com>
16705
16706         * mono-debug-debugger.c: Don't store the MonoString's vtable to
16707         make this work for applications with multiple application domains.
16708
16709 2003-08-04  Martin Baulig  <martin@ximian.com>
16710
16711         * mono-debug-debugger.c: Completely reworked the type support; the
16712         most important thing is that we're now just using one single
16713         `MonoType' instance per type.
16714
16715 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
16716
16717         * mono-endian.h, mono-endian.c, icall.c: Added icall
16718         ves_icall_System_Double_AssertEndianity to assert double word endianity
16719         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
16720
16721 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
16722
16723         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
16724         support, icalls and fixes.
16725
16726 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
16727
16728         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
16729         classes that are a punctuation character in .NET is not the same a
16730         g_unichar_ispunct.
16731
16732 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
16733
16734         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
16735
16736 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
16737
16738         * icall.c: Add new MemCopy internalcall.
16739         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
16740         Simplified code; It is not necessary to handle all the cases here,
16741         as the C# code takes care of it.  Only handle the case of the name
16742         resource embedded into the assembly.
16743
16744         Changed signature to return the data pointer and the size of the
16745         data. 
16746
16747 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
16748
16749         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
16750         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
16751
16752 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
16753
16754         * socket-io.c: ignore EINTR error in select.
16755
16756 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
16757
16758         * class.h, class.c: removed unused subclasses field in MonoClass.
16759
16760 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
16761
16762         * icall.c: improve fix of get_base_definition(). If the parent class
16763           doesn't have the mehod, look at the parent of the parent.
16764         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
16765           to check if a parameter is an in or out parameter
16766           (PARAM_ATTRIBUTE_IN is not set by default).
16767           mono_method_return_message_restore(): Use mono_class_value_size to
16768           get the size of a value type. mono_type_stack_size (parameterType)
16769           does not return the correct value if parameterType is byRef.
16770           mono_load_remote_field(), mono_load_remote_field_new(),
16771           mono_store_remote_field(), mono_store_remote_field_new():
16772           raise exception if the remote call returns an exception.
16773
16774 2003-07-28  Martin Baulig  <martin@ximian.com>
16775
16776         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
16777         method.  This is a wrapper around mono_runtime_invoke() which
16778         boxes the instance object if neccessary.
16779
16780 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
16781
16782         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
16783         metadata.h, row-indexes.h, verify.c: first cut of generics support.
16784
16785 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
16786
16787         * icall.c: disable mcs bug workaround.
16788
16789 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
16790
16791         * object.c (mono_runtime_class_init): Take the metadata_section
16792         mutex before obtaining the domain mutex.
16793
16794         * appdomain.h: Added definition of metadata_section mutex here. 
16795
16796         * object.c: define metadata_mutex here.
16797
16798 2003-07-24  Ravi Pratap  <ravi@ximian.com>
16799
16800         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
16801         fixed.
16802
16803 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
16804
16805         * reflection.c: Fix bug #46669
16806
16807 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16808
16809         * exception.c:
16810         * exception.h:
16811         * icall.c:
16812         * object.h: fill in the type name for TypeLoadException.
16813
16814 2003-07-23  Ravi Pratap  <ravi@ximian.com>
16815
16816         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
16817         relationship between TypeBuilders while compiling corlib) and bug
16818         45993 (Array types returned from the runtime while compiling
16819         corlib were from the loaded corlib).
16820
16821 2003-07-22  Martin Baulig  <martin@ximian.com>
16822
16823         * mono-debug-debugger.c: Reworked the type support a bit more;
16824         distinguish between types and classes.
16825
16826 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
16827
16828         * icall.c: add IsArrayImpl icall.
16829
16830 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
16831
16832         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
16833         initializing real_size only once. Also fix bug #46602.
16834
16835 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
16836
16837         * object.c: Renamed mono_metadata_section to metadata_section.
16838
16839 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
16840
16841         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
16842           empty array if the type is an array. Fixed.
16843           ves_icall_MonoMethod_get_base_definition: if the base method
16844           is abstract, get the MethodInfo from the list of methods of
16845           the class.
16846         * reflection.c: ParameterInfo.PositionImpl should be zero-based
16847           and it was 1-based. Fixed in mono_param_get_objects.
16848
16849 2003-07-20  Martin Baulig  <martin@ximian.com>
16850
16851         * mono-debug.h: Set version number to 31.
16852         (mono_debug_init): Added `MonoDomain *' argument.
16853
16854         * mono-debug-debugger.c: Reworked the type support; explicitly
16855         tell the debugger about builtin types; pass the `klass' address to
16856         the debugger.
16857
16858 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
16859
16860         * image.c: Allow new metadata tables to be loaded without a
16861         warning. Also update the warning message to give the new constant value.
16862                 
16863 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
16864
16865         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
16866         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
16867         array type representation changes.
16868
16869 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
16870
16871         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
16872         on Environment.Exit () call.
16873
16874 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
16875
16876         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
16877         requires a matching corlib.
16878
16879 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
16880
16881         * Changelog: My editor decided to add a CR to each line. Sorry about that.
16882           Committed again without the CRs.
16883         
16884 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
16885
16886         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
16887           getting it from the "this" socket instance. Did not work
16888           if the socket is a subclass of Socket.
16889           Also fixed bug #35371.
16890
16891 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
16892
16893         * metadata.c: fixed size for TypedByRef.
16894         * loader.c: when searching for a method, consider the vararg amrker.
16895         * unicode.c, decimal.c: constify some arrays.
16896
16897 2003-07-15  Dick Porter  <dick@ximian.com>
16898
16899         * socket-io.c: Fixed compilation for gcc < 3.2.
16900
16901         Fixed compilation for machines that don't have AF_INET6 (thanks to
16902         Bernie Solomon <bernard@ugsolutions.com> for that part.)
16903
16904         Fixed compile warnings.
16905         
16906         Fixed formatting and line endings.
16907
16908 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
16909
16910         * socket-io.h:
16911         * socket-io.c: Added IPv6 support.
16912
16913 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
16914
16915         * class.c (mono_class_is_assignable_from): New function to implement
16916         the is_assignable_from logic. Used by mono_object_isinst, 
16917         Type::IsAssignableFrom () and the interpreter.
16918
16919         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
16920         Object, even interfaces.
16921         
16922         * object.c (mono_object_isinst): Implement in terms of 
16923         is_assignable_from.
16924
16925         * icall.c (ves_icall_type_is_assignable_from): New icall.
16926
16927 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
16928
16929         * domain.c (foreach_domain): fix compiler warning.
16930
16931 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
16932
16933         * image.c (load_metadata_ptrs): use g_strndup because strndup is
16934         not available on all plattforms
16935
16936 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
16937
16938         * image.h image.c: Store the metadata version string in MonoImage.
16939         * icall.c: New icall to retrieve the image version.
16940         * reflection.c (create_dynamic_image): Fill in the image version field
16941         * reflection.c (build_compressed_metadata): Use the image version
16942         from the image structure.
16943
16944 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16945
16946         * appdomain.c: modified comment.
16947         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
16948         That will be its last iteration when mono_gc_cleanup is called from
16949         mono_runtime_cleanup and before the domain is unloaded.
16950
16951         Fixes bug #45962.
16952
16953 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
16954
16955         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
16956         attributes.
16957
16958 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
16959
16960         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
16961         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
16962         Bernie Solomon <bernard@ugsolutions.com>.
16963
16964 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
16965
16966         * object.c, object.h: provide mono_object_new_fast() for faster
16967         allocation in some special cases.
16968
16969 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
16970
16971         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
16972         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
16973
16974 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
16975
16976         * threadpool.c: fix leaks.
16977
16978 2003-07-01  Dick Porter  <dick@ximian.com>
16979
16980         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
16981         using MonoGHashTables.  Fixes threadpool bug posted to list.
16982
16983 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
16984
16985         * image.h, image.c: added support to load an assembly from a byte array.
16986         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
16987         assembly bundle support.
16988
16989 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
16990
16991         * threadpool.c (mono_thread_pool_add): keep a reference to the
16992         AsyncResult to prevent GC
16993
16994 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
16995
16996         * class.c: leak fix.
16997
16998 2003-06-25  Dick Porter  <dick@ximian.com>
16999
17000         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
17001         for the async object, the WaitHandle object will close the handle.
17002         Fixes bug 45321.
17003
17004 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
17005
17006         * class.c: in mono_array_class_get (), lookup from the hash with the
17007         same type we insert: this works around a bug in
17008         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
17009         lluis. The real fix will have to wait for after the release.
17010
17011 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
17012
17013         * icall.c: fix memory leak when getting type members.
17014
17015 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
17016
17017         * reflection.c: added more pubtoken special cases.
17018
17019 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
17020
17021         * class.c: handle field offset correctly when class size
17022         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
17023
17024 2003-06-20  Martin Baulig  <martin@ximian.com>
17025
17026         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
17027         *image' field.
17028
17029 2003-06-20  Martin Baulig  <martin@ximian.com>
17030
17031         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
17032
17033 2003-06-20  Martin Baulig  <martin@ximian.com>
17034
17035         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
17036         just distinguish between variables in registers and variables at
17037         an offset relative to a register.
17038
17039 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17040
17041         * icall.c: #ifdef out latest changes until mcs is fixed.
17042
17043 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
17044
17045         * icall.c: return members in metadata order.
17046
17047 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
17048
17049         * icall.c: avoid infinite loop in GetTimeZoneData.
17050
17051 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
17052
17053         * icall.c: added Marshal.Prelink/All icalls.
17054
17055 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
17056
17057         * object.c, object.h: fix warnings and do some overflow checking
17058         when creating arrays.
17059
17060 2003-06-17  Dick Porter  <dick@ximian.com>
17061
17062         * file-io.h:
17063         * file-io.c: File attributes need to be tweaked slightly when
17064         passed from the managed to the w32 world.
17065
17066 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
17067         * profiler.h profiler-private.h profiler.c: Rework last patch
17068         based on suggestion by Paolo.
17069         
17070 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
17071
17072         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
17073         instruction level coverage data collection.
17074         * profiler.h profiler.c (: Added new callback function which can be
17075         used by the profiler to limit which functions should have coverage
17076         instrumentation.
17077         * profiler.c (mono_profiler_load): Call g_module_build_path to
17078         generate the file name of the profiler library.
17079
17080 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
17081
17082         * profiler.c, profiler.h, profiler-private.h: added basic block 
17083         coverage profiling API.
17084
17085 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
17086
17087         * reflection.c (mono_reflection_create_runtime_class): Add support
17088         for events in dynamically generated code.
17089
17090         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
17091         not allocated.
17092
17093 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
17094
17095         * icall.c: when getting timezone info, return reasonable values if we
17096         can't get the actual data.
17097
17098 2003-06-14  Dick Porter  <dick@ximian.com>
17099
17100         * threads.c (start_wrapper): Remove the reference to the thread
17101         object in the TLS data, so the thread object can be finalized.
17102         This won't be reached if the thread threw an uncaught exception,
17103         so those thread handles will stay referenced :-( (This is due to
17104         missing support for scanning thread-specific data in the Boehm GC
17105         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
17106
17107 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
17108
17109         * reflection.c: ensure streams and tables are first allocated with
17110         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
17111
17112 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
17113
17114         * icall.c: fixed GetElementType for byrefs (bug# 44792).
17115
17116 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
17117
17118         * reflection.c (mono_reflection_create_runtime_class): Add support for
17119         properties to dynamically created classes.
17120         * reflection.c: Fix a few places where non-MonoObjects were inserted
17121         into the tokens hashtable.
17122
17123 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
17124
17125         * object.c: some support to handle out of memory exceptions.
17126
17127 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
17128
17129         * marshal.c (mono_marshal_get_native_wrapper): support reference
17130         return types
17131
17132 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
17133
17134         * object.h, object.c: more portability stuff from Bernie Solomon.
17135         Unexport mono_object_allocate(). Added mono_object_unbox ().
17136         Set exitcode when an unhandled exception is thrown.
17137
17138 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
17139
17140         * marshal.c (mono_marshal_get_native_wrapper): use custom
17141         marshaler for return types.
17142
17143 2003-06-10  Dick Porter  <dick@ximian.com>
17144
17145         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
17146         ip_mreq is available
17147
17148 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
17149
17150         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
17151         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
17152         by Bernie Solomon <bernard@ugsolutions.com>.
17153
17154 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
17155
17156         * gc.c (mono_gc_init): Avoid error message on shutdown when
17157         GC_DONT_GC=1 is used.
17158
17159         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
17160         New icall to return the GUID of a module.
17161
17162 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
17163
17164         * class.c: ensure instance size always includes the parent's size
17165         even whem class size is set explicitly (fixes bug#44294).
17166
17167 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
17168
17169         * profiler.h, profiler.c: made the simple profiler thread-safe,
17170         get more accurate timing info. Allow the loading of an
17171         externally-developed profiler module.
17172
17173 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
17174
17175         * marshal.c (mono_marshal_get_native_wrapper): improved
17176         class/byref arguments.
17177         (mono_marshal_get_native_wrapper): better string marshaling support.
17178
17179 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
17180
17181         * class.c: ensure .pack and .size are handled correctly and
17182         simplified layout of static fields.
17183
17184 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
17185
17186         * appdomain.c
17187         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
17188
17189         * loader.c (mono_lookup_pinvoke_call): look for modules in the
17190         current directory (fix bug 44008)
17191
17192 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
17193
17194         * marshal.c (mono_marshal_get_native_wrapper): started support for
17195         custom marshalers.
17196         (mono_delegate_to_ftnptr): consider marshalling specifications
17197
17198 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
17199
17200         * reflection.c, reflection.h: emit custom marshal info.
17201
17202 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17203
17204         * object.c: free the GError.
17205         * icall.c: added CloseEvent_internal.
17206         * threads.[ch]:
17207         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
17208         call.
17209
17210 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
17211
17212         * loader.c (mono_method_get_signature): Add support for dynamic
17213         assemblies.
17214
17215 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
17216
17217         * reflection.c: fixed bug #43905.
17218
17219 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
17220
17221         * class.c, domain.c, icall.c, metadata.h, object.h: support for
17222         handling TypedReference and ArgIterator.
17223         * loader.c, loader.h: added function to get signature at call site.
17224
17225 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
17226
17227         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
17228         data readonly. Buglets and warning fixes. Some MethodSpec support.
17229
17230 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
17231
17232         * class.h, class.c, object.c: remove relative numbering support.
17233
17234 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
17235
17236         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
17237         free the string, until we get a chance to fix Gtk#
17238
17239 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17240
17241         * marshal.c: revert last patch.
17242
17243 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
17244
17245         * icall.c: updates for new mono_class_vtable() not calling
17246         the type constructor anymore.
17247
17248 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
17249
17250         * object.h, object.c: separate vtable creation from type
17251         initialization. Make running the .cctor thread safe.
17252
17253 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
17254
17255         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
17256
17257 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
17258
17259         * loader.c (mono_get_method): consider calling convention
17260
17261 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
17262
17263         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
17264         to return the invisible global type for a module.
17265
17266         * reflection.c (mono_image_build_metadata): Emit global fields too.
17267
17268 2003-05-20  Peter Williams  <peterw@ximian.com>
17269
17270         * loader.c (mono_lookup_internal_call): Add a few newlines.
17271
17272 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
17273
17274         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
17275         literal strings.
17276
17277         * appdomain.c (set_domain_search_path): Recalculate search path when
17278         AppDomainSetup.PrivateBinPath changes.
17279
17280         * object.c (mono_class_compute_gc_descriptor): It turns out some
17281         parts of the class libs (like System.Thread) holds pointers to
17282         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
17283         to treat native int a pointer type here.
17284         
17285 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
17286
17287         * appdomain.h, domain.c: add hashtable for jump target resolution.
17288
17289 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
17290
17291         * reflection.h reflection.c icall.c: Added new icalls 
17292         GetManifestResourceInfoInternal, GetModulesInternal and support
17293         infrastructure.
17294
17295 2003-05-16  Dick Porter  <dick@ximian.com>
17296
17297         * icall.c:
17298         * file-io.h:
17299         * file-io.c: Implement System.IO.MonoIO::GetTempPath
17300
17301 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
17302
17303         * object.c: mono_store_remote_field: little fix to previous patch.
17304
17305 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
17306
17307         * class.c: add constructors to array classes.
17308         * icall.c: special case array construction for InternalInvoke (),
17309
17310 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
17311
17312         * class.h class.c reflection.c object.c: Added support for field
17313         defaults in dynamically generated classes.
17314
17315 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
17316
17317         * reflection.c: properly encode charset for ddlimport.
17318
17319 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
17320
17321         * threads.c: allow compiling without GC.
17322
17323 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
17324
17325         * appdomain.h, object.c, object.h, threads.c, threads.h: added
17326         handling of thread static data.
17327
17328 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
17329
17330         * reflection.h, reflection.c: added mono_custom_attrs_free ().
17331
17332 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
17333
17334         * class.c (mono_array_class_get): always set the serializable flags
17335         (mono_array_class_get): always set the SEALED attribute for array types
17336
17337 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
17338
17339         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
17340         attributes (fix for bug 42021).
17341
17342 2003-05-12  Dick Porter  <dick@ximian.com>
17343
17344         * gc.c: Don't run finalizers when the finalizer thread is
17345         finishing up, because the default domain has already been
17346         destroyed.
17347
17348 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
17349
17350         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
17351         value is null, we should throw an exception.   This is slightly
17352         different than the other conventions used for the constructor.
17353
17354 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17355
17356         * socket-io.c: fixed windows build.
17357
17358 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17359
17360         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
17361
17362 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
17363
17364         * object.c (mono_string_new_wrapper): Compatibility fix for MS
17365         compilers.
17366
17367 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
17368
17369         * class.c (mono_class_layout_fields): Add experimental GC aware
17370         auto layout facility. Requires class library changes to work correctly.
17371
17372         (mono_class_setup_vtable): Avoid overriding explicit interface
17373         method implementations. Fixes iface3.exe test.
17374
17375         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
17376         object reference.
17377         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
17378         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
17379
17380         * metadata.h: Add new type classification macro which determines
17381         whenever the type holds an object reference.
17382
17383 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
17384
17385         * marshal.c (mono_marshal_get_native_wrapper): cleanups
17386
17387 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
17388
17389         * gc.c (finalizer_thread): Work around a GC bug.
17390
17391 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
17392
17393         * marshal.c (emit_struct_conv): allow unions
17394
17395         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
17396
17397 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
17398
17399         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
17400
17401 2003-05-06  Martin Baulig  <martin@ximian.com>
17402
17403         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
17404
17405 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17406
17407         * socket-io.c:
17408         (Select_internal): allow NULLs, don't create arrays if not needed.
17409         Coupled with Socket.cs changes.
17410
17411         * threadpool.c:
17412         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
17413         register a finalizer for it that will close the semaphore handle. This
17414         fixes the leak and make Lupus' test run with > 4080 loops.
17415
17416 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
17417
17418         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
17419         Jerome Laban (bug #42287)
17420
17421 2003-05-02  Martin Baulig  <martin@ximian.com>
17422
17423         * debug-mono-symfile.h
17424         (MonoSymbolFile): Moved declaration into mono-debug.h.
17425         (MonoDebugMethodJitInfo): Likewise.
17426         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
17427         argument.
17428         (_mono_debug_address_from_il_offset): Take a
17429         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
17430
17431         * mono-debug.h
17432         (MonoDebugDomainData): New struct.
17433         (mono_debug_get_domain_data): New function.
17434         (mono_debug_add_method): Take an additional `MonoDomain *'
17435         argument.
17436         (mono_debug_source_location_from_address): Likewise.
17437         (mono_debug_il_offset_from_address): Likewise.
17438         (mono_debug_address_from_il_offset): Likewise.
17439
17440 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
17441
17442         * reflection.c: one more check for null type in custom attrs.
17443
17444 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17445
17446         * reflection.c: avoid warning (comparison is always false due to limited
17447         range of data type).
17448
17449 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17450
17451         * icall.c: throw an exception in Type.GetField if the argument 'name'
17452         is NULL.
17453
17454 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
17455
17456         * reflection.c: fixed handling of enums in named arguments to custom
17457         attributes (bug #42123).
17458
17459 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
17460
17461         * reflection.c: use the right array element type and handle
17462         a null for a Type argument, too.
17463
17464 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
17465
17466         * reflection.c: handle arrays as arguments to custom attributes.
17467
17468 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
17469
17470         * reflection.c: handle a string value in a custom attr
17471         ctor that takes an object.
17472
17473 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
17474
17475         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
17476         (fix bug #42063)
17477
17478 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
17479
17480         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
17481
17482 2003-04-27  Martin Baulig  <martin@ximian.com>
17483
17484         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
17485         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
17486         MONO_DEBUGGER_EVENT_BREAKPOINT.
17487         (mono_breakpoint_trampoline_code): Removed.
17488         (mono_debugger_event_handler): The last argument is now a
17489         `guint32'.
17490         (mono_debugger_insert_breakpoint_full): Removed the
17491         `use_trampoline' argument.
17492         (mono_debugger_method_has_breakpoint): Likewise.
17493         (mono_debugger_trampoline_breakpoint_callback): Renamed to
17494         mono_debugger_breakpoint_callback(); take the method and
17495         breakpoint number as arguments.
17496
17497 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
17498
17499         * metadata.c: fix off by one when loading parameters attributes.
17500
17501 2003-04-24  Martin Baulig  <martin@ximian.com>
17502
17503         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
17504
17505 2003-04-24  Martin Baulig  <martin@ximian.com>
17506
17507         * mono-debug-debugger.c: Moved all code which interacts with the
17508         Mono Debugger here.
17509
17510         * debug-mono-symfile.c: This code now just deals with the symbol
17511         file itself, the debugger code is now in mono-debug-debugger.c.
17512
17513 2003-04-23  Martin Baulig  <martin@ximian.com>
17514
17515         * mono-debug.c (mono_debug_source_location_from_il_offset):
17516         New method; like mono_debug_source_location_from_address(), but
17517         takes an IL offset instead of a machine address.
17518
17519 2003-04-23  Martin Baulig  <martin@ximian.com>
17520
17521         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
17522         `line' field; this is now computed by the debugger.
17523
17524 2003-04-23  Martin Baulig  <martin@ximian.com>
17525
17526         * mono-debug.[ch]: New files.  This is the new debugging interface.
17527
17528         * mono-debug-debugger.[ch]: New files.  Moved all code which
17529         interacts with the Mono Debugger here.
17530
17531 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
17532
17533         * domain.c (mono_init): initialize mono_defaults.monitor_class
17534
17535 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
17536
17537         * reflection.c (method_encode_code): Add a spicy exception to help
17538         future compiler authors.
17539
17540 2003-04-21  Martin Baulig  <martin@ximian.com>
17541
17542         * icall.c
17543         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
17544         Make this work with relative pathnames; g_filename_to_uri() needs
17545         an absolute filename.
17546
17547 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
17548
17549         * icall.c: Track name changes in Object and ValueType.
17550
17551 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
17552
17553         * metadata.c (mono_type_stack_size): size should be a multiple of
17554         sizeof (gpointer)
17555
17556 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17557
17558         * gc.c:
17559         (internal_domain_finalize): moved into mono_domain_finalize. No need
17560         to create another thread because the finalizers will be run in the
17561         finalizer thread.
17562         
17563         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
17564         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
17565         to be run (MS does this too).
17566
17567 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
17568
17569         * object.c (mono_class_compute_gc_descriptor): Update comment.
17570
17571         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
17572
17573         * image.h: Add synchronized wrapper cache.
17574
17575         * image.c (do_mono_image_open): Initialize cache.
17576
17577         * reflection.c (create_dynamic_mono_image): Initialize cache.
17578
17579 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17580
17581         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
17582         ves_icall_System_Buffer_ByteLengthInternal.
17583
17584 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
17585
17586         * reflection.c: setup klass->nested_in earlier. Allow
17587         a dash in the assembly name.
17588
17589 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
17590
17591         * metadata.c (mono_type_to_unmanaged): dont access
17592         type->data.klass for MONO_TYPE_OBJECT
17593         (mono_type_to_unmanaged): consider System.Delegate class
17594
17595 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
17596
17597         * class.c: just setup supertypes in the proper place instead of
17598         initializing the full element class for arrays.
17599
17600 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
17601
17602         * class.c: ensure the element class of arrays is initialized.
17603         Setup the supertype info for array classes, too.
17604
17605 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
17606
17607         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
17608
17609 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17610
17611         * Makefile.am: re-added -m option when running cygpath. This way,
17612         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
17613         separator.
17614         * mono-config.c: same codepath for locating mono config file for WIN32
17615         and the rest.
17616         * assembly.c: if mono_assembly_setrootdir is called, don't override
17617         the value set.
17618
17619 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17620
17621         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
17622         MONO_ASSEMBLIES variable.
17623
17624 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
17625
17626         * icall.c: added Assembly::GetNamespaces() icall.
17627
17628 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17629
17630         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
17631
17632 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
17633
17634         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
17635         * object.c: fixed bug in the construction of vtable for proxies
17636
17637 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
17638
17639         * object.c (mono_array_new): Mark mono_array_new as an icall.
17640
17641 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17642
17643         * class.c: fixed test for public method when overriding interfaces.
17644         Closes bug #40970.
17645
17646 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
17647
17648         * appdomain.h, domain.c: added mono_domain_foreach() to
17649         be able to access the currently loaded appdomains.
17650         * object.c: make string interning work across sppdomains.
17651         Mark some functions for use as icalls.
17652
17653 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
17654
17655         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
17656
17657         * reflection.h reflection.c: Allocate long living data using 
17658         GC_MALLOC_ATOMIC so the collector does not need to scan it.
17659
17660         * reflection.c: Double the allocation size in streams instead of
17661         increasing it, to prevent unneccesary copying on large assemblies.
17662         
17663         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
17664         creation if the assembly does not have the Run flag set.
17665
17666 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
17667
17668         * class.h: avoid the C++ keywords in header files (Jerome Laban
17669         spotted and fixed this).
17670
17671 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17672
17673         * object.c:
17674         (mono_unhandled_exception): fill in the arguments for the
17675         UnhandledException event. Only trigger that event for the default
17676         domain (as MS does).
17677
17678 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
17679
17680         * object.c: Improve typed allocation stuff based on suggestions from
17681         Paolo. Also turn it on if the GC library supports it.
17682
17683 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
17684
17685         * object.c object.h class.h: Added experimental typed allocation
17686         facility using the interfaces in gc_gcj.h.
17687
17688         * os/gc_wrapper.h: Added new include files.
17689         
17690 2003-04-03  Martin Baulig  <martin@ximian.com>
17691
17692         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
17693         which is not yet enabled by default.
17694
17695         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
17696         functions.
17697         (mono_gc_lock, mono_gc_unlock): New static functions.
17698
17699         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
17700         functions; stop/start the world for the garbage collector.  This
17701         is using the windows API; we need to complete the SuspendThread()/
17702         ResumeThread() implementation in the io-layer to make this work on Unix.
17703         (mono_gc_push_all_stacks): New public function; tells the garbage
17704         collector about the stack pointers from all managed threads.
17705
17706 2003-04-03  Martin Baulig  <martin@ximian.com>
17707
17708         * object.h (MonoThread): Added `gpointer stack_ptr'.
17709
17710         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
17711
17712 2003-04-03  Martin Baulig  <martin@ximian.com>
17713
17714         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
17715
17716 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
17717
17718         * reflection.c (typebuilder_setup_fields): Initialize field.first and
17719         field.last.
17720
17721 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
17722
17723         * loader.c (mono_lookup_internal_call): Report the corlib that is
17724         out of sync.
17725
17726 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
17727
17728         * icall.c (ves_icall_type_GetTypeCode): fixed check for
17729         System.DBNull (it's class not valuetype).
17730
17731 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
17732
17733         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
17734         if the array method was already assigned a token (fixes bug#40646).
17735
17736 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
17737
17738         * reflection.c (mono_reflection_get_type): Attempt type resolve even
17739         if no assembly is given.
17740
17741 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
17742
17743         * metadata.h: Added the new tables.
17744
17745         * row-indexes.h: Added definitions for new tables.
17746
17747         * metadata.c: Add schemas for new tables, and add support for
17748         computing the sizes of them.
17749
17750         * class.c: Update for handling the new type cases.
17751
17752 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
17753
17754         * metadata.h (MONO_TYPE_IS_VOID): new macro
17755
17756 2003-03-31  Martin Baulig  <martin@ximian.com>
17757
17758         * threads.h (MonoThreadCallbacks): Added `thread_created'.
17759
17760         * threads.c (mono_thread_new_init): Call `thread_created' in the
17761         mono_thread_callbacks.
17762
17763 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
17764
17765         * loader.h: added marshalbyrefobject_class to mono_defaults
17766         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
17767         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
17768           generation of output parameters.
17769           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
17770         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
17771           contextbound and the target object belongs to the context of the caller.
17772         * object.h: added context and unwrapped_server variables in MonoRealProxy.
17773         * object.c: Implemented support for interfaces and abstract classes
17774           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
17775           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
17776
17777 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
17778
17779         * class.h class.c (mono_class_is_subclass_of): New function.
17780         
17781         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
17782         routines for most common case (calls from ArrayList::ToArray).
17783
17784         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
17785         routine so programs which call Environment::Exit() can be profiled.
17786
17787         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
17788         Added MONO_ARCH_SAVE_REGS.
17789
17790         * icall.c (ves_icall_type_is_subtype_of): Use new function.
17791
17792 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
17793
17794         * blob.h: Add a couple of new MonoType types definitions.
17795
17796         * tabledefs.h: Add a couple of new call convs.
17797
17798 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
17799
17800         * reflection.h (MonoReflectionDynamicAssembly): track changes in
17801         the layout of the class.
17802
17803         * reflection.c (alloc_table): double the size on overflow to avoid
17804         unnecessary copying.
17805
17806         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
17807         avoid filling out metadata tables and blobs. Also set mb->ilgen to
17808         null so it can be garbage collected.
17809         
17810 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
17811
17812         * reflection.c (mono_reflection_get_type): Return the resolved type
17813         only if it is in the assembly we searched.
17814
17815         * reflection.c (ensure_runtime_vtable): Initialize method slots.
17816
17817         * class.c (mono_class_setup_vtable): Set the slot of the overriding
17818         method.
17819
17820 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17821
17822         * appdomain.c:
17823         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
17824         the right one is 'file:///blah', but MS allows it.
17825         * assembly.c:
17826         (mono_assembly_open): allow 'file://blah'
17827
17828         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
17829
17830 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
17831
17832         * socket-io.c: fixes bug #40310.
17833
17834 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
17835
17836         * reflection.c (mono_reflection_parse_type): handle deeply nested
17837         types correctly.
17838
17839         * reflection.c (mono_image_create_token): Use unique token values
17840         since they will be put into a hash table.
17841
17842         * class.c (mono_class_setup_vtable): If a method occurs in more than
17843         one place in the vtable, and it gets overriden, then change the
17844         other occurances too.
17845
17846         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
17847         object as return type.
17848
17849 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
17850
17851         * icall.c: Deleted "ToString" implementation for double and float
17852         because they are full implemented in managed code.
17853
17854 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
17855
17856         * reflection.c, reflection.h: implemented and exported functions
17857         to retrieve info about custom attributes.
17858
17859 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17860
17861         * appdomain.c: moved Uri handling to assembly.c
17862         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
17863         work when using a file Uri in *nix and windows.
17864
17865         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
17866         GetReferencedAssemblies.
17867
17868 2003-03-18  Dick Porter  <dick@ximian.com>
17869
17870         * icall.c: Rename a couple of internal calls
17871
17872         * threads.c: Set the thread state to Stopped when a thread exits.
17873         Fixes bug 39377.
17874
17875 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
17876
17877         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
17878         New icall.
17879
17880         * object.c (mono_class_vtable): fix warning.
17881
17882 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
17883
17884         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
17885
17886         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
17887         memory.
17888         (method_encode_clauses): Create exception info structures in the right
17889         order.
17890         (mono_reflection_setup_internal_class): Initialize supertypes field.
17891
17892         * class.c object.c: Handle interfaces which implement other interfaces 
17893         correctly.
17894
17895         * class.h class.c: Move the supertypes array initialization code into 
17896         a separate function so it can be used for dynamic types too. Also call
17897         it earlier, in mono_class_init(), since it can be used before the
17898         type is initialized.
17899
17900 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17901
17902         * Makefile.am:
17903         * assembly.c:
17904         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
17905
17906         * appdomain.c:
17907         * appdomain.h:
17908         * marshal.c:
17909         * object.c: remove warnings.
17910
17911 2003-03-13  Martin Baulig  <martin@ximian.com>
17912
17913         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
17914         (MonoDebugLexicalBlockEntry): New types.
17915
17916         * debug-mono-symfile.c
17917         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
17918
17919 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17920
17921         * process.c: ret can be any non-zero value accroding to MS doc.
17922
17923 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
17924
17925         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
17926         fixing a warning for a miss-used prototype, would have cause
17927         random memory corruption.
17928
17929 2003-03-07  Martin Baulig  <martin@ximian.com>
17930
17931         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
17932         getting really annoying ....
17933
17934 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
17935
17936         * reflection.c (fixup_method): added support for array methods.
17937
17938 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
17939
17940         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
17941         (pointed out by Michael Adams).
17942
17943 2003-03-04  Dick Porter  <dick@ximian.com>
17944
17945         * icall.c: Temporarily reverted the Double and Single ToString()
17946         change, because it broke nunit.
17947
17948 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
17949
17950         * object.h, threads.h: make include files compatible with C++
17951         (patch by Jerome Laban <jlaban@wanadoo.fr>).
17952
17953 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
17954
17955         * icall.c: Erased ToString helper functions for Double and Single.
17956         Now, that implementations ar all in managed code (Double and Single
17957         Formatters).
17958
17959 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
17960
17961         * appdomain.c: Added method for initializing the default context of
17962         a domain. Added internal call for getting the default context.
17963         * appdomain.h: Added context variable in MonoDomain struct.
17964         * domain.c: mono_domain_set also sets the default context of the domain
17965         * icall.c: Mapped internal method InternalGetDefaultContext.
17966         * object.c: mono_object_get_virtual_method returns always a remoting
17967         wrapper if the object is a transparent proxy.
17968         mono_runtime_invoke_array: when creating an object by calling the
17969         constructor, if the created object is a proxy, then the constructor should
17970         be called using the a remoting wrapper.
17971
17972 2003-03-03  Dick Porter  <dick@ximian.com>
17973
17974         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
17975         variable so it compiles on solaris.  Problem spotted by
17976         Christopher Taylor <ct@cs.clemson.edu>
17977
17978 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17979
17980         * appdomain.c:
17981         (get_info_from_assembly_name): don't leak value.
17982
17983         * icall.c:
17984         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
17985         result.
17986
17987 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
17988
17989         * assembly.c: export mono_image_load_references ().
17990         * class.c: handle function pointers. mono_class_from_name() now
17991         supports nested type names directly.
17992
17993 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
17994
17995         * reflection.h reflection.c: Encode already created dynamic methods 
17996         and fields correctly as a DEF instead of a REF.
17997
17998         * reflection.c: Get rid of the force_ref argument to 
17999         mono_image_typedef_or_ref since it was wrong in the first place.
18000
18001         * string-icalls.c: add error checking to string constructors according
18002         to the MSDN docs.
18003
18004         * reflection.c: Emit types in the order their TypeBuilders were 
18005         created. Previously, a new table index was assigned to each type before
18006         the tables were emitted. This was wrong because the signature blob
18007         might already refer to a type by its original table index.
18008
18009 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
18010
18011         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
18012         change.
18013         
18014 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18015
18016         * Makefile.am: make assemblies dir have \ instead of / on windows.
18017
18018 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
18019
18020         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
18021         iterate over the NESTEDCLASS table using a linear search since the
18022         table is not guaranteed to be sorted by the secondary key.
18023
18024         * class.c (mono_class_create_from_typedef): fixed up call to
18025         mono_metadata_nesting_typedef.
18026         
18027 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
18028
18029         * marshal.c (mono_string_to_byvalstr): clear the memory as
18030         suggested by Jerome Laban <jlaban@wanadoo.fr>
18031
18032 2003-02-26  Dick Porter  <dick@ximian.com>
18033
18034         * process.c: Cope with padding in .rsrc blocks
18035
18036 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
18037
18038         * metadata.h: reverted the filter_len change, it breaks reflection
18039         
18040 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
18041
18042         * metadata.h: added a new field to store the filter_len
18043         
18044
18045 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
18046
18047         * reflection.c: handle custom attributes for types and members
18048         created with Reflection.Emit (bug#38422).
18049
18050 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
18051
18052         * reflection.c: define RTSpecialName automatically for constructors for
18053         compatibility with MS.NET.
18054
18055         * reflection.c (mono_reflection_create_runtime_class): initialize
18056         nested_in field of dynamically created classes.
18057
18058 2003-02-22  Martin Baulig  <martin@ximian.com>
18059
18060         * debug-mono-symfile.h: Incremented version number.
18061
18062 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
18063
18064         * object.h icall.c process.c: fix warnings.
18065
18066 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
18067
18068         * appdomain.h appdomain.c:
18069         (mono_domain_try_type_resolve): split the 
18070         name_or_tb argument into a name and a tb argument.
18071         (mono_domain_has_type_resolve): new function to check whenever the
18072         application has registered a TypeResolve event handler.
18073         
18074         * icall.c reflection.h reflection.c: move the type resolve logic into
18075         mono_reflection_get_type () so it will be invoked when 
18076         Assembly::GetType () is called.
18077
18078         * reflection.c:
18079         (mono_reflection_get_type): renamed to get_type_internal.
18080         (mono_reflection_get_type): fixed type name generation so it works 
18081         for nested types too.
18082         (mono_reflection_get_type): call has_type_resolve () to avoid the 
18083         costly type name generation if there is no resolve event handler.
18084
18085 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
18086
18087         * class.c, image.c: load exported types from file references.
18088
18089 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
18090
18091         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
18092           used to cache the managed methods used to create proxies and make 
18093           remote invocation of methods.
18094         * class.h: Added in MonoVTable a flag to indicate that a class needs 
18095           to be remotely created.
18096         * object.c: Modified the method mono_class_vtable(). It now initializes 
18097           the remote flag of the vtable. Modified mono_object_new_specific(), 
18098           so now it checks the remote flag.
18099         * icall.c: Added a couple of internal methods, one for enabling instance 
18100           creation interception for a type, and one for creating objects bypassing
18101           the remote check.
18102
18103 2003-02-18  Martin Baulig  <martin@ximian.com>
18104
18105         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
18106         New interncall to get a method's metadata token.
18107
18108         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
18109         New interncall for the debugger.
18110
18111 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
18112
18113         * class.c (mono_class_setup_vtable): allocate supertype array
18114
18115 2003-02-18  Martin Baulig  <martin@ximian.com>
18116
18117         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
18118
18119 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18120
18121         * reflection.c:
18122         (assembly_name_to_aname): jump over unknown properties (i've found
18123         something like: 'type, assembly, version=xxx, custom=null, public...',
18124         so now will ignore custom=null and still get the rest of the values).
18125
18126 2003-02-17  Dick Porter  <dick@ximian.com>
18127
18128         * threads.c: Have Thread.Start() wait for a semaphore to signal
18129         that the thread has set up all its local data.  This fixes bug
18130         34323, where Abort() raced the new thread's TLS data.
18131
18132         Also removes the handle_store() call from start_wrapper, because
18133         threads are now always created suspended and there is no longer a
18134         race between the parent and child threads to store the info.
18135
18136 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
18137
18138         * image.c: explain the #- heap issue in a message, hopefully
18139         avoiding FAQs on mono-list.
18140
18141 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18142
18143         * icall.c:
18144         (GetEntryAssembly): if the domain has not invoked
18145         AppDomain.ExecuteAssembly yet, return the assembly of the default
18146         AppDomain.
18147
18148 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
18149
18150         * class.c (mono_ldtoken): make it work in dynamic assemblies.
18151
18152 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
18153
18154         * metadata.c, reflection.c: simple speedup to type hash
18155         and equals code.
18156
18157 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
18158
18159         * image.c, image.h, class.c, assembly.c: move module loading
18160         to MonoImage. When loading metadata, consider alignemnet from
18161         the start of metadata, not from the metadata address in memory.
18162
18163 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
18164
18165         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
18166         AssemblyBuilder objects. Factored out custom attribute creation into
18167         a separate function.
18168         (create_custom_attr): new function to create custom attributes.
18169
18170 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
18171
18172         * Makefile.am: Got tired of typing the full pathname to pedump.
18173         Until there is another option, am installing this.
18174
18175 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
18176
18177         * class.c (class_compute_field_layout): always set field->parent 
18178         (mono_ldtoken): use mono_defaults.fieldhandle_class;
18179
18180 2003-02-11  Dick Porter  <dick@ximian.com>
18181
18182         * threads-types.h:
18183         * monitor.c: Rewrote Monitor, making lock much faster and
18184         Pulse/Wait work as specified.  Also uses much fewer handles, and only
18185         creates them as needed.
18186
18187         * exception.c: Added SynchronizationLockException
18188
18189         * threads.c: Deleted old Monitor implementation.  The new one is
18190         in a new file.
18191
18192 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
18193
18194         * class.c: handled TypedReference type code. Set the correct size for
18195         class data. Setup interface_offsets for interface classes, too.
18196
18197 2003-02-09  Martin Baulig  <martin@ximian.com>
18198
18199         * debug-mono-symfile.h: Reflect latest symbol writer changes.
18200
18201 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
18202
18203         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
18204         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
18205         * object.c: fixed mono_object_get_virtual_method () for interfaces.
18206         * verify.c: check for code that runs after the end of the method.
18207
18208 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
18209
18210         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
18211         "System.Math::Round2".
18212         * sysmath.h: Added Floor, Round and Round2 definitions.
18213         * sysmath.c: Modified certain functions that were not 100% compliant
18214         with MS.NET (math precision) and added the implementation of Floor,
18215         Round and Round2.
18216
18217 2003-02-07  Martin Baulig  <martin@ximian.com>
18218
18219         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
18220
18221 2003-02-07  Martin Baulig  <martin@ximian.com>
18222
18223         * debug-mono-symfile.c: Reflected latest symwriter changes.
18224         (mono_debug_create_mono_symbol_file): Removed.
18225         (mono_debug_open_mono_symbol_file): Take an argument which
18226         specifies whether to create a dynamic symbol file.
18227
18228 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
18229
18230         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
18231
18232 2003-02-05  Martin Baulig  <martin@ximian.com>
18233
18234         * reflection.c (mono_image_build_metadata): Make this public,
18235         protect it against being called multiple times, don't create
18236         resources and don't build the compressed metadata here.
18237         (mono_image_create_pefile): Do this here.
18238
18239         * icall.c
18240         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
18241
18242 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18243
18244         * socket-io.c: fixed bug #36322.
18245
18246 2003-02-06  Piers Haken <piersh@friskit.com>
18247
18248         * appdomain.[ch]:
18249         * class.h:
18250         * debug-mono-symfile.c:
18251         * icall.c:
18252         * loader.c:
18253         * mono-config.c:
18254         * monosn.c:
18255         * reflection.c:
18256         * socket-io.c: warning cleanups
18257
18258 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
18259
18260         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
18261         function. works like remoting invoke, but does a check for the Proxy first.
18262
18263 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
18264
18265         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
18266
18267 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
18268
18269         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
18270         array of pointers.
18271         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
18272         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
18273
18274         * object.c (mono_store_remote_field_new): used by the new jit
18275         instead of mono_store_remote_field
18276         (mono_load_remote_field_new): used by the new jit
18277         instead of mono_load_remote_field
18278
18279 2003-02-05  Patrik Torstensson
18280
18281         * appdomain.c: changed unload to take the domain id instead
18282         of domain
18283         
18284         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
18285
18286
18287 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18288
18289         * appdomain.c: don't look for assemblies in ApplicationBase if
18290         PrivateBinPathProbe is set.
18291
18292 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18293
18294         * object.c: make the first argument in main_args contain the absolute
18295         path to the assembly. Fixes bug #37511.
18296
18297 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18298
18299         * icall.c: get correct UTC offset for countries not using daylight
18300         time saving. Fixes bug #30030.
18301
18302 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18303
18304         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
18305         and 1 are the family).
18306
18307 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
18308
18309         * icall.c (ves_icall_InternalExecute): removed wrong assertion
18310
18311         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
18312
18313 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
18314
18315         * reflection.c: added support for SignatureHelper tokens, which is
18316         needed by the Calli opcode.
18317
18318         * reflection.h: track changes to SignatureHelper class.
18319
18320         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
18321
18322 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18323
18324         * appdomain.c: fixed loading assemblies from PrivateBinPath.
18325
18326 2003-02-03  Patrik Torstensson
18327         * appdomain.[c|h], domain.c : 
18328          - Added support for getting a domain via domain id
18329          - Support for setting and getting domain from System.AppDomain 
18330            (used in cross appdomain channel)
18331          - Added support for get/set for a MonoAppContext on a thread 
18332            (Context class in System.Runtime.Remoting.Contexts),
18333          - Removed hack in Get/SetData and ExecuteAssembly.
18334         
18335         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
18336         the managed world to get control when a proxy is created.
18337
18338         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
18339         
18340 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
18341
18342         * icall.c
18343         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
18344         Populate the codebase field as well.
18345
18346 2003-02-02  Martin Baulig  <martin@ximian.com>
18347
18348         * debug-mono-symfile.c
18349         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
18350         (mono_debug_symfile_add_method): Allow interncalls.
18351
18352 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18353
18354         * icall.c: throw parse exception if strtod fails or the string is empty.
18355
18356 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
18357
18358         * marshal.c: handle object type separately from defined
18359         class types.
18360
18361 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
18362
18363         * marshal.c: handle NATIVE_LPSTR for strings when it's
18364         explicitly specified.
18365
18366 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
18367
18368         * reflection.c, reflection.h, icall.c: setup the reflection
18369         handle cache for ModuleBuilders and AssemblyBuilders.
18370
18371 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
18372
18373         * reflection.c (reflection_methodbuilder_to_mono_method): set
18374         pinvoke flag
18375
18376 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18377
18378         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
18379
18380 2003-01-29  Dick Porter  <dick@ximian.com>
18381
18382         * threads.c: No need for the fake_thread kludge now that Thread
18383         doesn't run a class constructor
18384         
18385 2003-01-29  Dick Porter  <dick@ximian.com>
18386
18387         * threads.c: Use g_direct_hash instead of the rather bogus
18388         g_int_hash
18389
18390 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
18391
18392         * marshal.c (mono_marshal_get_native_wrapper): add check for null
18393         (fix pinvoke12.exe)
18394         (mono_marshal_get_struct_to_ptr): generate valid IL code
18395         (mono_marshal_get_ptr_to_struct): generate valid IL code
18396         (*): correctly set sig->pinvoke, we need to memdup the signature
18397         to do that
18398
18399 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
18400
18401         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
18402         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
18403
18404 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
18405
18406         * profiler.c: provide more callers information.
18407
18408 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
18409
18410         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
18411
18412         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
18413
18414         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
18415
18416 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18417
18418         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
18419         exception instead of going into an infinite loop on dates which it 
18420         can't yet handle.
18421
18422         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
18423         out-of-range exception if needed.
18424
18425         * class.c (mono_class_setup_vtable): allow a virtual method to provide
18426         an implementation for an interface method and to override an inherited
18427         method at the same time. 
18428         Imagine a scenario when a virtual method is used to override a
18429         virtual abstract method in a parent class, and this same method 
18430         provides an implementation for an method inherited from an interface. 
18431         In this case, the interface resolution code will set im->slot, which 
18432         means that the virtual method override pass will skip this method 
18433         which means a pointer to the abstract method inherited from the parent
18434         will remain in the vtable of this non-abstract class.
18435
18436         * class.c: (mono_class_setup_vtable): continue search for a real 
18437         method if only an abstract method is found.     
18438
18439 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
18440
18441         * reflection.c: add size to encoding for ByValStr and ByValArray
18442         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
18443
18444 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18445
18446         * class.c (mono_class_setup_vtable): pass the override info as an
18447         argument.
18448
18449         * class.c (mono_class_setup_vtable): set the slot of overriding methods
18450         correctly.
18451         
18452         * reflection.c (ensure_runtime_vtable); add support for method 
18453         overrides.
18454         
18455 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18456
18457         * reflection.c (resolution_scope_from_image): Hack to work to work with
18458         dynamic assemblies.
18459
18460         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
18461         added a 'force_ref' argument to force this function to allways return 
18462         a TypeRef. This is needed by mono_image_get_memberref_token ().
18463         
18464 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18465
18466         * reflection.c (mono_image_get_type_info): interfaces really don't have
18467         a parent.
18468
18469         * reflection.c (mono_image_basic_init): fill out missing fields of
18470         image structure.
18471
18472         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
18473         dynamic assemblies. This is required so dynamic assemblies show up in
18474         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
18475         Type::GetType() etc. This is consistent with MS behaviour.
18476
18477         * image.c image.h reflection.c: add newly created classes to the name 
18478         cache so mono_class_get () will find them.      
18479
18480 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18481
18482         First part of changes to get IKVM.NET running under mono.
18483         
18484         * appdomain.h, appdomain.c: added new function 
18485         mono_domain_try_type_resolve() which will emit TypeResolve events. 
18486         This function will call AppDomain::DoTypeResolve to do the actual work.
18487
18488         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
18489         moved existing code dealing with dynamic tokens to a new function 
18490         called mono_reflection_lookup_dynamic_token (). This function will 
18491         raise TypeResolve events when appropriate. Since reflection.c is not 
18492         part of libmetadata, a new hook function called 
18493         mono_lookup_dynamic_token() is added to class.c which will call this.
18494
18495         * assembly.h assembly.c: make the invoke_load_hook function public,
18496         so it can be called for dynamic assemblies.
18497
18498         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
18499
18500         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
18501         type isn't found.
18502
18503         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
18504         MonoGHashTable, since it contains pointers to objects which the GC 
18505         needs to track.
18506
18507         * assembly.c (search_loaded): remove unused variable.
18508         
18509 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
18510
18511         * object.c: fixed issue exposed by gcc-generated IL programs
18512         that use RVA data for pointers.
18513
18514 2003-01-25  Martin Baulig  <martin@ximian.com>
18515
18516         * threads.c (start_wrapper): Moved the initialization of
18517         `start_func' above the mono_new_thread_init() call to which we
18518         pass it as argument.
18519
18520 2003-01-24  Martin Baulig  <martin@ximian.com>
18521
18522         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
18523         the MonoThread pointer.
18524
18525 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
18526
18527         * icall.c: Rename `PowImpl' to Pow.
18528
18529 2003-01-23  Dick Porter  <dick@ximian.com>
18530
18531         * threads.c (start_wrapper): Create a Thread object if needed, so
18532         the Main() thread can do the class initialisation in a subthread
18533         that has been set up to allow managed code execution.
18534
18535         Pass the thread ID instead of the MonoThread pointer to the thread
18536         start and attach callbacks.  This change is required, because the
18537         jit thread start callback must be called _before_ the Thread
18538         object can be created.
18539         
18540         (mono_thread_init): Removed much object creation code that is no
18541         longer needed.  No managed code is called from here now.
18542
18543         * object.c (mono_runtime_exec_managed_code): Create a subthread
18544         for Main, and call back to the runtime to use it.
18545         Set the exit code when Main exits.
18546
18547         * gc.c: Make sure domain finalisation happens in a subthread.
18548         Re-enable threaded GC, fixing bug 31333 (again).
18549
18550         * environment.c: System.Environment internall calls (so far just
18551         ExitCode is here, the others are still in icall.c)
18552
18553         * appdomain.c (mono_runtime_cleanup): All threads running managed
18554         code should have finished before mono_runtime_cleanup() is
18555         reached, so no need to clean up threads.
18556
18557 2003-01-22  Martin Baulig  <martin@ximian.com>
18558
18559         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
18560         `gpointer func' arguments.      
18561         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
18562         but added `MonoThread *thread' argument.
18563         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
18564
18565         * threads.c (mono_new_thread_init): Added `gpointer func' argument
18566         and pass it to the mono_thread_start_cb callback.
18567         (mono_install_thread_callbacks): New public function to install a
18568         set of callbacks which are set by the debugger.
18569         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
18570
18571 2003-01-22  Martin Baulig  <martin@ximian.com>
18572
18573         * Makefile.am: Install debug-mono-symfile.h.
18574
18575 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
18576
18577         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
18578
18579 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
18580
18581         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
18582         * class.c (mono_ptr_class_get): correctly set access levels of pointers
18583         (mono_array_class_get): correctly set access levels of arrays
18584
18585 2003-01-20      Patrik Torstensson
18586         * image.h (MonoAssemblyName): changed major, minor, build, revision
18587         from signed to unsigned.
18588
18589 2003-01-20  sean kasun <skasun@azstarnet.com>
18590
18591         * reflection.c (load_cattr_value): Now this handles
18592         MONO_TYPE_SZARRAY.  Fixes bug #35629
18593
18594 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
18595
18596         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
18597         integer value
18598
18599 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18600
18601         * decimal.c: fixed bug #26056.
18602
18603 2003-01-17  Martin Baulig  <martin@ximian.com>
18604
18605         * gc.c: Raise an ExecutionEngineException instead of using g_error().
18606
18607 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18608
18609         * exception.[ch]:
18610         (mono_get_exception_type_initialization): new function.
18611
18612         * object.c: throw a TypeInitializationException when an exception is
18613         thrown invoking the class constructor.
18614
18615 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18616
18617         * reflection.c: fixed attribute reading.
18618
18619 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18620
18621         * icall.c:
18622         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
18623         provided, look for the type in the calling assembly and then in
18624         mscorlib; if the assembly name is provided, only try that one.
18625
18626 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
18627
18628         * object.c: register the vtable before there is a chance it's
18629         queried again recursively.
18630
18631 2003-01-13  Duncan Mak  <duncan@ximian.com>
18632
18633         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
18634         gc-internal.h. 
18635         
18636 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
18637
18638         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
18639
18640 2003-01-11  Martin Baulig  <martin@ximian.com>
18641
18642         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
18643         this to 20 for the release.
18644
18645 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
18646
18647         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
18648
18649         * loader.c (mono_method_get_marshal_info): bug fix
18650
18651         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
18652         structures with explicit layout
18653
18654 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
18655
18656         * profiler.c: made the output more readable (and sorted). 
18657         Added caller information for the allocation profiler.
18658
18659 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
18660
18661         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
18662
18663 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18664
18665         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
18666         to get value types.
18667         
18668 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
18669
18670         * object.c, profiler.h, profiler.c, profiler-private.h:
18671         Added object allocation profiler.
18672
18673 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
18674
18675         * reflection.h, reflection.c: handle global methods.
18676         Compress blob entries.
18677
18678 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
18679
18680         * marshal.c: fix compilation.
18681
18682 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
18683
18684         * loader.c (mono_method_get_marshal_info): impl.
18685
18686         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
18687
18688 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18689
18690         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
18691         for reference types.
18692
18693 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
18694
18695         * loader.c: fixed off by one error in loaded parameter names.
18696
18697 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
18698
18699         * marshal.c (mono_marshal_get_icall_wrapper): like
18700         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
18701         instead of a MonoMethod.
18702
18703 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18704
18705         * decimal.c: fixed bug #36537.
18706
18707 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
18708
18709         * marshal.c: throw a missing method exception if a
18710         P/Invoke method is not found.
18711
18712 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
18713
18714         * icall.c: allow a null this for constructors.
18715
18716 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
18717
18718         * icall.c: raise the proper exceptions if the arguments to the
18719         internal Invoke are incorrect.
18720
18721 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
18722
18723         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
18724
18725 2003-01-03  Martin Baulig  <martin@ximian.com>
18726
18727         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
18728
18729 2002-12-31  Martin Baulig  <martin@ximian.com>
18730
18731         * debug-mono-symfile.c: Completely rewrote the type section.
18732         Instead of using individual malloc()ed fields, we use one big
18733         continuous memory area and offsets into this area.
18734         See the comments in the source code for details.
18735
18736 2002-12-30  Martin Baulig  <martin@ximian.com>
18737
18738         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
18739
18740 2002-12-30  Martin Baulig  <martin@ximian.com>
18741
18742         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
18743         line number table in this data blob instead of using an external
18744         pointer.
18745
18746 2002-12-28  Martin Baulig  <martin@ximian.com>
18747
18748         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
18749
18750 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
18751
18752         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
18753         as a boxed return type.
18754
18755 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
18756
18757         * appdomain.c
18758         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
18759         g_build_filename to properly get separators on the filename created.
18760
18761         * object.h: Small change, introduce MonoMarshalByRefObject to
18762         track the layout of that structure in the C# universe as we make
18763         changes there.
18764
18765 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
18766
18767         * object.c: removed assert to allow static fields on interfaces.
18768         * loader.c: a TypeSpec may be used for any type, not just arrays.
18769
18770 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
18771
18772         * class.c, class.h: added mono_class_array_element_size ().
18773         Ignore static methods in interfaces.
18774
18775 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18776
18777         * threads.c: fixed the build under cygwin.
18778
18779 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
18780
18781         * reflection.c: handle nullref constants. Allocate keys for
18782         reflection handles with the GC.
18783
18784 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
18785
18786         * threads.c, threads.h: added mono_thread_get_abort_signal()
18787         to get a suitable signal for thread abort.
18788
18789 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
18790
18791         * metadata.c: fix handling of ExportedType table.
18792
18793 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18794
18795         * icall.c: added WriteWindowsDebugString internal call.
18796
18797 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18798
18799         * reflection.h: added fields to match C# implementation.
18800
18801 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18802
18803         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
18804
18805 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
18806
18807         * gc.h, gc-internal.h: Rename header for GC internal calls to
18808         gc-internal.h from gc.h as to not clash with Boehm GC having its
18809         header installed as <gc.h> in outside include paths.
18810         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
18811         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
18812
18813 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18814
18815         * icall.c: assign minor, build and revision in FillName.
18816
18817 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
18818
18819         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
18820         Added support for running code generated by Reflection.Emit.
18821
18822 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18823
18824         * appdomain.c: check for NULL argument in LoadFrom.
18825
18826 2002-12-10  Dick Porter  <dick@ximian.com>
18827
18828         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
18829
18830 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18831
18832         * appdomain.c: fix buglet when building exe file name.  Handle full
18833         assembly name (needed after latest changes to AssemblyName).
18834         * image.c:
18835         (mono_image_close): free some hashtables.
18836
18837 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
18838
18839         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
18840         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
18841         on some systems (redhat 7.3) 
18842
18843 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
18844
18845         * threads.c: delete the critical section of a sync block,
18846         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
18847
18848 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
18849
18850         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
18851
18852 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18853
18854         * appdomain.[ch]: handle the assembly preload event to try loading the
18855         assemblies using the paths we have in the current domain.
18856
18857         * assembly.[ch]: created an assembly preload hook that is called to try
18858         loading the assembly by other means that the ones provided here.
18859
18860         * domain.c: initialize the domain search path.
18861
18862         From now on, assemblies (TODO: except corlib and System) are loaded
18863         according to these rules when using mono_assembly_load ():
18864
18865                 1. It tries to load the assembly from the ApplicationBase
18866                 of the current domain appending .dll and .exe (TODO: have to
18867                 try loading from name/name.dll and name/name.exe).
18868
18869                 2. It tries the search path specified in PrivateBinPath for the
18870                 current domain (if any).
18871
18872                 3. Previous behavior.
18873
18874 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
18875
18876         * icall.c: implemented GetInterfaceMap() related icall.
18877         * domain.c, loader.h: load MethodInfo in mono_defaults.
18878
18879 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
18880
18881         * gc.c: disable the finalizer thread for now, untill all the issues
18882         with it are resolved.
18883
18884 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
18885
18886         * string-icalls.c: handle embedded nulls in string ctor when the
18887         length is specified.
18888
18889 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
18890
18891         * class.c: look for explicit interface implementation in parent
18892         classes, too.
18893
18894 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
18895
18896         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
18897
18898 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
18899
18900         * gc.c: protect handles with a critical section.
18901
18902 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18903
18904         * icall.c:
18905         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
18906         parameters. If no assembly specified, try getting the type from all
18907         the assemblies in the current domain, else, load the assembly and get
18908         the type from it.
18909
18910 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18911
18912         * marshal.c: applied patch from Aleksey Demakov that fixes
18913         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
18914
18915 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18916
18917         * icall.c: fixed get_location.
18918
18919 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
18920
18921         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
18922         declarations to make it work with older gcc. 
18923
18924         * loader.c (mono_get_method): set signature->pinvoke for native calls
18925
18926 2002-11-20  Dick Porter  <dick@ximian.com>
18927
18928         * threads.c (mono_thread_init): Set the main thread's handle
18929
18930 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
18931
18932         * gc.c: allow compilation without GC support. Changed to match the
18933         mono coding style.
18934
18935 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
18936
18937         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
18938
18939 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
18940
18941         * reflection.c: set a public key token on the core assemblies.
18942
18943 2002-11-18  Dick Porter  <dick@ximian.com>
18944
18945         * threads.c: Split out some thread initialisation so that other
18946         files can set the start callback function.
18947
18948         * gc.c: Run finalisers in a separate thread, to avoid stack
18949         overflow.  Fixes bug 31333.
18950
18951         * appdomain.c: Set up GC finalisation thread.
18952
18953         * reflection.c: 
18954         * object.c: 
18955         * domain.c: Use gc.h macros for GC_malloc
18956         
18957 2002-11-15  Dick Porter  <dick@ximian.com>
18958
18959         * threadpool.c: 
18960         * threads.c:
18961         * appdomain.c: Removed mono_runtime_init_with_attach(),
18962         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
18963         merging the extra parameter with the existing function.  Removed
18964         unneeded code in mono_thread_attach().
18965
18966 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
18967
18968         * image.c (mono_image_loaded_by_guid): a method to get loaded
18969         images by guid. 
18970         (load_metadata_ptrs): we store the guid as string.
18971
18972 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
18973
18974         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
18975
18976         * metadata.c (mono_guid_to_string): imported method form Zoltan
18977         Varga (slightly modified)
18978
18979         * assembly.c (mono_assembly_open): load precompiled code
18980
18981         * loader.h (MonoMethod): we store the method token for use in the
18982         aot compiler. 
18983
18984 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18985
18986         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
18987         the hook function called when an assembly is loaded.
18988         
18989         * domain.c: Modified file.
18990         (mono_domain_assembly_load): removed hash table insertion of assemblies.
18991
18992         Fixes bug #33196.
18993
18994 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
18995
18996         * reflection.c: Map PEFileKind to the value expected by the WinNT
18997         image loader. 
18998
18999 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19000
19001         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
19002         Read until the buffer is filled completely.
19003
19004 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19005
19006         * icall.c: implemented MonoType.InternalGetEvent ().
19007
19008 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19009
19010         * appdomain.c: implemented InitAppDomainSetup. Delayed
19011         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
19012         the entry_assembly.
19013
19014         * assembly.c: base_dir is now an absolute path ending with
19015         G_DIR_SEPARATOR.
19016
19017         * icall.c: modified get_location according to the above changes.
19018
19019         * object.c: init AppDomain.SetupInformation for the default domain after
19020         we have the entry assembly.
19021
19022         * domain.c: when unloading a domain, setup = NULL.
19023
19024 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
19025
19026         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
19027
19028 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
19029
19030         * object.h, object.c: introduced mono_object_get_virtual_method ()
19031         to lookup the method invoked on an object when a callvirt is done on
19032         a method.
19033         * icall.c: make MethodInfo::Invoke() always do a virtual call.
19034
19035 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19036
19037         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
19038         current domain when loaded an assembly and failed to load it.
19039
19040         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
19041
19042 2002-10-31  Dick Porter  <dick@ximian.com>
19043
19044         * icall.c: 
19045         * file-io.h: 
19046         * file-io.c: Return the error status in a parameter, as the
19047         GetLastError() value has long since been blown away if we try and
19048         look it up in a subsequent internal call invocation.  Delete the
19049         GetLastError() internal call, because it's useless.
19050
19051 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
19052
19053         * class.[ch]: added cast_class to fix bug 29517
19054
19055 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
19056
19057         * marshal.c: create valid IL code in the filter clause:
19058         the new JIT is less forgiving:-)
19059
19060 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19061
19062         * icall.c: removed get_property internal call.
19063
19064 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
19065
19066         * appdomain.h domain.c: Added an ID to appdomains.
19067         
19068         * threads.c threads.h icall.c: Implement icall
19069         Thread:GetDomainID(), and remove unused icall 
19070         CurrentThreadDomain_internal.
19071
19072 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19073
19074         * icall.c: Don't recurse through the base types in GetConstructor.
19075         Fixes bug #32063. 
19076
19077 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
19078
19079         * mempool.h, mempool.c: added mono_mempool_empty() and
19080         mono_mempool_stats().
19081
19082 2002-10-23  Dick Porter  <dick@ximian.com>
19083
19084         * file-io.c: 
19085         * file-io.h: 
19086         * icall.c: Added MonoIO.GetFileType internal call
19087
19088 2002-10-17  Dick Porter  <dick@ximian.com>
19089
19090         * appdomain.c (mono_runtime_cleanup): Don't signal the async
19091         delegate semaphore before waiting for all threads to finish,
19092         because new threads can also call async delegates.  Fixes bug
19093         32004.
19094
19095         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
19096         of 3 seconds, in case another async job is queued.  (This part is
19097         needed because the bug fix reintroduced the 3s exit lag.)  This
19098         makes the mono_runtime_shutdown flag superfluous.
19099
19100 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
19101
19102         * reflection.c: include ehader size in method section headers.
19103         Really check for suplicated modules entries.
19104
19105 2002-10-17  Martin Baulig  <martin@gnome.org>
19106
19107         * debug-mono-symfile.c: Added back support for locals.
19108
19109 2002-10-14  Martin Baulig  <martin@gnome.org>
19110
19111         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
19112         MONO_TYPE_VOID.
19113
19114 2002-10-14  Martin Baulig  <martin@gnome.org>
19115
19116         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
19117         mono_class_get() instead of looking in the class cache. 
19118
19119 2002-10-13  Martin Baulig  <martin@gnome.org>
19120
19121         * debug-mono-symfile.c: Set version number to 28, include the
19122         signature in method names.
19123
19124 2002-10-13  Martin Baulig  <martin@gnome.org>
19125
19126         * debug-mono-symfile.h: Set version number to 27.
19127
19128 2002-10-11  Martin Baulig  <martin@gnome.org>
19129
19130         * gc.c: Don't register/unregister NULL pointers as disappearing links.
19131
19132 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
19133
19134         * metadata.c, metadata.h: added helper function to allocate signatures.
19135
19136 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19137
19138         * icall.c: added internal call to get the location of machine.config.
19139
19140 2002-10-08  Martin Baulig  <martin@gnome.org>
19141
19142         * debug-mono-symfile.c: Ignore classes with a pending init for the
19143         moment.
19144
19145 2002-10-03  Dick Porter  <dick@ximian.com>
19146
19147         * threads.c: Freebsd pthread_t is a pointer
19148
19149 2002-10-03  Dick Porter  <dick@ximian.com>
19150
19151         * socket-io.c: Implemented GetHostName_internal
19152
19153 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19154
19155         * mono-config.c:
19156         (mono_config_parse_file): don't leak the text.
19157
19158 2002-10-02  Martin Baulig  <martin@gnome.org>
19159
19160         * debug-mono-symfile.c: Added support for methods.
19161
19162 2002-10-01  Martin Baulig  <martin@gnome.org>
19163
19164         * debug-mono-symfile.c: Don't emit methods and line numbers for
19165         the dynamic symbol file, just write the type table.  We can easily
19166         have an external helper program which creates a symbol file for an
19167         IL file.        
19168
19169 2002-10-01  Dick Porter  <dick@ximian.com>
19170
19171         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
19172         Only add the handle to the cleanup array when we're about to
19173         launch the thread.  Bug 31425 deadlocked when the test was run on
19174         mono under w32.
19175
19176 2002-10-01  Martin Baulig  <martin@gnome.org>
19177
19178         * debug-mono-symfile.c: Added support for properties.
19179
19180 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
19181
19182         * reflection.c: unaligned store fix from Mark Crichton
19183         <crichton@gimp.org>.
19184
19185 2002-09-27  Martin Baulig  <martin@gnome.org>
19186
19187         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
19188         New interncall.
19189
19190 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
19191
19192         * assembly.h, assembly.c: use a sane API to hook into the assembly
19193         loading process instead of a useless special-purpouse hack
19194         (ngen needs a hook, too, for example).
19195
19196 2002-09-27  Dick Porter  <dick@ximian.com>
19197
19198         * threads.c (mono_thread_init): Call GetCurrentProcess() so
19199         io-layer can set up some process handle info.  Not needed on w32,
19200         but doesn't hurt either.
19201
19202         * process.c: Pass the program name in the second parameter to
19203         CreateProcess, so the path is searched.  Include the working
19204         directory. Implemented process name, process enumeration, and some
19205         process detail internal calls.
19206         
19207         * icall.c: Added internal calls for process lookup, and some
19208         process details
19209
19210 2002-09-26  Martin Baulig  <martin@gnome.org>
19211
19212         * assembly.c (mono_install_open_assembly_hook): New global
19213         function to install a function to be invoked each time a new
19214         assembly is loaded.
19215         (mono_assembly_open): Run this callback function if set.
19216
19217         * debug-mono-symfile.c: Put back line numbers for the dynamic
19218         symbol file and also record the .il file as source file.  This
19219         allows us to install the temporary symbol file as `file.dbg' just
19220         like a compiler-generated one.
19221
19222 2002-09-26  Nick Zigarovich <nick@chemlab.org>
19223
19224         * Corrected typo in gc.c (BOHEM vs BOEHM).
19225
19226 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19227
19228         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
19229         GetProperties. Also avoid calling g_slist_length in GetProperties and
19230         GetMethods.
19231
19232 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
19233
19234         * reflection.c: avoid unaligned stores (bug spotted by
19235         Mark Crichton  <crichton@gimp.org>).
19236
19237 2002-09-25  Martin Baulig  <martin@gnome.org>
19238
19239         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
19240         instead of guint64 for addresses and added prologue/epilogue info.
19241
19242 2002-09-25  Martin Baulig  <martin@gnome.org>
19243
19244         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
19245         store line number info.  For the dynamic symbol file, we only need
19246         to provide the JIT generated dynamic line number info for the dynamic
19247         symbol file.
19248
19249 2002-09-25  Martin Baulig  <martin@gnome.org>
19250
19251         * debug-mono-symfile.h: Incremented version number.
19252
19253 2002-09-24  Martin Baulig  <martin@gnome.org>
19254
19255         * class.c (mono_debugger_class_init_func): New global function
19256         pointer variable.
19257         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
19258         call it.
19259
19260         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
19261         function.  This is called via the mono_debugger_class_init_func
19262         hook to add all types to the dynamic type table.
19263         (ves_icall_MonoDebugger_GetType): New interncall to get a class
19264         from its metadata token.
19265
19266         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
19267         New interncall for the debugger.
19268
19269 2002-09-24  Nick Drochak <ndrochak@gol.com>
19270
19271         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
19272         before using it in case it is null.
19273         
19274 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19275
19276         * metadata.c: allow custom modifiers in local var signatures
19277         (bug spotted by Zoltan Varga).
19278
19279 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
19280
19281         * class.c: deal with the <Module> class that may have a NULL vtable.
19282         Eliminate warnings.
19283
19284 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19285
19286         * image.c, image.h: more strong name helpers.
19287         * monosn.c: more work: convert pem keys to cryptoapi format.
19288
19289 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
19290
19291         * string-icalls.c: speedup IndexOf.
19292
19293 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19294
19295         * icall.c: updates from Zoltan.2.Varga@nokia.com.
19296
19297 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
19298
19299         * icall.c: cleanup: use mono_object_domain ().
19300
19301 2002-09-23  Martin Baulig  <martin@gnome.org>
19302
19303         * debug-mono-symfile.c: Improved type support.
19304
19305 2002-09-22  Martin Baulig  <martin@gnome.org>
19306
19307         * debug-mono-symfile.c: Added support for reference types and strings.
19308
19309 2002-09-22  Martin Baulig  <martin@gnome.org>
19310
19311         * debug-mono-symfile.c: Started to work on the type table.
19312
19313 2002-09-21  Martin Baulig  <martin@gnome.org>
19314
19315         * debug-mono-symfile.c: Largely reworked the symbol table format.
19316         The symbol table is now incrementally updated each time a new
19317         method is added.  We're now also using our own magic and version
19318         so that you don't need to recompile all your classes if the
19319         dynamic table changes.
19320         (mono_debug_update_mono_symbol_file): Removed.
19321         (mono_debug_symfile_add_method): New function to add a method.
19322
19323 2002-09-21  Martin Baulig  <martin@gnome.org>
19324
19325         * icall.c
19326         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
19327         New interncall.
19328
19329         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
19330         New interncall to get a method from its metadata token.
19331
19332 2002-09-21  Martin Baulig  <martin@gnome.org>
19333
19334         * debug-mono-symfile.c: Create type table.
19335
19336 2002-09-20  Martin Baulig  <martin@gnome.org>
19337
19338         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
19339
19340 2002-09-20  Martin Baulig  <martin@gnome.org>
19341
19342         * debug-mono-symfile.c: Provide information about params and locals.
19343
19344 2002-09-20  Martin Baulig  <martin@gnome.org>
19345
19346         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
19347         New interncall.
19348
19349         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
19350         interncall to get a method from its metadata token.
19351
19352 2002-09-20  Martin Baulig  <martin@gnome.org>
19353
19354         * debug-mono-symfile.c: Added a few checks for method->header
19355         being non-NULL.  This should never happen, but for the moment
19356         let's use a g_warning() rather than a g_assert().
19357
19358 2002-09-19  Mark Crichton  <crichton@gimp.org>
19359
19360         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
19361         even if support for it isn't present.  Added an #ifdef to fix this.
19362
19363         * socket-io.c: Added checks back for Solaris support.
19364
19365 2002-09-19  Martin Baulig  <martin@gnome.org>
19366
19367         * debug-mono-symfile.c (read_string, write_string): Reflect latest
19368         changes in the symbol file format.
19369
19370 2002-09-18  Martin Baulig  <martin@gnome.org>
19371
19372         * debug-mono-symfile.c: Set version number to 21.
19373
19374 2002-09-18  Dick Porter  <dick@ximian.com>
19375
19376         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
19377         on netbsd.  Fixes bug 30051.
19378
19379 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19380
19381         * reflection.c:
19382         (set_version_from_string): little fix.
19383
19384 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19385
19386         * monosn.c, Makefile.am: added strong name utility.
19387         * reflection.h, reflection.c: implemented delayed signing,
19388         locale, version and hash id assembly attributes.
19389
19390 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
19391
19392         * loader.c, metadata.c: load param attributes in signatures.
19393
19394 2002-09-16  Martin Baulig  <martin@gnome.org>
19395
19396         * debug-mono-symfile.c: Added string table with all method names.
19397
19398 2002-09-14  Martin Baulig  <martin@gnome.org>
19399
19400         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
19401         fast method lookup.
19402
19403 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
19404
19405         * reflection.c: record the public key token of referenced assemblies.
19406
19407 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19408
19409         * image.c, image.h: added functions to get the strong name and the
19410         public key of an assembly.
19411         * pedump.c: use them.
19412
19413 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
19414
19415         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
19416
19417 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
19418
19419         * marshal.c (mono_marshal_get_managed_wrapper): Added
19420         MONO_TYPE_BOOLEAN 
19421
19422 2002-09-11  Martin Baulig  <martin@gnome.org>
19423
19424         * gc.c: Call GC_unregister_disappearing_link() on all links when
19425         finalizing them, this is necessary to aviod a crash in boehm's
19426         finalize handler.
19427
19428 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19429
19430         * gc.c: handle GetTarget for finalized objects spotted and fixed by
19431         nick@chemlab.org.
19432
19433 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
19434
19435         * icall.c: implemented MonoType::Module.
19436         * reflection.c, reflection.h: mono_module_get_object () from
19437         Tomi Pakarinen <tomi.pakarinen@welho.com>.
19438
19439 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
19440
19441         * icall.c: ignore overridden methods in GetMethods ().
19442         Fix for FieldInfo::SetValue().
19443         * object.c: handle float/double in runtime invoke.
19444
19445 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
19446
19447         * object.c: allow a constructor to be called again on an object.
19448
19449 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19450
19451         * class.h, class.c: move field layout code to it's own function and
19452         export it. Get an interface id earlier. Move fields in MonoClass
19453         so they are more cache friendly and align the bitfields.
19454         * loader.c: temporary handle get_param_names() for a runtime method.
19455         * reflection.c, reflection.h: more code to handle runtime creation of
19456         types.
19457
19458 2002-09-09  Martin Baulig  <martin@gnome.org>
19459
19460         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
19461         signature with the pinvoke field being set for the actual call.
19462
19463 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19464
19465         * icall.c: removed some unused icalls. Start of map of glib charsets
19466         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
19467
19468 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
19469
19470         * debug-helpers.c: break infinite loop (found and fixed by
19471         Holger Arnold <harnold@gmx.de>).
19472
19473 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
19474
19475         * icall.c: target may be null in create_delegate.
19476
19477 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19478
19479         * marshal.c: handle a boolean return type.
19480
19481 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19482
19483         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
19484
19485 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
19486
19487         * gc.c: fix weakreferences.
19488
19489 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
19490
19491         * icall.c: added icall to get default codepage.
19492
19493 2002-09-03  Dick Porter  <dick@ximian.com>
19494
19495         * threads.h: 
19496         * threads.c: Use MonoThread instead of MonoObject where
19497         apropriate.
19498
19499         Store running thread objects in a hash table, so that we have all
19500         the info to hand when waiting for them to finish
19501         (means we don't need OpenThread() any more, so mingw builds should
19502         be fully functional again.)
19503
19504         * verify.c:
19505         * object.h: Added thread ID to MonoThread
19506
19507 2002-09-03  Martin Baulig  <martin@gnome.org>
19508
19509         * icall.c (System.Reflection.Assembly::get_location): New interncall.
19510
19511 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19512
19513         * icall.c: fixed leak in get_temp_path. Thanks lupus.
19514
19515 2002-09-03  Martin Baulig  <martin@gnome.org>
19516
19517         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
19518         argument to store the end address of the disassembled instruction.
19519
19520         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
19521         here from debug-symfile.h.
19522         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
19523         JIT into this struct.
19524         (MonoSymbolFile): Added `char *image_file' field.
19525         (MonoDebugGetMethodFunc): Removed.
19526         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
19527         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
19528         (mono_debug_find_method): New method.
19529
19530         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
19531         create a full symbol file.
19532         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
19533         and static symbol files.
19534         (mono_debug_find_method): The symbol file keeps an internal method hash,
19535         call this to get a MonoDebugMethodInfo from a MonoMethod.
19536
19537         * debug-symfile.[ch]: Removed.
19538
19539 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
19540
19541         * image.c (do_mono_image_open): Remove linker version check.
19542
19543 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
19544
19545         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
19546         wrappers for instance methods.
19547         
19548 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19549
19550         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
19551
19552 2002-08-28  Dick Porter  <dick@ximian.com>
19553
19554         * Makefile.am: Export HOST_CC for w32 builds
19555
19556 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
19557
19558         * file-io.c process.c: MonoString are null terminated, no
19559         need for mono_string_to_utf16() anymore.
19560
19561 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19562
19563         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
19564
19565 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
19566
19567         * icall.c, reflection.h: speedup System.MonoType.
19568
19569 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
19570
19571         * reflection.c: allow null as the value of a string argument in
19572         custom attributes constructors.
19573
19574 2002-08-27  Martin Baulig  <martin@gnome.org>
19575
19576         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
19577         `trampoline_address' field.
19578
19579 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
19580
19581         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
19582         check (fixes bug #29486) 
19583
19584 2002-08-27  Martin Baulig  <martin@gnome.org>
19585
19586         * debug-mono-symfile.c: Changed the file format in a way that allows us
19587         open it read-only and to use a specially malloced area for all the
19588         dynamic data.  We can now also generate a symbol file on-the-fly if we're
19589         debugging IL code and there is no MCS generated symbol file for it.
19590
19591 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
19592
19593         * object.c: added a define for a good string and array
19594         creation speedup (not enabled by default because we need to deal with
19595         the synch stuff).
19596
19597 2002-08-26  Martin Baulig  <martin@gnome.org>
19598
19599         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
19600         function to create a dynamic symbol file.  This is used by the
19601         debugger to create a symbol file for IL code on-the-fly.
19602
19603 2002-08-26  Martin Baulig  <martin@gnome.org>
19604
19605         * loader.c (mono_lookup_pinvoke_call): Include the error message
19606         from g_module_error() in the error message.
19607
19608 2002-08-24  Martin Baulig  <martin@gnome.org>
19609
19610         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
19611         function to update the symbol file.  The symbol file is mmap()ed
19612         writable, but private.  This allows us to install the symbol file
19613         together with the assembly.
19614
19615 2002-08-24  Martin Baulig  <martin@gnome.org>
19616
19617         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
19618         but they can read the new symbol file format which mcs is now creating.
19619
19620         * debug-symfile.c (mono_debug_find_source_location): Moved to
19621         debug-mono-symfile.c; this is now operating on the new symbol file.
19622
19623 2002-08-23  Martin Baulig  <martin@gnome.org>
19624
19625         * debug-helpers.c (mono_method_desc_from_method): New function to get
19626         a MonoMethodDesc from a MonoMethod.
19627
19628 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
19629
19630         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
19631         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
19632
19633 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
19634
19635         * string-icalls.[ch]: make helper methods static.
19636
19637 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19638
19639         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
19640         types to it and to SetValueInternal.
19641
19642         * object.c: Moved handle_enum label to its proper place. This was the
19643         f... bug! ;-)
19644
19645         This time i compiled mcs and gtk-sharp and they both work.
19646
19647 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19648
19649         * icall.c: reverted partially my previous patch until 
19650         object.c:set_value handles enums correcly.
19651
19652 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19653
19654         * icall.c:
19655         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
19656         (ves_icall_System_Environment_get_MachineName): removed warning when
19657         compiling under cygwin.
19658
19659 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
19660
19661         * object.c: fixed field_get_value() for reference types.
19662
19663 2002-08-22  Dick Porter  <dick@ximian.com>
19664
19665         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
19666         Don't free a buffer while it's still needed.  Patch from Jonathan
19667         Liger <Jonathan.liger@wanadoo.fr>
19668
19669 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
19670
19671         * icall.c (ves_icall_System_Environment_get_Platform): Add new
19672         internal call.
19673
19674 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
19675
19676         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
19677         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
19678
19679         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
19680         we call unmanaged code which throws exceptions.
19681
19682 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19683
19684         * appdomain.h: added per-domain entry_assembly.
19685         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
19686         arguments.
19687         * icall.c: Assembly::GetEntryAssembly icall.
19688         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
19689         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
19690
19691 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19692
19693         * appdomain.h, gc.c: added mono_domain_finalize ().
19694
19695 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19696
19697         * object.c:
19698         (mono_print_unhandled_exception): changed g_warning by g_printerr
19699         because g_log has a 1024 characters limit (yeah, i got a big stack
19700         trace). Don't print exception name, that should be in ToString 
19701         returned string.
19702
19703 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19704
19705         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
19706         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
19707
19708 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19709
19710         * object.c:
19711         (mono_print_unhandled_exception): after previous commit, i realized
19712         that MS calls ToString on the exception. I changed this function to
19713         do that. This way we get stack_trace for free.
19714
19715 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19716
19717         * object.c:
19718         (mono_print_unhandled_exception): invoke Message property instead of
19719         getting 'message' field from Exception. Don't allocate memory for
19720         'trace' and 'message' if not needed.
19721
19722 2002-08-18  Dick Porter  <dick@ximian.com>
19723
19724         * unicode.c: Fix asserts to match Encoder.cs checks
19725
19726 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
19727
19728         * marshal.c: fix unaligned store issue and a few wrong
19729         opcode argument types.
19730
19731 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19732
19733         * icall.c: added GetUninitializedObjectInternal internal call.
19734
19735 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
19736
19737         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
19738         to the right domain.
19739
19740 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
19741
19742         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
19743
19744         * class.c (class_compute_field_layout): set blittable to false for Strings
19745
19746         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
19747
19748 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19749
19750         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
19751         first chunk of code to create types at runtime. Code to
19752         handle ReflectedType/DeclaringType. Make reflection handles
19753         domain specific.
19754
19755 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
19756
19757         * class.c: set correct name in arrays.
19758
19759 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
19760
19761         * appdomain.c (mono_domain_transfer_object): make it work with
19762         valuetypes. bug fixes.
19763
19764 2002-08-12  Dick Porter  <dick@ximian.com>
19765
19766         * object.h: Rename some parameters to avoid c++ keywords (Patch
19767         from Joseph Wenninger <kde@jowenn.at>)
19768
19769 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
19770
19771         * icall.c: added icall to implement Assembly.GetFile*.
19772
19773 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
19774
19775         * reflection.h, reflection.c: code to embed managed resources.
19776
19777 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
19778
19779         * class.c: move all the type size stuff into
19780         class_compute_field_layout().
19781
19782 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19783
19784         * class.c: ensure enums have always the correct instance size.
19785         * unicode.c: remove wrong assert.
19786
19787 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
19788
19789         * assembly.c: fix mem corruption issue.
19790         * image.h, image.c: added mono_image_get_resource () to access
19791         managed resources.
19792         * icall.c: implemented Assembly.EntryPoint property and some
19793         Managed Resources related internalcalls.
19794
19795
19796 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
19797
19798         * image.c, image.h: impemented mono_image_get_entry_point ().
19799         * appdomain.c: use mono_image_get_entry_point.
19800
19801 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19802
19803         * reflection.c: support the object type argument when loading
19804         custom attributes.
19805
19806 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
19807
19808         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
19809         String as return type.
19810
19811 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
19812
19813         * reflection.c: fix encoding of named args for custom attrs to match
19814         the ms implementation. Read them back when instantiating custom
19815         attributes.
19816
19817 2002-08-02  Radek Doulik  <rodo@ximian.com>
19818
19819         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
19820         by Dietmar as quick fix
19821         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
19822         16 as stack size, used on more places as quick fix before Dietmar
19823         will fix it properly
19824
19825 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
19826
19827         * object.h, object.c: added accessors for fields and properties.
19828
19829 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
19830
19831         * class.c, class.h: made mono_class_get_field_from_name ()
19832         loop on parent types.
19833         Added mono_class_get_property_from_name ().
19834
19835 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
19836
19837         * class.c, class.h: move the code to setup the type vtable in its own
19838         function so that it can be reused also for types created at runtime.
19839         Eliminate the "class" identifier from the header file.
19840         * reflection.c: setup the vtable for enums so that we can create
19841         objects for use in SetConstant ().
19842
19843 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
19844
19845         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
19846         instead of the delegate itself as this pointer (bug #28383)
19847
19848 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
19849
19850         * marshal.c (mono_marshal_get_managed_wrapper): added return type
19851         conversions.
19852
19853 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19854
19855         * loader.c: don't set the pinvoke bit on icalls.
19856
19857 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
19858
19859         * debug-helpers.c (mono_method_full_name): only print a number to
19860         indicate wrapper type (so that the output is more readable in traces).
19861
19862 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
19863
19864         * class.c (mono_class_init): include method override patch from Paolo
19865
19866 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
19867
19868         * icall.c: fixed GetTypeCode().
19869
19870 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
19871
19872         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
19873         use real delegate invoke function to make it work with multicast
19874         delegates (fix bug# 28291).
19875
19876 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
19877
19878         * object.c: load constant strings.
19879
19880 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
19881
19882         * reflection.c: no magic numbers.
19883         * tabledefs.h: security action enum.
19884
19885 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
19886
19887         * assembly.c: fix possible memory corruption.
19888
19889 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
19890
19891         * reflection.h, reflection.c: added support for linking resources.
19892         * verify.c: check we have an updated corlib.
19893
19894 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
19895
19896         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
19897         string arrays.
19898         (mono_marshal_string_array): null terminate unmanaged string arrays.
19899         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
19900
19901 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
19902
19903         * icall.c: Type.GetType () can now return also types from the
19904         calling assembly.
19905
19906 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
19907
19908         * loader.h, loader.c: stack walking support.
19909         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
19910         GetCallingAssembly.
19911
19912 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
19913
19914         * marshal.c: added optimisations for blittable types 
19915
19916         * class.c (mono_array_class_get): do not set blittable attribute on arrays
19917         (mono_class_setup_mono_type): set blittable attribute for single
19918         and double.
19919
19920         * marshal.c (mono_string_utf8_to_builder): impl.
19921         (mono_string_builder_to_utf8): impl.
19922         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
19923
19924 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
19925
19926         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
19927         (mono_marshal_get_managed_wrapper): impl. byref types
19928
19929 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19930
19931         * icall.c:
19932         (search_method): don't display debug message. 
19933
19934 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
19935
19936         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
19937
19938 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
19939
19940         * appdomain.c: set the missing filename when throwing exception.
19941
19942 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
19943
19944         * metadata.c (mono_type_size): code cleanup
19945         (mono_type_stack_size): removed some test code
19946
19947 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
19948
19949         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
19950         mono_get_exception_file_not_found now.
19951
19952         * exception.c (mono_exception_from_name_two_strings): New version
19953         that will call a constructor with two string arguments. 
19954         (mono_get_exception_file_not_found): New helper routine, used to
19955         report file-not-found errors.
19956
19957 2002-07-20  Dick Porter  <dick@ximian.com>
19958
19959         * process.h:
19960         * process.c: Pass file handles to CreateProcess
19961         
19962         * icall.c:
19963         * file-io.h:
19964         * file-io.c: Implemented CreatePipe
19965
19966 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
19967
19968         * metadata.c (mono_get_param_info): set alignment for value types
19969
19970 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
19971
19972         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
19973         Constify mono_domain_assembly_open().
19974         * loader.c: handle null namespace in icalls.
19975
19976 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
19977
19978         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
19979         (emit_str_to_ptr_conv): marshal object as structs
19980
19981         * metadata.c (mono_type_to_unmanaged): marshal object as structs
19982
19983         * marshal.c (mono_marshal_get_runtime_invoke): support value types
19984
19985 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
19986
19987         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
19988         (mono_marshal_get_native_wrapper): we an now return value types
19989
19990 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19991
19992         * verify.c: more checks implemented.
19993
19994 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
19995
19996         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
19997         (fix bug #27695)
19998         (mono_marshal_get_native_wrapper): allow byref arguments
19999         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
20000         impl. PtrToStringXXX methods
20001         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
20002         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
20003         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
20004         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
20005         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
20006
20007 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20008
20009         * reflection.c: fix buglet in parsing an assembly name.
20010
20011 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
20012
20013         * marshal.c (emit_ptr_to_str_conv): first impl.
20014
20015 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
20016
20017         * object.c, class.h: cache the vtable in the class as suggested by
20018         vargaz@freemail.hu (Zoltan Varga).
20019
20020 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20021
20022         * class.h, loader.c: added mono_field_from_token().
20023         * verify.c: first cut of type checking code.
20024
20025 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
20026
20027         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
20028
20029 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
20030
20031         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
20032         (fix bug #27782)
20033         (mono_marshal_get_remoting_invoke): impl.
20034         (mono_delegate_begin_invoke): impl.
20035         (mono_mb_emit_save_args): impl.
20036         (mono_delegate_end_invoke): impl.
20037         (mono_marshal_get_delegate_begin_invoke):
20038         (mono_marshal_get_delegate_end_invoke):
20039         (mono_marshal_get_delegate_invoke): generate a special name for
20040         those methods (including the signature) and associate them whith
20041         the delegate class. 
20042
20043 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
20044
20045         * reflection.[ch]: 
20046         (mono_reflection_type_from_name): now it has a MonoImage parameter
20047         which is used as the default image to search the type in. If the image
20048         is NULL or getting the type from it fails, it defaults to corlib.
20049
20050         * icall.c: changed 1 call to mono_reflection_type_from_name to match
20051         new parameter.
20052
20053 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20054
20055         * reflection.c: update the parameter table index.
20056
20057 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
20058
20059         * domain.c: don't include the mark byte in the string hash.
20060
20061 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
20062
20063         * icall.cs: icall for Type.GetTypeCode ().
20064         * verify: a couple of fixes and disabled local initialization checks.
20065
20066 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
20067
20068         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
20069
20070         * debug-helpers.c (mono_method_full_name): print the type of the
20071         runtime wrapper
20072
20073         * metadata.c (mono_signature_hash): a hash function for signatures
20074         (mono_signature_hash): better hash algorithm
20075
20076         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
20077
20078         * debug-helpers.c (mono_method_full_name): this can now generate
20079         method names with signatures
20080
20081         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
20082         method dont have this pointers.
20083
20084 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
20085
20086         * reflection.c: fixup typebuilder tokens.
20087         * image.c: fix buglet.
20088         * marshal.h: remove whitespace.
20089         * metadata.h, metadata.c: reinstate code that was removed.
20090         * verify.c: handle catch directives and fix another couple of bugs.
20091
20092 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
20093
20094         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
20095         (mono_marshal_get_native_wrapper): make it comp. with the old code
20096         (mono_marshal_get_native_wrapper): support boolean
20097         (mono_marshal_get_managed_wrapper): support more types
20098
20099 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
20100
20101         * class.c (class_compute_field_layout): compute class->blittable attribute.
20102
20103 2002-07-09  Dick Porter  <dick@ximian.com>
20104
20105         * threads.c: Make the thread cleaning up cope with threads that
20106         call ExitThread()
20107
20108 2002-07-08  Radek Doulik  <rodo@ximian.com>
20109
20110         * reflection.c (method_encode_code): use non-translated values to
20111         compute finally_start, this fixes exception handling on ppc, yay!
20112
20113         * decimal.h (struct signscale): fix endianess
20114
20115 2002-07-07  Radek Doulik  <rodo@ximian.com>
20116
20117         * reflection.c: swap box_val and not val
20118
20119 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
20120
20121         * reflection.c, reflection.h: handle full assembly info in type name.
20122         Handle Type arguments when loading custom attributes.
20123         * icall.c: updated to use new mono_reflection_type_from_name () method.
20124
20125 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20126
20127         * loader.c:
20128         (method_from_memberref): also print assembly name when method not found.
20129
20130 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20131
20132         * icall.c:
20133         (ves_icall_TypeGetProperties): fixed bug #27473. 
20134
20135 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20136
20137         * reflection.c: display image name and token when cannot find the
20138         .ctor for an attribute.
20139
20140 2002-07-05  Martin Baulig  <martin@gnome.org>
20141
20142         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
20143
20144 2002-07-04  Dick Porter  <dick@ximian.com>
20145
20146         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
20147         compile on mingw.  This will cause mingw builds to not wait for
20148         subthreads to terminate after the main thread does.  I've lodged a
20149         bug with the mingw developers for them to wrap OpenThread().
20150
20151 2002-07-03  Dick Porter  <dick@ximian.com>
20152
20153         * threads.c: Store thread IDs instead of handles, because
20154         GetCurrentThread() returns a pseudohandle and therefore stores
20155         useless values.  mono_thread_cleanup() continues checking the
20156         array of threads until it is empty, to cope with subthreads
20157         spawning new threads after the main thread has finished.
20158
20159         * profiler.h:
20160         * profiler.c:
20161         * profiler-private.h: Pass the thread ID to thread profiler
20162         functions, instead of a handle
20163
20164 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20165
20166         * verify.c: fixes to make it more usable.
20167         * pedump.c: added --verify code to verify IL code in an assembly.
20168
20169 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20170
20171         * reflection.c: turn errors into warnings to allow compiling corlib.
20172
20173 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
20174
20175         * reflection.c: add special cases to compile corlib.
20176
20177 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
20178
20179         * reflection.c: handle properties with only a set method.
20180
20181 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20182
20183         * opcodes.h: add enum with opcodes in opval order.
20184
20185 2002-07-01  Dick Porter  <dick@ximian.com>
20186         
20187         * object.h:
20188         * object.c (mono_runtime_run_main): Removed unneeded argument
20189
20190 2002-06-28  Martin Baulig  <martin@gnome.org>
20191
20192         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
20193
20194 2002-06-27  Dick Porter  <dick@ximian.com>
20195
20196         * threads.c: Store the handle in both the parent thread and in the
20197         subthread, to minimise the time between starting a new thread and
20198         storing its ID.
20199
20200 2002-06-26  Dick Porter  <dick@ximian.com>
20201
20202         * appdomain.c (mono_runtime_cleanup): Close the socket library
20203         after all the threads have finished, not before
20204
20205 2002-06-26  Martin Baulig  <martin@gnome.org>
20206
20207         * debug-symfile.c (mono_debug_find_source_location): Added
20208         `guint32 *line_number' argument.  If it's not NULL, store the line number
20209         there and return the file name without the line number.
20210
20211 2002-06-25  Dick Porter  <dick@ximian.com>
20212
20213         * icall.c:
20214         * process.h:
20215         * process.c: Process forking and other support functions
20216
20217 2002-06-25  Dick Porter  <dick@ximian.com>
20218
20219         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
20220         things dont happen when the image is closed.
20221         (mono_image_lookup_resource): Walk the resource section looking
20222         for a particular entry
20223
20224         * cil-coff.h: PE resource section decoding
20225
20226 2002-06-25  Dick Porter  <dick@ximian.com>
20227         
20228         * assembly.h:
20229         * assembly.c: 
20230         (mono_assembly_foreach): Accessor functions to walk the list of
20231         loaded assemblies
20232         (mono_assembly_set_main):
20233         (mono_assembly_get_main): Process methods need to know which
20234         assembly is the "main" one
20235
20236         * object.c (mono_runtime_run_main): Record the main assembly
20237
20238         * debug-helpers.c: Fix typo
20239
20240 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
20241
20242         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
20243         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
20244
20245 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20246
20247         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
20248
20249 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
20250
20251         * image.c (do_mono_image_open): Initialize reference count,
20252         otherwise we leak the MonoImage.
20253
20254 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
20255
20256         * reflection.c: small tweak to handle self-hosting.
20257
20258 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
20259
20260         * reflection.c: fix type name parse code.
20261
20262 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20263
20264         * reflection.c: break out of the loop.
20265         * image.c: special case corlib.
20266
20267 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20268
20269         * reflection.c: add all the custom attrs at the end to ensure the
20270         ctors have been properly initialized when the attributes are defined
20271         in the current assembly.
20272
20273 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
20274
20275         * reflection.c: handle correctly multiple-nested types.
20276
20277 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
20278
20279         * row-indexes.h: fix typos.
20280         * reflection.c: adjust for typos and fix method_def_or_ref
20281         encoding in MethodImpl table.
20282
20283 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20284
20285         * reflection.c: fix entry point patching (thanks Serge!).
20286
20287 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
20288
20289         * verify.c: add check for System.Exception
20290
20291 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
20292
20293         * image.c, class.c: minifix for code just c&p'ed.
20294         * reflection.c: warning fix.
20295         * object.h, loader.h, domain.c: load also StringBuilder.
20296
20297 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
20298
20299         * marshal.h, marshal.c: some support code to handle complex marshaling.
20300
20301 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20302
20303         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
20304         Better signatures with vtable error dump.
20305
20306 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
20307
20308         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
20309
20310 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
20311
20312         * icall.c (ves_icall_Type_GetField): impl.
20313
20314 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20315
20316         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
20317         to retrieve a marshal description blob for a field or param.
20318
20319 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
20320
20321         * reflection.h, reflection.c: change order of nested type emission
20322         to avoid table corruption. The NestedTypes table is sorted.
20323         * icall.c: change order of GetConstructor results to workaround mcs bug.
20324
20325 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20326
20327         * reflection.h, reflection.c: handle field and param marshal
20328         information.
20329
20330 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20331
20332         * icall.c, marshal.c marshal.h: more Marshal class implementation.
20333
20334 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20335
20336         * reflection.c: fix call convention.
20337
20338 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20339
20340         * reflection.h, reflection.c: mono_image_get_memberref_token()
20341         takes a type instead of a class, now. Added
20342         mono_image_get_array_token() to create tokens for the special
20343         multi-dim array methods.
20344
20345 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
20346
20347         * assembly.c: handle modules (no assembly table). Split
20348         loading references in its own function.
20349         * class.c: handle moduleref resolution scope.
20350         * image.c, image.h: cache module name in image.
20351
20352 2002-06-07  Martin Baulig  <martin@gnome.org>
20353
20354         * reflection.c (mono_image_get_type_info): Only add a class layout entry
20355         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
20356
20357 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20358
20359         * icall.c: more signature fixes that used uint instead of int.
20360
20361 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20362
20363         * reflection.c: fixed signature of field refs.
20364
20365 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20366
20367         * class.c, reflection.c: handle typerefs of nested types
20368         (both on read and when writing files).
20369
20370 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
20371
20372         * icall.c: fix method signatures that tried to workaround the previous
20373         typo, d'oh!
20374
20375 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
20376
20377         * debug-helpers.c: fix typo.
20378
20379 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
20380
20381         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
20382         rewrote the PE/COFF writing code (our programs are understood by the
20383         ms runtime, now).
20384
20385 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
20386
20387         * gc.c, gc.h, icall.c: weakreference support.
20388
20389 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20390
20391         * Makefile.am, mono-config.c: use $(sysconfdir).
20392
20393 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20394
20395         * icall.c: changed default precision of Double.ToString() to 15.
20396         Fixed memory leak. Unified with Single.ToString.
20397
20398 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
20399
20400         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
20401
20402 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
20403
20404         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
20405         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
20406         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
20407         and myself.
20408
20409 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20410
20411         * debug-symfile.c, sysmath.c: yet more compilation fixes.
20412
20413 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20414
20415         * reflection.c, socket-io.c: more compilation fixes.
20416
20417 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20418
20419         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
20420         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
20421         unicode.c: warning and compiler compatibility fixes.
20422
20423 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20424
20425         * class.h, metadata.c: fixed warnings/compilation errors.
20426
20427 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20428
20429         * Makefile.am, mono-config.c, mono-config.h: configuration file
20430         support routines.
20431         * loader.c, loader.h: make Dll mapping configurable at runtime in the
20432         config file. Export methods to insert and lookup mappings.
20433
20434 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
20435
20436         * reflection.c: handle types and boxed objects in custom attr
20437         constructors.
20438
20439 2002-05-30  Martin Baulig  <martin@gnome.org>
20440
20441         * debug-symfile.c
20442         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
20443
20444 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
20445
20446         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
20447         to lookup the implmap row for a P/Invoke method.
20448         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
20449         P/Invoke method from the runtime on an as needed basis.
20450
20451 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
20452
20453         * metadata.c (mono_metadata_parse_signature): impl.
20454
20455 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20456
20457         * class.c: handle .pack directive.
20458
20459 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
20460
20461         * object.c: initialize static fields with RVA data.
20462
20463 2002-05-25  Martin Baulig  <martin@gnome.org>
20464
20465         * debug-symfile.c
20466         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
20467
20468 2002-05-24  Martin Baulig  <martin@gnome.org>
20469
20470         * debug-symfile.c
20471         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
20472         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
20473         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
20474
20475 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
20476
20477         * object.c: special case string ctros in invoke.
20478         * gc.c: silly whitespace changes.
20479
20480 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
20481
20482         * threadpool.[ch]: impl. a threadpool that can
20483         be used by mint and mono.
20484
20485 2002-05-22  Martin Baulig  <martin@gnome.org>
20486
20487         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
20488         The first argument is now a `MonoReflectionModuleBuilder *', the return
20489         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
20490         `methods' field to get the method builder.  The `token' argument is the
20491         unfixed token.
20492
20493         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
20494         invalid characters instead of g_assert_not_reached()ing.  This seems
20495         to be the behaviour of mscorlib.
20496
20497 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
20498
20499         * object.c (mono_runtime_invoke_array): applied patch from Rachel
20500         Hestilow to fix bug #25104
20501
20502 2002-05-21  Martin Baulig  <martin@gnome.org>
20503
20504         * debug-symfile.c (mono_debug_find_source_location): New function.
20505         Looks up an IL offset in the line number table and returns the source
20506         location as a string.
20507
20508 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20509
20510         * icall.c:
20511         (mono_double_ToStringImpl): changed %f by %g until we have something
20512         better.
20513
20514 2002-05-21  Nick Drochak  <ndrochak@gol.com>
20515
20516         * icall.c : Use different name for Math.Pow's icall.  Needed to check
20517         parameters first in C#.
20518
20519 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20520
20521         * icall.c, reflection.h: added icall to get info about an event.
20522
20523 2002-05-20  Radek Doulik  <rodo@ximian.com>
20524
20525         * object.c (mono_value_box): don't use memcpy for boxing on BIG
20526         endian
20527         (mono_value_box): don't use memcpy for small sizes on
20528         architectures with unaligned access
20529
20530 2002-05-20  Martin Baulig  <martin@gnome.org>
20531
20532         * reflection.c (mono_reflection_setup_internal_class): Don't crash
20533         if `tb->parent == NULL'.
20534         (mono_reflection_create_internal_class): New function.  This is
20535         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
20536         for enum types.
20537
20538         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
20539         New interncall.
20540
20541 2002-05-19  Martin Baulig  <martin@gnome.org>
20542
20543         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
20544         argument to get the length, don't default to the array length.
20545
20546 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
20547
20548         * assembly.c (mono_assembly_setrootdir): New function used to
20549         override the MONO_ASSEMBLIES directory.
20550
20551 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20552
20553         * icall.c: ValueType_GetHashCode() initialize local var.
20554
20555 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20556
20557         * reflection.c: sort custom attributes table.
20558
20559 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
20560
20561         * reflection.c: support named args in custom attributes (write support).
20562
20563 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
20564
20565         * reflection.c: fix finally position calculation.
20566
20567 2002-05-15  Radek Doulik  <rodo@ximian.com>
20568
20569         * reflection.c: fixed endianess at many places
20570
20571         * icall.c (ves_icall_InitializeArray): comment out debug msg
20572
20573 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
20574
20575         * object.c (mono_unhandled_exception): new function to handle
20576         unhandled exceptions.
20577         (mono_unhandled_exception): call the UnhandledException event.
20578         (mono_runtime_delegate_invoke): impl.
20579
20580 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
20581
20582         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
20583         returns the RVA, not the direct pointer to the data. Handle the case
20584         when the class size is fixed.
20585
20586 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
20587
20588         * reflection.c: fix some endianess issues.
20589
20590 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
20591
20592         * object.c (mono_runtime_invoke): is now able to catch exceptions.
20593
20594         * threads.c (mono_thread_init): added a callback which is invoked
20595         at thread start.
20596
20597 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
20598         
20599         * icall.c: make GetHashCode return non-negative values.
20600
20601 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
20602
20603         * object.c, icall.c, gc.c: revert to address-based hashcode.
20604
20605 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
20606
20607         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
20608
20609 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20610
20611         * icall.c, class.c: special case <Module>.
20612
20613 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
20614
20615         * icall.c: fix bug in GetNow().
20616
20617 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
20618
20619         * object.c (mono_runtime_class_init): make sure that we call all
20620         static class constructors.
20621
20622 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
20623
20624         * reflection.c: sort methodsemantics table.
20625
20626 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
20627
20628         * reflection.h, reflection.c: honour init locals setting.
20629
20630 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
20631
20632         * icall.c: copied Double ToStringImpl for Single ToStringImpl
20633
20634 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
20635
20636         * reflection.c: support ContructorBuilders in attribute blob creation.
20637
20638 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20639
20640         * reflection.c: some changes to build a binary that can be run
20641         directly in windows.
20642
20643 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
20644
20645         * loader.c: print a big message when an icall can't be found.
20646
20647 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20648
20649         * string-icalls.c: fix bug 24248.
20650
20651 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
20652
20653         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
20654         icall.c, reflection.h: separate assembly loading by pathname and by
20655         assembly name. Use the MONO_PATH env var to search for assemblies.
20656
20657 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20658
20659         * assembly.c, image.h: add some support for assemblies
20660         with multiple modules.
20661         * class.c, class.h: export mono_class_from_typeref().
20662         * loader.c: remove duplicated code and use mono_class_from_typeref(),
20663         instead.
20664
20665 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20666
20667         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
20668         documentation says (the ECMA one is correct).
20669
20670 2002-05-02  Dick Porter  <dick@ximian.com>
20671
20672         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
20673         Don't name the synchronisation mutex.
20674
20675 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
20676
20677         * rand.c
20678         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
20679         Make the prototypes match.
20680         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
20681         Same.
20682
20683         * icall.c
20684         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
20685         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
20686         all systems have tm.tm_zone, so use strftime() with %Z to print
20687         the timezone abreviation into a temp string.
20688
20689         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
20690         rather than mono_array_addr() on a MonoString on Big Endian
20691         machines.
20692
20693 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
20694
20695         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
20696         fix bug 24041
20697
20698 2002-04-30  Dick Porter  <dick@ximian.com>
20699
20700         * socket-io.c: Cope with SOCKET being an integer rather than a
20701         pointer now.
20702
20703         * threads.c: Added Thread_free_internal, to deal with thread
20704         handle cleanup.  Moved calls to handle_store() and handle_remove()
20705         to start_wrapper(), so each can only be called once.  Allocate
20706         synchronisation blocks with GC_malloc(), and use GC finalisation
20707         to close the handles.
20708
20709         * icall.c: added System.Threading.Thread::Thread_free_internal
20710
20711 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20712
20713         * icall.c: support Environment.Exit, CommandLineArgs().
20714
20715 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20716
20717         * object.c, object.h: added mono_runtime_run_main () and
20718         mono_runtime_get_main_args () for use in System.Environment.
20719
20720 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20721
20722         * gc.c: fix thinko, enable actual finalization since the jit is now
20723         fixed.
20724
20725 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20726
20727         * gc.c, object.c: take into account that an object may be offset wrt the address
20728         returned by GC_malloc().
20729
20730 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
20731
20732         * image.c: handle files without entries in the assembly table (modules).
20733
20734 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
20735
20736         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
20737         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
20738         allowed to be null when it's System.Object class setup.
20739
20740 2002-04-27  Martin Baulig  <martin@gnome.org>
20741
20742         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
20743         if `tb->parent == NULL' rather than crashing.
20744
20745 2002-04-28  Nick Drochak  <ndrochak@gol.com>
20746
20747         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
20748         calling acos() where asin() should have been called.
20749
20750 2002-04-26  Martin Baulig  <martin@gnome.org>
20751
20752         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
20753         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
20754         there's a subdirectory called `System', but we don't want to read that
20755         subdirectory as an assembly.
20756
20757 2002-04-25  Martin Baulig  <martin@gnome.org>
20758
20759         * debug-symfile.c: Reflect latest MonoString changes.
20760
20761 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
20762
20763         * rand.c, rand.h: instance method icalls need to have an explicit
20764         this pointer as first argument in the C implementation.
20765
20766 2002-04-25  Nick Drochak <ndrochak@gol.com>
20767
20768         * icall.c: Fix typo in map for GetNonZeroBytes
20769
20770 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
20771
20772         * string-icalls.c : String does now passes unit tests without any 
20773         errors, the following changes has been made:
20774         
20775         Implemented replace methods.
20776         Renaming of methods to (try) follow the standard.
20777         Fixed compare ordinal
20778         Made all memory allocated directly to function instead of via icall function.
20779         Small performance fix in is_in_array function
20780                         
20781  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
20782
20783         c (mono_string_Internal_ctor_charp_int_int):
20784         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
20785         sindex < 0, throw ArgumentOutOfRangeException instead of
20786         ArgumentNullException.
20787
20788         Added new check for length == 0, however
20789         I need to make it return String.Empty from the C code.
20790         
20791         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
20792         that calculate the length for us here.
20793         
20794         (mono_string_Internal_ctor_sbytep_int_int): Replaced
20795         mono_string_new_utf16 with mono_string_new, since value is utf8.
20796
20797 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20798
20799         * object.c: register the object for finalization if needed.
20800         Allocate one more char in the string for the terminating 0 char.
20801
20802 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20803
20804         * class.c, class.h, image.c: check if a type implemenst a destructor.
20805         Use the proper key for array class lookups.
20806         * icall.c: register the icalls in the System.GC class.
20807         * gc.c, gc.h: GC-related functions and icalls.
20808
20809 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20810
20811         * icall.c:
20812         * socket-io.c:
20813         * unicode.c: free some strings gotten from mono_string_to_utf8 and
20814         changed a couple of free () by g_free ().
20815
20816         * decimal.c: one-liner in the comments for decimal2string ().
20817
20818 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
20819
20820         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
20821
20822 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
20823
20824         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
20825         * object.c (mono_runtime_invoke_array) : handle null in params
20826
20827 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
20828
20829         * string-icalls.c: fixed bug in split (one off bug)
20830
20831 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
20832
20833         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
20834         * icalls.c: added String::Equals as internal method
20835
20836 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
20837
20838         * threads.c: fixed bug in the double interlocked functions
20839
20840 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
20841
20842         * threads.c: implemented all of the new interlocked icalls.
20843         * string-icalls.c: fix a bug in insert.
20844         * icalls.c: added the icalls for interlocked, removed old string functions.
20845         
20846 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
20847
20848         * loader.c: fix off-by-one error when reading argument names.
20849
20850 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20851
20852         * profiler.c: win32 counter implementation (untested).
20853         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
20854         (the latter needs testing and more complete impl. from win32 folks).
20855
20856 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
20857
20858         * object.c: mono_array_new_full workaround mono_array_class_get
20859         problem.
20860
20861 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20862
20863         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
20864         * object.h (mono_string_chars): Changed casting type.
20865
20866 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20867
20868         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
20869                            method signatures to use gunichar2 instead of gint16.
20870
20871 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
20872
20873         * object.h, object.c: domain-specific versions of mono_object_new and
20874         mono_array_new.
20875
20876 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
20877
20878         * object.c: changed String layout
20879
20880         * string-icalls.c (mono_string_Internal_ctor_chara): added
20881         internal string constructors.
20882
20883 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
20884
20885         * threads.c: pass 'this' to the thread start routine.
20886
20887 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20888
20889         * string-icalls.c: fix IndexOf and LastIndexOf. Now
20890         InternalCompareStr don't call twice mono_string_cmp_char for the last
20891         character. Improved performance in mono_string_cmp_char.
20892
20893 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
20894
20895         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
20896         code into its own library: libmonoruntime.
20897
20898 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
20899
20900         * object.h, object.c: changed array format so that szarrays do not
20901         require a bounds structure.
20902         * icall.c, appdomain.c: support for new szarray format.
20903
20904 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
20905
20906         * metadata.c: compare also the retuns type when comparing signatures:
20907         we didn't do this as an optimization since really overloaded methods
20908         must differ also in the arguments, but this doesn't work with
20909         low-level IL code (or when using explicit conversion operators: see
20910         bug#23498 for an example).
20911
20912 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20913
20914         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
20915
20916 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
20917
20918         * icall.c: make MonoType::GetElementType its own icall.
20919
20920 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20921
20922         * icall.c: remove MonoMethod_get_Name().
20923         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
20924         object.
20925
20926 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20927
20928         * string-icalls.c: optimized a few methods.
20929
20930 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
20931
20932         * icall.c: added all new string internal calls
20933         * string-icalls.c: added, new string internal call implementation.
20934         * object.c: added mono_string_new_size for allocating a string a size
20935
20936 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
20937
20938         * object.c (mono_object_isinst): use the same code as in the
20939         optimized x86 version.
20940
20941 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20942
20943         * profiler.c: TSC-based timer code (faster and more accurate).
20944         Not hooked up in configure, yet (set USE_X86TSC to 1).
20945
20946 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
20947
20948         * profiler.c, profiler.h: track time spent compiling methods.
20949         * threads.c: track thread creation/destruction.
20950
20951 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
20952
20953         * profiler.c, profiler.h, profiler-private.h: profiling interface
20954         and sample implementation. Moved here so that it can be used also by
20955         the jit.
20956
20957 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
20958
20959         * reflection.c, reflection.h: keep types and other handles separate in
20960         the hash tables for referred tokens. Add guid for modules.
20961
20962 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
20963
20964         * assembly.c: fix bugs found with valgrind.
20965         * metadata.h, metadata.c: added mono_metadata_guid_heap().
20966
20967 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
20968
20969         * threads: added icall support for getting current domain for
20970                    the thread.
20971  
20972 2002-04-13  Martin Baulig  <martin@gnome.org>
20973
20974         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
20975         (MonoDebugVarInfo): Added `index' field for register based addresses.
20976         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
20977         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
20978         `MonoDebugVarInfo *params' and `guint32 this_offset' with
20979         `MonoDebugVarInfo *this_var'.
20980
20981         * debug-symfile.c (relocate_variable): New static function to write
20982         a location description for a local variable or method parameter.
20983
20984 2002-04-12  Martin Baulig  <martin@gnome.org>
20985
20986         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
20987         stack offset and begin/end scope address of a local variable.
20988         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
20989         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
20990         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
20991
20992         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
20993         Added new relocation types for start/end scope of a local variable.
20994
20995 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20996
20997         * object.h: add mono_object_domain() macro.
20998         * reflection.c: handle typespecs.
20999         * icall.c: MonoMethod::get_Name() implementation.
21000
21001 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
21002
21003         * icall.c: String::GetHashCode() icall implementation.
21004
21005 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21006
21007         * icall.c: String::IndexOfAny icall.
21008         * object.c, object.h: make array->max_length more useful.
21009         Intrduced mono_object_class() and mono_string_length() macros.
21010
21011 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21012
21013         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
21014         instead of g_unichar_isdigit.
21015
21016 2002-04-11  Nick Drochak  <ndrochak@gol.com>
21017
21018         * icall.c: Implement a simple Double.ToString().
21019
21020 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
21021
21022         * appdomain.h: only io-layer.h is supposed to be included.
21023         * icall.c: explicitly import environ. Fix warning.
21024
21025 2002-04-10  Nick Drochak  <ndrochak@gol.com>
21026
21027         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
21028                 return true even if it's not Daylight Savings time.
21029                 Only return false for the case where the function isn't
21030                 implemented for a plaform (read Windows).
21031
21032 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21033
21034         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
21035         data with a mutex.
21036
21037 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
21038
21039         * mempool.c (mono_mempool_alloc): only use g_malloc when
21040         absolutely necessary.
21041
21042 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
21043
21044         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
21045
21046         * class.c (mono_class_vtable): use domain mempool to allocate vtable
21047         (mono_class_proxy_vtable): use domain mempool
21048
21049 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
21050
21051         * appdomain.h, appdomain.c: split initialization that requires the
21052         execution engine support into mono_runtime_init().
21053
21054 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
21055
21056         * class.c (mono_class_init): don't include vtable inside MonoClass
21057         to save some memory, gather some statistics.
21058         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
21059
21060 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
21061
21062         * icall.c: internalcall implementation for ValueType.Equals().
21063
21064 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
21065
21066         * object.c (mono_message_init): moved 
21067         (mono_runtime_exec_main): new arch. independent impl.
21068         (mono_runtime_invoke_array): new method - like
21069         mono_runtime_invoke, but you can pass an array of objects.
21070         (mono_remoting_invoke): new arch. independent impl.
21071         (mono_message_invoke): new arch. independent impl.
21072         (mono_runtime_class_init): new arch. independent impl.
21073         (mono_runtime_object_init): new arch. independent impl.
21074
21075 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
21076
21077         * metadata.c, object.c, reflection.c: documented the exported
21078         functions.
21079
21080 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
21081
21082         * icall.c: simpler code to pass the assembly builder data to corlib.
21083         Implement GetNestedTypes() internalcall.
21084
21085 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
21086
21087         * class.c: warn if a type can't be loaded.
21088
21089 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
21090
21091         * image.h: typedef MonoImageOpenStatus
21092         * types.h: removed unused file
21093         
21094 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
21095
21096         * icall.c: Enum_ToObject accepts enum value arguments.
21097
21098 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
21099
21100         * class.c: move initialization of properties, events and nested
21101         classes, so that they happen for interfaces, too.
21102
21103 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
21104
21105         * icall.c: cleanup some ugly casts in Array_SetValue*.
21106
21107 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
21108
21109         * icall.c: the values array fro enums is of the correct type, now.
21110         Implement (correctly) getFullName instead of assQualifiedName for
21111         MonoType.
21112         * reflection.h, reflection.c: added mono_type_get_name ().
21113
21114 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
21115
21116         * assembly.c, image.h: for each MonoImage, record from wich assembly
21117         it was loaded.
21118         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
21119         Make Type.Assembly work.
21120
21121 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
21122
21123         * debug-symfile.h: use char* instead of gpointer to avoid
21124         unnecessary casts.
21125
21126         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
21127
21128         * icall.c (ves_icall_InternalExecute): impl. FielSetter
21129         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
21130
21131 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
21132
21133         * icall.c (mono_message_init): impl. (code cleanup)
21134         (ves_icall_InternalExecute): impl. FieldGetter
21135
21136         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
21137         defined we call all (non-static)methods through the vtable. 
21138
21139 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
21140
21141         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
21142         finalizer even though the memory is still referenced (and the chunk of
21143         memory is not freed).
21144
21145 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
21146
21147         * assembly.c: fix brokeness.
21148
21149 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
21150
21151         * class.c: kill some warnings. Check explicit interface method
21152         implementation also without considering the namespace.
21153         Load also literal strings in static class data.
21154
21155 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
21156
21157         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
21158         (default_assembly_name_resolver): Make the resolver take the
21159         "base" directory where the assembly was originally defined, so we
21160         can load DLLs that are in the same directory as the assembly that
21161         is being referenced.
21162
21163 2002-03-28  Dick Porter  <dick@ximian.com>
21164
21165         * file-io.h: 
21166         * file-io.c:
21167         * socket-io.c: 
21168         * unicode.h: 
21169         * unicode.c: Warning cleanups
21170
21171 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
21172
21173         * object.h, reflection.h: use the correct type instead of MonoObject.
21174
21175 2002-03-28  Martin Baulig  <martin@gnome.org>
21176
21177         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
21178         (mono_debug_update_symbol_file): Initialize classes if necessary.
21179
21180 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
21181
21182         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
21183         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
21184
21185 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
21186
21187         * assembly.h: fix function prototype.
21188         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
21189         * mono-endian.h: use const cast.
21190
21191 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
21192
21193         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
21194
21195 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
21196
21197         * loader.c: don't assert when a typeref can't be loaded, give
21198         a chance to the runtime to trow an exception instead.
21199         * loader.h: fix warning.
21200
21201 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
21202
21203         * class.c (mono_class_proxy_vtable): added proxy support
21204
21205 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
21206
21207         * icall.c: removed last of PAL calls, added System.Environment
21208         * file-io.h, file-io.c: MonoIO implementation
21209         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
21210
21211 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
21212
21213         * appdomain.c: do not use the byte marker in ldstr table lookup.
21214         * debug-helpers.c: allow two ':' to separate class and method name.
21215         * object.c: allocate arrays bounds with the GC, too.
21216         * verify: add a few more checks.
21217
21218 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
21219
21220         * reflection.c: output also literal strings. Allocate parameter data
21221         with GC_malloc() (thanks, Martin, for catching this!).
21222
21223 2002-03-26  Martin Baulig  <martin@gnome.org>
21224
21225         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
21226         include the `this' offset in the `param_offsets'.
21227
21228 2002-03-25  Martin Baulig  <martin@gnome.org>
21229
21230         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
21231         mono_debug_get_class() function to get the classes. Added new
21232         relocation types for arrays and strings.
21233         (mono_debug_get_class): New static function to search in all
21234         referenced assemblies for a metadata token.
21235
21236         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
21237
21238 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
21239
21240         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
21241         hold gc-allocated objects. Make the string heap a stream like the
21242         others. Removed duplicated code when writing stream info.
21243         Added asserts to catch possible buffer overflows. Set the sorted map
21244         for tables that need sorting. Added some documentation.
21245
21246 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
21247
21248         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
21249         for interned strings and vtables.
21250
21251 2002-03-24  Martin Baulig  <martin@gnome.org>
21252
21253         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
21254         it in the array since it was created with g_slist_prepend().
21255
21256 2002-03-24  Martin Baulig  <martin@gnome.org>
21257
21258         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
21259         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
21260         (mono_debug_method_from_token): Renamed to
21261         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
21262         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
21263
21264         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
21265         relocation types.
21266
21267         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
21268
21269 2002-03-24  Martin Baulig  <martin@gnome.org>
21270
21271         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
21272         (mono_debug_method_from_token): New func.
21273
21274         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
21275         New interncall, calls mono_debug_local_type_from_signature().
21276         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
21277         calls mono_debug_method_from_token().
21278
21279 2002-03-23  Martin Baulig  <martin@gnome.org>
21280
21281         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
21282         specifies the number of bytes to be converted, not the array size.
21283         Return the number of chars, not the number of bytes.
21284         (ves_icall_iconv_get_chars): The `byteCount' argument
21285         specifies the number of bytes to be converted, not the array size.
21286
21287 2002-03-23  Martin Baulig  <martin@gnome.org>
21288
21289         * reflection.h (MonoReflectionSigHelper): New type.
21290
21291         * reflection.c (mono_reflection_sighelper_get_signature_local),
21292         (mono_reflection_sighelper_get_signature_local): New functions.
21293
21294         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
21295         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
21296         interncalls.
21297
21298 2002-03-23  Martin Baulig  <martin@gnome.org>
21299
21300         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
21301         is_writeable is set.
21302         (mono_raw_buffer_update): New function to write the modified map
21303         back to disk.
21304
21305         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
21306
21307         * debug-symfile.c (mono_debug_update_symbol_file): Call
21308         mono_raw_buffer_update() when done writing.
21309
21310 2002-03-23  Martin Baulig  <martin@gnome.org>
21311
21312         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
21313
21314         * debug-symfile.c: Added support for arguments and local variables.
21315
21316 2002-03-23  Dick Porter  <dick@ximian.com>
21317
21318         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
21319         protected by ifdefs, hence breaking the w32 build.
21320
21321 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21322
21323         * object.c: implement is_interned() the right way.
21324
21325 2002-03-21  Martin Baulig  <martin@gnome.org>
21326
21327         * debug-symfile.[ch]: New files to handle debugging information
21328         files. There's also support to dynamically update these symbol
21329         files to include machine dependent information.
21330
21331 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
21332
21333         * threads.c (mono_thread_create): new function to create thread
21334         from C
21335
21336 2002-03-20  Martin Baulig  <martin@gnome.org>
21337
21338         * icall.c (ves_icall_InternalInvoke): Create a new object if the
21339         method is a constructor.
21340         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
21341         points to ves_icall_InternalInvoke().
21342
21343 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
21344
21345         * file-io.c: Flush shouldn't throw exceptions.
21346
21347 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
21348
21349         * file-io.c: FileStream flush support; FileSetLength now
21350         restores file pointer.
21351
21352 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
21353
21354         * class.c: set image for pointer classes.
21355
21356 2002/03/19  Nick Drochak <ndrochak@gol.com>
21357
21358         * sysmath.c: Forgot one.
21359
21360 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
21361
21362         * sysmath.c: Avoid redefining existing names.
21363
21364 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
21365
21366         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
21367         handled by runtime as icall rather than dllimport from libm.so
21368         * file-io.c, file-io.h: fixed handle argument type.
21369
21370 2002-03-18  Dick Porter  <dick@ximian.com>
21371
21372         * reflection.c (mono_image_get_type_info): rename interface to
21373         iface, because of "#define interface struct" on windows.
21374
21375 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
21376
21377         * class.c, class.h: rename and export mono_ptr_class_get().
21378         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
21379         * reflection.c, reflection.h, icall.c: better/saner type name
21380         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
21381         method signatures.
21382
21383 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
21384
21385         * class.c (mono_class_init): removed hardcoded GHC_SLOT
21386
21387         * icall.c (ves_icall_InternalInvoke): impl.
21388
21389 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
21390
21391         * reflection.c: output the interface map table, too.
21392
21393 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
21394
21395         * class.c (class_compute_field_layout): separate computation of 
21396         static field layout
21397
21398 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
21399
21400         * icall.c: added System.Buffer support.
21401         * file-io.c: moved file icalls from PAL to FileStream.
21402
21403 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
21404
21405         * icall.c (ves_icall_System_Object_GetHashCode): impl.
21406
21407 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
21408
21409         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
21410
21411 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21412
21413         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
21414
21415 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
21416
21417         * debug-helpers.{c,h}: moved here from monograph some useful functions
21418         to locate a method by name/signature in a class or image. Included
21419         also a small and flexible IL disassembler.
21420
21421 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21422
21423         * reflection.c: fixup tokens in methods with small header size, too.
21424
21425 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
21426
21427         * object.c (mono_string_to_utf8): remove assert(!error), instead
21428         print a warning. 
21429
21430 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
21431
21432         * icall.c: update to the new mono_Array_class_get interface.
21433
21434 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
21435
21436         * appdomain.c, object.c: Boehm-GC enable.
21437         * icall.c: make get_data_chunk() support split data requests.
21438         Ensure a class is initialized in more cases. Return only the first
21439         property found in GetProperties() or the compiler gets confused. 
21440         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
21441         * reflection.h, reflection.c: add fixup mechanism for field and method
21442         tokens. Initialize assembly->typeref in a single place. Output
21443         properties after events. Support custom attributes for events, too.
21444         Typo fix for paramter custom attrs.
21445
21446 2002-03-07  Martin Baulig  <martin@gnome.org>
21447
21448         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
21449
21450 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
21451
21452         * class.c (mono_array_class_get): fix. for multi. dim. arrays
21453
21454 2002-03-06  Martin Baulig  <martin@gnome.org>
21455
21456         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
21457         non-zero lower bounds. See testcases #F10-#F13.
21458
21459 2002-03-05  Martin Baulig  <martin@gnome.org>
21460
21461         * exception.c (mono_get_exception_argument_out_of_range): New exception.
21462
21463         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
21464         ves_icall_System_Array_GetValue(), only calculate the absolute array position
21465         here.
21466         (ves_icall_System_Array_SetValue): Likewise.
21467         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
21468         as argument and does the actual work. This function is used when copying a
21469         multi-dimensional array.
21470         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
21471         now do all the widening conversions of value types.
21472         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
21473
21474 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21475
21476         * class.c: remove some magic numbers and use the smbolic names,
21477         instead. Added init_events() to load event info at class init time.
21478         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
21479         and mono_metadata_methods_from_event().
21480         * reflection.h, reflection.c: added support for writing out the evnets
21481         related information.
21482
21483 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
21484
21485         * reflection.h, icall.c: use a different method (GetInterfaces)
21486         to gather interface info and add isbyref, isprimitive and
21487         ispointer to the ves_icall_get_type_info() return value.
21488
21489 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
21490
21491         * class.h: stared adding support for events.
21492         * icall.c: split find_members implementation. Added debug icall to get
21493         the address of an object.
21494         * reflection.c: handle TypeBuilders in mono_type_get_object().
21495
21496 2002-03-01  Martin Baulig  <martin@gnome.org>
21497
21498         * icall.c (ves_icall_System_Array_GetLength): This must throw an
21499         ArgumentOutOfRangeException(), not an ArgumentException().
21500         (ves_icall_System_Array_GetLowerBound): Likewise.
21501         (ves_icall_System_Array_GetValue): Improved argument checking.
21502         (ves_icall_System_Array_SetValue): Improved argument checking.
21503
21504 2002-03-01  Martin Baulig  <martin@gnome.org>
21505
21506         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
21507         called with invalid arguments rather than just dying with g_assert().
21508         (ves_icall_System_Array_SetValue): Likewise.
21509         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
21510         raise a NotImplementedException instead.
21511         (ves_icall_System_Array_GetLength): Added argument checking.
21512         (ves_icall_System_Array_GetLowerBound): Added argument checking.
21513
21514 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
21515
21516         * object.h (mono_assert): new macros mono_assert and
21517         mono_assert_not_reached
21518
21519 2002-02-28  Martin Baulig  <martin@gnome.org>
21520
21521         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
21522         and "System::String::IsInterned" to "System::String::_IsInterned".
21523
21524 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
21525
21526         * icall.c: remove hacks for typebuilder. Added icall to create a
21527         modified type from a tybebuilder.
21528         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
21529         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
21530         to create a backing MonoClass for a TypeBuilder.
21531
21532 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21533
21534         * class.c, class.h: more refactoring of class init.
21535         Export mono_class_setup_mono_type() and mono_class_setup_parent().
21536
21537 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
21538
21539         * marshal.c, marshal.h: start of marshaling interface.
21540
21541 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
21542
21543         * icall.c: fix order in assembly qualified name icall.
21544
21545 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
21546
21547         * class.c: do not free str, since we store it in the hash table.
21548         * reflection.h: add label field to MonoILExceptionInfo.
21549         * reflection.c: handle references to more than one assembly. Handle
21550         case when there isn't a module created in the assembly.
21551
21552 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
21553
21554         * class.c: Fix typo. Start refactoring of class init code.
21555
21556 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
21557
21558         * appdomain.c: exit with 1 on error.
21559         * class.c: we already have the name in MonoClassField.
21560         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
21561         MonoStreamHeader instead of an offset of image->raw_metadata.
21562
21563 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
21564
21565         * appdomain.c (mono_init): Be even more descriptive about the error.
21566
21567 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
21568
21569         * appdomain.c: give the user an informative message when corlib can't
21570         be loaded.
21571
21572 2002-02-26  Martin Baulig  <martin@gnome.org>
21573
21574         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
21575         New icall to get the time zone data.
21576
21577 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21578
21579         * reflection.c: set virtual and raw size of section correctly.
21580         * threads.c: transfer domain information to newly created threads.
21581
21582 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
21583
21584         * class.c: when instancing a class in a domain, load the default
21585         vaules for static fields from the constant table. Fix System.Enum to
21586         not be an enum.
21587         * icall.c: implement Object::GetType() internalcall. Implemented
21588         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
21589         Fixed checking of binding flags in find_members().
21590         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
21591         * reflection.c: handle enumerations when writing to the constant
21592         table. Use a different object cache for types.
21593
21594
21595 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
21596
21597         * object.c (mono_object_isinst): fix for arrays
21598
21599         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
21600
21601 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
21602
21603         * object.c: don't use mprotect ()  and fix intern pool hash table
21604         lookup for big endian systems.
21605
21606 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21607
21608         * icall.c: change type_is_subtype_of () signature.
21609
21610 2002-02-21  Mark Crichton  <crichton@gimp.org>
21611
21612         * rand.c, rand.h: Added random number generator for
21613         System.Security.Cryptography classes.
21614
21615         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
21616
21617         * icall.c: Added System.Security.Cryptography calls.
21618
21619 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
21620
21621         * class.c, icall.c, metadata.c: better support for pointer types.
21622         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
21623         * reflection.c: Add support for getting custom attrs for properties
21624         and simplify some code.
21625
21626 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21627
21628         * icall.c: change getToken () and add custom attribute GetBlob()helper
21629         method.
21630         * reflection.h: add custom attrs array to the reflection builder structures.
21631         * reflection.c: encode and emit custom attributes for all the relevant
21632         reflection objects. Cache fieldref and methodref tokens. Change
21633         mono_image_create_token() interface to take a MonoDynamicAssembly.
21634         More complete custom attributes decoder. Load custom attributes for
21635         Assembly, Field, Method and Constructor objects, too. Make the
21636         returned array an Attribute[] one, not object[]. Added
21637         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
21638         custom attribute constructor.
21639
21640 2002-02-20  Dick Porter  <dick@ximian.com>
21641
21642         * icall.c:
21643         * rawbuffer.c:
21644         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
21645         problem code out for now).
21646
21647 2002-02-19  Radek Doulik  <rodo@ximian.com>
21648
21649         * object.c (mono_ldstr): use hash table to avoid multiple swapping
21650
21651 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
21652
21653         * icall.c: register the GetCustomAttributes method.
21654         * object.c, object.h: add mono_string_new_len ().
21655         * reflection.h, reflection.c: added mono_runtime_invoke(),
21656         mono_install_runtime_invoke(). Added
21657         mono_reflection_get_custom_attrs () to load custom attributes and
21658         create the attribute objects.
21659
21660 2002-02-19  Dick Porter  <dick@ximian.com>
21661         * threads-dummy-types.c:
21662         * threads-dummy-types.h:
21663         * threads-dummy.c:
21664         * threads-dummy.h:
21665         * threads-pthread-types.c:
21666         * threads-pthread-types.h:
21667         * threads-pthread.c:
21668         * threads-pthread.h:  Deleted obsolete files
21669
21670 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
21671
21672         * class.c (mono_class_vtable): runtime init the class when we
21673         allocate static class data.
21674
21675         * icall.c (ves_icall_System_Array_SetValue): check for null values.
21676
21677         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
21678         and String - but we will need generic marshalling support in the
21679         future. 
21680         (mono_init): set the domain name in a ms compatible way
21681
21682         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
21683         String[].
21684
21685 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
21686
21687         * object.c (mono_array_clone): use alloca() instead of g_malloc  
21688         for sizes
21689
21690         * appdomain.c (mono_domain_unload): impl.
21691
21692 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
21693
21694         * appdomain.c, object.c: fix intern pool implementation.
21695         * class.c: fix alignment code.
21696
21697 2002-02-16  Radek Doulik  <rodo@ximian.com>
21698
21699         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
21700         and s2 > s1, just copy lower bytes to be compatible with little
21701         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
21702         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
21703
21704         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
21705         force big_endian to be 1 for big endian machines 
21706         (ves_icall_iconv_new_decoder): ditto
21707
21708 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
21709
21710         * socket-io.c (convert_sockopt_level_and_name): If the system
21711         doesn't define SOL_IP or SOL_TCP, get them by hand using
21712         getprotobyname() and caching the values (because this could be a
21713         slow operation).
21714         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
21715         Use the appropriate struct when the system does support it. Ie,
21716         not all systems have struct ip_mreqn so use struct ip_mreq when
21717         appropriate.
21718
21719 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
21720
21721         * reflection.c: handle finally clauses.
21722
21723 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
21724
21725         * socket-io.c: use g_snprintf() instead of snprintf.
21726
21727 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
21728
21729         * reflection.c (mono_param_get_objects): Cast second argument to
21730         mono_method_get_param_names to a const char** to silence the
21731         compiler warning.
21732
21733         * appdomain.c (mono_domain_assembly_open): Put parens around the
21734         truth statement in the for-loop.
21735
21736         * unicode.c (iconv_convert): Got rid of a compiler warning about
21737         int i being unused when the system has a new iconv.
21738         (iconv_get_length): Same.
21739
21740         * image.c (load_class_names): Cast the second argument to
21741         g_hash_table_insert() to char* to hush compiler warnings about the
21742         arg being a const.
21743         (mono_image_open): Same here.
21744
21745         * socket-io.c: Don't conditionally include sys/filio.h or
21746         sys/sockio.h here anymore since we now get them from
21747         io-layer/io-layer.h
21748         (inet_pton): If the system doesn't support inet_aton, implement
21749         using inet_addr and also #define INADDR_NONE if it isn't defined
21750         by the system.
21751
21752 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
21753
21754         * metadata.c, metadata.h: added function to get packing and size info
21755         of a typedef.
21756         * reflection.h, reflection.c: handle field RVA data. Save info about
21757         the table layout if needed. Assign typedef indexes to all the types
21758         before dumping the info about them to avoid forward reference problems.
21759
21760 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
21761
21762         * socket-io.c (convert_sockopt_level_and_name): ifdef
21763         SO_ACCEPTCONN because it is not defined on my system (old debian)
21764
21765 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
21766
21767         * opcode.c: use stddef.h to get NULL.
21768
21769 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
21770
21771         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
21772         for FIONBIO, FIONREAD and SIOCATMARK.
21773         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
21774         define INADDR_NONE and besides, inet_addr() is deprecated and
21775         should not be used. Use inet_pton() instead - it also has the
21776         added bonus that it can easily handle IPv6 addresses as well.
21777         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
21778
21779 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
21780
21781         * decimal.c: remove _MSC_VER conditional.
21782
21783 2002-02-13  Dick Porter  <dick@ximian.com>
21784
21785         * socket-io.c: 
21786         * icall.c: Internal calls for Blocking, Select, Shutdown,
21787         GetSocketOption and SetSocketOption
21788
21789 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21790
21791         * assembly.cs: better resolver: use it instead of some kludgy
21792         code.
21793
21794 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
21795
21796         * reflection.c: the best way to speed-up the compiler is to avoid
21797         infinite loops.
21798
21799 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
21800
21801         * class.c (mono_class_vtable): changed the object layout
21802         (obj->vtable->class). 
21803         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
21804
21805 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21806
21807         * assembly.c: look for assemblies in the assembly dir, too.
21808
21809 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21810
21811         * class.c: fix thinko in mono_class_from_type().
21812
21813 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21814
21815         * exception.h, exception.c: added TypeLoadException.
21816         * object.h, object.c: added mono_array_clone ().
21817         * icall.c: handle throwOnError in AssemblyGetType().
21818         Added Array.Clone().
21819         * opcode.h, opcode.c: use a single value for the opcode val.
21820         Compile fix for non-gcc compilers.
21821
21822 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
21823
21824         * opcodes.c, opcodes.h: export interesting info about opcodes.
21825
21826 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
21827
21828         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
21829         icalls. 
21830
21831         * class.c (class_compute_field_layout): set element_class for enums
21832         (mono_class_create_from_typedef): set element_class for normal classes
21833
21834         * icall.c (ves_icall_System_Enum_get_value): impl.
21835
21836         * class.c (mono_class_create_from_typedef): do not set valuetype
21837         flag for System.ValueType and System.Enum
21838
21839 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
21840
21841         * unicode.c (iconv_convert): fix big endian problem.
21842
21843 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
21844
21845         * class.c: add asserts if we are ever going to scribble over memory.
21846         * socket-io.c: not all systems have AF_IRDA defined.
21847
21848 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
21849
21850         * class.c (class_compute_field_layout): do not consider static
21851         fields to compute alignment
21852
21853 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
21854
21855         * appdomain.c (mono_appdomain_get): impl.
21856         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
21857
21858 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
21859
21860         * icall.c: ignore "file://" prefix when loading an assembly.
21861
21862 2002-01-23  Dick Porter  <dick@ximian.com>
21863
21864         * socket-io.c:
21865         * icall.c:
21866         * Makefile.am: Added socket support
21867
21868 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
21869
21870         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
21871         code back.  This should return the assemblies that are loaded by
21872         the runtime on behalf of an application domain. 
21873
21874         The current implementation is still broken, it just returns every
21875         assembly loaded, but until we get real applications domain this
21876         will do.
21877
21878 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
21879
21880         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
21881         AppDomain object.
21882
21883 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
21884
21885         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
21886         the mono_class_from_name lookup.
21887         (ves_icall_get_parameter_info): ditto.
21888         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
21889         method.
21890         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
21891
21892 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
21893
21894         * class.c: load also nested classes on class init.
21895         System.ValueType instance methods gets passed boxed
21896         values, unless methods in derived classed that get a pointer to the
21897         data.
21898         * icall.c: use better name parsing code in GetType().
21899         * image.c, image.h: add mono_image_loaded ().
21900         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
21901         * reflection.c, reflection.h: added mono_reflection_parse_type().
21902
21903 2002-01-22  Veronica De Santis <veron78@interfree.it>
21904
21905         * icall.c : Added mapping of internal calls for Manual and Auto reset events
21906         * threads.c : Added the implementation of internal calls for events
21907         * threads.h : Added prototypes of internal calls for events
21908         
21909 2002-01-21  Radek Doulik  <rodo@ximian.com>
21910
21911         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
21912
21913 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
21914
21915         * class.c (mono_class_init): set min_align to 1 (instead of 0)
21916         (mono_class_value_size): use min_align
21917
21918 2002-01-20  Dick Porter  <dick@ximian.com>
21919
21920         * threads.h:
21921         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
21922         so it compiles on w32.
21923
21924 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
21925
21926         * metadata.c (mono_type_stack_size): impl.
21927
21928         * class.c (mono_class_get_field): impl. memberref token
21929
21930 2002-01-16 Veronica De Santis <veron78@@interfree.it>
21931
21932         * icall.h : Added the internal calls mapping for CreateMutex_internal
21933                     and ReleaseMutex_internal.
21934         * threads.h : Added the prototype of mutexes internal calls.
21935         * threads.c : Added the implementations of mutexes internal calls.
21936
21937 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
21938
21939         * metaparse.h: removed unused file.
21940         * reflection.c, reflection.h: added stream_data_align () function 
21941         to align data in streams and keep stream aligned. Add support for
21942         exception support in method headers.
21943
21944 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
21945
21946         * unicode.c: make iconv_convert () return the number of bytess written
21947         in the output buffer.
21948
21949 2002-01-15  Dick Porter  <dick@ximian.com>
21950         * threads.c: Make the runtime's idea of infinite timeouts coincide
21951         with the class library's
21952
21953         Fix a particularly egregious bug in mono_thread_cleanup(). That
21954         code was so utterly bogus it must have been written on a Monday.
21955
21956 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
21957
21958         * reflection.h: add subtypes field to TypeBuilder.
21959         * reflection.c: encode constants for literal fields.
21960         Handle subtypes. Fix user string token (and add a zero byte)
21961         at the end.
21962         
21963 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
21964
21965         * class.c (mono_class_init): bug fix: assign slot numbers for
21966         abstract methods.
21967
21968 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21969
21970         * reflection.c: don't try to output a code RVA for abstract methods.
21971         Small fixes for method header format. Output parameter info to the
21972         ParamDef table. Save method overriding info to MethodImpl table.
21973         Fix property support. Allow typedef.extends to be a type in the
21974         building assembly.
21975         * verify.c: fix off-by-one error.
21976
21977 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
21978
21979         * class.c: fix mono_class_from_mono_type () for szarray types.
21980         Remove unused cache check in mono_class_from_type_spec().
21981         * icall.c: *type_from_name () functions handle simple arrays and byref.
21982         * reflection.c: handle byref and szarray types. Handle methods without
21983         body (gets P/Invoke compilation working). Handle types and fields in
21984         get_token ().
21985         * reflection.h: add rank to MonoTypeInfo.
21986
21987 2002-01-10  Dick Porter  <dick@ximian.com>
21988
21989         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
21990         internal calls
21991
21992 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
21993
21994         * icall.c: initialize class in type_from_handle ().
21995         Loop also in parent classes for get_method ().
21996         * reflection.c: properly encode class and valuetype types.
21997         Start on encoding TypeBuilder types. Handle fieldrefs.
21998         Use correct length when registering a user string.
21999         Handle ConstructorBuilder and MonoMethod in get_token ().
22000         Make mono_type_get_object () aware of cached types.
22001         * object.c: back out change to mono_string_new ().
22002
22003 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
22004         * object.c: mono_string_new should return a NULL when the string 
22005         passed in is NULL -- not try to deference it.
22006         
22007 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
22008
22009         * icall.c: hack to make IsSubType work for TypeBuilders.
22010         * reflection.c: emit constructors before methods.
22011         Retrieve param names in mono_param_get_objects().
22012
22013 2002/01/05  Nick Drochak  <ndrochak@gol.com>
22014
22015         * Makefile.am: fix list of headers and sources so automake 1.5
22016         doesn't complain. Removed \# at end of list.
22017
22018 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
22019
22020         * reflection.c: get token for a method ref. Set return type of
22021         constructor to void.
22022         * loader.c: debug message.
22023         * class.c: typo fix.
22024
22025 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
22026
22027         * icall.c: fix array init with rank > 1. FindMembers
22028         loops in parent class as well.
22029         * image.c: do not insert nested types in name cache.
22030         * reflection.c: warning fix.
22031         * reflection.h: add override method (for interface impl).
22032
22033 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
22034
22035         * metadata.c: fix customattr decoding.
22036
22037 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
22038
22039         * rawbuffer.cs: Added native Win32 implementation, avoids using
22040         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
22041
22042 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
22043
22044         * class.c: make the low-level routines handle the cache.
22045
22046 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
22047
22048         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
22049
22050 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
22051
22052         * class.c: fix mono_array_element_size() for objects.
22053         * class.h, class.c: add properties to MonoClass and load them
22054         at init time.
22055         * icall.c: check with isinst() when assigning a value to an array
22056         instead of requiring the classes to match exactly.
22057         Implemented icall for System.Type::GetType().
22058         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
22059         enums. Handle bindingflags when looking for methods and fields.
22060         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
22061         and mono_metadata_methods_from_property().
22062         * reflection.h, reflection.c: added structures for propreties,
22063         parameters and enums. Implemented mono_property_get_object() and
22064         mono_param_get_objects().
22065
22066 2001-12-18  Dick Porter  <dick@ximian.com>
22067
22068         * file-io.c: Use mono_string_to_utf16() instead of
22069         mono_string_chars()
22070
22071         * object.c: Added mono_string_to_utf16(), which copies the non
22072         NULL-terminated MonoString into a new double-null-terminated
22073         buffer.
22074
22075 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
22076
22077         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
22078
22079 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
22080
22081         * file-io.c: raise exceptions if handle is invalid.
22082
22083 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
22084
22085         * assembly.c: yet another check for mscorlib.
22086         * class.c, class.h: load nesting info for classes.
22087         * icall.c: many new functions to support the Reflection classes.
22088         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
22089         * reflection.h, reflection.c: mono_image_create_token(),
22090         mono_assembly_get_object(), mono_type_get_object(),
22091         mono_method_get_object(), mono_field_get_object(): methods to return
22092         objects that parallel the C representation of assemblies, types,
22093         methods, fields.
22094
22095 2001-12-11  Dick Porter  <dick@ximian.com>
22096
22097         * icall.c:
22098         * file-io.c: Internal calls for file IO.
22099
22100 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
22101
22102         * tabledefs.h: missing FileAttributes.
22103         * verify.h, verify.c: use is_valid_string () to simplify and check for
22104         valid strings more correctly. Fix warnings and speeling.
22105         Check more tables: Filed, File, ModuleRef, StandAloneSig.
22106         Check code: branches, maxstack, method calls.
22107
22108 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
22109
22110         * object.c (mono_object_allocate): removed static, so that the jit
22111         can allocate value types.
22112
22113         * icall.c (ves_icall_System_DateTime_GetNow): impl.
22114
22115 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
22116
22117         * class.c: init enum types right away and register the
22118         token->MonoClass map in mono_class_create_from_typedef ().
22119         * verify.h, verify.c: first cut of the verifier.
22120         * pedump.c: add --verify switch to verify metadata tables.
22121         * tabledefs.h: add some missing enums.
22122
22123 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
22124
22125         * class.c (mono_install_runtime_class_init): impl.
22126         (mono_class_init): renamed mono_class_metadata_init to
22127         mono_class_init, also removed the metadata_inited flag
22128
22129         * object.c (mono_object_isinst): use faster algorithm
22130
22131 2001-11-30  Radek Doulik  <rodo@ximian.com>
22132
22133         * mono-endian.h: reverted last change
22134         added function prototypes
22135
22136         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
22137         add mono-endian.c back
22138
22139         * mono-endian.c: returned back, as Paolo pointed out, it's needed
22140         for unaligned access, I've mistaked it with endianess. I am
22141         sorry.
22142         (mono_read16): fix reverted endianess
22143         (mono_read64): ditto
22144         (mono_read32): ditto
22145
22146 2001-11-30  Dick Porter  <dick@ximian.com>
22147
22148         * exception.c: Implement mono_exception_from_name()
22149
22150 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
22151
22152         * metadata.h, metadata.c: remove params_size and locals_size and their
22153         calculation from the metadata code: they are only usefult to the
22154         interp.
22155
22156 2001-11-29  Radek Doulik  <rodo@ximian.com>
22157
22158         * object.c (mono_ldstr): swap bytes here, it's probably not the
22159         best place, but works for me now, I'll redo it once I know mono
22160         better, also note that I add PROT_WRITE and don't reset back, also
22161         note that it's only affects big endians, so x86 should be OK
22162
22163         * mono-endian.h (read16): use just glib macros for both endians
22164
22165         * mono-endian.c: removed as glib macros are used in in
22166         mono-endian.h so we don't need to care about endianess for read
22167         macros as glib does that for us already
22168
22169 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
22170
22171         * class.h, class.h: take minimum alignment into consideration so
22172         that the fields of a class remain aligned also when in an array.
22173
22174 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
22175
22176         * loader.h, loader.c: add mono_method_get_param_names().
22177         * class.c: 0-init class fields.
22178
22179 2001-11-26  Dick Porter  <dick@ximian.com>
22180
22181         * icall.c:
22182         * threads-types.h:
22183         * threads.c: New file that handles System.Threading on all platforms
22184
22185         * object.c: 
22186         * object.h: Remove the synchronisation struct from MonoObject,
22187         replace it with a pointer that gets initialised on demand
22188
22189         * Makefile.am: Replace all the system-specific threading code with
22190         a single file that uses the new wrapper library
22191
22192 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
22193
22194         * class.c, class.h: add mono_install_trampoline() so that the runtime
22195         can register a function to create a trampoline: removes the ugly
22196         requirement that a runtime needed to export arch_create_jit_trampoline.
22197         * object.h, object.c: added mono_install_handler() so that the runtime
22198         can install an handler for exceptions generated in C code (with
22199         mono_raise_exception()). Added C struct for System.Delegate.
22200         * pedump.c: removed arch_create_jit_trampoline.
22201         * reflection.c: some cleanups to allow registering user strings and
22202         later getting a token for methodrefs and fieldrefs before the assembly
22203         is built.
22204         * row-indexes.h: updates and fixes from the new ECMA specs.
22205
22206 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
22207
22208         * class.h, class.c: add enum_basetype field to MonoClass.
22209         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
22210         to get index in the constant table reated to a field, param or
22211         property.
22212         * reflection.h, reflection.c: handle constructors. Set public-key and
22213         version number of the built assembly to 0.
22214         * row-indexes.h: update from new ECMA spec.
22215
22216 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
22217
22218         * class.h, class.c: add a max_interface_id to MonoClass.
22219         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
22220         since it's used to do that. Added mono_type_type_from_obj().
22221         Make GetType() return NULL instead of segfaulting if the type was not
22222         found. Handle simple arrays in assQualifiedName.
22223         * object.h: add a struct to represent an Exception.
22224         * reflection.c: output call convention in method signature.
22225         Add code to support P/Invoke methods and fixed offsets for fields.
22226
22227 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
22228
22229         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
22230         the value.
22231         * icall.c: use mono_array_addr instead of array->vector: fixes the
22232         reflection image writing.
22233         * reflection.c: init call convention byte to 0 in method signature.
22234         Encode the property signature. Don't output property-related methods
22235         twice. Really process the properties for a type (don't cast a field to
22236         a property, my mom always told me that).
22237         Fix 64 bit issues in pointer alignment in a different and more
22238         readable way.
22239
22240 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
22241
22242         * loader.h: Removed type class from MonoDefaults, added monotype
22243
22244         * loader.c: Loaded MonoType, removed loading of Type
22245
22246         * icall.c (my_mono_new_object): Now returns a System.MonoType,
22247         and fills in System.Type._impl with a RuntimeTypeHandle rather
22248         than the actual MonoClass *
22249
22250         (ves_icall_type_from_handle): change from type_class to
22251         monotype_class
22252
22253         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
22254         implemented
22255
22256         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
22257         implemented
22258
22259         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
22260
22261         (ves_icall_System_Reflection_Assembly_GetType): implemented
22262
22263         (ves_icall_System_MonoType_assQualifiedName): implemented
22264
22265         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
22266
22267 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
22268
22269         * assembly.c (mono_assembly_open): Implement a cache for the
22270         assemblies. 
22271
22272         (mono_assembly_close): only destroy the assembly when the last
22273         reference is gone.
22274         
22275 2001-11-09  Dick Porter  <dick@ximian.com>
22276
22277         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
22278
22279 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
22280
22281         * class.c (mono_class_metadata_init): bug fix: compute the right slot
22282
22283 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
22284
22285         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
22286         from Martin Weindel.
22287         * object.h: add mono_string_chars ().
22288
22289 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
22290
22291         * reflection.c (build_compressed_metadata): Eliminates warnings
22292         and uses 64-bit clean code.
22293
22294         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
22295         (mono_type_equal): Change signature to eliminate warnings.
22296
22297 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
22298
22299         * icall.c, loader.c: remove the internalcall array constructors.
22300         Changes to match the new MonoArray structure.
22301         * object.h, object.c: an array object doesn't allocate an extra
22302         vector. Add mono_array_new_full () to create jagged arrays easily.
22303
22304 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
22305
22306         * metadata.h, metadata.c: add mono_metadata_field_info () to
22307         retreive all the info about a field from vairous tables.
22308         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
22309         * class.h, class.c: augment MonoClassField with more info.
22310         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
22311         policy and load a field's RVA if needed.
22312
22313 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
22314
22315         * class.c (mono_class_metadata_init): create a trampoline for all
22316         virtual functions instead of actually compiling them.
22317
22318 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
22319
22320         * class.h, class.c: include name in MonoClassField.
22321         * class.c: fix fundamental type of System.Object and System.String.
22322         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
22323         tokens in ldtoken.
22324         * icall.c: remove internalcalls for the Reflection stuff that is now
22325         done in C# code.
22326         * loader.c: mono_field_from_memberref () implementation.
22327         * mono-endian.c: thinko (s/struct/union/g).
22328         * object.c, object.h: make the mono_string_* prototypes actually use
22329         MonoString instead of MonoObject.
22330         * reflection.c, reflection.h: updates for changes in the reflection
22331         code in corlib: we use C structures that map to the actual C# classes.
22332         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
22333         fat method header if needed and use the info from the ILGenerator for
22334         methods. Handle fields in types. Misc fixes.
22335
22336 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
22337
22338         * class.c (mono_class_metadata_init): bug fix: always allocate
22339         space for static class data
22340
22341 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
22342
22343         * class.c (mono_compute_relative_numbering): use relative
22344         numbering to support fast runtime type checks.
22345
22346 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
22347
22348         * class.c (mono_class_create_from_typeref): added debugging output
22349         to print class name when MonoDummy is returned instead of real class
22350
22351 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
22352
22353         * class.c (mono_class_metadata_init): interface offset table now
22354         contains pointers into the vtable - this is more efficient for the jit
22355
22356 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
22357
22358         * class.c (mono_class_metadata_init): use a temporary vtable (the
22359         old algorithm only worked for the interpreter, but not for the jit)
22360
22361 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
22362
22363         * loader.c (method_from_memberref): use mono_class_get to get the
22364         class of an array instead of using System.Array directly.
22365         (mono_get_method): also add MEMBERREF methods to the method cache
22366         which usefull for arrays.
22367
22368 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
22369
22370         * pedump.c (arch_compile_method): added to compute vtable entry
22371
22372         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
22373         number of interfaces.
22374         
22375         * class.h: merged MonoArrayClass into MonoClass
22376
22377         * class.c (mono_class_create_from_typedef): compute the vtable size and
22378         allocate space to include the vtable inside MonoClass
22379         (mono_class_metadata_init): initialize the vtable
22380
22381 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
22382
22383         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
22384         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
22385         * image.c: endian fixes by Laurent Rioux.
22386         * object.h, object.c: rename MonoStringObject to MonoString and
22387         MonoArrayObject to MonoArray. Change some function names to conform to
22388         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
22389         guint16* as first argument, so don't use char*.
22390         Provide macros to do the interesting things on arrays in a portable way.
22391         * threads-pthread.c: updates for the API changes and #include <sched.h>
22392         (required for sched_yield()).
22393         * icall.c: updates for the API changes above.
22394         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
22395         platforms that need them.
22396
22397 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
22398
22399         * class.c: set the correct type for all the fundamental
22400         type when loading the class.
22401
22402 2001-10-05  Dick Porter  <dick@ximian.com>
22403
22404         * threads-pthread.c (pthread_mutex_timedlock): Simple
22405         compatibility version for C libraries that lack this call.
22406
22407 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22408
22409         * class.c: MonoTypes stored in MonoClass are stored as
22410         fundamental MonoTypes when the class represents a
22411         fundamental type (System.Int32, ...).
22412         The TypeHandle return by ldtoken is a MonoType*.
22413         * icall.c: ves_icall_get_data_chunk () write out all the
22414         PE/COFF stuff. Implement ves_icall_define_method (),
22415         ves_icall_set_method_body (), ves_icall_type_from_handle ().
22416         * image.c: properly skip unknown streams.
22417         * loader.h, loader.c: add type_class to mono_defaults.
22418         * metadata.c, metadata.h: export compute_size () as
22419         mono_metadata_compute_size () with a better interface.
22420         Typo and C&P fixes.
22421         * pedump.c: don't try to print the entry point RVA if there is no entry point.
22422         * reflection.c, reflection.h: many cleanups, fixes, output method
22423         signatures and headers, typedef and typeref info, compress the metadata
22424         tables, output all the heap streams, cli header etc.
22425         * row-indexes.h: typo fixes.
22426
22427 2001-10-04  Dick Porter  <dick@ximian.com>
22428
22429         * object.h: Add a synchronisation mutex struct to MonoObject
22430
22431         * object.c (mono_new_object): Initialise the object
22432         synchronisation mutexes
22433
22434         * icall.c: System.Threading.Monitor internal calls
22435         
22436         * threads-pthread.h:
22437         * threads-pthread.c: System.Threading.Monitor internal calls
22438
22439         * threads-types.h: New file, includes the system-specific thread
22440         structures
22441         
22442         * threads-pthread-types.h:
22443         * threads-pthread-types.c: New files, handle pthread-specific
22444         synchronisation types
22445
22446         * threads-dummy-types.h: 
22447         * threads-dummy-types.c: New files of dummy support for
22448         thread-specific types
22449
22450         * metadata.c:
22451         * image.c:
22452         * pedump.c: include mono-endian.h not endian.h
22453         
22454         * Makefile.am: More threads files.
22455         Name mono-endian.h not endian.h
22456
22457 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
22458
22459         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
22460         stuff and implement a few more bits.
22461         * icall.c: a field needs to be dereferenced twice. Do not use the same
22462         name for two variables in the same scope.
22463         * image.c, image.h: cleanups.
22464
22465 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
22466
22467         * class.c (mono_class_metadata_init): bug fix: compute the right size
22468
22469 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
22470
22471         * icall.c: implemented some of the Reflection internalcalls.
22472         * image.c, image.h: start writing out the PE/COFF image.
22473         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
22474         that does the reverse than decode_blob_size ().
22475         * object.c: use mono_metadata_encode_value (). Move here
22476         temporary implementation of mono_string_to_utf8 ().
22477         * rawbuffer.c: make malloc_map static.
22478
22479 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22480
22481         * metadata.c: fix type comparison for arrays.
22482         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
22483         Added a couple of new classes to monodefaults.
22484         * icall.c: added a couple of Reflection-related internalcalls.
22485         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
22486         Added a byval_arg MonoType to MonoClass.
22487
22488 2001-09-28  Dick Porter  <dick@ximian.com>
22489
22490         * icall.c:
22491         * threads-pthread.h: 
22492         * threads-pthread.c: Implemented internal calls for
22493         LocalDataStoreSlot operations.  Applied mutexes around all shared
22494         data.  Reworked the thread creation and Start() operations to
22495         avoid a race condition.
22496         
22497         * threads-dummy.h:
22498         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
22499
22500 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
22501
22502         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
22503
22504 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
22505
22506         * class.c, loader.c: warn and return NULL instead of erroring out.
22507         * icall.c: added System.AppDomain::getCurDomain().
22508         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
22509
22510 2001-09-25  Dick Porter  <dick@ximian.com>
22511
22512         * threads-pthread.h:
22513         * threads-pthread.c: Implemented timed thread joining and added
22514         System.Threading.Thread::Join_internal internal call
22515
22516         * icall.c: Added System.Threading.Thread::Join_internal internal call
22517
22518         * threads-dummy.h:
22519         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
22520
22521 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
22522
22523         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
22524         mono_string_intern () to implement the semantics of the ldstr opcode
22525         and the interning of System.Strings.
22526         * icall.c: provide hooks to make String::IsIntern and String::Intern
22527         internalcalls.
22528
22529 2001-09-23  Dick Porter  <dick@ximian.com>
22530
22531         * threads-dummy.c: 
22532         * threads-dummy.h: New files of dummy threading routines
22533
22534         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
22535         support code based on system specifics
22536
22537         Rename PTHREAD_LIBS to THREAD_LIBS
22538         
22539 2001-09-23  Dick Porter  <dick@ximian.com>
22540
22541         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
22542         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
22543         internal calls.
22544         (mono_thread_init): Set up a Thread object instance to return when
22545         the main thread calls Thread.CurrentThread
22546         (mono_thread_cleanup): Wait for all subthreads to exit
22547
22548         * icall.c: New internal calls for System.Threading.Thread::Sleep
22549         (including Schedule) and CurrentThread
22550
22551         * threads.h: New file, to insulate thread-specific stuff from the
22552         rest of the code
22553
22554 2001-09-21  Dick Porter  <dick@ximian.com>
22555
22556         * threads-pthread.h: 
22557         * threads-pthread.c: New file, for handling pthreads-style
22558         threading support.  Start() now starts a new thread and executes
22559         the ThreadStart delegate instance.
22560
22561         * icall.c: Added the internalcall for
22562         System.Threading.Thread::Start_internal
22563
22564         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
22565
22566 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
22567
22568         * loader.c: work around the different signatures for delegates
22569         constructors csc generates in compiled code vs the ones compiled in mscorlib.
22570
22571 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
22572
22573         * class.h, class.c: add mono_class_get_field_from_name ().
22574         * *: Fix C comments and other ANSI C issues.
22575
22576 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
22577
22578         * endian.h, assembly.c: fix some endianness issues.
22579
22580 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
22581
22582         * loader.h, load.c: add delegate_class to mono_defaults.
22583         Handle runtime provided methods in mono_get_method ().
22584
22585 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
22586
22587         * loader.c (mono_get_method): use pinvoke for internal call
22588
22589         * icall.c: use pinvoke for internal call
22590
22591         * loader.c (method_from_memberref): set the method name
22592
22593 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
22594
22595         * metadata.c: help the compiler generate better code for
22596         mono_class_from_mono_type ().
22597
22598 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
22599
22600         * class.c (mono_class_metadata_init): delayed computing of the
22601         class size to mono_class_metadata_init ()
22602
22603 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
22604
22605         * class.c, class.h: add an interfaces member to MonoClass.
22606         * image.c, image.h: add assembly_name field to MonoImage
22607         from the assembly table.
22608         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
22609
22610 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
22611
22612         * class.c: Handle Array in mono_class_from_mono_type ().
22613         * metadata.c, pedump.c: some endian fixes.
22614
22615 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
22616
22617         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
22618         * metadata.c: fix small problem introduced with the latest commit.
22619
22620 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
22621
22622         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
22623         We don't need a MonoMetadata pointer anymore to compare signatures in
22624         mono_metadata_signature_equal (), update callers.
22625         Reduced memory usage an number of allocations for MonoMethodHeader and
22626         MonoMethodSignature.
22627
22628 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
22629
22630         * metadata.c: added compare for szarray.
22631
22632 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
22633
22634         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
22635         and add a couple more types to it and mono_defaults. Give an hint on
22636         classes that need implementing in our corlib and are referenced
22637         in mscorlib.
22638
22639 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
22640
22641         * class.h, class.c: keep track if a class is also an Enum.
22642         * loader.c: Implement a couple more types for use in libffi
22643         marshalling. Gives better diagnostics when failing to dlopen
22644         a library. Set method->klass for P/Invoke methods, too.
22645
22646 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
22647
22648         * class.c, class.h: add a MonoType this_arg to MonoClass that
22649         represents a pointer to an object of the class' type that
22650         can be used by the interpreter and later the type cache.
22651         Add best guess alignment info for valuetype objects.
22652
22653 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
22654
22655         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
22656         into MonoType: one less level of indirection and allocation and
22657         simplifies quite a bit of code. Added cache for MonoTypes that are
22658         used frequently, so that we don't need to allocate them all the time.
22659
22660 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
22661
22662         * class.c (mono_class_create_from_typedef): System.Enum is also a
22663         value type, although it does not derive from System.ValueType
22664         (maybe a bug in the ms compiler?)
22665
22666         * metadata.c (mono_type_size): return the right size for value types
22667
22668         * loader.c (mono_get_method): only initialize method header if not abstract
22669
22670         * class.c (mono_class_from_mono_type): use mono_default values. 
22671
22672 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
22673
22674         * *: use MonoClass pointers instead of <type_tokens>
22675         
22676         * class.h: new flag: metadata_inited.
22677
22678         * class.c (mono_class_metadata_init): impl.
22679         (mono_class_instance_size): impl.
22680         (mono_class_data_size): impl.
22681
22682 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22683
22684         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
22685         MonoClass now has the name and name_space fields. 
22686         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
22687         mono_get_method () takes and optional MonoClass as argument.
22688         Removed mono_typedef_from_name() and added mono_class_token_from_name()
22689         instead that takes advantage of a map from class names to typedef
22690         tokens in MonoImage.
22691
22692 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
22693
22694         * metadata.c: zero is not a valid alignment boundary.
22695         Merge MONO_TYPE_VOID in default decoding code.
22696
22697 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
22698
22699         * image.h: merged MonoMetadata into MonoImage
22700
22701         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
22702         identify the type of elements.
22703
22704 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
22705
22706         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
22707         * cil-coff.h: split MonoMSDOSHeader and add size info.
22708         * image.c: add some consistency checks.
22709         * metadata.c: fix row size computation: one programmer
22710         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
22711         add explanation for the locator routine.
22712         Fix decoding of size in method header.
22713         
22714 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
22715
22716         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
22717         (g_concat_dir_and_file): Bring g_concat_dir_and_file
22718         function from gnome-libs.  This uses the right path separator
22719         based on the OS, and also works around a bug in some systems where
22720         a double slash is not allowed. 
22721         (default_assembly_name_resolver): Use g_concat_dir_and_file
22722         (mono_assembly_open): ditto.
22723
22724 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
22725
22726         * metadata.c (mono_metadata_signature_equal): impl.
22727
22728         * *: void is now a realy MonoType (instead of using NULL)
22729         
22730         * metadata.c (do_mono_metadata_parse_type): use
22731         mono_metadata_parse_type to parse void value.
22732
22733 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
22734
22735         * metadata.c, metadata.h: in the signature and method header store
22736         only the space required for holding the loca vars and incoming arguments.
22737
22738 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
22739
22740         * metadata.c (do_mono_metadata_parse_type): treat void like any
22741         other type (instead of assigning NULL);
22742
22743 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
22744
22745         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
22746
22747 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
22748
22749         * image.c (do_mono_image_open): added a cache for arrays.
22750
22751 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
22752
22753         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
22754         decode a single column from a row in a metadata table and changes
22755         to take advantage of it in the typedef locator (gives a nice speed up).
22756         Store offset info for function params.
22757
22758 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
22759
22760         * image.h (MONO_IMAGE_IS_CORLIB): removed 
22761
22762 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
22763
22764         * assembly.c: how could mono_assembly_close () had ever worked?
22765         * metadata.c, metadata.h: provide offset info for local vars.
22766         Implement mono_type_size () to take care of alignment as well
22767         as size (it was mono_field_type_size in cli/class.c before).
22768
22769 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
22770
22771         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
22772
22773         * assembly.h (CORLIB_NAME): set to corlib.dll
22774
22775         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
22776
22777 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
22778
22779         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
22780         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
22781         tokentype.h: massive namespace cleanup.
22782
22783 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
22784
22785         * metadata.h, metadata.c: decode exception clauses when parsing method header.
22786
22787 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
22788
22789         * metadata.c (mono_metadata_free_type): added check for type !=
22790         NULL (void) before calling mono_metadata_free_type()
22791
22792 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
22793
22794         * metadata.h, row_indexes.h: added header with enumerations to use
22795         to index in the columns from tables in metadata and to decode coded
22796         tokens: we should start using this instead of embedding magic numbers
22797         all over the code.
22798
22799 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
22800
22801         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
22802         Move metadata_t info from cli_image_info_t to MonoImage, where
22803         it's easily accessible. Changed all the uses accordingly.
22804         Added the method and class caches to MonoImage.
22805         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
22806         and mono_metadata_decode_value () signature to be more consistent
22807         with the other parse functions (and simplify code). Taken advantage
22808         of zero-length array allocation with GCC. Removed reduntant (and
22809         wrong) MonoFieldType struct and use MonoParam instead. Changed
22810         mono_metadata_parse_field_type () to use common code for parsing.
22811         Added mono_metadata_typedef_from_field () and
22812         mono_metadata_typedef_from_method () to lookup a typedef index from a
22813         field or method token.
22814         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
22815
22816 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
22817
22818         * metadata.c (mono_metadata_parse_field_type): Implement. 
22819         (do_mono_metadata_parse_type): Split engine from
22820         mono_metadata_parse_type, so that we can create smaller structures
22821         for things that just have one pointer to the MonoType (look at
22822         the MonoFieldType)
22823
22824 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
22825
22826         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
22827         as Jan Gray found out, it is incorrect. 
22828
22829 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
22830
22831         * assembly.c: Implement asssembly loading.  This loads an image
22832         and loads all the referenced assemblies.  Come to think of it, we
22833         could always do lazy loading of the assemblies. 
22834
22835         * image.c (mono_image_open): Keep loaded images in a hashtable.
22836
22837         * image.h (MonoImage): Add reference count.
22838
22839 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
22840
22841         * assembly.c (mono_assembly_open): Keep track of the file name in
22842         case the assembly has no ASSEMBLY table.
22843
22844         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
22845         from get.c here.
22846
22847 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
22848
22849         * metadata.c, metadata.h: decode local vars in method header
22850         parse function. Change callers accordingly.
22851
22852 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
22853
22854         * metadata.h, cil-coff.h: protect against multiple inclusion.
22855         Added some new structures to hold information decoded from metadata:
22856         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
22857         and relevant decoding/free functions.
22858         * metadata.c: implement decoding functions. Add warning for out of bounds
22859         index in mono_metadata_locate(). Implement mono_get_method () to retreive
22860         all the info about a method signature and invocation. Remove check on
22861         uninitialized local var in parse_mh() and fix memory leak.
22862
22863 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
22864
22865         * metadata.h: More macros.
22866
22867         * tokentype.h: New file.
22868
22869 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
22870
22871         * assembly.c: added a consistency check and initialize
22872         some structures with g_new0().
22873         * metadata.c: fixed a couple more bugs in table size computation
22874         and add other checks for out-of bound access to metadata.
22875
22876 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
22877
22878         * metatada.c: fix bugs computing table sizes. Spew a
22879         warning when index in string heap is out of bounds.
22880
22881 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
22882
22883         * metadata.h: Add a couple of macros to manipulate tokens. 
22884
22885 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
22886
22887         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
22888         cli_section_tables).
22889
22890 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
22891
22892         * metadata.c (mono_metadata_user_string): New function, provides
22893         access to the UserString heap. 
22894
22895 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
22896
22897         * metadata.c: Add inline documentation.
22898
22899 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
22900
22901         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
22902         files. 
22903
22904 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
22905
22906         * typeattr.h: New file, TypeAttribute flags. 
22907
22908 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
22909
22910         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
22911         mono_assembly_ensure_section): Section loading code.
22912         (load_section_tables): Load the sections.
22913
22914         * mono/metadata/metadata.c (mono_metadata_locate_token,
22915         mono_metadata_locate): Functions to locate the information
22916         definition given a token or a table and an index.
22917         (mono_metadata_compute_table_bases): New.
22918         (compute_size): New function to compute the sizes of the various
22919         tables.
22920
22921         * mono/metadata/metadata.h: Finish listing the different index
22922         types. 
22923
22924         * mono/metadata/pedump.c: Improve to dump new information.
22925
22926 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
22927
22928         * mono/metadata/metadata.c: Entered all the tables matching
22929         Beta2. 
22930
22931         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
22932
22933
22934